Searched refs:e1 (Results 251 - 275 of 422) sorted by relevance

<<11121314151617

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DSwipableOverlayView.java248 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distX, float distY) {
249 float distance = e2.getX() - e1.getX();
260 public boolean onFling(MotionEvent e1, MotionEvent e2, float vX, float vY) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelListItem.java419 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
426 float distance = e2.getX() - e1.getX();
433 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DPopupZoomer.java184 public boolean onScroll(MotionEvent e1, MotionEvent e2,
188 if (isTouchOutsideArea(e1.getX(), e1.getY())) {
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp370 SkPathEffect* e1 = effect1->getPathEffect(); local
372 SkPathEffect* composite = SkComposePathEffect::Create(e1, e2);
373 e1->unref();
/external/deqp/framework/delibs/debase/
H A DdeMath.h168 DE_INLINE float deFloatSmoothStep (float e0, float e1, float v) argument
172 if (v >= e1) return 1.0f;
173 t = (v - e0) / (e1 - e0);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DShadowWrangler.java265 } catch (IllegalAccessException e1) {
266 throw new RuntimeException(e1);
409 } catch (NoSuchMethodException e1) {
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp370 SkPathEffect* e1 = effect1->getPathEffect(); local
372 SkPathEffect* composite = SkComposePathEffect::Create(e1, e2);
373 e1->unref();
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp255 static void relaxed_is_linear(const SkDQuad* q1, double s1, double e1, const SkDQuad* q2, argument
265 er = e1;
276 midf = (s1 + e1) / 2;
277 ef = e1;
/external/clang/test/SemaCXX/
H A Dabstract.cpp45 C e1[2]; // expected-error {{array of abstract class type 'C'}} variable
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapCreationTester.java130 entries[0] = samples.e1;
/external/openfst/src/include/fst/
H A Drmepsilon.h123 bool operator()(const Element &e1, const Element &e2) const { argument
124 return (e1.ilabel == e2.ilabel) && (e1.olabel == e2.olabel)
125 && (e1.nextstate == e2.nextstate);
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp255 static void relaxed_is_linear(const SkDQuad* q1, double s1, double e1, const SkDQuad* q2, argument
265 er = e1;
276 midf = (s1 + e1) / 2;
277 ef = e1;
/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
H A DSimpleDirectoryPersistentCache.java178 } catch (XmlPullParserException e1) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drmepsilon.h103 bool operator()(const Element &e1, const Element &e2) const { argument
104 return (e1.ilabel == e2.ilabel) && (e1.olabel == e2.olabel)
105 && (e1.nextstate == e2.nextstate);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DSecurityTest.java49 } catch (NoSuchAlgorithmException e1) {
50 e1.printStackTrace();
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DTrackingInputHandler.java323 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
360 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/external/openssl/crypto/aes/
H A Daes_wrap.c202 static const unsigned char e1[] = { local
244 ret = AES_wrap_unwrap_test(kek, 128, NULL, e1, key, 16);
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller_unittest.cc422 // Executes a number of assertions to confirm that |e1| and |e2| are touch
424 void ConfirmEventsAreTouchAndEqual(ui::Event* e1, ui::Event* e2) { argument
425 ASSERT_TRUE(e1->IsTouchEvent());
427 ui::TouchEvent* touch_event1 = static_cast<ui::TouchEvent*>(e1);
436 // Executes a number of assertions to confirm that |e1| and |e2| are mouse
438 void ConfirmEventsAreMouseAndEqual(ui::Event* e1, ui::Event* e2) { argument
439 ASSERT_TRUE(e1->IsMouseEvent());
441 ui::MouseEvent* mouse_event1 = static_cast<ui::MouseEvent*>(e1);
449 // Executes a number of assertions to confirm that |e1| and |e2| are key events
451 void ConfirmEventsAreKeyAndEqual(ui::Event* e1, u argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm713 movq xmm5, [rsi+2*rcx] ; xx xx xx xx xx xx xx xx e7 e6 e5 e4 e3 e2 e1 e0
715 punpcklbw xmm1, xmm6 ; d7 c7 d6 c6 d5 c5 d4 c4 d3 c3 d2 c2 d1 e1 d0 c0
719 punpcklbw xmm5, xmm6 ; f7 e7 f6 e6 f5 e5 f4 e4 f3 e3 f2 e2 f1 e1 f0 e0
724 punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0
732 punpckldq xmm0, xmm1 ; f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
766 punpckhqdq xmm1, xmm0 ; f1 e1 d1 c1 b1 a1 91 81 71 61 51 41 31 21 11 01
1055 punpckhbw xmm1, xmm2 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
1067 movdqa xmm4, xmm1 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
1070 punpckhwd xmm4, xmm6 ; f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
1125 movdqa xmm1, xmm4 ; f3 f2 f1 f0 e3 e2 e1 e
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm713 movq xmm5, [rsi+2*rcx] ; xx xx xx xx xx xx xx xx e7 e6 e5 e4 e3 e2 e1 e0
715 punpcklbw xmm1, xmm6 ; d7 c7 d6 c6 d5 c5 d4 c4 d3 c3 d2 c2 d1 e1 d0 c0
719 punpcklbw xmm5, xmm6 ; f7 e7 f6 e6 f5 e5 f4 e4 f3 e3 f2 e2 f1 e1 f0 e0
724 punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0
732 punpckldq xmm0, xmm1 ; f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
766 punpckhqdq xmm1, xmm0 ; f1 e1 d1 c1 b1 a1 91 81 71 61 51 41 31 21 11 01
1055 punpckhbw xmm1, xmm2 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
1067 movdqa xmm4, xmm1 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
1070 punpckhwd xmm4, xmm6 ; f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
1125 movdqa xmm1, xmm4 ; f3 f2 f1 f0 e3 e2 e1 e
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterization.cpp435 double e1, f1, g1, h1; local
437 alt_set_abcd(&one[0].y, e1, f1, g1, h1);
439 set_abcd(&one[0].y, e1, f1, g1, h1);
440 calc_ABCD(a1, e1, p1);
457 double e1 = one[0].y; local
461 calc_ABCD(a1, b1, c1, d1, e1, f1, g1, h1, p1);
484 p1[index] = (*calc_proc[procIndex])(a1, b1, c1, d1, e1, f1, g1, h1);
/external/skia/experimental/Intersection/
H A DCubicParameterization.cpp435 double e1, f1, g1, h1; local
437 alt_set_abcd(&one[0].y, e1, f1, g1, h1);
439 set_abcd(&one[0].y, e1, f1, g1, h1);
440 calc_ABCD(a1, e1, p1);
457 double e1 = one[0].y; local
461 calc_ABCD(a1, b1, c1, d1, e1, f1, g1, h1, p1);
484 p1[index] = (*calc_proc[procIndex])(a1, b1, c1, d1, e1, f1, g1, h1);
/external/clang/test/CXX/drs/
H A Ddr1xx.cpp331 enum E1 { e1 } x = e1; enumerator in enum:dr128::E1
332 enum E2 { e2 } y = static_cast<E2>(x), z = static_cast<E2>(e1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DBuildsView.java375 public int compare(Viewer view, Object e1, Object e2) {
377 return ((ResultsElement) e2).compareTo(e1);
379 return super.compare(view, e1, e2);
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1241 CvPolyEdge *e1 = (CvPolyEdge*)_e1, *e2 = (CvPolyEdge*)_e2; local
1242 return e1->y0 - e2->y0 ? e1->y0 - e2->y0 :
1243 e1->x - e2->x ? e1->x - e2->x : e1->dx - e2->dx;
1278 CvPolyEdge* e1 = (CvPolyEdge*)(reader.ptr); local
1281 assert( e1->y0 < e1->y1 && (i == 0 || icvCmpEdges( e, e1,
[all...]

Completed in 9322 milliseconds

<<11121314151617