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

1 23 4 5 6 7 8 91011>>

  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 57 private DexBuffer(ByteBuffer slice) {
58 initialize(slice);
  /dalvik/libcore/luni/src/test/java/java/nio/charset/
CharsetDecoderTest.java 34 ByteBuffer inBuffer = ByteBuffer.wrap(arr, 0, arr.length).slice();
50 ByteBuffer inBuffer = ByteBuffer.wrap(arr, offset, arr.length - offset).slice();
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
datapart_encode.cpp 104 video->sliceNo[mbnum] = slice_counter; /* Update MB slice number */
115 slice_counter++; /* Increment slice counter */
116 video->sliceNo[mbnum] = slice_counter; /* Update MB slice number*/
204 /* Purpose : Encode a slice of MPEG4 bitstream in DataPar mode and save */
267 /* Re-assign fast functions on every slice, don't have to put it in the memory */
312 video->sliceNo[mbnum] = slice_counter; /* Update MB slice number */
325 slice_counter++; /* Increment slice counter */
326 video->sliceNo[mbnum] = slice_counter; /* Update MB slice number*/
  /external/v8/test/mjsunit/
function-names.js 39 "shift", "unshift", "slice", "splice", "sort", "filter", "forEach",
116 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
  /external/webkit/WebCore/inspector/front-end/
InjectedScriptAccess.js 52 var allArgs = Array.prototype.slice.call(arguments);
54 var argsString = JSON.stringify(Array.prototype.slice.call(allArgs, 0, allArgs.length - 1));
  /external/iproute2/tc/
README.last 24 (f.e. very slow links or classes bounded to small slice of bandwidth)
  /external/webkit/WebCore/svg/
SVGPreserveAspectRatio.idl 41 // Meet-or-slice Types
  /packages/apps/Stk/res/values-cs/
strings.xml 30 <string name="digits" msgid="1746796679021682388">"?íslice (0-9, *, #, +)"</string>
  /dalvik/libcore/nio/src/main/java/java/nio/
CharToByteBufferAdapter.java 38 return new CharToByteBufferAdapter(byteBuffer.slice());
201 public CharBuffer slice() { method in class:CharToByteBufferAdapter
204 CharBuffer result = new CharToByteBufferAdapter(byteBuffer.slice());
DoubleToByteBufferAdapter.java 39 return new DoubleToByteBufferAdapter(byteBuffer.slice());
202 public DoubleBuffer slice() { method in class:DoubleToByteBufferAdapter
205 DoubleBuffer result = new DoubleToByteBufferAdapter(byteBuffer.slice());
FloatToByteBufferAdapter.java 39 return new FloatToByteBufferAdapter(byteBuffer.slice());
202 public FloatBuffer slice() { method in class:FloatToByteBufferAdapter
205 FloatBuffer result = new FloatToByteBufferAdapter(byteBuffer.slice());
IntToByteBufferAdapter.java 38 return new IntToByteBufferAdapter(byteBuffer.slice());
216 public IntBuffer slice() { method in class:IntToByteBufferAdapter
219 IntBuffer result = new IntToByteBufferAdapter(byteBuffer.slice());
LongToByteBufferAdapter.java 38 return new LongToByteBufferAdapter(byteBuffer.slice());
201 public LongBuffer slice() { method in class:LongToByteBufferAdapter
204 LongBuffer result = new LongToByteBufferAdapter(byteBuffer.slice());
ShortToByteBufferAdapter.java 38 return new ShortToByteBufferAdapter(byteBuffer.slice());
216 public ShortBuffer slice() { method in class:ShortToByteBufferAdapter
219 ShortBuffer result = new ShortToByteBufferAdapter(byteBuffer.slice());
  /frameworks/base/core/java/android/text/
Editable.java 30 * Editable with a copy of the slice <code>start&hellip;end</code> from
31 * <code>source</code>. The destination slice may be empty, in which case
32 * the operation is an insertion, or the source slice may be empty,
  /frameworks/base/opengl/java/android/opengl/
Object3D.java 205 ByteBuffer vbb = allbb.slice();
212 ByteBuffer tbb = allbb.slice();
219 ByteBuffer nbb = allbb.slice();
  /external/bluetooth/glib/docs/reference/glib/
running.sgml 141 erroneous slice allocation code, allthough <literal>debug-blocks</literal>
152 Invalid slice adresses or slice sizes will be reported and lead to
157 Global slice validation is ensured by storing size and address information
282 output details about the memory usage of the slice allocator.
  /external/kernel-headers/original/linux/
genhd.h 273 v_slice[SOLARIS_X86_NUMSLICE]; /* slice headers */
344 #define UNIXWARE_DISKMAGIC2 (0x600DDEEEUL) /* The slice table magic nr */
346 #define UNIXWARE_FS_UNUSED 0 /* Unused slice entry ID */
352 __le32 nr_sects; /* number of sectors in slice */
384 v_slice[UNIXWARE_NUMSLICE]; /* slice headers */
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
avcdec_lib.h 188 /*----------- slice.c ---------------*/
190 This function performs the main decoding loop for slice data including
226 when the slice type is AVC_I_SLICE.
236 when the slice type is AVC_P_SLICE.
246 when the slice type is AVC_B_SLICE.
256 when the slice type is AVC_SI_SLICE.
266 when the slice type is AVC_P_SLICE.
276 when the slice type is AVC_B_SLICE.
454 This function decodes the syntax in sequence parameter set slice and fill up the AVCSeqParamSet
475 This function decodes slice header, calls related functions such a
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_lib.h 188 /*----------- slice.c ---------------*/
190 This function performs the main decoding loop for slice data including
226 when the slice type is AVC_I_SLICE.
236 when the slice type is AVC_P_SLICE.
246 when the slice type is AVC_B_SLICE.
256 when the slice type is AVC_SI_SLICE.
266 when the slice type is AVC_P_SLICE.
276 when the slice type is AVC_B_SLICE.
454 This function decodes the syntax in sequence parameter set slice and fill up the AVCSeqParamSet
475 This function decodes slice header, calls related functions such a
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
avcenc_api.h 118 int num_slice_group; /* number of slice group */
127 AVCFlag change_dir_flag; /* slice group change direction flag */
133 int disable_db_idc; /* 0: filter everywhere, 1: no filter, 2: no filter across slice boundary */
149 AVCFlag bidir_pred; /* enable bi-directional for B-slice, this flag forces the encoder to encode
238 a VCL (video coding layer) NAL which contains one slice of data. It could be a
249 \return "AVCENC_SUCCESS for success of encoding one slice,
  /external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js 126 value.slice(0, 5) === 'Date(' &&
127 value.slice(-1) === ')') {
128 d = new Date(value.slice(5, -1));
154 lastIndex, length, parse, prototype, push, replace, slice, stringify,
212 '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
436 ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
  /external/webkit/SunSpider/hosted/
json2.js 134 value.slice(0, 5) === 'Date(' &&
135 value.slice(-1) === ')') {
136 d = new Date(value.slice(5, -1));
154 lastIndex, length, parse, prototype, push, replace, slice, stringify,
221 '\\u' + ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
440 ('0000' + a.charCodeAt(0).toString(16)).slice(-4);
  /external/bluetooth/glib/docs/reference/glib/tmpl/
linked_lists_single.sgml 28 List elements are allocated from the <link linkend="glib-Memory-Slices">slice
379 converted to the <link linkend="glib-Memory-Slices">slice allocator</link>
392 converted to the <link linkend="glib-Memory-Slices">slice allocator</link>
  /external/webkit/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');

Completed in 305 milliseconds

1 23 4 5 6 7 8 91011>>