Searched refs:simulator (Results 1 – 25 of 35) sorted by relevance
12
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
D | 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
|
D | 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=
|
D | main-resource-redirect.manifest | 2 http://127.0.0.1:8000/resources/network-simulator.php?path=/appcache/resources/main-resource-redire… 4 http://127.0.0.1:8000/resources/network-simulator.php?command
|
D | fallback.manifest | 3 /resources/network-simulator.php? simple.txt
|
/external/qemu/telephony/ |
D | Jamfile | 11 Main simulator : simulator.c ; 12 LinkLibraries simulator : sysdeps android_modem ;
|
/external/v8/ |
D | SConstruct | 156 'simulator:none': { 165 'simulator:none': { 174 'simulator:none': { 179 'simulator:arm': { 191 'simulator:none': { 216 'simulator:mips': { 350 # used by the arm simulator. 524 'simulator:none': { 530 'simulator:none': { 539 'simulator:none': { [all …]
|
D | Android.mksnapshot.mk | 20 src/arm/simulator-arm.cc \
|
D | ChangeLog | 724 Fixed .gyp files to work on the ARM simulator. 1005 files. Make the ARM simulator build with GYP again. Generate Makefiles 1321 Added a number of commands to the ARM simulator and enhanced the ARM 1717 Added support for VFP rounding modes to the ARM simulator. 1751 Allowed forcing the use of a simulator from the build script 1784 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com> 2306 Added stack command and mem command to ARM simulator debugger. 2730 Fixed ARM simulator compilation problem on Windows. 3467 Added visual studio project files for building the ARM simulator. 3469 Fixed a number of ARM simulator issues. [all …]
|
/external/valgrind/main/callgrind/ |
D | sim.c | 148 } simulator; variable 1056 IrRes = (*simulator.I1_Read)(CLG_(bb_base) + ii->instr_offset, ii->instr_size); in log_1I0D() 1081 Ir1Res = (*simulator.I1_Read)(CLG_(bb_base) + ii1->instr_offset, ii1->instr_size); in log_2I0D() 1083 Ir2Res = (*simulator.I1_Read)(CLG_(bb_base) + ii2->instr_offset, ii2->instr_size); in log_2I0D() 1114 Ir1Res = (*simulator.I1_Read)(CLG_(bb_base) + ii1->instr_offset, ii1->instr_size); in log_3I0D() 1116 Ir2Res = (*simulator.I1_Read)(CLG_(bb_base) + ii2->instr_offset, ii2->instr_size); in log_3I0D() 1118 Ir3Res = (*simulator.I1_Read)(CLG_(bb_base) + ii3->instr_offset, ii3->instr_size); in log_3I0D() 1153 IrRes = (*simulator.I1_Read)(CLG_(bb_base) + ii->instr_offset, ii->instr_size); in log_1I1Dr() 1154 DrRes = (*simulator.D1_Read)(data_addr, data_size); in log_1I1Dr() 1186 DrRes = (*simulator.D1_Read)(data_addr, data_size); in log_0I1Dr() [all …]
|
/external/v8/src/ |
D | SConscript | 222 'simulator:arm': ['arm/simulator-arm.cc'], 223 'simulator:mips': ['mips/simulator-mips.cc'], 387 # host VM with the simulator=arm and snapshot=on options and then take the
|
D | isolate.h | 390 Simulator* simulator() const { return simulator_; } in simulator() function 391 void set_simulator(Simulator* simulator) { in set_simulator() argument 392 simulator_ = simulator; in set_simulator()
|
/external/clang/test/Analysis/ |
D | malloc.m | 2 #include "system-header-simulator-objc.h"
|
D | malloc.mm | 2 #include "system-header-simulator-objc.h"
|
/external/v8/tools/ |
D | test.py | 1271 if options.simulator != 'none': 1273 if options.simulator != options.arch: 1275 options.arch = options.simulator 1277 print "Architecture %s does not match sim %s" %(options.arch, options.simulator) 1280 options.scons_flags.append("simulator=" + options.simulator) 1495 'simulator': options.simulator,
|
/external/v8/build/ |
D | README.txt | 21 This will build makefiles for ia32, x64 and the ARM simulator with names
|
/external/v8/tools/gcmole/ |
D | gcmole.lua | 174 simulator = ''})
|
/external/quake/ |
D | README | 3 In order to run Quake on the simulator and/or device, you must:
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 20 In a nutshell, the analyzer is basically a source code simulator that
|
/external/v8/tools/gyp/ |
D | v8.gyp | 536 '../../src/arm/simulator-arm.cc', 601 '../../src/mips/simulator-mips.cc',
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | eap_testing.txt | 127 6) Authenticator simulator required patching for handling Access-Accept within
|
D | defconfig | 172 # Enable USIM simulator (Milenage) for EAP-AKA
|
D | android.config | 169 # Enable USIM simulator (Milenage) for EAP-AKA
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | eap_testing.txt | 127 6) Authenticator simulator required patching for handling Access-Accept within
|
D | android.config | 181 # Enable USIM simulator (Milenage) for EAP-AKA
|
D | defconfig | 184 # Enable USIM simulator (Milenage) for EAP-AKA
|
12