HomeSort by relevance Sort by last modified time
    Searched full:stages (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/tremolo/Tremolo/
res012.c 89 if(k+1>info->stages)info->stages=k+1;
134 for(s=0;s<info->stages;s++){
203 for(s=0;s<info->stages;s++){
codec_internal.h 144 char stages; member in struct:vorbis_info_residue
mdct.c 230 int stages=7-shift; local
233 for(i=0;--stages>=0;i++){
  /development/samples/SpinnerTest/
_index.html 38 methods demonstrate how to use instrumentation to trigger stages in the lifecycle of the activity under test.
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
sad_halfpel.cpp 203 for (i = 0; i < 16; i++) /* 16 stages */
285 for (i = 0; i < 16; i++) /* 16 stages */
366 for (i = 0; i < 16; i++) /* 16 stages */
442 for (i = 0; i < 16; i++) /* 16 stages */
510 for (i = 0; i < 16; i++) /* 16 stages */
576 for (i = 0; i < 16; i++) /* 16 stages */
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
sad_halfpel.cpp 355 for (i = 0; i < 16; i++) /* 16 stages */
434 for (i = 0; i < 16; i++) /* 16 stages */
512 for (i = 0; i < 16; i++) /* 16 stages */
588 for (i = 0; i < 16; i++) /* 16 stages */
656 for (i = 0; i < 16; i++) /* 16 stages */
722 for (i = 0; i < 16; i++) /* 16 stages */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 28 * This Activity actually handles two stages of a launcher shortcut's life cycle.
  /external/grub/stage2/
smp-imps.h 191 * Call this during the early stages of OS startup, before memory can
smp-imps.c 676 * and BIOS information. Call this during the early stages of OS startup,
  /external/icu4c/tools/makeconv/
genmbcs.h 38 MBCS_STAGE_2_SIZE=0xfbc0, /* 0x10000-MBCS_STAGE_1_SIZE: stages 1 & 2 share a 16-bit-indexed array */
  /external/srec/portable/include/
ESR_ReturnCode.h 49 * that remainig stages of operation may proceed.
  /ndk/build/core/
build-all.mk 30 # These phony targets are used to control various stages of the build
  /external/jpeg/
wizard.doc 208 a script with fewer stages of successive approximation (otherwise the
210 want to use more stages of successive approximation (so that the initial
  /external/icu4c/common/
ucnv_ext.h 123 * [10] index of fromUStage12[] (combined array of uint16_t for stages 1 & 2)
264 * Stages 1 & 2 of a trie that maps an initial code point.
266 * same array pointer can be used for both stages.
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1Impl.java 184 // In general case there are 3 stages :
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.h 45 /* maximum size of any cluster in all processing stages of landmarker */
  /external/srec/tools/grxmlcompile/
sub_grph.h 29 // Guards various stages 1. Compiling 2. Processing
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
uc-005.js 90 * It will be helpful to build this string in stages:
  /external/grub/docs/
internals.texi 30 GRUB consists of two distinct components, called @dfn{stages}, which are
94 directly without recompilation of the stages.
  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-aes.js 181 // encode nonce in two stages to cater for JavaScript 32-bit limit on bitwise ops
193 // again done in two stages for 32-bit ops
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 181 // encode nonce in two stages to cater for JavaScript 32-bit limit on bitwise ops
193 // again done in two stages for 32-bit ops
  /external/bluetooth/glib/gobject/
gsignal.h 114 * stages of a signal emission.
  /external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js 428 // Parsing happens in four stages. In the first stage, we replace certain
  /external/webkit/SunSpider/hosted/
json2.js 432 // Parsing happens in four stages. In the first stage, we replace certain
  /external/webkit/WebCore/platform/mac/
ClipboardMac.mm 285 // FIXME: This loop could be split into two stages. One which adds all the HTML5 specified types

Completed in 1034 milliseconds

1 2 3 4 5