Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 130) 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/hostsidetests/media/app/MediaMetricsTest/src/android/media/metrics/cts/
DMediaMetricsAtomHostSideTests.java91 PlaybackStateEvent e = in testPlaybackStateEvent_default() local
104 PlaybackStateEvent e = in testPlaybackStateEvent() local
120 PlaybackErrorEvent e = in testPlaybackErrorEvent_default() local
134 PlaybackErrorEvent e = in testPlaybackErrorEvent() local
152 TrackChangeEvent e = in testTrackChangeEvent_default() local
164 TrackChangeEvent e = in testTrackChangeEvent_text() local
186 TrackChangeEvent e = in testTrackChangeEvent_audio() local
210 TrackChangeEvent e = in testTrackChangeEvent_video() local
236 NetworkEvent e = in testNetworkEvent_default() local
248 NetworkEvent e = in testNetworkEvent() local
[all …]
/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/appcompat/compatchanges/app/src/com/android/cts/appcompat/compatchanges/
DCompatChangesTest.java110 SecurityException e = assertThrows(SecurityException.class, in putPackageOverrides_securityExceptionForNonOverridableChangeId() local
145 SecurityException e = assertThrows(SecurityException.class, in putPackageOverrides_securityExceptionForNotHoldingPermission() local
154 SecurityException e = assertThrows(SecurityException.class, in removePackageOverrides_securityExceptionForNonOverridableChangeId() local
186 SecurityException e = assertThrows(SecurityException.class, in removePackageOverrides_securityExceptionForNotHoldingPermission() 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/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerTest.java820 testIpPayloadEvent(filter, (IpPayloadEvent) e); in getFilterCallback()
822 testMediaEvent(filter, (MediaEvent) e); in getFilterCallback()
824 testMmtpRecordEvent(filter, (MmtpRecordEvent) e); in getFilterCallback()
826 testPesEvent(filter, (PesEvent) e); in getFilterCallback()
828 testSectionEvent(filter, (SectionEvent) e); in getFilterCallback()
830 testTemiEvent(filter, (TemiEvent) e); in getFilterCallback()
832 testTsRecordEvent(filter, (TsRecordEvent) e); in getFilterCallback()
834 testScramblingStatusEvent(filter, (ScramblingStatusEvent) e); in getFilterCallback()
836 testIpCidChangeEvent(filter, (IpCidChangeEvent) e); in getFilterCallback()
838 testRestartEvent(filter, (RestartEvent) e); in getFilterCallback()
/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/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DRemoteEventQuerier.java91 E e = (E) resultMessage.getSerializable(EVENT_KEY); in get() local
108 E e = (E) resultMessage.getSerializable(EVENT_KEY); in next() local
128 E e = (E) resultMessage.getSerializable(EVENT_KEY); in poll() 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/d/
DT_filled_new_array_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_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/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/suite/audio_quality/test/
DLogTest.cpp48 int64_t e = 4; in TEST_F() local
/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/tests/tests/os/src/android/os/cts/
DParcelTest.java908 char[] e = {}; in testCreateCharArray() local
1078 int[] e = {}; in testCreateIntArray() local
1236 long[] e = {}; in testCreateLongArray() local
1406 float[] e = {}; in testCreateFloatArray() local
1578 double[] e = {}; in testCreateDoubleArray() local
1861 String[] e = {}; in testCreateStringArray() local

123456