Searched refs:simulator (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dcheckout_unittests.js31 var simulator = new NetworkSimulator();
34 simulator.get = function(url, callback)
37 simulator.scheduleCallback(callback);
39 simulator.ajax = function(options)
43 simulator.scheduleCallback(options.success);
46 simulator.runTest(function() {
60 var simulator = new NetworkSimulator();
63 simulator.post = function(url, body, callback)
66 simulator.scheduleCallback(callback);
68 simulator
[all...]
H A Drollbot_unittests.js158 var simulator = new NetworkSimulator();
159 simulator.get = function(url, callback)
161 simulator.scheduleCallback(function() {
166 simulator.runTest(function() {
H A Dbuilders_unittests.js977 var simulator = new NetworkSimulator();
985 simulator.get = function(url, callback)
988 simulator.scheduleCallback(function() {
1004 simulator.runTest(function() {
1025 var simulator = new NetworkSimulator();
1037 simulator.get = function(url, callback)
1040 simulator.scheduleCallback(function() {
1052 simulator.runTest(function() {
1072 var simulator = new NetworkSimulator();
1084 simulator
[all...]
H A Dcontrollers_unittests.js35 var simulator = new NetworkSimulator();
37 simulator.probe = function() {
40 simulator.runTest(function() {
H A Dmodel_unittests.js104 var simulator = new NetworkSimulator();
106 simulator.get = function(url, callback)
108 simulator.scheduleCallback(function() {
115 simulator.runTest(function() {
157 var simulator = new NetworkSimulator();
159 simulator.get = function(url, callback)
161 simulator.scheduleCallback(function() {
168 simulator.runTest(function() {
H A Dsvn-log_unittests.js115 var simulator = new NetworkSimulator();
116 simulator.get = function(url, callback)
119 simulator.scheduleCallback(function() {
126 simulator.runTest(function() {
H A Dresults_unittests.js248 var simulator = new NetworkSimulator();
321 simulator.jsonp = function(url, callback) {
322 simulator.scheduleCallback(function() {
328 simulator.get = function(url, callback) {
329 simulator.scheduleCallback(function() {
339 simulator.runTest(function() {
353 var simulator = new NetworkSimulator();
376 simulator.jsonp = function(url, callback) {
377 simulator.scheduleCallback(function() {
383 simulator
[all...]
/external/v8/
H A DAndroid.mksnapshot.mk24 V8_LOCAL_SRC_FILES += src/arm/simulator-arm.cc
28 V8_LOCAL_SRC_FILES += src/mips/simulator-mips.cc
/external/valgrind/main/callgrind/
H A Dsim.c101 /* Cache simulator Options */
148 } simulator; variable in typeref:struct:__anon27140
1056 IrRes = (*simulator.I1_Read)(CLG_(bb_base) + ii->instr_offset, ii->instr_size);
1081 Ir1Res = (*simulator.I1_Read)(CLG_(bb_base) + ii1->instr_offset, ii1->instr_size);
1083 Ir2Res = (*simulator.I1_Read)(CLG_(bb_base) + ii2->instr_offset, ii2->instr_size);
1114 Ir1Res = (*simulator.I1_Read)(CLG_(bb_base) + ii1->instr_offset, ii1->instr_size);
1116 Ir2Res = (*simulator.I1_Read)(CLG_(bb_base) + ii2->instr_offset, ii2->instr_size);
1118 Ir3Res = (*simulator.I1_Read)(CLG_(bb_base) + ii3->instr_offset, ii3->instr_size);
1153 IrRes = (*simulator.I1_Read)(CLG_(bb_base) + ii->instr_offset, ii->instr_size);
1154 DrRes = (*simulator
[all...]
/external/v8/tools/
H A Dtest.py1217 result.add_option("--simulator", help="Run tests with architecture simulator",
1271 if options.simulator != 'none':
1272 # Simulator argument was set. Make sure arch and simulator agree.
1273 if options.simulator != options.arch:
1275 options.arch = options.simulator
1277 print "Architecture %s does not match sim %s" %(options.arch, options.simulator)
1279 # Ensure that the simulator argument is handed down to scons.
1280 options.scons_flags.append("simulator=" + options.simulator)
[all...]
/external/chromium_org/v8/src/
H A Disolate.h233 // the same pointer. When running on a simulator with a separate JS
421 Simulator* simulator() const { return simulator_; } function in class:v8::internal::Isolate::PerIsolateThreadData
422 void set_simulator(Simulator* simulator) { argument
423 simulator_ = simulator;
H A Dsampler.cc73 #include "simulator.h"
246 simulator_ = per_thread_data->simulator();
247 // Check if there is active simulator.
/external/v8/src/
H A Disolate.h215 // the same pointer. When running on a simulator with a separate JS
390 Simulator* simulator() const { return simulator_; } function in class:v8::internal::Isolate::PerIsolateThreadData
391 void set_simulator(Simulator* simulator) { argument
392 simulator_ = simulator;
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.lua177 simulator = ''})
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.arm.host.darwin-arm.mk181 v8/src/arm/simulator-arm.cc \
H A Dv8_base.arm.host.linux-arm.mk181 v8/src/arm/simulator-arm.cc \
H A Dv8_base.mipsel.host.darwin-mips.mk181 v8/src/mips/simulator-mips.cc \
H A Dv8_base.mipsel.host.linux-mips.mk181 v8/src/mips/simulator-mips.cc \
H A Dv8_base.arm.target.darwin-arm.mk182 v8/src/arm/simulator-arm.cc \
H A Dv8_base.arm.target.linux-arm.mk182 v8/src/arm/simulator-arm.cc \
H A Dv8_base.mipsel.target.darwin-mips.mk182 v8/src/mips/simulator-mips.cc \
H A Dv8_base.mipsel.target.linux-mips.mk182 v8/src/mips/simulator-mips.cc \
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk118 IOSSIM_DEPLOYMENT_ARGS := -mios-simulator-version-min=1.0
/external/v8/tools/gcmole/
H A Dgcmole.lua174 simulator = ''})
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc41 #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
891 // Set up simulator support first. Some of this information is needed to
915 // access violation if the simulator ever tries to execute it.
928 // the simulator. The external reference will be a function compiled for the
930 // execute it with the simulator. We do that by redirecting the external
932 // the simulator. We write the original destination of the jump just at a known
933 // offset from the swi instruction so the simulator knows what to call.
996 Simulator* sim = isolate_data->simulator();
[all...]

Completed in 413 milliseconds

12