HomeSort by relevance Sort by last modified time
    Searched refs:slice (Results 151 - 175 of 390) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_before.h 668 _SBase (const _Dom& __e, const slice& __s)
681 const slice& _M_slice;
690 _SBase (_Array<_Tp> __a, const slice& __s)
715 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
725 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_before.h 671 _SBase (const _Dom& __e, const slice& __s)
684 const slice& _M_slice;
693 _SBase (_Array<_Tp> __a, const slice& __s)
718 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
728 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_before.h 671 _SBase (const _Dom& __e, const slice& __s)
684 const slice& _M_slice;
693 _SBase (_Array<_Tp> __a, const slice& __s)
718 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
728 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 668 _SBase (const _Dom& __e, const slice& __s)
681 const slice& _M_slice;
690 _SBase (_Array<_Tp> __a, const slice& __s)
715 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
725 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 668 _SBase (const _Dom& __e, const slice& __s)
681 const slice& _M_slice;
690 _SBase (_Array<_Tp> __a, const slice& __s)
715 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
725 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 668 _SBase (const _Dom& __e, const slice& __s)
681 const slice& _M_slice;
690 _SBase (_Array<_Tp> __a, const slice& __s)
715 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
725 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_before.h 668 _SBase (const _Dom& __e, const slice& __s)
681 const slice& _M_slice;
690 _SBase (_Array<_Tp> __a, const slice& __s)
715 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
725 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_before.h 671 _SBase (const _Dom& __e, const slice& __s)
684 const slice& _M_slice;
693 _SBase (_Array<_Tp> __a, const slice& __s)
718 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
728 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_before.h 671 _SBase (const _Dom& __e, const slice& __s)
684 const slice& _M_slice;
693 _SBase (_Array<_Tp> __a, const slice& __s)
718 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {}
728 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {}
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
parse-js.js 689 return slice(arguments);
1213 function slice(a, start) { function
    [all...]
  /external/v8/src/
messages.js 452 * Get a slice of source code from the script. The boundaries for the slice is
454 * @param {number} opt_from_line The first line (zero bound) in the slice.
456 * @param {number} opt_to_column The last line (zero bound) in the slice (non
458 * @return {SourceSlice} The source slice or null of the parameters where
484 // Return a source slice with line numbers re-adjusted to the resource.
620 * Restrict source location start and end positions to make the source slice
692 * Class for a source slice. A source slice is a part of a script source with
695 * from_line : line number for the first line in the slice
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c 275 macroblock storages and slice group map and (re-)initializes the
405 DEBUG(("TRYING TO CHANGE SPS IN NON-IDR SLICE\n"));
451 pStorage->slice->numDecodedMbs = 0;
452 pStorage->slice->sliceId = 0;
470 considers that new picture is starting if no slice headers
539 if (pStorage->slice->numDecodedMbs == pStorage->picSizeInMbs)
560 Compute slice group map. Just call h264bsdDecodeSliceGroupMap with
600 following conditions checked only for slice NAL units, values
601 compared to ones obtained from previous slice:
603 -NAL unit type differs (slice / IDR slice
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 25 * can "reveal" a partial slice of the underlying array.
33 /** {@code >= 0}; start index of the slice (inclusive) */
44 * @param start {@code >= 0;} start index of the slice (inclusive)
46 * the slice (exclusive)
89 * Returns a slice (that is, a sub-array) of this instance.
91 * @param start {@code >= 0;} start index of the slice (inclusive)
93 * the slice (exclusive)
94 * @return {@code non-null;} the slice
96 public ByteArray slice(int start, int end) { method in class:ByteArray
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 25 * can "reveal" a partial slice of the underlying array.
33 /** {@code >= 0}; start index of the slice (inclusive) */
44 * @param start {@code >= 0;} start index of the slice (inclusive)
46 * the slice (exclusive)
89 * Returns a slice (that is, a sub-array) of this instance.
91 * @param start {@code >= 0;} start index of the slice (inclusive)
93 * the slice (exclusive)
94 * @return {@code non-null;} the slice
96 public ByteArray slice(int start, int end) { method in class:ByteArray
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArray.java 25 * can "reveal" a partial slice of the underlying array.
33 /** {@code >= 0}; start index of the slice (inclusive) */
44 * @param start {@code >= 0;} start index of the slice (inclusive)
46 * the slice (exclusive)
89 * Returns a slice (that is, a sub-array) of this instance.
91 * @param start {@code >= 0;} start index of the slice (inclusive)
93 * the slice (exclusive)
94 * @return {@code non-null;} the slice
96 public ByteArray slice(int start, int end) { method in class:ByteArray
  /external/llvm/lib/Support/
Regex.cpp 152 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789"));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SampleEntry.java 130 setDeadBytes(content.slice());
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractContainerBox.java 151 setDeadBytes(content.slice());
FullContainerBox.java 113 setDeadBytes(content.slice());
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
SampleGroupDescriptionBox.java 108 ByteBuffer parseMe = content.slice();
  /external/stlport/stlport/stl/
_valarray.c 56 valarray<_Tp> valarray<_Tp>::operator[](slice __slice) const {
  /external/v8/test/mjsunit/compiler/
expression-trees.js 44 var leftTrees = makeTrees(op, leaves.slice(0, i));
45 var rightTrees = makeTrees(op, leaves.slice(i, len));
  /external/v8/test/mjsunit/
function-names.js 39 "shift", "unshift", "slice", "splice", "sort", "filter", "forEach",
116 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-304828.js 169 // slice
174 actual = Array.prototype.slice.call(value, 1, 2) + '';
180 reportCompare(expect, actual, summary + ': slice');
  /external/webkit/Source/WebCore/html/canvas/
DataView.h 42 virtual PassRefPtr<ArrayBufferView> slice(int, int) const { return 0; } function in class:WebCore::DataView

Completed in 1145 milliseconds

1 2 3 4 5 67 8 91011>>