Searched refs:e2 (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/base/libs/androidfw/tests/
H A DTypeWrappers_test.cpp51 ResTable_entry e2; local
52 memset(&e2, 0, sizeof(e2));
53 e2.size = sizeof(e2);
54 e2.key.index = 1;
55 t.header.size += sizeof(e2);
71 memcpy(p, &e2, sizeof(e2));
72 p += sizeof(e2);
[all...]
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DGestureRouter.java89 public boolean onScroll(@NonNull MotionEvent e1, @NonNull MotionEvent e2, argument
91 return mDelegates.get(e2).onScroll(e1, e2, distanceX, distanceY);
100 public boolean onFling(@NonNull MotionEvent e1, @NonNull MotionEvent e2, argument
102 return mDelegates.get(e2).onFling(e1, e2, velocityX, velocityY);
H A DMouseInputHandler.java84 public boolean onScroll(@NonNull MotionEvent e1, @NonNull MotionEvent e2, argument
88 return !MotionEvents.isTouchpadScroll(e2);
/frameworks/support/lifecycle/compiler/src/tests/test-data/
H A DInvalidFirstArg2.java11 public void onStop(Event e2, Event event) { argument
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dshared.rsh51 #define _RS_ASSERT_EQU(e1, e2) \
52 (((e1) != (e2)) ? (failed = true, rsDebug(#e1 " != " #e2, (e1), (e2)), false) : true)
/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_named_buffer-test.cpp33 int e2 = dvrBufferGetAHardwareBuffer(buffer2, &hardware_buffer2); local
34 ASSERT_EQ(0, e2);
102 int e2 = dvrGetGlobalBuffer(buffer_key2, &buffer2); local
104 ASSERT_EQ(0, e2);
124 int e2 = dvrBufferGetAHardwareBuffer(setup_buffer, &hardware_buffer); local
125 ASSERT_EQ(0, e2);
152 int e2 = dvrBufferGetAHardwareBuffer(setup_buffer, &hardware_buffer); local
153 ASSERT_EQ(0, e2);
185 int e2 = dvrBufferGetAHardwareBuffer(setup_buffer, &hardware_buffer); local
186 ASSERT_EQ(0, e2);
226 int e2 = dvrBufferGetAHardwareBuffer(setup_buffer, &hardware_buffer); local
273 int e2 = local
[all...]
/frameworks/base/services/core/java/com/android/server/timezone/
H A DPackageStatusStorage.java120 } catch (ParseException e2) {
121 throw new IllegalStateException("Recovery from bad file failed", e2);
140 ParseException e2 = new ParseException("Error reading package status", 0);
141 e2.initCause(e);
142 throw e2;
258 ParseException e2 = new ParseException("Unable to read file", 0);
259 e2.initCause(e);
260 throw e2;
281 ParseException e2 = new ParseException("Error reading XML", 0);
283 throw e2;
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java100 DropBoxManager.Entry e2 = dropbox.getNextEntry("DropBoxTest", e1.getTimeMillis());
101 assertTrue(null == dropbox.getNextEntry("DropBoxTest", e2.getTimeMillis()));
106 assertTrue(e1.getTimeMillis() < e2.getTimeMillis());
107 assertTrue(e2.getTimeMillis() < after);
111 assertEquals("TES", e2.getText(3));
115 e2.close();
182 DropBoxManager.Entry e2 = dropbox.getNextEntry("DropBoxTest", e1.getTimeMillis());
183 DropBoxManager.Entry e3 = dropbox.getNextEntry("DropBoxTest", e2.getTimeMillis());
188 assertTrue(e2.getTimeMillis() > e1.getTimeMillis());
189 assertTrue(e3.getTimeMillis() > e2
[all...]
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
H A DGestureRouterTest.java182 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
183 return mSpy.onScroll(e1, e2, distanceX, distanceY);
192 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
193 return mSpy.onFling(e1, e2, velocityX, velocityY);
223 void assertCalled_onScroll(MotionEvent e1, MotionEvent e2, float x, float y) { argument
224 verify(mSpy).onScroll(e1, e2, x, y);
231 void assertCalled_onFling(MotionEvent e1, MotionEvent e2, float x, float y) { argument
232 Mockito.verify(mSpy).onFling(e1, e2, x, y);
/frameworks/base/core/java/android/content/
H A DContentValues.java280 } catch (NumberFormatException e2) {
305 } catch (NumberFormatException e2) {
330 } catch (NumberFormatException e2) {
355 } catch (NumberFormatException e2) {
380 } catch (NumberFormatException e2) {
405 } catch (NumberFormatException e2) {
/frameworks/base/core/java/android/view/textclassifier/
H A DEntityConfidence.java137 mSortedEntities.sort((e1, e2) -> {
139 float score2 = mEntityConfidence.get(e2);
/frameworks/av/media/libeffects/data/
H A Daudio_effects.conf93 uuid 8631f300-72e2-11df-b57e-0002a5d5c51b
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DNotificationShadeActivity.java65 public boolean onFling(MotionEvent e1, MotionEvent e2, float vX, float vY) {
66 if (Math.abs(e1.getY() - e2.getY()) <= mScaledTouchSlop) {
/frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
H A DEntityConfidence.java147 public int compare(String e1, String e2) { argument
149 float score2 = mEntityConfidence.get(e2);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c331 list_elem_t *e2; local
341 e2 = NULL;
344 if (e2) {
345 e2->next = e1->next;
353 e2 = e1;
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java320 public int compare(MyEvent e1, MyEvent e2) { argument
321 if (e1 == e2) return 0;
322 int diff = e1.mMaxPeriod - e2.mMaxPeriod;
/frameworks/base/core/java/android/util/
H A DReflectiveProperty.java69 } catch (NoSuchFieldException e2) {
H A DAtomicFile.java140 } catch (FileNotFoundException e2) {
/frameworks/base/core/java/android/view/
H A DGestureDetector.java83 * @param e2 The move motion event that triggered the current onScroll.
86 * and {@code e2}.
89 * and {@code e2}.
92 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); argument
108 * @param e2 The move motion event that triggered the current onFling.
115 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); argument
185 public boolean onScroll(MotionEvent e1, MotionEvent e2, argument
190 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, argument
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java82 } catch (FileNotFoundException e2) {
/frameworks/support/compat/src/main/java/androidx/core/util/
H A DAtomicFile.java113 } catch (FileNotFoundException e2) {
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java148 } catch (UnsupportedEncodingException e2) {
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java418 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
428 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DSecurityLogMonitor.java285 newLogs.sort((e1, e2) -> Long.signum(e1.getTimeNanos() - e2.getTimeNanos()));
/frameworks/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java305 } catch (Exception e2) {
309 if (!e2.getClass().equals(ClassNotFoundException.class)) {
310 exception.initCause(e2);

Completed in 346 milliseconds

123