HomeSort by relevance Sort by last modified time
    Searched defs:simulator (Results 1 - 16 of 16) sorted by null

  /art/runtime/simulator/
Android.mk 27 define build-libart-simulator
48 LOCAL_MODULE := libart-simulator
50 LOCAL_MODULE := libartd-simulator
101 $(eval $(call build-libart-simulator,host,ndebug))
104 $(eval $(call build-libart-simulator,host,debug))
  /external/autotest/client/site_tests/p2p_ShareFiles/
p2p_ShareFiles.py 44 """Run the Simulator main loop for a given time."""
48 logging.exception('Simulator ended with an exception:')
49 raise error.TestError('Simulator ended with an exception: %r' % e)
53 from lansim import simulator, host namespace
62 self._sim = simulator.Simulator(self._p2p.tap)
  /external/autotest/client/deps/lansim/src/py/
host.py 32 @param sim: The Simulator interface where this host lives.
67 def simulator(self): member in class:SimpleHost
68 """Returns the Simulator instance where this host runs on."""
270 self._sim = host.simulator
simulator_unittest.py 13 from lansim import simulator namespace
73 """Unit tests for the Simulator class."""
76 """Creates a Simulator under test over a TAP device."""
90 self._sim = simulator.Simulator(self._tap)
99 """Tests that the Simulator can start and run for a short time."""
106 """Tests that the Simulator can remove unfired timeout calls."""
107 # Schedule the callback far in time, run the simulator for a short time
116 """Tests that the Simulator can start run until a condition is met."""
128 """Tests that the Simulator can add rules from the SimpleHost.""
    [all...]
  /external/autotest/client/site_tests/p2p_ConsumeFiles/
p2p_ConsumeFiles.py 102 """Stops the simulator and logs any exception generated there."""
111 from lansim import simulator, host namespace
116 self._sim = simulator.SimulatorThread(self._tap)
118 # This first block creates the fake host on the simulator. For clarity
  /external/autotest/client/site_tests/p2p_ServeFiles/
p2p_ServeFiles.py 50 """Stops the simulator and logs any exception generated there."""
97 from lansim import simulator, host namespace
111 self._sim = simulator.SimulatorThread(self._p2p.tap)
  /external/v8/test/cctest/compiler/
call-tester.h 8 #include "src/simulator.h"
176 uintptr_t CallSimulator(byte* f, Simulator::CallArgument* args) {
177 Simulator* simulator = Simulator::current(isolate_); local
178 return static_cast<uintptr_t>(simulator->CallInt64(f, args));
183 Simulator::CallArgument args[] = {Simulator::CallArgument::End()};
188 Simulator::CallArgument args[] = {Simulator::CallArgument(p1)
226 Simulator* simulator = Simulator::current(isolate_); local
271 Simulator* simulator = Simulator::current(isolate_); local
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 9 #include "src/simulator.h"
486 // Run the main code on arm64 simulator.
487 Simulator* simulator = Simulator::current(isolate); local
488 Simulator::CallArgument args[] = {Simulator::CallArgument(0),
489 Simulator::CallArgument::End()};
490 return static_cast<int32_t>(simulator->CallInt64(main_code->entry(), args));
492 // Run the main code on simulator
    [all...]
  /art/runtime/base/
logging.h 53 bool simulator; member in struct:art::LogVerbosity
  /external/v8/src/arm64/
codegen-arm64.cc 9 #include "src/arm64/simulator-arm64.h"
21 Simulator * simulator = Simulator::current(isolate); local
22 Simulator::CallArgument args[] = {
23 Simulator::CallArgument(x),
24 Simulator::CallArgument::End()
26 return simulator->CallDouble(fast_exp_arm64_machine_code, args);
  /external/valgrind/callgrind/
sim.c 101 /* Cache simulator Options */
148 } simulator; variable in typeref:struct:__anon25422
151 /*--- Cache Simulator Initialization ---*/
242 * Simulator functions:
340 * Simulator functions:
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /development/tools/checkstyle/
checkstyle.jar 

Completed in 325 milliseconds