Home
last modified time | relevance | path

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

123456

/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.java99 PlaybackStateEvent e = in testPlaybackStateEvent_default() local
112 PlaybackStateEvent e = in testPlaybackStateEvent() local
128 PlaybackErrorEvent e = in testPlaybackErrorEvent_default() local
142 PlaybackErrorEvent e = in testPlaybackErrorEvent() local
160 TrackChangeEvent e = in testTrackChangeEvent_default() local
172 TrackChangeEvent e = in testTrackChangeEvent_text() local
194 TrackChangeEvent e = in testTrackChangeEvent_audio() local
218 TrackChangeEvent e = in testTrackChangeEvent_video() local
244 NetworkEvent e = in testNetworkEvent_default() local
256 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()
DAllocationCreateAllocationsTest.java37 Element e = Element.U8_4(mRS); in createAllocationsHelper() local
82 Element e = allocArray[i].getElement(); in testGetProperties() local
DIntrinsicConvolve5x5.java24 Element e, float cf[], String name, int num, int w, int h, in test5()
96 Element e = makeElement(dt, vecSize); in testConvolve5() local
/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/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/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/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/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/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
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DStateLogger.java47 public static void logE(String logText, Throwable e) { in logE()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp96 sp<const Element> e; in Java_android_cts_rscpp_RSBlurTest_blurTest() local
137 sp<const Element> e = Element::A_8(rs); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() local
182 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RSLUTTest_lutTest() local
225 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local
269 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() local
317 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RSBlendTest_blendTest() local
409 sp<const Element> e = makeElement(rs, dt, vecSize); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DJarTestFinder.java42 Enumeration<JarEntry> e = jarFile.entries(); in getClasses() local
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DJarTestFinder.java39 Enumeration<JarEntry> e = jarFile.entries(); in getClasses() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCreateAndManageUserTest.java80 UserManager.UserOperationException e = expectThrows( in createAndManageUser_lowStorage_throwOperationException() local

123456