Home
last modified time | relevance | path

Searched refs:Error (Results 1 – 25 of 46) sorted by relevance

12

/cts/tests/tests/media/src/android/media/cts/
DMediaDrmClearkeyTest.java239 throw new Error(ERR_MSG_CRYPTO_SCHEME_NOT_SUPPORTED); in startDrm()
403 throw new Error("Invalid keySetId size for offline license"); in testClearKeyPlayback()
481 throw new Error("Did not receive expected exception from restoreKeys"); in testReleaseOfflineLicense()
519 throw new Error("query default key status failed"); in testQueryKeyStatus()
546 throw new Error("query key status failed"); in testQueryKeyStatus()
589 throw new Error("Offline license state is not usable"); in testOfflineKeyManagement()
595 throw new Error("KeySetIds size did not increment"); in testOfflineKeyManagement()
606 throw new Error("New KeySetId is missing from KeySetIds"); in testOfflineKeyManagement()
613 throw new Error("KeySetIds size is incorrect"); in testOfflineKeyManagement()
625 throw new Error("New KeySetId is still in from KeySetIds after removal"); in testOfflineKeyManagement()
[all …]
DNativeMediaDrmClearkeyTest.java104 throw new Error("Crypto scheme is not supported"); in watchHasNoClearkeySupport()
221 throw new Error("Crypto scheme is not supported."); in testClearKeyPlayback()
226 throw new Error("Network is not available, reason: " + in testClearKeyPlayback()
234 throw new Error("Device is not online, reason: " + in testClearKeyPlayback()
DMediaCodecPlayerTestBase.java133 throw new Error("Network is not available, reason: " + in playbackPreCheck()
141 throw new Error("Device is not online, reason: " + in playbackPreCheck()
DMediaCodecClearKeyPlayer.java326 throw new Error("Cas private data mismatch"); in initCasAndDescrambler()
627 throw new Error("Video CryptoException w/ errorCode " in doSomeWork()
630 throw new Error("Video CodecState.feedInputBuffer IllegalStateException " + e); in doSomeWork()
638 throw new Error("Audio CryptoException w/ errorCode " in doSomeWork()
641 throw new Error("Aduio CodecState.feedInputBuffer IllegalStateException " + e); in doSomeWork()
DDecoderTestXheAac.java103 } catch (Error err) { in testDecodeUsacDrcEffectTypeM4a()
104 throw new Error(err.getMessage() + " [dec=" + aacDecName + "]" , err); in testDecodeUsacDrcEffectTypeM4a()
234 } catch (Error err) { in testDecodeUsacStreamSwitchingM4a()
235 throw new Error(err.getMessage() + " [dec=" + aacDecName + "]" , err); in testDecodeUsacStreamSwitchingM4a()
299 } catch (Error err) { in testDecodeUsacSamplingRatesM4a()
300 throw new Error(err.getMessage() + " [dec=" + aacDecName + "]" , err); in testDecodeUsacSamplingRatesM4a()
/cts/apps/CameraITS/pymodules/its/
Ddevice.py125 raise its.error.Error(self.device_id,
173 raise its.error.Error(self.device_id, " cannot find an available " +
251 raise its.error.Error('Problem with socket on device side')
291 raise its.error.Error('Invalid command response')
298 raise its.error.Error('Invalid command response')
321 raise its.error.Error('Invalid command response')
334 raise its.error.Error('Invalid command response')
350 raise its.error.Error('Invalid command response')
380 raise its.error.Error('Invalid command response')
395 raise its.error.Error('Invalid command response')
[all …]
Dimage.py88 raise its.error.Error('Invalid format %s' % (cap["format"]))
125 raise its.error.Error('Invalid raw-10 buffer width')
145 raise its.error.Error('Invalid raw-10 buffer width')
179 raise its.error.Error('Invalid raw-12 buffer width')
199 raise its.error.Error('Invalid raw-12 buffer width')
300 raise its.error.Error('Invalid image size metadata')
315 raise its.error.Error('Invalid format %s' % (cap["format"]))
346 raise its.error.Error("Not supported")
367 raise its.error.Error("Not supported")
511 raise its.error.Error('Unsupported image type')
[all …]
Derror.py17 class Error(Exception): class
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DMeanVerificationTest.java68 throw new Error("Expected an AssertionError"); in testVerify()
79 throw new Error("Expected an AssertionError"); in testVerify()
90 throw new Error("Expected an AssertionError"); in testVerify()
110 throw new Error("Expected an AssertionError"); in testVerify()
121 throw new Error("Expected an AssertionError"); in testVerify()
132 throw new Error("Expected an AssertionError"); in testVerify()
DFrequencyVerificationTest.java58 throw new Error("Expected an AssertionError"); in testVerifification()
68 throw new Error("Expected an AssertionError"); in testVerifification()
DEventBasicVerificationTest.java68 throw new Error("Expect an AssertionError due to insufficient samples"); in testVerify()
84 throw new Error("Expect an AssertionError due to wrong sensor event"); in testVerify()
DEventOrderingVerificationTest.java61 throw new Error("Expected an AssertionError"); in testSingleOutofOrder()
78 throw new Error("Expected an AssertionError"); in testMultipleOutOfOrder()
DMagnitudeVerificationTest.java60 throw new Error("Expected an AssertionError"); in runStats()
DOffsetVerificationTest.java105 throw new Error("Expected an AssertionError"); in runStats()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
DT_opc_throw_8.java21 public void run() throws Error { in run()
22 throw new Error(); in run()
DT_opc_throw_8.smali30 new-instance v1, Ljava/lang/Error;
31 invoke-direct {v1}, Ljava/lang/Error;-><init>()V
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DSafeCleanerRuleTest.java204 final Error error1 = new Error("one"); in testThrowTheKitchenSinkAKAEverybodyThrows()
205 final Error error2 = new Error("two"); in testThrowTheKitchenSinkAKAEverybodyThrows()
265 final Error error1 = new Error("one"); in testThrowTheKitchenSinkAKAEverybodyThrows_withDumper()
266 final Error error2 = new Error("two"); in testThrowTheKitchenSinkAKAEverybodyThrows_withDumper()
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DSafeCleanerRuleTest.java204 final Error error1 = new Error("one"); in testThrowTheKitchenSinkAKAEverybodyThrows()
205 final Error error2 = new Error("two"); in testThrowTheKitchenSinkAKAEverybodyThrows()
265 final Error error1 = new Error("one"); in testThrowTheKitchenSinkAKAEverybodyThrows_withDumper()
266 final Error error2 = new Error("two"); in testThrowTheKitchenSinkAKAEverybodyThrows_withDumper()
/cts/hostsidetests/jvmti/base/run-test-based-app/src/android/jvmti/cts/
DJvmtiRunTestBasedTest.java86 throw new Error("Exception thrown", e); in testRunTest()
88 throw new Error("Exception thrown", e); in testRunTest()
90 throw new Error("Exception thrown", e); in testRunTest()
92 throw new Error("Exception thrown", e); in testRunTest()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebkitUtils.java152 if (cause instanceof Error) throw (Error) cause; in waitForFuture()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DBaseTestCase.java142 throw new Error("Failed to successfully run device tests for " in runDeviceTests()
146 throw new Error("No tests were run on the device"); in runDeviceTests()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/
DTest_opc_throw.java64 } catch (Error e) { in testN3()
/cts/apps/CameraITS/tests/scene1/
Dtest_ae_af.py52 except its.error.Error:
/cts/apps/CameraITS/tests/scene3/
Dtest_3a_consistency.py52 except its.error.Error:
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DJarTestFinder.java67 } catch (ClassNotFoundException | Error x) { in getClasses()

12