Home
last modified time | relevance | path

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

1234

/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/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/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/tests/net/src/android/net/wifi/cts/
DNsdManagerTest.java200 EventData e = mEventCache.get(index); in waitForCallback() local
230 EventData e = mEventCache.get(index); in waitForNewEvents() local
569 EventData e = mEventCache.get(i); in checkCacheSize() local
580 EventData e = waitForNewEvents(); in checkForAdditionalEvents() 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/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/suite/audio_quality/test/
DLogTest.cpp48 int64_t e = 4; in TEST_F() local
/cts/tests/tests/keystore/src/android/server/am/
DStateLogger.java46 public static void logE(String logText, Throwable e) { in logE()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DStateLogger.java46 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/release-parser/src/com/android/cts/releaseparser/
DJarTestFinder.java39 Enumeration<JarEntry> e = jarFile.entries(); in getClasses() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DJarTestFinder.java42 Enumeration<JarEntry> e = jarFile.entries(); in getClasses() local
/cts/tests/tests/os/src/android/os/cts/
DParcelTest.java907 char[] e = {}; in testCreateCharArray() local
1077 int[] e = {}; in testCreateIntArray() local
1235 long[] e = {}; in testCreateLongArray() local
1405 float[] e = {}; in testCreateFloatArray() local
1577 double[] e = {}; in testCreateDoubleArray() local
1860 String[] e = {}; in testCreateStringArray() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DNullWebViewUtils.java79 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
DColorUtils.java73 int e = f.applyAsInt(expected); in verifyChannel() local
108 float e = f.apply(expected); in verifyChannel() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DNullWebViewUtils.java79 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
DColorUtils.java73 int e = f.applyAsInt(expected); in verifyChannel() local
108 float e = f.apply(expected); in verifyChannel() local
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceActivity.java59 private synchronized void setException(Exception e) { in setException()
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dutils.cpp67 GLenum e = glGetError(); in GLCheckErrorStr() local
/cts/tests/app/src/android/app/cts/
DLocalActivityManagerTest.java131 public void setResult(Exception e) { in setResult()
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
DVmTestPreparer.java64 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown()

1234