Home
last modified time | relevance | path

Searched defs:e1 (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java69 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis()); in testAddText() local
204 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); in testAddEntriesInTheFuture() local
270 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis()); in testIsTagEnabled() local
362 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); in testSizeLimits() local
448 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); in testAgeLimits() local
482 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); in testFileCountLimits() local
/frameworks/base/core/java/android/view/
DGestureDetector.java90 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); in onScroll()
113 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); in onFling()
166 public boolean onScroll(MotionEvent e1, MotionEvent e2, in onScroll()
171 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, in onFling()
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DarmVCM4P10_TransformResidual4x4.c46 int e1 = d0 - d2; in armVCM4P10_TransformResidual4x4() local
DarmVCM4P10_FwdTransformResidual4x4.c45 int e1 = d0 - d3; in armVCM4P10_FwdTransformResidual4x4() local
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
DPlaybackActivity.java56 public boolean onScroll(MotionEvent e1, MotionEvent e2, in onScroll()
/frameworks/base/media/libmedia/
DMemoryLeakTrackUtil.cpp120 AllocEntry *e1 = &entries[i]; in dumpMemoryAddresses() local
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DarmVCM4P10_TransformResidual4x4_s.s71 e1 RN 6 label
/frameworks/base/voip/java/com/android/server/sip/
DSipWakeupTimer.java330 public int compare(MyEvent e1, MyEvent e2) { in compare()
/frameworks/base/services/audioflinger/
DAudioMixer.cpp869 uint32_t e1 = e0, e2 = e0; in process__nop() local
927 uint32_t e1 = e0, e2 = e0; in process__genericNoResampling() local
1008 uint32_t e1 = e0, e2 = e0; in process__genericResampling() local
/frameworks/base/libs/utils/
DUnicode.cpp295 const char16_t* e1 = s1+n1; in strzcmp16() local
314 const char16_t* e1 = s1H+n1; in strzcmp16_h_n() local
/frameworks/base/core/java/android/widget/
DGallery.java971 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
990 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
/frameworks/base/media/libeffects/factory/
DEffectsFactory.c329 list_elem_t *e1; in EffectRelease() local
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2042 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
2074 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()