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

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-1121.js 34 assertEquals([1, 2, 3], [1, 2, 3].slice());
  /external/chromium_org/v8/test/webkit/
array-sort-reentrance.js 29 var numbers2 = numbers1.slice();
  /external/clang/test/SemaObjC/
property-9-impl-method.m 23 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge edge);
  /external/iproute2/tc/
README.last 24 (f.e. very slow links or classes bounded to small slice of bandwidth)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/
AbstractDescriptorBox.java 69 data = content.slice();
  /external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.cc 72 data->Slice(Offset::kBitmapSizeTableArrayStart +
167 new_data->Slice(index_sub_table_offset)));
186 new_data->Slice(size_table_offset)));
302 data->Slice(Offset::kBitmapSizeTableArrayStart +
index_sub_table_format1.cc 123 data->Slice(index_sub_table_offset, length)));
147 data->Slice(index_sub_table_offset, length)));
190 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
192 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
index_sub_table_format3.cc 136 data->Slice(index_sub_table_offset, length)));
159 data->Slice(index_sub_table_offset, length)));
202 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
204 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
  /external/sfntly/cpp/src/sfntly/table/
subtable.h 60 // caller need to do data->Slice(offset, length) beforehand.
  /external/v8/test/mjsunit/regress/
regress-1121.js 34 assertEquals([1, 2, 3], [1, 2, 3].slice());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
slice_array_assign.pass.cpp 24 v = v1[std::slice(1, 5, 3)];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
slice_array.pass.cpp 23 std::valarray<int> v(v1[std::slice(1, 5, 3)]);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 74 SliceType = slice
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 74 SliceType = slice
  /external/oprofile/events/ppc64/power5/
events     [all...]
  /external/oprofile/events/ppc64/power5+/
events     [all...]
  /external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js 50 var args = Array.prototype.slice.call(arguments);
97 var args = Array.prototype.slice.call(arguments);
104 var args = Array.prototype.slice.call(arguments);
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap_instance_track.js 78 case tracing.tracks.DrawType.SLICE:
182 * @param {slice} The current slice.
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analysis_view_test.js 142 var s10 = new tracing.trace_model.Slice('cat', 'MySlice', 0, 10, {}, 4);
148 'my-slice', tracing.analysis.SliceView);
166 assertEquals(s10, view.currentView.slice);
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 97 var args = Array.prototype.slice.call(arguments);
134 var args = Array.prototype.slice.call(arguments);
142 var args = Array.prototype.slice.call(arguments);
  /external/chromium_org/chrome/renderer/resources/extensions/
web_request_internal_custom_bindings.js 70 validate($Array.slice(arguments, 1), this.extraArgSchemas_);
159 var args = $Array.slice(arguments);
165 var args = $Array.slice(arguments);
  /external/chromium_org/content/common/gpu/media/
vaapi_wrapper.h 32 // which are used to queue decode parameters and slice data to the HW decoder,
59 // Submit parameters or slice data of |va_buffer_type|, copying them from
93 // vaapi driver refuses to accept parameter or slice buffers submitted
  /external/chromium_org/third_party/leveldatabase/src/table/
merger.cc 51 virtual void Seek(const Slice& target) {
114 virtual Slice key() const {
119 virtual Slice value() const {
  /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,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
valarray 81 class slice; // BLAS-like slice out of an array
83 class gslice; // generalized slice out of an array
208 * @param __sa Array slice to get values from.
218 * @param __ga Array slice to get values from.
228 * @param __ma Array slice to get values from.
238 * @param __ia Array slice to get values from.
275 * indicated by the slice argument. The new valarray has the same size
276 * as the input slice. @see slice
    [all...]

Completed in 588 milliseconds

<<11121314151617181920>>