/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13273/ |
D | poc.c | 71 int ret, i, loop; in main() local 101 loop = 1; in main() 104 while (loop) { in main() 105 loop = 0; in main() 109 loop = 1; in main() 113 if (loop) { in main() 119 loop = 1; in main() 120 while (loop) { in main() 121 loop = 0; in main() 125 loop = 1; in main() [all …]
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | SoundPoolTest.java | 191 int loop = 0; in testSoundPoolOp() local 193 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp() 207 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp() 209 loop = -1;// loop forever in testSoundPoolOp() 210 mSoundPool.setLoop(streamID, loop); in testSoundPoolOp()
|
D | PresetReverbTest.java | 393 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
|
D | BassBoostTest.java | 433 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
|
D | EqualizerTest.java | 454 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
|
D | AudioRecordingConfigurationTest.java | 83 Looper.loop(); in setUp()
|
D | EnvReverbTest.java | 556 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
|
D | AudioEffectTest.java | 1014 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper() 1077 Looper.loop(); // Blocks forever until Looper.quit() is called. in createMediaPlayerLooper()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | LooperTest.java | 85 Looper.loop(); in testLoop() 200 Looper.loop(); in testQuit() 239 Looper.loop(); in testSetMessageLogging()
|
D | TokenWatcherTest.java | 57 Looper.loop(); in setUp()
|
/cts/hostsidetests/securitybulletin/securityPatch/Bug-137878930/ |
D | poc.cpp | 203 size_t loop = 1000; in main() local 204 while (loop--) provideKeyResponse(); in main()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 77 performance measurement, i.e. within the measurement loop - the 87 outside the measaurement loop. As a concession to older compilers, 94 procedure of Dhrystone in a loop and to measure the execution time. If 105 loop, or from removing code altogether. Statements that are executed 122 subtract the time for the measurement loop overhead. (This calculation 124 makes the program simpler.) However, since the loop check is now part 131 loop and that are not just renamings of variables. All remarks refer to 134 In addition to adding the measurement loop and the printout statements, 145 to Str_2_Loc (5'th statement of "main") out of the measurement loop 153 loop in "main ", the role of some variables has been exchanged, to [all …]
|
/cts/tests/tests/telephony3/src/android/telephony3/cts/ |
D | PhoneStateListenerTest.java | 99 Looper.loop(); in testOnUnRegisterFollowedByRegister()
|
/cts/tests/openglperf2/assets/fragment/ |
D | water | 22 float weight = abs(mod(float(u_Time), 101.0) - 50.0) / 50.0;// loop between 0.0 and 1.0
|
/cts/tests/simplecpu/jni/ |
D | CpuNativeJni.cpp | 81 loop: SWAPINIT(a, es); in qsort_local() 149 goto loop; in qsort_local()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CellLocationTest.java | 119 Looper.loop(); in testCellLocation()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraPerformanceTestHelper.java | 78 Looper.loop(); // Blocks forever until Looper.quit() is called. in initializeMessageLooper()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/ |
D | poc.cpp | 94 status_t setLooping(int loop) { return OK; } in setLooping() argument
|
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
D | MediaDrmMockTest.java | 708 Looper.loop(); // Blocks forever until Looper.quit() is called. in testEventNoSessionNoData() 781 Looper.loop(); // Blocks forever until Looper.quit() is called. in testEventWithSessionAndData() 863 Looper.loop(); // Blocks forever until Looper.quit() is called. in testExpirationUpdate() 963 Looper.loop(); // Blocks forever until Looper.quit() is called. in testKeyStatusChange()
|
/cts/apps/CameraITS/tests/scene1_2/ |
D | test_param_shading_mode.py | 156 shading_maps = [[[] for loop in range(_NUM_SWITCH_LOOPS)]
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentQueryMapTest.java | 223 Looper.loop(); in testSetKeepUpdated() 252 Looper.loop(); in testSetKeepUpdated()
|
/cts/tests/tests/media/common/ |
D | Android.bp | 102 // since cts-media-common depends on ctsmediav2common, resulting in a dependency loop.
|
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewSyncLoader.java | 358 Looper.loop(); in pumpMessages()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | StagefrightTest.java | 1096 Looper.loop(); in testStagefright_bug_68342866() 1403 Looper.loop(); in testStagefright_cve_2016_3880() 2230 Looper.loop(); in doStagefrightTestMediaPlayer() 2300 Looper.loop(); in testStagefright_cve_2019_2129() 2368 Looper.loop(); in doStagefrightTestMediaCodec() 2570 Looper.loop(); in doStagefrightTestMediaMetadataRetriever() 2815 Looper.loop(); in doStagefrightTestRawBlob() 2956 Looper.loop(); in doStagefrightTestRawBlob() 3111 Looper.loop(); in doStagefrightTestRawBlob() 3266 Looper.loop(); in doStagefrightTestMediaPlayerANR() [all …]
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | PresentationSyncTest.java | 317 Looper.loop(); in runChoreographedTest()
|