Home
last modified time | relevance | path

Searched defs:t (Results 1 – 13 of 13) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTypeDescriptor.cs15 public TypeDescriptor(Type t) in TypeDescriptor()
20 public TypeDescriptor(TypeDefinition t) in TypeDescriptor()
DTypeSorter.cs14 public static void Sort(Type[] t) in Sort()
DMisc.cs89 public static bool IsPythonType(Type t) in IsPythonType()
100 public static IEnumerable<MethodInfo> GetAllMethods(this Type t, bool recursive = true) in GetAllMethods()
120 public static IEnumerable<FieldInfo> GetAllFields(this Type t, bool recursive = true) in GetAllFields()
133 public static IEnumerable<Type> GetAllNestedTypes(this Type t, bool recursive = true) in GetAllNestedTypes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Packets/
DPacket.cs127 … private static bool TryDecode(Type t, IList<byte> data, out object result, int dataOffset = 0) in TryDecode()
295 private static int EncodeInner(Type t, object packet, byte[] result, int offset) in EncodeInner()
424 private static int CalculateLength(Type t) in CalculateLength()
449 private static FieldPropertyInfoWrapper[] GetFieldsAndProperties(Type t) in GetFieldsAndProperties()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusAccess.cs80 public static Operation GetOperationFromSignature(Type t) in GetOperationFromSignature()
85 public static Method GetMethodFromSignature(Type t) in GetMethodFromSignature()
129 public ReferencedTypeAttribute(Type t) in ReferencedTypeAttribute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommandsManager.cs72 public void Register(Type t) in Register()
246 private Command GetOrCreateCommand(Type t) in GetOrCreateCommand()
268 private void AddCommandsFromType(Type t) in AddCommandsFromType()
DCommand.cs45 public static MethodInfo[] GetExecutingMethods(Type t) in GetExecutingMethods()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Utilities/
DThreadSyncTester.cs44 … public ExecutionResult Execute(TestThread t, Func<object> fun, string name = "unnamed operation") in Execute()
178 public void ExecuteOn(TestThread t) in ExecuteOn()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DBackendManager.cs197 private void HandleAutoLoadTypeFound(Type t) in HandleAutoLoadTypeFound()
DIMachine.cs40 IEnumerable<IPeripheral> GetPeripheralsOfType(Type t); in GetPeripheralsOfType()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesFifo.cs202 public void Add(IManagedThread t) in Add()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs1019 protected string ConvertSecondsToEncodedString(int t, ModemTimerType timerType) in ConvertSecondsToEncodedString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs207 public IEnumerable<IPeripheral> GetPeripheralsOfType(Type t) in GetPeripheralsOfType()