HomeSort by relevance Sort by last modified time
    Searched full:simulator (Results 1 - 25 of 240) sorted by null

1 2 3 4 5 6 7 8 910

  /external/webkit/LayoutTests/http/tests/appcache/resources/
non-html.manifest 3 /resources/network-simulator.php?path=/appcache/resources/simple.txt
4 /resources/network-simulator.php?path=/appcache/resources/abe.png
5 /resources/network-simulator.php?path=/appcache/resources/non-html.manifest
8 /resources/network-simulator.php?command=
offline-access.manifest 2 /resources/network-simulator.php?path=/appcache/resources/offline-access-frame.html
3 /resources/network-simulator.php?path=/appcache/resources/offline-access.manifest
4 /resources/network-simulator.php?path=/appcache/resources/simple.txt
5 /resources/network-simulator.php?path=/appcache/resources/offline-access.js
fallback.manifest 3 /resources/network-simulator.php? simple.txt
main-resource-redirect.manifest 2 http://127.0.0.1:8000/resources/network-simulator.php?path=/appcache/resources/main-resource-redirect-frame-2.html
4 http://127.0.0.1:8000/resources/network-simulator.php?command
main-resource-redirect-frame.php 3 header('Location: http://127.0.0.1:8000/resources/network-simulator.php?path=/appcache/resources/main-resource-redirect-frame-2.html');
offline-access-frame.html 1 <html manifest="/resources/network-simulator.php?path=/appcache/resources/offline-access.manifest">
14 <script src="/resources/network-simulator.php?path=/appcache/resources/offline-access.js"></script>
offline-access.js 9 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
  /external/qemu/telephony/
Jamfile 11 Main simulator : simulator.c ;
12 LinkLibraries simulator : sysdeps android_modem ;
  /external/webkit/LayoutTests/http/tests/appcache/
non-html.xhtml 2 manifest="/resources/network-simulator.php?path=/appcache/resources/non-html.manifest">
22 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
29 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/abe.png");
46 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/not-in-cache.txt", false);
61 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
91 // The simulator was in a wrong state, reset it.
main-resource-hash.html 21 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
31 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/main-resource-hash-frame.html#bar");
46 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/main-resource-hash-frame.html#foo");
offline-access.html 21 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
28 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/offline-access-frame.html");
main-resource-redirect.html 14 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
fallback.html 24 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
27 log("Cannot access network simulator URL");
46 var testURL = "/resources/network-simulator.php?path=/appcache/resources/not-in-cache.txt";
  /external/v8/src/
simulator.h 32 #include "ia32/simulator-ia32.h"
34 #include "x64/simulator-x64.h"
36 #include "arm/simulator-arm.h"
38 #include "mips/simulator-mips.h"
  /external/v8/src/mips/
simulator-mips.h 29 // Declares a Simulator for MIPS instructions if we are not generating a native
30 // MIPS binary. This Simulator allows us to run and debug MIPS code generation
33 // which will start execution in the Simulator or forwards to the real entry
43 // Running without a simulator on a native mips platform.
48 // When running without a simulator we call the entry directly.
97 // Running with a simulator.
138 class Simulator {
176 explicit Simulator(Isolate* isolate);
177 ~Simulator();
179 // The currently executing Simulator instance. Potentially there can be on
    [all...]
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...]
cpu-mips.cc 44 #include "simulator.h" // For cache flushing.
82 // building a mips emulator based target. We should notify the simulator
86 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
  /external/v8/src/arm/
simulator-arm.h 29 // Declares a Simulator for ARM instructions if we are not generating a native
30 // ARM binary. This Simulator allows us to run and debug ARM code generation on
33 // which will start execution in the Simulator or forwards to the real entry
42 // Running without a simulator on a native arm platform.
47 // When running without a simulator we call the entry directly.
87 // Running with a simulator.
127 class Simulator {
148 explicit Simulator(Isolate* isolate);
149 ~Simulator();
151 // The currently executing Simulator instance. Potentially there can be on
    [all...]
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...]
cpu-arm.cc 39 #include "simulator.h" // for cache flushing.
62 // building an ARM emulator based target. We should notify the simulator
66 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
  /external/v8/test/cctest/
test-version.cc 78 CheckVersion(0, 0, 0, 0, false, "0.0.0 SIMULATOR", "libv8-0.0.0.so");
80 "0.0.0 (candidate) SIMULATOR", "libv8-0.0.0-candidate.so");
81 CheckVersion(1, 0, 0, 0, false, "1.0.0 SIMULATOR", "libv8-1.0.0.so");
83 "1.0.0 (candidate) SIMULATOR", "libv8-1.0.0-candidate.so");
84 CheckVersion(1, 0, 0, 1, false, "1.0.0.1 SIMULATOR", "libv8-1.0.0.1.so");
86 "1.0.0.1 (candidate) SIMULATOR", "libv8-1.0.0.1-candidate.so");
87 CheckVersion(2, 5, 10, 7, false, "2.5.10.7 SIMULATOR", "libv8-2.5.10.7.so");
89 "2.5.10.7 (candidate) SIMULATOR", "libv8-2.5.10.7-candidate.so");
  /external/mesa3d/docs/
games.html 29 simulator
31 Trek battle simulator
36 </li><li><a href="http://glider3d.free.fr/" target="_parent">Glider3D</a> - flight simulator
40 Sports Simulator
41 </li><li><a href="http://jongl.home.pages.de/" target="_parent">JONGL</a> - Juggling simulator
44 </li><li><a href="http://www.hackcraft.de/games/linwarrior_3d/">LinWarrior 3D</a> - A Battle Mech Simulator
54 simulator
  /hardware/ril/reference-ril/
Android.mk 3 # XXX using libutils for simulator build only...
  /system/core/
README 8 be required for the simulator build.
  /system/core/libpixelflinger/
Android.mk 49 # Required to define logging functions on the simulator.
50 # TODO: move the simulator logging functions into libcutils with

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 910