/external/valgrind/callgrind/tests/ |
simwork2.vgtest | 2 vgopts: --simulate-wb=yes --simulate-hwpref=yes
|
simwork1.vgtest | 2 vgopts: --simulate-hwpref=yes
|
notpower2-hwpref.vgtest | 2 vgopts: --I1=32768,8,64 --D1=24576,6,64 --LL=3145728,12,64 --simulate-hwpref=yes
|
notpower2-wb.vgtest | 2 vgopts: --I1=32768,8,64 --D1=24576,6,64 --LL=3145728,12,64 --simulate-wb=yes
|
/external/autotest/client/tests/aborttest/ |
control | 8 Raise a JobError to simulate a test aborting. This is for testing Autotest
|
/external/autotest/client/tests/error_test_bug/ |
control | 7 DOC = """Simulate a buggy test. This is for testing Autotest itself."""
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipfw_win32/ |
README.web-page-replay | 9 Used by Web Page Replay to simulate network delays and bandwidth throttling on Windows XP.
|
/external/v8/src/crankshaft/ |
hydrogen-environment-liveness.cc | 37 int index, HSimulate* simulate) { 38 int operand_index = simulate->ToOperandIndex(index); 40 simulate->AddAssignedValue(index, graph()->GetConstantUndefined()); 42 simulate->SetOperandAt(operand_index, graph()->GetConstantUndefined()); 62 HSimulate* simulate = first_simulate_.at(successor_id); local 63 if (simulate == NULL) continue; 64 DCHECK(VerifyClosures(simulate->closure(), 66 ZapEnvironmentSlot(i, simulate); 75 HSimulate* simulate = marker->next_simulate(); 76 if (simulate != NULL) [all...] |
hydrogen-environment-liveness.h | 29 void ZapEnvironmentSlot(int index, HSimulate* simulate); 55 // Keeps track of the last simulate seen, as well as the environment slots 57 // in that simulate when the end of another live range of theirs is found).
|
/development/samples/browseable/AccelerometerPlay/ |
_index.jd | 9 a physics-based view. The input from the accelerometer is used to simulate a
|
/external/autotest/client/site_tests/login_OwnershipTaken/ |
control | 16 This test will log a test user in through the login manager, and then simulate
|
/external/clang/test/Sema/ |
typedef-variable-type.c | 7 // (The test uses -Wno-typedef-redefinition to simulate this.)
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
dll_large_function.cc | 3 // from the DLL. We simulate the large function with
|
/external/valgrind/gdbserver_tests/ |
nlsigvgdb.stdinB.gdb | 7 # simulate control-c in a few seconds
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
BaseActivity.java | 27 menu.add("Simulate"); 34 if (item.getTitle() == "Simulate") {
|
/external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/ |
control | 18 This control file is only run directly to simulate APConfigurator failures for 36 ## Simulate test failure by forcing state and gathering artifacts
|
/external/curl/tests/data/ |
test256 | 35 This text is here to simulate a partly downloaded file to resume 60 This text is here to simulate a partly downloaded file to resume
|
test38 | 34 This text is here to simulate a partly downloaded file to resume 57 This text is here to simulate a partly downloaded file to resume
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMediaPlayer.java | 82 * Test cases are expected to simulate completion of the 'prepare' phase 167 * Allows test cases to simulate 'prepared' state by invoking callback. 175 * Allows test cases to simulate 'completed' state by invoking callback.
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
wrap.hpp | 53 /// Simulate GL_CLAMP OpenGL wrap mode 58 /// Simulate GL_REPEAT OpenGL wrap mode 63 /// Simulate GL_MIRROR_REPEAT OpenGL wrap mode
|
/external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/ |
control | 14 We simulate this by shutting off an AP in full sight of the
|
/external/autotest/server/site_tests/platform_CloseOpenLid/ |
control | 16 This test uses servo to simulate lid close and open events. Device state is
|
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/ |
control | 17 This test uses servo to simulate USB connect/removal events during boot
|
/external/autotest/server/site_tests/system_ColdBoot/ |
system_ColdBoot.py | 11 Shut down the device gracefully via Linux shell commands, then simulate
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
network_controller.py | 6 """Control network settings and servers to simulate the Web.
|