/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/fio/examples/ |
poisson-rate-submission.fio | 12 # insight on latency distribution, we simulate request flow under Poisson
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/ |
boundarytests.txt | 9 To simulate: Use:
|
/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()->GetConstantOptimizedOut()); 42 simulate->SetOperandAt(operand_index, graph()->GetConstantOptimizedOut()); 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).
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/ |
plat_delay_timer.c | 16 * by read_cntpct_el0() to simulate the down counter.
|
/external/autotest/client/site_tests/login_OwnershipTaken/ |
control | 15 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/compiler-rt/test/scudo/ |
overflow.cpp | 15 // Simulate a header corruption of an allocated chunk (1-bit) 27 // Simulate a header corruption of a quarantined chunk
|
/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
|
/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/ |
PackageTrackerTest.java | 318 // Simulate a tracked package being updated. 392 // Simulate a tracked package being updated. 479 // Simulate package installation. 525 // Simulate package installation. 537 // Simulate a successful check. 574 // Simulate package installation. 586 // Simulate an *unsuccessful* check. 606 // For completeness, now simulate this check was successful. 634 // Simulate package installation. 646 // Simulate a tracked package being updated a second time (before the response for th [all...] |
/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
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/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/adhd/cras/src/server/ |
test_iodev.h | 13 /* Initializes an test iodev. The Test iodev is used to simulate hardware
|