Home
last modified time | relevance | path

Searched defs:e1 (Results 1 – 9 of 9) 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/media/libstagefright/codecs/avc/dec/src/
Ditrans.cpp91 int e0, e1, e2, e3; /* note, at every step of the calculation, these values */ in itrans() local
171 int e0, e1, e2, e3; /* note, at every step of the calculation, these values */ in ictrans() 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/services/audioflinger/
DAudioMixer.cpp846 uint32_t e1 = e0, e2 = e0; in process__nop() local
904 uint32_t e1 = e0, e2 = e0; in process__genericNoResampling() local
986 uint32_t e1 = e0, e2 = e0; in process__genericResampling() local
/frameworks/base/libs/utils/
DString16.cpp137 const char16_t* e1 = s1+n1; in strzcmp16() local
156 const char16_t* e1 = s1H+n1; in strzcmp16_h_n() local
/frameworks/base/core/java/android/widget/
DGallery.java880 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
901 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
/frameworks/base/media/libeffects/factory/
DEffectsFactory.c256 list_elem_t *e1; in EffectRelease() local
/frameworks/base/voip/java/com/android/server/sip/
DSipService.java1412 public int compare(MyEvent e1, MyEvent e2) { in compare()
/frameworks/base/media/libmediaplayerservice/
DMediaPlayerService.cpp456 AllocEntry *e1 = &entries[i]; in memStatus() local