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

  /external/webkit/LayoutTests/http/tests/appcache/resources/
offline-access.js 9 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
  /hardware/ril/reference-ril/
Android.mk 3 # XXX using libutils for simulator build only...
  /external/v8/
Android.mksnapshot.mk 24 V8_LOCAL_SRC_FILES += src/arm/simulator-arm.cc
28 V8_LOCAL_SRC_FILES += src/mips/simulator-mips.cc
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
Android.mk 4 $(error This makefile must not be included when building the simulator)
  /external/valgrind/main/callgrind/
sim.c 101 /* Cache simulator Options */
148 } simulator; variable in typeref:struct:__anon16640
151 /*--- Cache Simulator Initialization ---*/
237 * Simulator functions:
329 * Simulator functions:
    [all...]
  /external/v8/tools/
test.py     [all...]
  /external/v8/src/
isolate.h 99 class Simulator;
215 // the same pointer. When running on a simulator with a separate JS
259 Simulator* simulator_;
390 Simulator* simulator() const { return simulator_; } function in class:v8::internal::Isolate::PerIsolateThreadData
391 void set_simulator(Simulator* simulator) {
392 simulator_ = simulator;
408 Simulator* simulator_;
    [all...]
  /dalvik/vm/
Dvm.mk 35 # Make a debugging version when building the simulator (if not told
  /external/v8/tools/gcmole/
gcmole.lua 174 simulator = ''})
  /external/v8/src/mips/
simulator-mips.cc 41 #include "mips/simulator-mips.h"
44 // Only build the simulator if not compiling for real MIPS hardware.
71 // The MipsDebugger class is used by the simulator while debugging simulated
75 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
89 Simulator* sim_;
169 PrintF("Simulator hit %s (%u)\n", msg, code);
375 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
502 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
743 PrintF(" When hitting a stop, the Simulator will\n");
746 PrintF(" - They can be enabled / disabled: the Simulator\n")
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 38 #include "arm/simulator-arm.h"
42 // Only build the simulator if not compiling for real ARM hardware.
52 // The ArmDebugger class is used by the simulator while debugging simulated ARM
56 explicit ArmDebugger(Simulator* sim) : sim_(sim) { }
67 Simulator* sim_;
148 PrintF("Simulator hit stop %u: %s\n", code, msg);
150 PrintF("Simulator hit %s\n", msg);
387 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp));
595 PrintF(" When hitting a stop, the Simulator will\n");
598 Simulator::kNumOfWatchedStops)
    [all...]

Completed in 401 milliseconds