Home
last modified time | relevance | path

Searched defs:recursive (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DLogLevelCommand.cs67 …3L)] DecimalIntegerToken level, LiteralToken emulationElementOrBackendName, BooleanToken recursive) in Run()
73 … 3L)] DecimalIntegerToken level, StringToken emulationElementOrBackendName, BooleanToken recursive) in Run()
91 …", "Error")] StringToken level, LiteralToken emulationElementOrBackendName, BooleanToken recursive) in Run()
97 …g", "Error")] StringToken level, StringToken emulationElementOrBackendName, BooleanToken recursive) in Run()
115 …erToken level, LiteralToken backendName, LiteralToken emulationElementName, BooleanToken recursive) in Run()
121 …gerToken level, LiteralToken backendName, StringToken emulationElementName, BooleanToken recursive) in Run()
139 …ngToken level, LiteralToken backendName, LiteralToken emulationElementName, BooleanToken recursive) in Run()
145 …ingToken level, LiteralToken backendName, StringToken emulationElementName, BooleanToken recursive) in Run()
150 …andInteraction writer, LogLevel level, string emulationElementOrBackendName, bool recursive = true) in RunInner()
159 …ion writer, LogLevel level, string backendName, string emulationElementName, bool recursive = true) in RunInner()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DIProvidesDescriptor.cs13 BitStream GetDescriptor(bool recursive, BitStream buffer = null); in GetDescriptor()
DDescriptorProvider.cs26 public BitStream GetDescriptor(bool recursive, BitStream buffer = null) in GetDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/
DReportDescriptor.cs25 public BitStream GetDescriptor(bool recursive, BitStream buffer = null) in GetDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/CDC/
DFunctionalDescriptor.cs22 public BitStream GetDescriptor(bool recursive, BitStream buffer = null) in GetDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTypeManager.cs103 public void Scan(string path, bool recursive = false) in Scan()
268 private void ScanInner(string path, bool recursive) in ScanInner()
DMisc.cs100 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()