Home
last modified time | relevance | path

Searched defs:input (Results 1 – 21 of 21) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Handlers/
DPointerHandler.cs15 protected PointerHandler(IPointerInput input) in PointerHandler()
51 protected IPointerInput input; field in Antmicro.Renode.Extensions.Analyzers.Video.Handlers.PointerHandler
DRelativePointerHandler.cs14 public RelativePointerHandler(IRelativePositionPointerInput input) : base(input) in RelativePointerHandler()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/
DRangeToken.cs34 protected ulong[] ParseNumbers(string[] input) in ParseNumbers()
DTokenizer.cs91 public TokenizationResult Tokenize(string input) in Tokenize()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DMonitorCommand.cs57 public bool TryProcess(string input, out string output, out bool ok) in TryProcess()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAESServiceProvider.cs140 private byte[] Encrypt(byte[] key, byte[] iv, byte[] input) in Encrypt()
157 private byte[] Decrypt(byte[] key, byte[] iv, byte[] input) in Decrypt()
DMessageAuthenticationServiceProvider.cs77 private byte[] GetHashedBytes(int count, byte[] input) in GetHashedBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSmartParser.cs20 public bool TryParse(string input, Type outputType, out object result) in TryParse()
DMisc.cs889 private static ushort Ntoh(UInt16 input) in Ntoh()
1047 …public static bool EndiannessSwapInPlace(byte[] input, int width, int offset = 0, int? length = nu… in EndiannessSwapInPlace()
1400 public static string StripNonSafeCharacters(this string input) in StripNonSafeCharacters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DABRTCMC.cs115 private uint IntToBcd(int input) in IntToBcd()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/
DHostCamera.cs177 …private static byte[] CompressRawToJpeg(byte[] input, int width, int height, int scale, int qualit… in CompressRawToJpeg()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSHT21.cs293 private byte GetCRC(byte[] input, byte[] output) in GetCRC()
DBMC050.cs873 private byte GetCRC(byte[] input, byte[] output) in GetCRC()
DBMA180.cs679 private byte GetCRC(byte[] input, byte[] output) in GetCRC()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommand.cs248 … private static object Parse(Type type, string input, NumberStyles style = NumberStyles.Integer) in Parse()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs1503 bool SerializeNonPrimitiveObject(object input, out object output); in SerializeNonPrimitiveObject()
1535 public virtual bool SerializeNonPrimitiveObject(object input, out object output) in SerializeNonPrimitiveObject()
1670 protected virtual bool TrySerializeKnownTypes(object input, out object output) in TrySerializeKnownTypes()
1701 protected virtual bool TrySerializeUnknownTypes(object input, out object output) in TrySerializeUnknownTypes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/
DFT5x06.cs196 private byte GetCRC (byte[] input, byte output) in GetCRC()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DNetworkInterfaceTester.cs220 private bool IsByteEqual(string input, int index, byte data) in IsByteEqual()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32WBA_RCC.cs562 private long PrescaleApbAhb(long input, IValueRegisterField prescaler) in PrescaleApbAhb()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/
DPixelManipulationTools.cs645 public PixelConverter(PixelFormat input, PixelFormat output, ConvertDelegate converter) in PixelConverter()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs406 private byte[] ParseHexPattern(string input, int width) in ParseHexPattern()