Home
last modified time | relevance | path

Searched defs:token (Results 1 – 14 of 14) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DRequireVariableCommand.cs15 public void Run(Token token) in Run()
DLoggerFileCommand.cs33 public void Run(StringToken path, BooleanToken token) in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/
DLeftBraceToken.cs14 public LeftBraceToken(string token) : base(token) in LeftBraceToken()
DRightBraceToken.cs14 public RightBraceToken(string token) : base(token) in RightBraceToken()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DActivelyAskingCPU.cs39 private void AskingThread(CancellationToken token) in AskingThread()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DMasterTimeSource.cs166 private void Dispatcher(CancellationToken token) in Dispatcher()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs139 private object GetTokenValue(Token token) in GetTokenValue()
DMonitor.cs747 private Token ExpandVariable(VariableToken token, Dictionary<string, Token> collection) in ExpandVariable()
757 …private bool TryExpandVariable(VariableToken token, Dictionary<string, Token> collection, out Toke… in TryExpandVariable()
DMonitorCommands.cs1080 private bool TryParseTokenForParamType(Token token, Type type, out object result) in TryParseTokenForParamType()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DLinuxTapInterface.cs225 private void TransmitLoop(CancellationToken token) in TransmitLoop()
DWindowsTapInterface.cs207 private void TransmitLoop(CancellationToken token) in TransmitLoop()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSocketCANBridge.cs139 private void TransmitLoop(CancellationToken token) in TransmitLoop()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_LifeCycleController.cs282 private byte[] token; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_LifeCycleController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs1289 private uint token; field in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHeadOverlay