Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 174) sorted by relevance

1234567

/cts/tests/tests/identity/src/android/security/identity/cts/
DIdentityApiTest.java46 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/
DUncheckedThrow.java24 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/
DAppSearchExceptionCtsTest.java29 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/
DMediaMetricsAtomHostSideTests.java101 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/
DFailureHandlingTest.java74 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/
DIntrinsicBlur.java48 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
DIntrinsicBase.java62 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/
DSimPhonebookContract_SimRecordsNoSimTest.java109 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/
DCompatChangesTest.java119 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/
DHotspotNetworkTest.java158 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
DKnownNetworkTest.java169 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
DNetworkProviderInfoTest.java138 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/
DLogt.java26 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/
DPropertyPathCtsTest.java38 Throwable e; in testPropertyPathInvalid() local
117 Throwable e; in testPathSegmentInvalid() local
/cts/tests/tests/os/src/android/os/cts/
DOperationCanceledExceptionTest.java27 OperationCanceledException e = null; in testOperationCanceledException() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DIgnoreExceptions.java29 public static void run(Runnable e) { in run()
DAssert.java31 public static <E extends Throwable> E assertThrows(Class<E> e, Runnable r) { in assertThrows()
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DAppSearchManagerCtsTest.java37 IllegalArgumentException e = assertThrows(IllegalArgumentException.class, in testSearchContext_withInvalidDatabaseName() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsExceptionTest.java37 ImsException e = new ImsException("Test1"); in testImsExceptionConstructors() local
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSCppTest.java78 Element e; in makeElement() local
91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DDumpLoggerRule.java35 protected void failed(Throwable e, Description description) { in failed()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/d/
DT_filled_new_array_range_1.java20 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/
DT_filled_new_array_1.java20 public int[] run(int a, int b, int c, int d, int e) { in run()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractBaseTest.java86 void showToastAndLog(String s, Exception e) { in showToastAndLog()
87 Log.d(getTag(), s, e); in showToastAndLog() local
/cts/apps/CameraITS/tests/scene0/
Dtest_vibration_restriction.py44 def calc_magnitude(e): argument

1234567