Searched defs:e1 (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DTypeWrappers_test.cpp38 ResTable_entry e1; local
39 memset(&e1, 0, sizeof(e1));
40 e1.size = sizeof(e1);
41 e1.key.index = 0;
42 t.header.size += sizeof(e1);
50 offsets[2] = sizeof(e1) + sizeof(v1);
67 memcpy(p, &e1, sizeof(e1));
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c60 int e1 = d0 - d3; local
64 int f1 = (e1 << 1) + e3;
66 int f3 = e1 - (e3 << 1);
H A DarmVCM4P10_TransformResidual4x4.c61 int e1 = d0 - d2; local
65 int f1 = e1 + e2;
66 int f2 = e1 - e2;
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskTapPointerEventListener.java183 public boolean onScroll(MotionEvent e1, MotionEvent e2, argument
/frameworks/base/tools/aapt2/util/
H A DStringPiece.h182 const char* e1 = b1 + mLength; local
186 while (b1 < e1 && b2 < e2) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_TransformResidual4x4_s.s85 e1 RN 6 label
229 SSUB16 e1, trRow00,trRow20 ;// e1 = d0 - d2
235 SADD16 rowOp10, e1, e2 ;// f1 = e1 + e2
236 SSUB16 rowOp20, e1, e2 ;// f2 = e1 - e2
242 SSUB16 e1, trRow02,trRow22
248 SADD16 rowOp12, e1, e2
249 SSUB16 rowOp22, e1, e
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarGestureHelper.java280 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/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/view/
H A DGestureDetector.java82 * @param e1 The first down motion event that started the scrolling.
85 * call to onScroll. This is NOT the distance between {@code e1}
88 * call to onScroll. This is NOT the distance between {@code e1}
92 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); argument
107 * @param e1 The first down motion event that started the fling.
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/widget/
H A DDecorCaptionView.java420 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
430 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c345 list_elem_t *e1; local
355 e1 = gEffectList;
357 while (e1) {
358 if (e1->object == handle) {
360 e2->next = e1->next;
362 gEffectList = e1->next;
364 fx = (effect_entry_t *)e1->object;
365 free(e1);
368 e2 = e1;
369 e1
[all...]
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1374 uint32_t e1 = e0, e2 = e0; local
1375 int i = 31 - __builtin_clz(e1);
1384 e1 &= ~(1<<i);
1387 e0 &= ~(e1);
1393 while (e1) {
1394 i = 31 - __builtin_clz(e1);
1395 e1 &= ~(1<<i);
1434 uint32_t e1 = e0, e2 = e0; local
1435 int j = 31 - __builtin_clz(e1);
1443 e1
1529 uint32_t e1 = e0, e2 = e0; local
[all...]
/frameworks/base/core/java/android/widget/
H A DGallery.java1003 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
1022 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
1024 if (localLOGV) Log.v(TAG, String.valueOf(e2.getX() - e1.getX()));
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java345 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
362 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3064 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
3198 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 789 milliseconds