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

1 2

  /frameworks/base/cmds/app_process/
Android.mk 19 # 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/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/core/rootdir/
Android.mk 20 # which are device-specific. However, these builds require at the moment
  /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/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.12/src/hermes/
mmxp2_32.asm 137 jmp .L2 ; not necessary at the moment, but doesn't hurt (much)
  /external/openssl/crypto/
sparccpuid.S 183 ! as libc provides a stub, which is overloaded the moment you link
  /external/mksh/src/
check.pl 167 Only one -e option can be given at the moment, sadly.
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 146 // more work and unnecessary at the moment).
  /external/stlport/
configure.bat 153 echo Request use of boost support (www.boost.org). For the moment only the boost
  /external/zlib/contrib/masmx86/
inffas32.asm 13 ; * the moment. I have successfully compiled and tested this code with gcc2.96,
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 462 setTimeout(updateSidenavFullscreenWidth,delay); // need to wait a moment for css to switch
468 setTimeout(updateSidenavFixedWidth,delay); // need to wait a moment for css to switch
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 121 // Initialize the cardSlider without any cards at the moment
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 126 // Initialize the slider without any cards at the moment
  /external/iproute2/doc/
ip-cref.tex 368 unique at every given moment. However, the interface may disappear from the
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies.js     [all...]

Completed in 5815 milliseconds

1 2