HomeSort by relevance Sort by last modified time
    Searched full:slice (Results 376 - 400 of 1551) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/trace-viewer/src/tracing/tracks/
thread_track_test.js 52 assertEquals(t1.sliceGroup.slices[0], selection[0].slice);
58 assertEquals(t1.sliceGroup.slices[0], selection[0].slice);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 117 * Finds a slice of an array.
120 * @param {number} start The start of the slice.
121 * @param {number} opt_end The end of the slice (optional).
122 * @return {Array} array The slice of the array from start to end.
126 // return Function.prototype.call.apply(Array.prototype.slice, arguments);
128 // return Array.prototype.slice.call(array, start, opt_end);
130 // Array.prototype.slice which causes this function to return an empty list
132 return Function.prototype.call.apply(Array.prototype.slice, arguments);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 117 * Finds a slice of an array.
120 * @param {number} start The start of the slice.
121 * @param {number} opt_end The end of the slice (optional).
122 * @return {Array} array The slice of the array from start to end.
126 // return Function.prototype.call.apply(Array.prototype.slice, arguments);
128 // return Array.prototype.slice.call(array, start, opt_end);
130 // Array.prototype.slice which causes this function to return an empty list
132 return Function.prototype.call.apply(Array.prototype.slice, arguments);
  /external/chromium_org/content/common/gpu/media/
h264_dpb.h 28 // Values calculated per H.264 specification or taken from slice header.
39 int frame_num; // from slice header
  /external/chromium_org/third_party/jstemplate/
util.js 113 * Finds a slice of an array.
116 * @param {number} start The start of the slice.
117 * @param {number} opt_end The end of the slice (optional).
118 * @return {Array} array The slice of the array from start to end.
122 // return Function.prototype.call.apply(Array.prototype.slice, arguments);
124 // return Array.prototype.slice.call(array, start, opt_end);
126 // Array.prototype.slice which causes this function to return an empty list
128 return Function.prototype.call.apply(Array.prototype.slice, arguments);
  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat_test.cc 36 Slice in(encoded);
44 ASSERT_TRUE(!ParseInternalKey(Slice("bar"), &decoded));
version_set_test.cc 43 Slice s(smallest != NULL ? smallest : "");
44 Slice l(largest != NULL ? largest : "");
builder.cc 38 Slice key = iter->key();
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.timeline.html 33 <a href="telemetry.core.timeline.slice.html">slice</a><br>
  /external/chromium_org/v8/src/
arraybuffer.js 55 ['ArrayBuffer.prototype.slice', this]);
97 "slice", ArrayBufferSlice
  /external/chromium_org/v8/test/mjsunit/
function-names.js 39 "shift", "unshift", "slice", "splice", "sort", "filter", "forEach",
116 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
string-replace-one-char.js 86 var slice_1 = ("ab" + prefix1024 + "cdefghijklmnopqrstuvwxyz").slice(1, -1);
90 var slice_2 = (prefix1024 + "abcdefghijklmno\u1234\u1234p").slice(1, -1);
  /external/v8/test/mjsunit/
function-names.js 39 "shift", "unshift", "slice", "splice", "sort", "filter", "forEach",
116 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
string-replace-one-char.js 86 var slice_1 = ("ab" + prefix1024 + "cdefghijklmnopqrstuvwxyz").slice(1, -1);
90 var slice_2 = (prefix1024 + "abcdefghijklmno\u1234\u1234p").slice(1, -1);
  /frameworks/av/media/libstagefright/codecs/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*/
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 355 uint32_t slice = (uint32_t)__sync_fetch_and_add(&mtls->mSliceNum, 1); local
356 uint32_t yStart = mtls->yStart + slice * mtls->mSliceSize;
385 uint32_t slice = (uint32_t)__sync_fetch_and_add(&mtls->mSliceNum, 1); local
386 uint32_t xStart = mtls->xStart + slice * mtls->mSliceSize;
393 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
414 // This chooses our slice size to rate limit atomic ops to
433 // This chooses our slice size to rate limit atomic ops to
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 1046 slice = 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 1046 slice = 0
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/data/
page_number_set.js 56 return this.pageNumberSet_.slice(0);
  /external/chromium_org/chrome/renderer/resources/extensions/
utils.js 44 var schemaName = $Array.join($Array.slice(parts, 0, parts.length - 1), '.');
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Blob.idl 40 Blob slice(optional long long start, optional long long end, [TreatNullAs=NullString, TreatUndefinedAs=NullString] optional DOMString contentType);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatio.idl 40 // Meet-or-slice Types
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
UIString.js 39 return String.vsprintf(string, Array.prototype.slice.call(arguments, 1));
  /external/chromium_org/third_party/bintrees/bintrees/
treeslice.py 36 if isinstance(key, slice):
  /external/chromium_org/third_party/leveldatabase/src/
README 37 include/slice.h

Completed in 458 milliseconds

<<11121314151617181920>>