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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotWorker.js 57 this._postMessage("log", Array.prototype.slice.call(arguments));
63 this._postMessage("error", Array.prototype.slice.call(arguments));
69 this._postMessage("info", Array.prototype.slice.call(arguments));
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 159 GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h)
172 * Map a 2D slice of a texture image into user space.
177 * \param slice the 3D image slice or array texture slice
186 GLuint slice,
197 _mesa_check_map_teximage(texImage, slice, x, y, w, h);
220 assert(slice < texImage->Depth);
221 map += slice * sliceSize;
227 assert(slice < texImage->Height)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 159 GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h)
172 * Map a 2D slice of a texture image into user space.
177 * \param slice the 3D image slice or array texture slice
186 GLuint slice,
197 _mesa_check_map_teximage(texImage, slice, x, y, w, h);
220 assert(slice < texImage->Depth);
221 map += slice * sliceSize;
227 assert(slice < texImage->Height)
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 33 * rev 0.12 (02/05/2007 Jonathan Bian) - Added VC-1 data structures for slice level decode
38 * rev 0.17 (05/07/2007 Jonathan Bian) - Added H.264/AVC data structures for slice level decode.
39 * rev 0.18 (05/14/2007 Jonathan Bian) - Added data structures for MPEG-4 slice level decode
95 - Get and fill decode buffers with picture level, slice level and macroblock
255 VAEntrypointEncSlice = 6, /* slice level encode */
576 * Allow a maximum slice size to be specified (in bits).
578 * Or to signal applicate if the slice size exceed this size, see "status" of VACodedBufferSegment
595 * the data for the entire slice, and the following flags will be used in the slice
597 * If a slice parameter buffer and slice data buffer pair is sent to the server with
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
sync_parser.js 57 var slice = new tracing.trace_model.Slice(
62 thread.thread.sliceGroup.pushSlice(slice);
91 var slice = slices.beginSlice(null, name, ts, {
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_view_test.js 28 thread.sliceGroup.pushSlice(new tracing.trace_model.Slice(
30 thread.sliceGroup.pushSlice(new tracing.trace_model.Slice(
34 thread.sliceGroup.pushSlice(new tracing.trace_model.Slice(
36 thread.sliceGroup.pushSlice(new tracing.trace_model.Slice(
  /external/chromium_org/chrome/renderer/resources/extensions/
i18n_custom_bindings.js 16 var args = $Array.slice(arguments);
  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.h 11 #include "leveldb/slice.h"
53 bool ReadRecord(Slice* record, std::string* scratch);
65 Slice buffer_;
93 unsigned int ReadPhysicalRecord(Slice* result);
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
filter_policy.h 23 class Slice;
41 virtual void CreateFilter(const Slice* keys, int n, std::string* dst)
49 virtual bool KeyMayMatch(const Slice& key, const Slice& filter) const = 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_resolve_map.h 60 * resolves. 1) Maintain a flag for every miptree slice in the texture,
61 * likely in intel_mipmap_level::slice, or 2) maintain a list of only
66 * it would be necessary to iterate over each miptree slice of each
67 * enabled depth texture in order to query if each slice needed a resolve.
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayTypes.cpp 90 SK_FUNCTION(slice)
98 (SkFunctionParamType) SkType_Int, // slice
107 SK_MEMBER_FUNCTION(slice, String),
128 case SK_FUNCTION(slice):
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
sample.py 12 Slice. These must be kept in sync.
  /external/chromium_org/v8/test/mjsunit/
debug-sourceslice.js 63 var slice = script.sourceSlice(n, n + slice_size);
64 assertEquals(n, slice.from_line);
65 assertEquals(n + slice_size, slice.to_line);
67 var text = slice.sourceText();
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_resolve_map.h 60 * resolves. 1) Maintain a flag for every miptree slice in the texture,
61 * likely in intel_mipmap_level::slice, or 2) maintain a list of only
66 * it would be necessary to iterate over each miptree slice of each
67 * enabled depth texture in order to query if each slice needed a resolve.
  /external/skia/src/animator/
SkDisplayTypes.cpp 90 SK_FUNCTION(slice)
98 (SkFunctionParamType) SkType_Int, // slice
107 SK_MEMBER_FUNCTION(slice, String),
128 case SK_FUNCTION(slice):
  /external/v8/test/mjsunit/
debug-sourceslice.js 63 var slice = script.sourceSlice(n, n + slice_size);
64 assertEquals(n, slice.from_line);
65 assertEquals(n + slice_size, slice.to_line);
67 var text = slice.sourceText();
  /frameworks/base/services/java/com/android/server/
ConsumerIrService.java 99 for (int slice : pattern) {
100 if (slice <= 0) {
101 throw new IllegalArgumentException("Non-positive IR slice");
103 totalXmitTime += slice;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bisect.py 9 slice of a to be searched.
32 slice of a to be searched.
53 slice of a to be searched.
75 slice of a to be searched.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bisect.py 9 slice of a to be searched.
32 slice of a to be searched.
53 slice of a to be searched.
75 slice of a to be searched.
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.timeline.thread.html 24 </td><td width="25%" valign=top><a href="telemetry.core.timeline.slice.html">telemetry.core.timeline.slice</a><br>
65 <dl><dt><a name="Thread-BeginSlice"><strong>BeginSlice</strong></a>(self, category, name, timestamp, args<font color="#909090">=None</font>)</dt><dd><tt>Opens&nbsp;a&nbsp;new&nbsp;slice&nbsp;for&nbsp;the&nbsp;thread.<br>
69 *&nbsp;category:&nbsp;Category&nbsp;to&nbsp;which&nbsp;the&nbsp;slice&nbsp;belongs.<br>
70 *&nbsp;name:&nbsp;Name&nbsp;of&nbsp;the&nbsp;slice&nbsp;to&nbsp;add.<br>
71 *&nbsp;timestamp:&nbsp;The&nbsp;timetsamp&nbsp;of&nbsp;the&nbsp;slice,&nbsp;in&nbsp;milliseconds.<br>
74 Returns&nbsp;newly&nbsp;opened&nbsp;slice</tt></dd></dl>
76 <dl><dt><a name="Thread-EndSlice"><strong>EndSlice</strong></a>(self, end_timestamp)</dt><dd><tt>Ends&nbsp;the&nbsp;last&nbsp;begun&nbsp;slice&nbsp;in&nbsp;this&nbsp;group&nbsp;and&nbsp;pushes&nbsp;it&nbsp;onto&nbsp;the&nbsp;slice<br>
79 *&nbsp;end_timestamp:&nbsp;Timestamp&nbsp;when&nbsp;the&nbsp;slice&nbsp;ended&nbsp;in&nbsp;milliseconds<br
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
writable_font_data.h 182 // Makes a slice of this FontData. The returned slice will share the data with
184 // @param offset the start of the slice
185 // @param length the number of bytes in the slice
186 // @return a slice of the original FontData
187 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length);
189 // Makes a bottom bound only slice of this array. The returned slice will
191 // @param offset the start of the slice
192 // @return a slice of the original FontDat
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
comment.js 37 var baseString = firstLine.slice(0, firstNonWS(firstLine));
41 if (line.slice(0, cut) != baseString) cut = firstNonWS(line);
100 if (i != start && found > -1 && nonWS.test(line.slice(0, found))) break lineComment;
108 if (line.slice(endPos, endPos + pad.length) == pad) endPos += pad.length;
129 self.replaceRange("", Pos(end, close - (pad && endLine.slice(close - pad.length, close) == pad ? pad.length : 0)),
132 if (pad && startLine.slice(openEnd, openEnd + pad.length) == pad) openEnd += pad.length;
136 if (found == -1 || nonWS.test(line.slice(0, found))) continue;
138 if (pad && line.slice(foundEnd, foundEnd + pad.length) == pad) foundEnd += pad.length;
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
base.js 40 var args = Array.prototype.slice.call(arguments, 1);
43 var newArgs = Array.prototype.slice.call(arguments);
  /external/chromium_org/third_party/leveldatabase/src/util/
status.cc 19 Status::Status(Code code, const Slice& msg, const Slice& msg2) {
  /external/clang/test/Rewriter/
rewrite-elaborated-type.mm 18 struct NSSlice slice;
25 if (![NSClassFromObject(self) initializeSlice:&slice withOptions:options])

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 91011>>