| /cts/tests/tests/identity/src/android/security/identity/cts/ |
| D | IdentityApiTest.java | 46 AlreadyPersonalizedException e = new AlreadyPersonalizedException("Message"); in testConstructorsAlreadyPersonalizedException() local 57 CipherSuiteNotSupportedException e = new CipherSuiteNotSupportedException("Message"); in testConstructorsCipherSuiteNotSupportedException() local 68 DocTypeNotSupportedException e = new DocTypeNotSupportedException("Message"); in testConstructorsDocTypeNotSupportedException() local 79 EphemeralPublicKeyNotFoundException e = new EphemeralPublicKeyNotFoundException("Message"); in testConstructorsEphemeralPublicKeyNotFoundException() local 90 IdentityCredentialException e = new IdentityCredentialException("Message"); in testConstructorsIdentityCredentialException() local 101 InvalidReaderSignatureException e = new InvalidReaderSignatureException("Message"); in testConstructorsInvalidReaderSignatureException() local 112 InvalidRequestMessageException e = new InvalidRequestMessageException("Message"); in testConstructorsInvalidRequestMessageException() local 123 MessageDecryptionException e = new MessageDecryptionException("Message"); in testConstructorsMessageDecryptionException() local 134 NoAuthenticationKeyAvailableException e = in testConstructorsNoAuthenticationKeyAvailableException() local 146 SessionTranscriptMismatchException e = new SessionTranscriptMismatchException("Message"); in testConstructorsSessionTranscriptMismatchException() local [all …]
|
| /cts/hostsidetests/atrace/src/android/atrace/cts/ |
| D | UncheckedThrow.java | 24 public static void throwAnyException(Exception e) { in throwAnyException() 36 public static void throwAnyException(Throwable e) { in throwAnyException() 45 private static<T extends Throwable> void throwAnyImpl(Throwable e) throws T { in throwAnyImpl()
|
| /cts/tests/appsearch/src/com/android/cts/appsearch/external/exceptions/ |
| D | AppSearchExceptionCtsTest.java | 29 AppSearchException e = new AppSearchException(AppSearchResult.RESULT_IO_ERROR); in testNoMessageException() local 40 AppSearchException e = new AppSearchException(AppSearchResult.RESULT_NOT_FOUND, "ERROR!"); in testExceptionWithMessage() local 52 AppSearchException e = in testExceptionWithThrowable() local
|
| /cts/hostsidetests/media/app/MediaMetricsTest/src/android/media/metrics/cts/ |
| D | MediaMetricsAtomHostSideTests.java | 101 PlaybackStateEvent e = in testPlaybackStateEvent_default() local 114 PlaybackStateEvent e = in testPlaybackStateEvent() local 130 PlaybackErrorEvent e = in testPlaybackErrorEvent_default() local 144 PlaybackErrorEvent e = in testPlaybackErrorEvent() local 162 TrackChangeEvent e = in testTrackChangeEvent_default() local 174 TrackChangeEvent e = in testTrackChangeEvent_text() local 196 TrackChangeEvent e = in testTrackChangeEvent_audio() local 220 TrackChangeEvent e = in testTrackChangeEvent_video() local 246 NetworkEvent e = in testNetworkEvent_default() local 258 NetworkEvent e = in testNetworkEvent() local [all …]
|
| /cts/tests/signature/tests/src/android/signature/cts/tests/ |
| D | FailureHandlingTest.java | 74 AssertionError e = Assert.assertThrows(AssertionError.class, in testNoFailures_DetectsFailures() local 88 AssertionError e = Assert.assertThrows(AssertionError.class, in testExpectFailure_DetectsNoFailures() local 102 AssertionError e = Assert.assertThrows(AssertionError.class, in testExpectFailure_DetectsTooManyFailures() local
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | IntrinsicBlur.java | 48 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) { in initTest() 103 Element e = Element.U8(mRS); in testU8_1() local 117 Element e = Element.U8_4(mRS); in testU8_4() local 132 Element e = Element.U8(mRS); in testU8_1C() local 147 Element e = Element.U8_4(mRS); in testU8_4C() local
|
| D | IntrinsicBase.java | 62 Element e; in makeElement() local 75 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation() 91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() 95 protected void makeSource(int w, int h, Element e) { in makeSource() 127 protected void makeBuffers(int w, int h, Element e) { in makeBuffers()
|
| /cts/tests/tests/simphonebookprovider/src/android/provider/cts/simphonebook/ |
| D | SimPhonebookContract_SimRecordsNoSimTest.java | 109 IllegalArgumentException e = assertThrows(IllegalArgumentException.class, in query_nonExistentSim_throwsIllegalArgumentException() local 190 IllegalArgumentException e = assertThrows(IllegalArgumentException.class, in insertAdn_throwsCorrectException() local 202 IllegalArgumentException e = assertThrows(IllegalArgumentException.class, () -> in updateAdn_throwsCorrectException() local 211 IllegalArgumentException e = assertThrows(IllegalArgumentException.class, () -> in deleteAdn_throwsCorrectException() local
|
| /cts/hostsidetests/appcompat/compatchanges/app/src/com/android/cts/appcompat/compatchanges/ |
| D | CompatChangesTest.java | 119 SecurityException e = assertThrows(SecurityException.class, in putPackageOverrides_securityExceptionForNonOverridableChangeId() local 165 SecurityException e = assertThrows(SecurityException.class, in putPackageOverrides_securityExceptionForNotHoldingPermission() local 186 SecurityException e = assertThrows(SecurityException.class, in removePackageOverrides_securityExceptionForNonOverridableChangeId() local 226 SecurityException e = assertThrows(SecurityException.class, in removePackageOverrides_securityExceptionForNotHoldingPermission() local
|
| /cts/tests/tests/wifi/src/android/net/wifi/sharedconnectivity/cts/app/ |
| D | HotspotNetworkTest.java | 158 Exception e = assertThrows(IllegalArgumentException.class, builder::build); in deviceIdNotSet_shouldThrowException() local 168 Exception e = assertThrows(IllegalArgumentException.class, builder::build); in illegalNetworkTypeValueIsSet_shouldThrowException() local 178 Exception e = assertThrows(IllegalArgumentException.class, builder::build); in networkNameNotSet_shouldThrowException() local 184 Exception e = assertThrows(IllegalArgumentException.class, in networkProviderInfoNotSet_shouldThrowException() local
|
| D | KnownNetworkTest.java | 169 Exception e = assertThrows(IllegalArgumentException.class, builder::build); in illegalNetworkSourceValueIsSet_shouldThrowException() local 178 Exception e = assertThrows(IllegalArgumentException.class, builder::build); in ssidNotSet_shouldThrowException() local 187 Exception e = assertThrows(IllegalArgumentException.class, builder::build); in securityTypesNotSet_shouldThrowException() local 197 Exception e = assertThrows(IllegalArgumentException.class, builder::build); in networkProviderInfoNotSetWhenNetworkSourceIsNearbySelf_shouldThrowException() local
|
| D | NetworkProviderInfoTest.java | 138 Exception e = assertThrows(IllegalArgumentException.class, builder::build); in illegalDeviceTypeValueIsSet_shouldThrowException() local 149 Exception e = assertThrows(IllegalArgumentException.class, builder::build); in illegalBatteryPercentageValueIsSet_shouldThrowException() local 166 Exception e = assertThrows(IllegalArgumentException.class, builder::build); in illegalConnectionStrengthValueIsSet_shouldThrowException() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
| D | Logt.java | 26 public static void e(String tag, String msg) { in e() method in Logt 34 public static void e(String tag, String msg, Throwable tr) { in e() method in Logt
|
| /cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
| D | PropertyPathCtsTest.java | 38 Throwable e; in testPropertyPathInvalid() local 117 Throwable e; in testPathSegmentInvalid() local
|
| /cts/tests/tests/os/src/android/os/cts/ |
| D | OperationCanceledExceptionTest.java | 27 OperationCanceledException e = null; in testOperationCanceledException() local
|
| /cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/ |
| D | IgnoreExceptions.java | 29 public static void run(Runnable e) { in run()
|
| D | Assert.java | 31 public static <E extends Throwable> E assertThrows(Class<E> e, Runnable r) { in assertThrows()
|
| /cts/tests/appsearch/src/com/android/cts/appsearch/app/ |
| D | AppSearchManagerCtsTest.java | 37 IllegalArgumentException e = assertThrows(IllegalArgumentException.class, in testSearchContext_withInvalidDatabaseName() local
|
| /cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
| D | ImsExceptionTest.java | 37 ImsException e = new ImsException("Test1"); in testImsExceptionConstructors() local
|
| /cts/tests/tests/rscpp/src/android/cts/rscpp/ |
| D | RSCppTest.java | 78 Element e; in makeElement() local 91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
|
| /cts/tests/AlarmManager/src/android/alarmmanager/cts/ |
| D | DumpLoggerRule.java | 35 protected void failed(Throwable e, Description description) { in failed()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/d/ |
| D | T_filled_new_array_range_1.java | 20 public int[] run(int a, int b, int c, int d, int e) { in run()
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/d/ |
| D | T_filled_new_array_1.java | 20 public int[] run(int a, int b, int c, int d, int e) { in run()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/ |
| D | AbstractBaseTest.java | 86 void showToastAndLog(String s, Exception e) { in showToastAndLog() 87 Log.d(getTag(), s, e); in showToastAndLog() local
|
| /cts/apps/CameraITS/tests/scene0/ |
| D | test_vibration_restriction.py | 44 def calc_magnitude(e): argument
|