/cts/tests/tests/view/src/android/view/cts/ |
D | GestureDetectorCtsActivity.java | 99 public boolean onDown(MotionEvent e) { in onDown() 109 public void onLongPress(MotionEvent e) { in onLongPress() 118 public void onShowPress(MotionEvent e) { in onShowPress() 122 public boolean onSingleTapUp(MotionEvent e) { in onSingleTapUp() 127 public boolean onDoubleTap(MotionEvent e) { in onDoubleTap() 132 public boolean onDoubleTapEvent(MotionEvent e) { in onDoubleTapEvent() 137 public boolean onSingleTapConfirmed(MotionEvent e) { in onSingleTapConfirmed() 142 public boolean onContextClick(MotionEvent e) { in onContextClick()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicBlur.java | 33 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) { in initTest() 88 Element e = Element.U8(mRS); in testU8_1() local 102 Element e = Element.U8_4(mRS); in testU8_4() local 117 Element e = Element.U8(mRS); in testU8_1C() local 132 Element e = Element.U8_4(mRS); in testU8_4C() local
|
D | IntrinsicBase.java | 50 Element e; in makeElement() local 63 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation() 79 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation() 83 protected void makeSource(int w, int h, Element e) { in makeSource() 118 protected void makeBuffers(int w, int h, Element e) { in makeBuffers()
|
D | AllocationCreateAllocationsTest.java | 37 Element e = Element.U8_4(mRS); in createAllocationsHelper() local 76 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/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/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/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/tests/tests/net/src/android/net/wifi/cts/ |
D | NsdManagerTest.java | 198 EventData e = mEventCache.get(index); in waitForCallback() local 228 EventData e = mEventCache.get(index); in waitForNewEvents() local 567 EventData e = mEventCache.get(i); in checkCacheSize() local 578 EventData e = waitForNewEvents(); in checkForAdditionalEvents() local
|
/cts/suite/audio_quality/test/ |
D | LogTest.cpp | 49 int64_t e = 4; in TEST_F() local
|
/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/libs/deviceutil/src/android/cts/util/ |
D | NullWebViewUtils.java | 79 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
|
/cts/tests/openglperf2/src/android/opengl2/cts/reference/ |
D | GLReferenceActivity.java | 59 private synchronized void setException(Exception e) { in setException()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ParcelTest.java | 893 char[] e = {}; in testCreateCharArray() local 1063 int[] e = {}; in testCreateIntArray() local 1221 long[] e = {}; in testCreateLongArray() local 1391 float[] e = {}; in testCreateFloatArray() local 1563 double[] e = {}; in testCreateDoubleArray() local 1846 String[] e = {}; in testCreateStringArray() local
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | utils.cpp | 67 GLenum e = glGetError(); in GLCheckErrorStr() local
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | ... .ActionEvent)
java.awt.event.ActionEvent e
}
junit/awtui/AboutDialog$2.class ... |
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | ResultFilePuller.java | 76 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown()
|
D | DynamicConfigPusher.java | 160 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown()
|
D | ApkInstrumentationPreparer.java | 88 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown()
|
/cts/tests/app/src/android/app/cts/ |
D | LocalActivityManagerTest.java | 130 public void setResult(Exception e) { in setResult()
|
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/ |
D | VmTestPreparer.java | 62 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | JarHostTest.java | 99 Enumeration<JarEntry> e = jarFile.entries(); in getClasses() local
|
/cts/tools/dasm/src/java_cup/ |
D | symbol_set.java | 194 Enumeration e; in hashCode() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioBandSpecs.java | 67 double e = freq - mFreqStart; in isInBounds() local
|