HomeSort by relevance Sort by last modified time
    Searched full:slice (Results 201 - 225 of 318) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/grub/stage2/
fsys_iso9660.c 105 * Because there is no defined slice type ID for ISO-9660 filesystem,
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/v8/test/mjsunit/tools/
profile.js 41 stackToString(path.slice(0, pos)) + ' has no child ' +
  /external/v8/tools/
logreader.js 226 parsedFields.push(fields.slice(1 + i));
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HeapSegment.java 262 mUsageData = hpsgData.slice();
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 184 var pathPageName = fullPageName.slice(firstSlashPos, htmlPos + 5);
191 link = $("#devdoc-nav a[href$='"+ pathPageName.slice(0, backstepDirectory + 1)+"index.html']");
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
avc_enc.cpp 433 //Since FMO is disabled in our case, num of slice group is always 1
505 if (aEncOption.num_slice_group > 1) /* divide slice group equally */
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
header.cpp 451 /* if sp_for_switch_flag is 0, P macroblocks in SP slice is decoded using
453 /* else, P macroblocks in SP slice is decoded using SP and SI decoding
    [all...]
avcenc_int.h 385 int currSliceGroup; /* currently encoded slice group id */
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
mp4enc_api.h 354 /* slice-based coding */
356 * @brief This function sets the input YUV frame and timestamp to be encoded by the slice-based encoding function PVEncodeSlice().
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
vop.cpp 90 /* initialize state variable for slice-based APIs */
185 /* Purpose : Encode one slice. */
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 664 "a", mAllowedCorpora, SuggestionCursorUtil.slice(expected, 0, maxShortcuts));
674 "a", newAllowedCorpora, SuggestionCursorUtil.slice(expected, 1, maxShortcuts));
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 75 var args = Array.prototype.slice.call(arguments);
98 'Array': ["concat", "indexOf", "join", "lastIndexOf", "pop", "push", "reverse", "shift", "slice", "sort", "splice", "toString", "unshift", "valueOf"],
99 'String': ["charAt", "charCodeAt", "concat", "indexOf", "lastIndexOf", "match", "replace", "search", "slice", "split", "substr", "substring", "toLowerCase", "toUpperCase", "valueOf"]
162 return Array.prototype.slice.call(iterable);
208 var args = Array.slice(arguments);
609 args = (args != undefined) ? $splat(args) : Array.slice(arguments, (options.event) ? 1 : 0);
756 return (hex) ? hex.slice(1).hexToRgb(array) : null;
777 if (match.charAt(0) == '\\') return match.slice(1);
    [all...]
  /external/clearsilver/cs/
csparse.c 3908 char *slice; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c     [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 92 this.bytes = cf.getBytes().slice(offset, offset + length);
  /external/opencore/codecs_v2/video/avc_h264/common/src/
reflist.cpp 37 /* we still have to calculate FrameNumWrap to make sure that all I-slice clip
  /external/opencore/codecs_v2/video/avc_h264/enc/include/
pvavcencoderinterface.h 183 If this number is set to 0, the encoder will encode the entire slice group as one NAL. */
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
reflist.cpp 37 /* we still have to calculate FrameNumWrap to make sure that all I-slice clip
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h     [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-12 70 * tests/slice-test.c: Use g_get_current_time() insted of
586 * tests/slice-test.c: Report the correct name in Usage summary.
NEWS     [all...]
  /external/webkit/JavaScriptCore/runtime/
StringPrototype.cpp 102 slice stringProtoFuncSlice DontEnum|Function 2
653 // The arg processing is very much like ArrayProtoFunc::Slice
    [all...]

Completed in 115 milliseconds

1 2 3 4 5 6 7 891011>>