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

<<21222324252627282930>>

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 1450 unsigned pitch, slice; local
1617 unsigned level, pitch, slice, format; local
    [all...]
  /external/stlport/stlport/stl/
_valarray.h 44 class slice;
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice);
    [all...]
  /external/v8/test/mjsunit/
array-reduce.js 183 var verySparseSlice2 = verySparseArray.slice(0, 2001);
184 var verySparseSlice4 = verySparseArray.slice(0, 5001);
185 var verySparseSlice6 = verySparseArray.slice(0, 9001);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 386 UChar *sliceNo; /* Slice Number for each MB */
406 /* slice coding, state variables */
410 Int slice_coding; /* flag for slice based coding */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.c 201 Get address of the next macroblock in the current slice group.
204 pSliceGroupMap slice group for each macroblock
213 0 if none of the following macroblocks belong to same slice
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 432 // 2 byte min-slice-slice
433 // 2 byte slice-enc-params
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 44 class slice;
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 44 class slice;
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 44 class slice;
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 44 class slice;
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 44 class slice;
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_valarray.h 44 class slice;
167 valarray<_Tp> operator[](slice) const;
168 slice_array<_Tp> operator[](slice);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 159 interpreted as in slice notation.
170 arguments start and end are interpreted as in slice notation.
183 arguments start and end are interpreted as in slice notation.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 159 interpreted as in slice notation.
170 arguments start and end are interpreted as in slice notation.
183 arguments start and end are interpreted as in slice notation.
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 431 ParceledListSlice<PackageInfo> slice = mPM.getInstalledPackages(flags, userId); local
432 return slice.getList();
444 ParceledListSlice<PackageInfo> slice = mPM.getPackagesHoldingPermissions( local
446 return slice.getList();
457 ParceledListSlice<ApplicationInfo> slice = mPM.getInstalledApplications(flags, userId); local
458 return slice.getList();
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 315 var slice = new arrayConstructor(this.buf_, this.pos_, length);
318 return slice;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 306 var tld2 = parts.slice(-2).join(".");
307 var tld3 = parts.slice(-3).join(".");
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
ruler_track.js 138 case tracing.tracks.DrawType.SLICE:
255 var sortedMarkers = vp.markers.slice();
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 36 var tabpanels = Array.prototype.slice.call(tabpanelNodeList, 0);
42 var tabs = Array.prototype.slice.call(tabNodeList, 0);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 310 var tld2 = parts.slice(-2).join(".");
311 var tld3 = parts.slice(-3).join(".");
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js 285 this.plotData_.slice(0, this.graphsOtherStartIndex_));
287 this.plotData_.slice(this.graphsOtherStartIndex_));
408 draw(this.plotData_.slice(0,
414 draw(this.plotData_.slice(this.graphsOtherStartIndex_),
704 opt_endIndex != null ? lines.slice(offsetIndex, opt_endIndex) :
705 opt_startIndex != null ? lines.slice(offsetIndex) :
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_wrapper.cc 355 DVLOG(4) << "Pending slice bufs to commit: " << pending_slice_bufs_.size();
363 // Commit parameter and slice buffers.
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.cpp 233 RefPtr<ArrayBuffer> newData = m_rawData->slice(0, m_bytesLoaded);
285 return m_rawData->slice(0, m_bytesLoaded);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatio.cpp 141 if (!skipString(ptr, end, "slice"))
371 return alignType + " slice";
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 316 var json = data.slice(0, index) + "]";
317 this._buffer = data.slice(index);

Completed in 1883 milliseconds

<<21222324252627282930>>