Home
last modified time | relevance | path

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

123

/cts/tests/tests/view/src/android/view/cts/
DGestureDetectorCtsActivity.java99 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/
DIntrinsicBlur.java33 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
DIntrinsicBase.java50 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()
DAllocationCreateAllocationsTest.java37 Element e = Element.U8_4(mRS); in createAllocationsHelper() local
76 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/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/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/tests/net/src/android/net/wifi/cts/
DNsdManagerTest.java198 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/
DLogTest.cpp49 int64_t e = 4; in TEST_F() local
/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/libs/deviceutil/src/android/cts/util/
DNullWebViewUtils.java79 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceActivity.java59 private synchronized void setException(Exception e) { in setException()
/cts/tests/tests/os/src/android/os/cts/
DParcelTest.java893 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/
Dutils.cpp67 GLenum e = glGetError(); in GLCheckErrorStr() local
/cts/tools/vm-tests-tf/lib/
Djunit.jar ... .ActionEvent) java.awt.event.ActionEvent e } junit/awtui/AboutDialog$2.class ...
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DResultFilePuller.java76 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown()
DDynamicConfigPusher.java160 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown()
DApkInstrumentationPreparer.java88 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown()
/cts/tests/app/src/android/app/cts/
DLocalActivityManagerTest.java130 public void setResult(Exception e) { in setResult()
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
DVmTestPreparer.java62 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTest.java99 Enumeration<JarEntry> e = jarFile.entries(); in getClasses() local
/cts/tools/dasm/src/java_cup/
Dsymbol_set.java194 Enumeration e; in hashCode() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioBandSpecs.java67 double e = freq - mFreqStart; in isInBounds() local

123