/cts/tests/tests/media/src/android/media/cts/ |
D | MediaDrmClearkeyTest.java | 239 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 …]
|
D | NativeMediaDrmClearkeyTest.java | 104 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()
|
D | MediaCodecPlayerTestBase.java | 133 throw new Error("Network is not available, reason: " + in playbackPreCheck() 141 throw new Error("Device is not online, reason: " + in playbackPreCheck()
|
D | MediaCodecClearKeyPlayer.java | 326 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()
|
D | DecoderTestXheAac.java | 103 } 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/ |
D | device.py | 125 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 …]
|
D | image.py | 88 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 …]
|
D | error.py | 17 class Error(Exception): class
|
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
D | MeanVerificationTest.java | 68 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()
|
D | FrequencyVerificationTest.java | 58 throw new Error("Expected an AssertionError"); in testVerifification() 68 throw new Error("Expected an AssertionError"); in testVerifification()
|
D | EventBasicVerificationTest.java | 68 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()
|
D | EventOrderingVerificationTest.java | 61 throw new Error("Expected an AssertionError"); in testSingleOutofOrder() 78 throw new Error("Expected an AssertionError"); in testMultipleOutOfOrder()
|
D | MagnitudeVerificationTest.java | 60 throw new Error("Expected an AssertionError"); in runStats()
|
D | OffsetVerificationTest.java | 105 throw new Error("Expected an AssertionError"); in runStats()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/ |
D | T_opc_throw_8.java | 21 public void run() throws Error { in run() 22 throw new Error(); in run()
|
D | T_opc_throw_8.smali | 30 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/ |
D | SafeCleanerRuleTest.java | 204 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/ |
D | SafeCleanerRuleTest.java | 204 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/ |
D | JvmtiRunTestBasedTest.java | 86 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/ |
D | WebkitUtils.java | 152 if (cause instanceof Error) throw (Error) cause; in waitForFuture()
|
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/ |
D | BaseTestCase.java | 142 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/ |
D | Test_opc_throw.java | 64 } catch (Error e) { in testN3()
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_ae_af.py | 52 except its.error.Error:
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_3a_consistency.py | 52 except its.error.Error:
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | JarTestFinder.java | 67 } catch (ClassNotFoundException | Error x) { in getClasses()
|