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

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mipmap.c 1908 GLint slice; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.c 569 const GLuint slice = fb->Attachment[buffer].Zoffset; local
572 ctx->Driver.MapTextureImage(ctx, texImage, slice,
603 const GLuint slice = fb->Attachment[buffer].Zoffset; local
606 ctx->Driver.UnmapTextureImage(ctx, texImage, slice);
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Utf8.java 113 * Returns {@code true} if the given byte array slice is a
126 * Tells whether the given byte array slice is a well-formed,
149 // with bytes from the array slice.
232 * Tells whether the given byte array slice is a well-formed,
  /external/chromium_org/ui/webui/resources/js/cr/ui/
array_data_model.js 118 slice: function(opt_from, opt_to) {
120 return this.indexes_.slice(opt_from, opt_to).map(
172 spliceEvent.added = Array.prototype.slice.call(arguments, 2);
210 var args = Array.prototype.slice.call(arguments);
  /external/chromium_org/ui/webui/resources/js/
i18n_template.js 73 var path = propName.slice(1).split('.');
  /external/chromium_org/v8/test/mjsunit/
switch.js 147 assertEquals(2, f4_string('_zero'.slice(1), 0), "fallthrough-string-switch.3");
148 assertEquals(1, f4_string('_one'.slice(1), 1), "fallthrough-string-switch.4");
149 assertEquals(3, f4_string('_two'.slice(1), 2), "fallthrough-string-switch.5");
405 value: ('%%' + v).slice(2),
  /external/chromium_org/v8/test/webkit/fast/js/
array-functions-non-arrays-expected.txt 86 PASS Array.prototype.slice.call({}, 0, 1) is []
87 PASS Array.prototype.slice.call(['b', 'a'], 0, 1) is ['b']
88 PASS Array.prototype.slice.call({ length:2, 0:'b', 1:'a' }, 0, 1) is ['b']
89 PASS Array.prototype.slice.call(new TwoItemConstructor, 0, 1) is ['b']
array-functions-non-arrays.js 167 shouldBe("Array.prototype.slice.call({}, 0, 1)", "[]");
168 shouldBe("Array.prototype.slice.call(['b', 'a'], 0, 1)", "['b']");
169 shouldBe("Array.prototype.slice.call({ length:2, 0:'b', 1:'a' }, 0, 1)", "['b']");
170 shouldBe("Array.prototype.slice.call(new TwoItemConstructor, 0, 1)", "['b']");
array-prototype-properties.js 37 shouldThrow("Array.prototype.slice.call(undefined, 0, 1)");
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Dome.java 213 // points on a dome slice.
232 // compute center of slice
236 // compute radius of slice
239 // compute slice vertices
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
ClearSilverCompatibleFunctions.java 58 registerFunction("string.slice", new SliceFunction());
  /external/llvm/lib/Support/
StringExtras.cpp 46 return std::make_pair(Source.slice(Start, End), Source.substr(End));
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_resolve_map.c 30 * \brief Set that the miptree slice at (level, layer) needs a resolve.
  /external/mesa3d/src/mesa/main/
mipmap.c 1901 GLint slice; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 569 const GLuint slice = fb->Attachment[buffer].Zoffset; local
572 ctx->Driver.MapTextureImage(ctx, texImage, slice,
603 const GLuint slice = fb->Attachment[buffer].Zoffset; local
606 ctx->Driver.UnmapTextureImage(ctx, texImage, slice);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FreeBox.java 109 data = data.slice();
  /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/
FullContainerBox.java 113 setDeadBytes(content.slice());
  /external/v8/test/mjsunit/
switch.js 147 assertEquals(2, f4_string('_zero'.slice(1), 0), "fallthrough-string-switch.3");
148 assertEquals(1, f4_string('_one'.slice(1), 1), "fallthrough-string-switch.4");
149 assertEquals(3, f4_string('_two'.slice(1), 2), "fallthrough-string-switch.5");
405 value: ('%%' + v).slice(2),
  /frameworks/av/services/audioflinger/
TrackBase.h 79 // Return a pointer to the start of a contiguous slice of the track buffer.
  /frameworks/base/core/java/android/text/
AndroidCharacter.java 73 * Replace the specified slice of <code>text</code> with the chars'
  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 102 // We need more than a dedicated line, slice it hard
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageSlicer.java 42 // The current slice index from 0 to xSlices * ySlices
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h 125 /*Different methods of Multi slice selection.*/
127 #define VEN_MSLICE_CNT_MB 2 /*number of MBscount per slice*/
128 #define VEN_MSLICE_CNT_BYTE 3 /*number of bytes count per slice.*/
129 #define VEN_MSLICE_GOB 4 /*Multi slice by GOB for H.263 only.*/
  /libcore/luni/src/main/java/java/nio/
CharArrayBuffer.java 69 @Override public CharBuffer slice() { method in class:CharArrayBuffer

Completed in 2767 milliseconds

<<21222324252627282930>>