Home
last modified time | relevance | path

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

12

/cts/tests/tests/telephony/src/android/telephony/cts/
DPhoneStateListenerTest.java109 Looper.loop(); in testOnServiceStateChanged()
146 Looper.loop(); in testOnSignalStrengthChanged()
183 Looper.loop(); in testOnSignalStrengthsChanged()
232 Looper.loop(); in testOnMessageWaitingIndicatorChanged()
271 Looper.loop(); in testOnCallForwardingIndicatorChanged()
308 Looper.loop(); in testOnCellLocationChanged()
345 Looper.loop(); in testOnCallStateChanged()
390 Looper.loop(); in testOnDataConnectionStateChanged()
430 Looper.loop(); in testOnDataActivity()
467 Looper.loop(); in testOnCellInfoChanged()
[all …]
DCellLocationTest.java94 Looper.loop(); in testCellLocation()
DTelephonyManagerTest.java121 Looper.loop(); in testListen()
490 Looper.loop(); in testGetServiceState()
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java151 int loop = 0; in testSoundPoolOp() local
153 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp()
167 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp()
169 loop = -1;// loop forever in testSoundPoolOp()
170 mSoundPool.setLoop(streamID, loop); in testSoundPoolOp()
DMockPlayer.java218 public void loopCurrent(boolean loop) { in loopCurrent() argument
DMediaDrmMockTest.java686 Looper.loop(); // Blocks forever until Looper.quit() is called. in testEventNoSessionNoData()
763 Looper.loop(); // Blocks forever until Looper.quit() is called. in testEventWithSessionAndData()
836 Looper.loop(); // Blocks forever until Looper.quit() is called. in testExpirationUpdate()
927 Looper.loop(); // Blocks forever until Looper.quit() is called. in testKeyStatusChange()
DPresetReverbTest.java372 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
DBassBoostTest.java410 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
DEqualizerTest.java429 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
DAudioRecordingConfigurationTest.java82 Looper.loop(); in setUp()
DPresentationSyncTest.java310 Looper.loop(); in runChoreographedTest()
DEnvReverbTest.java531 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
DAudioEffectTest.java972 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
1035 Looper.loop(); // Blocks forever until Looper.quit() is called. in createMediaPlayerLooper()
DVisualizerTest.java537 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
DVirtualizerTest.java669 Looper.loop(); // Blocks forever until Looper.quit() is called. in createListenerLooper()
DAudioHelper.java194 Looper.loop(); in make()
/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/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/apps/CameraITS/tests/scene1/
Dtest_param_shading_mode.py88 shading_maps = [[[] for loop in range(NUM_SHADING_MODE_SWITCH_LOOPS)]
/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/tests/content/src/android/content/cts/
DContentQueryMapTest.java221 Looper.loop(); in testSetKeepUpdated()
250 Looper.loop(); in testSetKeepUpdated()
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1102 Looper.loop(); in doStagefrightTestMediaPlayer()
1151 Looper.loop(); in doStagefrightTestMediaCodec()
1318 Looper.loop(); in doStagefrightTestMediaMetadataRetriever()
1462 Looper.loop(); in doStagefrightTestRawBlob()
1577 Looper.loop(); in doStagefrightTestRawBlob()
1716 Looper.loop(); in doStagefrightTestMediaPlayerANR()

12