/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/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()
|
D | AllocationCreateAllocationsTest.java | 37 Element e = Element.U8_4(mRS); in createAllocationsHelper() local 82 Element e = allocArray[i].getElement(); in testGetProperties() local
|
D | IntrinsicConvolve5x5.java | 24 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/ |
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/tests/net/src/android/net/wifi/cts/ |
D | NsdManagerTest.java | 200 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/ |
D | RSCppTest.java | 78 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/ |
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/suite/audio_quality/test/ |
D | LogTest.cpp | 48 int64_t e = 4; in TEST_F() local
|
/cts/tests/tests/keystore/src/android/server/am/ |
D | StateLogger.java | 46 public static void logE(String logText, Throwable e) { in logE()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | StateLogger.java | 46 public static void logE(String logText, Throwable e) { in logE()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 96 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/ |
D | JarTestFinder.java | 39 Enumeration<JarEntry> e = jarFile.entries(); in getClasses() local
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | JarTestFinder.java | 42 Enumeration<JarEntry> e = jarFile.entries(); in getClasses() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelTest.java | 907 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/ |
D | NullWebViewUtils.java | 79 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
|
D | ColorUtils.java | 73 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/ |
D | NullWebViewUtils.java | 79 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
|
D | ColorUtils.java | 73 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/ |
D | GLReferenceActivity.java | 59 private synchronized void setException(Exception e) { in setException()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | utils.cpp | 67 GLenum e = glGetError(); in GLCheckErrorStr() local
|
/cts/tests/app/src/android/app/cts/ |
D | LocalActivityManagerTest.java | 131 public void setResult(Exception e) { in setResult()
|
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/ |
D | VmTestPreparer.java | 64 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown()
|