Searched refs:completed (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/companion/multidevice/client/src/android/companion/cts/multidevice/ |
D | CallbackUtils.kt | 83 private val completed = CountDownLatch(1) constant 88 completed.countDown() in onResult() 93 completed.countDown() in onError() 97 if (!completed.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForCompletion()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | VideoEncodingStatisticsTest.java | 134 boolean[] completed = new boolean[TEST_BITRATES_SET.length]; in testEncStatRateAvgQp() 162 completed[i] = false; in testEncStatRateAvgQp() 165 completed[i] = true; in testEncStatRateAvgQp() 180 if (!completed[i]) { in testEncStatRateAvgQp() 184 if (!completed[j]) { in testEncStatRateAvgQp()
|
D | VideoCodecTest.java | 539 boolean[] completed = new boolean[TEST_BITRATES_SET.length]; in internalTestEncoderQuality() 560 completed[i] = false; in internalTestEncoderQuality() 563 completed[i] = true; in internalTestEncoderQuality() 581 if (!completed[i]) { in internalTestEncoderQuality() 585 if (!completed[j]) { in internalTestEncoderQuality() 605 if (!completed[i]) { in internalTestEncoderQuality()
|
D | MediaCodecTest.java | 1290 final AtomicBoolean completed = new AtomicBoolean(false); in testDecodeAfterFlush() local 1306 completed.set(true); in testDecodeAfterFlush() 1339 completed.set(runDecodeTillFirstOutput(mediaCodec, mediaExtractor)); in testDecodeAfterFlush() 1391 if (!completed.get()) { in testDecodeAfterFlush() 1477 final AtomicBoolean completed = new AtomicBoolean(); in testDecodeShortInput() local 1481 completed.set(runDecodeShortInput(INPUT_RESOURCE, LAST_BUFFER_TIMESTAMP_US)); in testDecodeShortInput() 1486 if (!completed.get()) { in testDecodeShortInput()
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | MediaSyncTest.java | 226 boolean completed = runCheckAudioBuffer(INPUT_RESOURCE, timeOutMs); in testAudioBufferReturn() 227 if (!completed) { in testAudioBufferReturn() 283 boolean completed = runFlush(INPUT_RESOURCE, timeOutMs); in testFlush() 284 if (!completed) { in testFlush() 422 final AtomicBoolean completed = new AtomicBoolean(); in playAV() local 427 completed.set(runPlayAV(inputResource, lastBufferTimestampMs * 1000, in playAV() 433 assertTrue("timed out decoding to end-of-stream", completed.get()); in playAV() 573 boolean completed = false; in runPlayAV() 581 completed = reachedEos_l(); in runPlayAV() 583 return completed; in runPlayAV()
|
/cts/tools/incremental-cts/ |
D | incremental_deqp.py | 217 completed = subprocess.run(adb_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True) 218 if completed.returncode != 0: 220 .format(cmd=adb_cmd, error=completed.stderr)) 222 return completed.stdout
|
/cts/tests/tests/security/src/android/security/cts/ |
D | StagefrightTest.java | 2086 completed = true; in onCompletion() 2093 if (!errored && !completed) { in waitForError() 2096 "errored: " + errored + ", completed: " + completed); in waitForError() 2129 return (what != 0 && what != MediaPlayer.MEDIA_ERROR_SERVER_DIED) || completed; in waitForErrorOrCompletion() 2135 boolean completed = false; field in StagefrightTest.MediaPlayerCrashListener
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 314 // Time this test completed.
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layered_filter_fast_d1new.rscript | 430 // Once the kernel invoke is completed, uses the g_fuzzy_image to update 460 // Once the kernel invoke is completed, uses the g_fuzzy_image to update
|
D | layered_filter_fast_f32.rscript | 327 // Once the kernel invoke is completed, uses the g_fuzzy_image to update
|