HomeSort by relevance Sort by last modified time
    Searched defs:simulator (Results 1 - 15 of 15) 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/src/profiler/
tick-sample.cc 174 Simulator *simulator = isolate->thread_local_top()->simulator_; local
175 // Check if there is active simulator.
176 if (simulator == NULL) return false;
178 if (!simulator->has_bad_pc()) {
179 state->pc = reinterpret_cast<Address>(simulator->get_pc());
181 state->sp = reinterpret_cast<Address>(simulator->get_register(Simulator::sp));
182 state->fp = reinterpret_cast<Address>(simulator->get_register(
183 Simulator::r11))
    [all...]
  /external/v8/test/cctest/compiler/
call-tester.h 8 #include "src/simulator.h"
178 uintptr_t CallSimulator(byte* f, Simulator::CallArgument* args) {
179 Simulator* simulator = Simulator::current(isolate_); local
180 return static_cast<uintptr_t>(simulator->CallInt64(f, args));
185 Simulator::CallArgument args[] = {Simulator::CallArgument::End()};
190 Simulator::CallArgument args[] = {Simulator::CallArgument(p1)
229 Simulator* simulator = Simulator::current(isolate_); local
274 Simulator* simulator = Simulator::current(isolate_); local
    [all...]
  /art/runtime/base/
logging.h 53 bool simulator; member in struct:art::LogVerbosity
  /external/valgrind/callgrind/
sim.c 101 /* Cache simulator Options */
148 } simulator; variable in typeref:struct:__anon24959
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 163 milliseconds