HomeSort by relevance Sort by last modified time
    Searched refs:moment (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/cmds/app_process/
Android.mk 20 # ARM-only at the moment.
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 9 (* Note that this takes a moment to link, so it's best to keep the number of
bitwriter.ml 7 (* Note that this takes a moment to link, so it's best to keep the number of
bitreader.ml 7 (* Note that this takes a moment to link, so it's best to keep the number of
executionengine.ml 10 (* Note that this takes a moment to link, so it's best to keep the number of
  /packages/apps/Email/emailsync/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
  /packages/apps/Gallery2/gallerycommon/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
  /packages/apps/Email/emailcommon/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
  /external/opencv/
cvjni.cpp 693 CvMoments moment;
737 cvMoments( faceImage, &moment, 0 );
738 m_00 = cvGetSpatialMoment( &moment, 0, 0 );
739 m_10 = cvGetSpatialMoment( &moment, 1, 0 );
740 m_01 = cvGetSpatialMoment( &moment, 0, 1 );
  /system/extras/tests/bionic/libstdc++/
Android.mk 78 # builds at the moment.
  /external/opencv/cv/src/
cvmoments.cpp 197 /* summarizes moment values for all tiles */
354 ////////////////////////////////// IPP moment functions //////////////////////////////////
511 // mState - moment structure filled by one of the icvMoments[Binary]*** function
567 // Purpose: Returns spatial moment(x_order, y_order) which is determined as:
572 // mom - moment structure filled by one of the icvMoments[Binary]*** function
573 // x_order - x order of the moment
574 // y_order - y order of the moment
576 // moment value or large negative number (-DBL_MAX) if error
583 double moment = -DBL_MAX; local
594 moment = (&(moments->m00))[order + (order >> 1) + (order > 2) * 2 + y_order]
    [all...]
  /external/chromium_org/remoting/webapp/
butter_bar.js 120 * future if we want to show the request again. At the moment, the data itself
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 33 // object to be introduced; the function happens to be on stack at this moment;
debug-setbreakpoint.js 214 // moment. Since there's no way of simply getting the pointer to the function,
math-min-max.js 59 // unreliable, since a new space exhaustion at a critical moment could send
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 33 // object to be introduced; the function happens to be on stack at this moment;
debug-setbreakpoint.js 214 // moment. Since there's no way of simply getting the pointer to the function,
math-min-max.js 59 // unreliable, since a new space exhaustion at a critical moment could send
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 137 jmp .L2 ; not necessary at the moment, but doesn't hurt (much)
  /ndk/build/core/
setup-toolchain.mk 36 # Filter out 4.7 and 4.8 which is considered experimental at this moment
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 183 ! as libc provides a stub, which is overloaded the moment you link
  /external/openssl/crypto/
sparccpuid.S 183 ! as libc provides a stub, which is overloaded the moment you link
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 72 // more work and unnecessary at the moment).
  /external/chromium_org/chrome/browser/resources/
feedback.js 364 // moment is the quick office extension).
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 84 * callbacks. This is a map from unique callback id to the stack at the moment

Completed in 2533 milliseconds

1 2