Home
last modified time | relevance | path

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

123

/aosp12/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_named_buffer-test.cpp28 int e1 = dvrBufferGetAHardwareBuffer(buffer1, &hardware_buffer1); in TEST() local
96 int e1 = dvrGetGlobalBuffer(buffer_key1, &buffer1); in TEST() local
119 int e1 = dvrSetupGlobalBuffer(buffer_key, 10, usage, &setup_buffer); in TEST() local
147 int e1 = dvrSetupGlobalBuffer(buffer_name, size, usage, &setup_buffer); in TEST() local
180 int e1 = dvrGetGlobalBuffer(buffer_name, &setup_buffer); in TEST() local
221 int e1 = dvrSetupGlobalBuffer(buffer_name, size, usage, &setup_buffer); in TEST() local
268 int e1 = dvrSetupGlobalBuffer(buffer_name, wrong_size, usage, &setup_buffer); in TEST() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java106 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis()); in testAddText() local
312 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); in testAddEntriesInTheFuture() local
380 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis()); in testIsTagEnabled() local
473 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); in testSizeLimits() local
559 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); in testAgeLimits() local
594 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); in testFileCountLimits() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DSwapButton.java77 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
86 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGestureRecognizer.java35 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); in onFling()
89 MotionEvent e1, MotionEvent e2, float dx, float dy) { in onScroll()
95 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, in onFling()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DTypeWrappers_test.cpp38 ResTable_entry e1; in createTypeData() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPageKeyboardView.java216 public boolean onScroll(final MotionEvent e1, final MotionEvent e2, final float distanceX, in onScroll()
223 public boolean onFling(final MotionEvent e1, final MotionEvent e2, final float velocityX, in onFling()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DSlidingWindowTest.java34 T e1 = t1.next(); in sameContents() local
/aosp12/frameworks/base/core/java/android/view/
H A DGestureDetector.java107 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); in onScroll()
130 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); in onFling()
200 public boolean onScroll(MotionEvent e1, MotionEvent e2, in onScroll()
205 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, in onFling()
/aosp12/art/test/660-checker-sad/src/
H A DSadLong.java95 long e1 = x >= y ? x - y : y - x; // still select in main() local
H A DSadInt.java139 int e1 = x >= y ? x - y : y - x; // still select in main() local
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmstripGestureRecognizer.java96 MotionEvent e1, MotionEvent e2, float dx, float dy) { in onScroll()
101 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, in onFling()
H A DModeListView.java306 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
316 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
334 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
436 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
585 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
785 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
/aosp12/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp490 camera_metadata_entry e1, e2; in TEST() local
546 camera_metadata_entry e1, e2; in TEST() local
624 camera_metadata_entry e1, e2; in TEST() local
654 camera_metadata_entry e1, e2; in TEST() local
734 camera_metadata_entry e1, e2; in TEST() local
763 camera_metadata_entry e1, e2; in TEST() local
1715 camera_metadata_entry_t e1, e2; in TEST() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgethex.c50 Long e, e1; local
H A Dstrtod.c94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java393 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
403 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java110 NotificationEntry e1 = new NotificationEntryBuilder() in testIsExemptFromDndVisualSuppression_media() local
/aosp12/art/test/1909-per-agent-tls/src/art/
H A DTest1909.java89 long e1 = newJvmtiEnv(); in run() local
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DStringPiece.h194 const char* e1 = b1 + length_; in compare() local
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DPanningScalingHandler.java96 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll()
/aosp12/system/extras/simpleperf/
H A DOfflineUnwinder.cpp209 [](const auto& e1, const auto& e2) { return e1->start_addr < e2->start_addr; }); in UpdateMaps()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DAssistantInputConsumer.java268 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java320 public int compare(MyEvent e1, MyEvent e2) { in compare()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DNavBarGestureHandler.java332 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { in onFling()
/aosp12/system/security/keystore2/src/
H A Dasync_task.rs284 let e1 = Elf { name: "Glorfindel".to_string() }; in test_shelf() localVariable

123