HomeSort by relevance Sort by last modified time
    Searched full:curr (Results 426 - 450 of 691) sorted by null

<<11121314151617181920>>

  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 647 FTSENT *curr; local
648 while ((curr = fts_read(ftsp)) != NULL) {
649 switch (curr->fts_info) {
  /external/chromium_org/third_party/icu/source/data/
Makefile.in 76 CURRSRCDIR=$(SRCDATADIR)/curr
77 CURRBLDDIR=$(BUILDDIR)/curr
361 CURR_TREE=curr
550 ### curr res
554 # copy the curr/pool.res file from the source folder to the build output folder
    [all...]
  /external/icu/icu4c/source/data/
Makefile.in 85 CURRSRCDIR=$(SRCDATADIR)/curr
86 CURRBLDDIR=$(BUILDDIR)/curr
368 CURR_TREE=curr
571 ### curr res
575 # copy the curr/pool.res file from the source folder to the build output folder
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 674 CtClass curr = this; local
676 while (curr != null) {
677 if (curr.getName().equals(superName))
680 curr = curr.getSuperclass();
    [all...]
  /external/opencv/cv/include/
cv.h 464 CVAPI(void) cvCalcOpticalFlowLK( const CvArr* prev, const CvArr* curr,
468 CVAPI(void) cvCalcOpticalFlowBM( const CvArr* prev, const CvArr* curr,
474 CVAPI(void) cvCalcOpticalFlowHS( const CvArr* prev, const CvArr* curr,
488 CVAPI(void) cvCalcOpticalFlowPyrLK( const CvArr* prev, const CvArr* curr,
503 CVAPI(void) cvCalcAffineFlowPyrLK( const CvArr* prev, const CvArr* curr,
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 1103 // a way to create the curr cluster object immediately.
1110 // As we're parsing the blocks in the curr cluster
1116 // because we adjust the pos down to the curr seek pos,
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 1271 //a way to create the curr cluster object immediately.
1278 //As we're parsing the blocks in the curr cluster
1284 //because we adjust the pos down to the curr seek pos,
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 1105 // a way to create the curr cluster object immediately.
1112 // As we're parsing the blocks in the curr cluster
1118 // because we adjust the pos down to the curr seek pos,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 1271 //a way to create the curr cluster object immediately.
1278 //As we're parsing the blocks in the curr cluster
1284 //because we adjust the pos down to the curr seek pos,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 1241 //a way to create the curr cluster object immediately.
1248 //As we're parsing the blocks in the curr cluster
1254 //because we adjust the pos down to the curr seek pos,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp     [all...]
  /external/valgrind/main/coregrind/
m_translate.c 397 /* t = Get(sp): curr = t, delta = 0 */
409 /* t' = curr +/- const: curr = t', delta +=/-= const */
428 /* t' = curr: curr = t' */
439 /* Put(sp) = curr */
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 213 MacroInfo curr = macroQueue.remove(); local
214 macroTransformer.parseDefNode(curr.symbol, curr.defNode);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 502 HChar* curr; local
507 curr = private_LibVEX_alloc_curr;
508 next = curr + nbytes;
512 return curr;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MCReconBlock.c 190 /* Copying the ref 8x8 blk to the curr blk */
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /external/libmtp/src/
libmtp.c 6623 LIBMTP_folder_t *retfolders = NULL, *children, *iter, *curr; local
6730 LIBMTP_folder_t *curr = head.sibling; local
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 908 UResourceBundle* curr = ures_getByKey(rb, CURRENCIES, NULL, &ec2); local
909 int32_t n = ures_getSize(curr);
911 UResourceBundle* names = ures_getByIndex(curr, i, NULL, &ec2);
949 ures_close(curr);
1022 UResourceBundle* curr = ures_getByKey(rb, CURRENCIES, NULL, &ec2); local
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java     [all...]
  /external/chromium_org/third_party/zlib/
deflate.c 1566 ulg curr = s->strstart + (ulg)(s->lookahead); local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 1503 ulg curr = s->strstart + (ulg)(s->lookahead); local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 1504 ulg curr = s->strstart + (ulg)(s->lookahead); local
    [all...]

Completed in 3358 milliseconds

<<11121314151617181920>>