Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 44) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSmartParser.cs20 public bool TryParse(string input, Type outputType, out object result) in TryParse()
132 … private static bool TryGetConvertMethodDelegate(Type type, int fromBase, out Delegate result) in TryGetConvertMethodDelegate()
150 …rseMethodDelegate(Type type, Type[] parameters, object[] additionalParameters, out Delegate result) in TryGetParseMethodDelegate()
DSimpleInstructionDecoder.cs59 public bool TryParseOpcode(byte value, out TInstruction result, byte bitNumber = 7) in TryParseOpcode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/
DTokenizerTests.cs213 …private static void AssertTokenizationResult(TokenizationResult result, int unmatchedCharacters, T… in AssertTokenizationResult()
233 private static void AssertTokenizationTypes(TokenizationResult result, params Type[] types) in AssertTokenizationTypes()
246 … private static void AssertTokenizationValues(TokenizationResult result, params object[] values) in AssertTokenizationValues()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Packets/
DPacket.cs64 public static bool TryDecode<T>(IList<byte> data, out T result, int dataOffset = 0) in TryDecode()
78 var result = new DynamicPropertiesObject(); field in Antmicro.Renode.Utilities.Packets.Packet.__anon1
127 … 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()
DDynamicPropertiesObject.cs46 public override bool TryGetMember(GetMemberBinder binder, out object result) in TryGetMember()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DInternalMemoryManager.cs38 public bool TryReadDoubleWord(long offset, out uint result) in TryReadDoubleWord()
49 public bool TryReadBytes(long offset, int count, out byte[] result) in TryReadBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DCircularBuffer.cs46 public bool TryDequeue(out T result) in TryDequeue()
71 public bool TryPeek(out T result) in TryPeek()
DSerializableWeakKeyDictionary.cs240 result = wref.Target as T; field in Antmicro.Renode.Utilities.Collections.SerializableWeakKeyDictionary.__anon1
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBasedModelFlatBufferWriter.cs97 …truction> BuildInstructionFlatbuffer(FlatBufferBuilder builder, DisassemblyResult result, byte[] o… in BuildInstructionFlatbuffer()
218 …public InstructionTrace(DisassemblyResult result, byte[] opcode, List<AdditionalData> additionalDa… in InstructionTrace()
DTraceWriter.cs64 …protected bool TryReadAndDisassembleInstruction(ulong pc, uint flags, out DisassemblyResult result) in TryReadAndDisassembleInstruction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/
DLLVMDisassembler.cs32 … TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult result, int me… in TryDisassembleInstruction()
151 … TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult result, int me… in TryDisassembleInstruction()
277 …ryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult result, int me… in TryDisassembleInstruction()
388 … TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult result, int me… in TryDisassembleInstruction()
DIDisassembler.cs14 …ryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult result, int me… in TryDisassembleInstruction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTimeoutExecutor.cs22 public static bool TryExecute<T>(Func<T> func, int timeout, out T result) in TryExecute()
DNetworkInterfaceTester.cs62 public bool TryWaitForOutgoingPacket(float timeout, out NetworkInterfaceTesterResult result) in TryWaitForOutgoingPacket()
82 …ex(string bytes, int index, int maxPackets, float timeout, out NetworkInterfaceTesterResult result) in TryWaitForOutgoingPacketWithBytesAtIndex()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DExternalsManager.cs206 …private void GetNamesInner(List<string> result, string prefix, IEnumerable<object> objects, IEnume… in GetNamesInner()
240 result = candidate as T; field in Antmicro.Renode.Core.ExternalsManager.__anon2
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/
DAesProvider.cs60 public void EncryptBlock(Block b, Block result) in EncryptBlock()
76 public void DecryptBlock(Block b, Block result) in DecryptBlock()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs290 private string GetResultFormat(object result, int num, int? width = null) in GetResultFormat()
320 … private void PrintActionResult(object result, ICommandInteraction writer, bool withNewLine = true) in PrintActionResult()
1080 private bool TryParseTokenForParamType(Token token, Type type, out object result) in TryParseTokenForParamType()
1093 …TryPrepareParameters(IList<Token> values, IList<ParameterInfo> parameters, out List<object> result) in TryPrepareParameters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Assembler/
DLLVMAssembler.cs64 private static extern void llvm_free_asm_result(IntPtr result); in llvm_free_asm_result()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DTimeHandleTests.cs671 private void ShouldWaitReturn(bool result, bool isActivatedRecently, TimeInterval interval) in ShouldWaitReturn()
676 private void ShouldRequestReturn(bool result, TimeInterval interval) in ShouldRequestReturn()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DMSP430F2XXX_MPY.cs45 private void StoreResult(ulong result) in StoreResult()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DRenesasDA14_GPADC.cs231 private IValueRegisterField result; field in Antmicro.Renode.Peripherals.Analog.RenesasDA14_GPADC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/
DEtherBoneBridge.cs75 private bool TryRead(uint offset, out uint result) in TryRead()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Utilities/
DThreadSyncTester.cs206 public ExecutionResult ShouldFinish(object result = null) in ShouldFinish()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBDeviceCore.cs143 private void SendSetupResult(Action<byte[]> resultCallback, byte[] result) in SendSetupResult()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPicoRV32.cs114 protected override bool ExecutionFinished(ExecutionResult result) in ExecutionFinished()

12