/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
input.h | 61 #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) 62 #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo)
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
input.h | 61 #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) 62 #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
input.h | 61 #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) 62 #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
input.h | 61 #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) 62 #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 520 if (x1 == x2 && Math.abs(y1 - y2) < MIN_LENGTH) { 521 int delta = (MIN_LENGTH - Math.abs(y1 - y2)) / 2; 530 } else if (y1 == y2 && Math.abs(x1 - x2) < MIN_LENGTH) { 531 int delta = (MIN_LENGTH - Math.abs(x1 - x2)) / 2;
|
ResizeGesture.java | 161 int newW = Math.abs(b.w + (direction.isLeft() ? -deltaX : deltaX)); 162 int newH = Math.abs(b.h + (direction.isTop() ? -deltaY : deltaY));
|
/external/dropbear/libtommath/mtest/ |
mtest.c | 284 tmp = abs(rand()) & THE_MASK; 293 tmp = abs(rand()) & THE_MASK;
|
/external/quake/quake/src/QW/server/ |
sv_move.c | 321 if ( ((rand()&3) & 1) || abs(deltay)>abs(deltax))
|
/external/quake/quake/src/WinQuake/ |
sv_move.cpp | 321 if ( ((rand()&3) & 1) || abs((int) deltay)>abs((int) deltax))
|
/external/v8/test/mjsunit/regress/ |
regress-925537.js | 30 if (Math.abs(expected - actual) > delta) {
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/ |
shell.js | 95 if ( Math.abs(actual-expect) < 0.0000001 ) {
|
/frameworks/base/graphics/java/android/renderscript/ |
Matrix4f.java | 412 if (Math.abs(det) < 1e-6) { 440 if (Math.abs(det) < 1e-6) {
|
/frameworks/support/v4/java/android/support/v4/view/ |
ViewPager.java | 530 final float pageDelta = (float) Math.abs(dx) / (getWidth() + mPageMargin); 533 velocity = Math.abs(velocity); [all...] |
/packages/apps/Browser/src/com/android/browser/view/ |
ScrollerView.java | 534 final int yDiff = (int) Math.abs(y - mLastMotionY); 547 if (Math.abs(ocoord - mLastOrthoCoord) > mTouchSlop) { 703 && mMinimumVelocity < Math.abs((mHorizontal ? vtracker.getYVelocity() 721 if ((Math.abs(initialVelocity) > mMinimumVelocity)) { [all...] |
/external/libvpx/vp8/encoder/x86/ |
quantize_sse2.asm | 80 ; x = abs(z) 278 psubw xmm1, xmm0 ;x = abs(z) 279 psubw xmm5, xmm4 ;x = abs(z)
|
/external/stlport/stlport/stl/ |
_complex.h | 735 _Tp _STLP_CALL abs(const complex<_Tp>& __z); 756 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>&); 758 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>&); 769 _Tp _STLP_CALL abs(const complex<_Tp>& __z) function 770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); } 786 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>&);
|
/external/webp/src/enc/ |
dsp.c | 54 const int v = abs(out[k]) >> 2; 595 // abs((b + (b<0) + 3) >> 3) = (abs(b) + 3) >> 3 596 sum += w[ 0] * ((abs(b0) + 3) >> 3); 597 sum += w[ 4] * ((abs(b1) + 3) >> 3); 598 sum += w[ 8] * ((abs(b2) + 3) >> 3); 599 sum += w[12] * ((abs(b3) + 3) >> 3); 608 return (abs(sum2 - sum1) + 8) >> 4;
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 531 if (Math.abs(dRow) == 2 && Math.abs(dColumn) != 1) { 535 if (Math.abs(dColumn) == 2 && Math.abs(dRow) != 1) { 689 final float dx = Math.abs(x - mInProgressX); 690 final float dy = Math.abs(y - mInProgressY); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 735 _Tp _STLP_CALL abs(const complex<_Tp>& __z); 756 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>&); 758 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>&); 769 _Tp _STLP_CALL abs(const complex<_Tp>& __z) function 770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); } 786 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>&);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 735 _Tp _STLP_CALL abs(const complex<_Tp>& __z); 756 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>&); 758 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>&); 769 _Tp _STLP_CALL abs(const complex<_Tp>& __z) function 770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); } 786 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>&);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_complex.h | 735 _Tp _STLP_CALL abs(const complex<_Tp>& __z); 756 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>&); 758 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>&); 769 _Tp _STLP_CALL abs(const complex<_Tp>& __z) function 770 { return _Tp(abs(complex<double>(double(__z.real()), double(__z.imag())))); } 786 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>&);
|
/external/libvpx/vp8/encoder/ |
rdopt.c | [all...] |
/external/opencv/cv/src/ |
cvstereobm.cpp | 215 tab[x] = (uchar)abs(x - ftzero); 232 int diff = abs(lval - rptr[d]); 421 tab[x] = (uchar)abs(x - ftzero); 438 int diff = abs(lval - rptr[d]); 472 int diff = abs(lval - rptr[d]);
|
/frameworks/base/media/libstagefright/tests/ |
SurfaceMediaSource_test.cpp | 286 static int abs(int value) { function in class:android::GLTest 305 if (r >= 0 && abs(r - int(pixel[0])) > tolerance) { 308 if (g >= 0 && abs(g - int(pixel[1])) > tolerance) { 314 if (b >= 0 && abs(b - int(pixel[2])) > tolerance) { 320 if (a >= 0 && abs(a - int(pixel[3])) > tolerance) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelineHandler.java | 54 import static java.lang.Math.abs; 399 if (Math.abs(delta) > BaseLayoutRule.getMaxMatchDistance()) { 424 return dragged == edge && Math.abs(delta) < getMaxMatchDistance(); 444 int closestDistance = abs(closestDelta); 449 int distance = abs(delta); [all...] |