Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 43) sorted by relevance

12

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13273/
Dpoc.c71 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/os/src/android/os/cts/
DLooperTest.java62 Looper.loop(); in testLoop()
170 Looper.loop(); in testQuit()
208 Looper.loop(); in testSetMessageLogging()
DTokenWatcherTest.java55 Looper.loop(); in setUp()
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java181 int loop = 0; in testSoundPoolOp() local
183 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp()
197 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp()
199 loop = -1;// loop forever in testSoundPoolOp()
200 mSoundPool.setLoop(streamID, loop); in testSoundPoolOp()
DPresetReverbTest.java373 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
DBassBoostTest.java411 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
DPresentationSyncTest.java311 Looper.loop(); in runChoreographedTest()
DEnvReverbTest.java532 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
DAudioRecordingConfigurationTest.java86 Looper.loop(); in setUp()
DAudioEffectTest.java973 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
1036 Looper.loop(); // Blocks forever until Looper.quit() is called. in createMediaPlayerLooper()
DVisualizerTest.java546 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
/cts/hostsidetests/securitybulletin/securityPatch/Bug-137878930/
Dpoc.cpp203 size_t loop = 1000; in main() local
204 while (loop--) provideKeyResponse(); in main()
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale77 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 …]
DDrystone-2.1.sh1376 X while (Int_Loc <= 2) /* loop body executed once */
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellLocationTest.java101 Looper.loop(); in testCellLocation()
DCarrierConfigManagerTest.java305 Looper.loop(); in testCarrierConfigNameOverride()
/cts/tests/openglperf2/assets/fragment/
Dwater22 float weight = abs(mod(float(u_Time), 101.0) - 50.0) / 50.0;// loop between 0.0 and 1.0
/cts/tests/simplecpu/jni/
DCpuNativeJni.cpp81 loop: SWAPINIT(a, es); in qsort_local()
149 goto loop; in qsort_local()
/cts/tests/camera/src/android/hardware/cts/
DCameraPerformanceTestHelper.java78 Looper.loop(); // Blocks forever until Looper.quit() is called. in initializeMessageLooper()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp94 status_t setLooping(int loop) { return OK; } in setLooping() argument
/cts/apps/CameraITS/tests/scene1_2/
Dtest_param_shading_mode.py158 shading_maps = [[[] for loop in range(_NUM_SWITCH_LOOPS)]
/cts/tests/tests/content/src/android/content/cts/
DContentQueryMapTest.java221 Looper.loop(); in testSetKeepUpdated()
250 Looper.loop(); in testSetKeepUpdated()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewSyncLoader.java361 Looper.loop(); in pumpMessages()
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1108 Looper.loop(); in testStagefright_bug_68342866()
1413 Looper.loop(); in testStagefright_cve_2016_3880()
2174 Looper.loop(); in doStagefrightTestMediaPlayer()
2244 Looper.loop(); in testStagefright_cve_2019_2129()
2312 Looper.loop(); in doStagefrightTestMediaCodec()
2498 Looper.loop(); in doStagefrightTestMediaMetadataRetriever()
2730 Looper.loop(); in doStagefrightTestRawBlob()
2861 Looper.loop(); in doStagefrightTestRawBlob()
3006 Looper.loop(); in doStagefrightTestRawBlob()
3151 Looper.loop(); in doStagefrightTestMediaPlayerANR()
[all …]
/cts/hostsidetests/graphics/framerateoverride/app/src/com/android/cts/graphics/framerateoverride/
DFrameRateOverrideTestActivity.java335 Looper.loop(); in run()

12