Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 19 of 19) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DWireshark.cs97 observedMedium.Remove(reporter); in DetachMedium()
117 i.Value.Remove(iface); in DetachInterface()
203 observedInterfaces[external.Key].Remove(iface); in OnMachineRemoved()
209 observedInterfaces.Remove(external.Key); in OnMachineRemoved()
/Renode-v1.15.3-c57714d/src/Renode/EmulationEnvironment/
DEmulationEnvironment.cs144 environment.registeredMachines.Remove(machine); in RemoveMachineFromOtherEnvironments()
152 environment.registeredSensors.Remove(sensor); in RemoveSensorFromOtherEnvironments()
204 registeredSensors.Remove(sensor); in MachinePeripheralsChanged()
219 registeredMachines.Remove(machine); in OnMachineRemoval()
/Renode-v1.15.3-c57714d/tools/sel4_extensions/
DseL4Extensions.cs140 item.Value.Remove(realThreadName); in RemoveAllBreakpoints()
144 breakpoints.Remove(item.Key); in RemoveAllBreakpoints()
155 item.Value.Remove(realThreadName); in RemoveAllBreakpoints()
159 temporaryBreakpoints.Remove(item.Key); in RemoveAllBreakpoints()
440 temporaryBreakpoints[address].Remove(threadName); in ClearTemporaryBreakpoint()
441 temporaryBreakpoints[address].Remove(AnyThreadName); in ClearTemporaryBreakpoint()
490 breakpoint.Remove(realThreadName); in RemoveBreakpointHelper()
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/
DSystemCPlugin_NET.csproj17 <Compile Remove="SystemCModule\**\*"/>
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/
DCoSimulationPlugin_NET.csproj17 <Compile Remove="IntegrationLibrary\**\*"/>
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/tests/
DSystemRDLPeripheralsTests_NET.csproj19 <Compile Remove="generated\**"/>
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DIInstanceBasedCommand.cs198 public void Remove(int id) => collection.Remove(id); in Remove() method in Antmicro.Renode.Network.ExternalControl.InstanceCollection
/Renode-v1.15.3-c57714d/
D.editorconfig40 # Remove unused using directives
43 # Remove unused parameters
DREADME.md172 -p Remove steering codes (e.g., colours) from output
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dplatform_descriptions.robot24 Remove Values From List ${platforms} @{blacklist}
Dsnapshot-tracking.robot43 Remove File ${snap_path2}
Dfile-paths.robot20 Remove Directory ${SUITE_TEMPDIR} true
Dopcodes-counting.robot90 ${names}= Remove String ${names} [ ] \n ${SPACE}
/Renode-v1.15.3-c57714d/src/Renode/Connectors/
DGPIOConnector.cs101 peripherals.Remove(peripheral); in DetachFrom()
/Renode-v1.15.3-c57714d/tests/peripherals/
DVirtIO.robot36 Remove File ${DRIVE_PATH}
37 Remove File ${FS_PATH}
DLIS2DW12.robot97 Remove File ${resdPath}
/Renode-v1.15.3-c57714d/src/Renode/Plugins/
DOsSymbolHook.cs44 enabledSymbolChecks.Remove(key); in Disable()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs319 stackVisited.Remove(entry); in WalkGraph()
321 toVisit.Remove(entry); in WalkGraph()
527 types.Remove(type1); in FindMostDerived()
531 types.Remove(type2); in FindMostDerived()
1522 unusedAttributes.Remove(correspondingAttribute); in FindConstructor()
1531 unusedAttributes.Remove(correspondingAttribute); in FindConstructor()
1546 unusedAttributes.Remove(correspondingAttribute); in FindConstructor()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DCoSimulationConnection.cs93 cosimIdxToPeripheral.Remove(peripheral.CosimToRenodeIndex); in DetachFrom()