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

<<11121314151617181920>>

  /external/linux-tools-perf/scripts/python/
sched-migration.py 232 slice = TimeSlice(ts, TimeSlice(-1, None))
234 slice = self.data[-1].next(ts)
235 return slice
280 def update_rectangle_cpu(self, slice, cpu):
281 rq = slice.rqs[cpu]
283 if slice.total_load != 0:
284 load_rate = rq.load() / float(slice.total_load)
293 if cpu in slice.event_cpus:
296 self.root_win.paint_rectangle_zone(cpu, color, top_color, slice.start, slice.end
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 220 Slice Information will be available as below (each line is of 4 bytes)
222 | 1st slice offset |
223 | 1st slice size |
225 | Nth slice offset |
226 | Nth slice size |
237 DEBUG_PRINT_ERROR("unknown error in slice info extradata");
247 "for slice[%d]", (OMX_U32)(*(OMX_U32 *)(pBuffer + slice_offset)),
252 DEBUG_PRINT_ERROR("offset of slice number %d is not correct "
253 "or previous slice size is not correct", i);
258 DEBUG_PRINT_HIGH("slice number %d offset/size = %d/%d"
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 248 Slice Information will be available as below (each line is of 4 bytes)
250 | 1st slice offset |
251 | 1st slice size |
253 | Nth slice offset |
254 | Nth slice size |
266 DEBUG_PRINT_ERROR("unknown error in slice info extradata");
278 "for slice[%d]", (OMX_U32)(*(OMX_U32 *)(pBuffer + slice_offset)),
284 DEBUG_PRINT_ERROR("offset of slice number %d is not correct "
285 "or previous slice size is not correct", i);
291 DEBUG_PRINT_LOW("slice number %d offset/size = %d/%d"
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
Array.js 78 shouldBe("[1,2,3,4].slice(1, 3).toString()", "'2,3'");
79 shouldBe("[1,2,3,4].slice(-3, -1).toString()", "'2,3'");
80 shouldBe("[1,2].slice(-9, 0).length", "0");
81 shouldBe("[1,2].slice(1).toString()", "'2'");
82 shouldBe("[1,2].slice().toString()", "'1,2'");
  /external/jsilver/src/com/google/streamhtmlparser/util/
JavascriptTokenBuffer.java 206 return slice(position + 1, end);
210 * Returns a slice of the buffer delimited by the given indices.
213 * slice to copy. If the start argument extends beyond the beginning
214 * of the buffer, the slice will only contain characters
222 public String slice(int start, int end) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h 53 /* macro to determine if slice is an inter slice, sliceTypes 0 and 5 */
57 /* macro to determine if slice is an intra slice, sliceTypes 2 and 7 */
107 /* structure to store slice header data decoded from the stream */
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.h 44 const Slice& key);
56 const Slice* smallest_user_key,
57 const Slice* largest_user_key);
97 const Slice* smallest_user_key,
98 const Slice* largest_user_key);
102 int PickLevelForMemTableOutput(const Slice& smallest_user_key,
103 const Slice& largest_user_key);
340 bool IsBaseLevelForKey(const Slice& user_key);
344 bool ShouldStopBefore(const Slice& internal_key);
db_test.cc 102 Status Append(const Slice& data) {
126 Status Append(const Slice& data) {
169 virtual Status Read(uint64_t offset, size_t n, Slice* result,
337 std::string AllEntriesFor(const Slice& user_key) {
418 uint64_t Size(const Slice& start, const Slice& limit) {
425 void Compact(const Slice& start, const Slice& limit) {
1081 Slice cstart = cstart_str;
1082 Slice cend = cend_str
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 24 #include "leveldb/slice.h"
48 virtual Status Read(size_t n, Slice* result, char* scratch) {
51 *result = Slice(scratch, r);
82 virtual Status Read(uint64_t offset, size_t n, Slice* result,
86 *result = Slice(scratch, (r < 0) ? 0 : r);
165 virtual Status Read(uint64_t offset, size_t n, Slice* result,
169 *result = Slice();
172 *result = Slice(reinterpret_cast<char*>(mmapped_region_) + offset, n);
271 virtual Status Append(const Slice& data) {
  /external/chromium_org/v8/test/mjsunit/tools/
tickprocessor.js 90 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
116 libc_syms.push(Array.prototype.slice.apply(arguments, [0]));
154 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
177 stdc_syms.push(Array.prototype.slice.apply(arguments, [0]));
220 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
261 exe_exe_syms.push(Array.prototype.slice.apply(arguments, [0]));
273 exe_dll_syms.push(Array.prototype.slice.apply(arguments, [0]));
284 dll_dll_syms.push(Array.prototype.slice.apply(arguments, [0]));
296 dll_exe_syms.push(Array.prototype.slice.apply(arguments, [0]));
  /external/v8/test/mjsunit/tools/
tickprocessor.js 86 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
112 libc_syms.push(Array.prototype.slice.apply(arguments, [0]));
150 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
173 stdc_syms.push(Array.prototype.slice.apply(arguments, [0]));
216 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
257 exe_exe_syms.push(Array.prototype.slice.apply(arguments, [0]));
269 exe_dll_syms.push(Array.prototype.slice.apply(arguments, [0]));
280 dll_dll_syms.push(Array.prototype.slice.apply(arguments, [0]));
292 dll_exe_syms.push(Array.prototype.slice.apply(arguments, [0]));
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 231 frame.insert( "BY", Slice( m_type,
238 frame.insert( "Y", Slice( m_type,
245 frame.insert( "RY", Slice( m_type,
254 frame.insert( "Y", Slice( m_type,
257 frame.insert( "Y", Slice( m_type,
260 frame.insert( "Y", Slice( m_type,
270 frame.insert( "Y", Slice( m_type,
280 frame.insert( "B", Slice( m_type,
287 frame.insert( "G", Slice( m_type,
294 frame.insert( "R", Slice( m_type
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
DoubleBufferTest.java 584 DoubleBuffer slice = buf.slice(); local
585 assertEquals(buf.isReadOnly(), slice.isReadOnly());
586 assertEquals(buf.isDirect(), slice.isDirect());
587 assertEquals(buf.order(), slice.order());
588 assertEquals(slice.position(), 0);
589 assertEquals(slice.limit(), buf.remaining());
590 assertEquals(slice.capacity(), buf.remaining());
592 slice.reset();
598 // slice share the same content with bu
    [all...]
FloatBufferTest.java 595 FloatBuffer slice = buf.slice(); local
596 assertEquals(buf.isReadOnly(), slice.isReadOnly());
597 assertEquals(buf.isDirect(), slice.isDirect());
598 assertEquals(buf.order(), slice.order());
599 assertEquals(slice.position(), 0);
600 assertEquals(slice.limit(), buf.remaining());
601 assertEquals(slice.capacity(), buf.remaining());
603 slice.reset();
609 // slice share the same content with bu
    [all...]
IntBufferTest.java 571 IntBuffer slice = buf.slice(); local
572 assertEquals(buf.isReadOnly(), slice.isReadOnly());
573 assertEquals(buf.isDirect(), slice.isDirect());
574 assertEquals(buf.order(), slice.order());
575 assertEquals(slice.position(), 0);
576 assertEquals(slice.limit(), buf.remaining());
577 assertEquals(slice.capacity(), buf.remaining());
579 slice.reset();
585 // slice share the same content with bu
    [all...]
LongBufferTest.java 578 LongBuffer slice = buf.slice(); local
579 assertEquals(buf.isReadOnly(), slice.isReadOnly());
580 assertEquals(buf.isDirect(), slice.isDirect());
581 assertEquals(buf.order(), slice.order());
582 assertEquals(slice.position(), 0);
583 assertEquals(slice.limit(), buf.remaining());
584 assertEquals(slice.capacity(), buf.remaining());
586 slice.reset();
592 // slice share the same content with bu
    [all...]
ShortBufferTest.java 558 ShortBuffer slice = buf.slice(); local
559 assertEquals(buf.isReadOnly(), slice.isReadOnly());
560 assertEquals(buf.isDirect(), slice.isDirect());
561 assertEquals(buf.order(), slice.order());
562 assertEquals(slice.position(), 0);
563 assertEquals(slice.limit(), buf.remaining());
564 assertEquals(slice.capacity(), buf.remaining());
566 slice.reset();
572 // slice share the same content with bu
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 221 "Deletes a slice of values from a repeated field."),
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_decoder.h 279 * posting slice completion.
288 /*!\defgroup cap_put_slice Slice-Based Decoding Functions
297 /*!\brief put slice callback prototype
308 /*!\brief Register for notification of slice completion.
310 * Registers a given function to be called when a decoded slice is
321 * posting slice completion.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 108 # Wrong index/slice types
115 self.assertRaises(ValueError, setitem, slice(1,1), b"a")
116 self.assertRaises(ValueError, setitem, slice(0,2), b"a")
274 # Variations on indirection levels: memoryview, slice of memoryview,
275 # slice of slice of memoryview.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 108 # Wrong index/slice types
115 self.assertRaises(ValueError, setitem, slice(1,1), b"a")
116 self.assertRaises(ValueError, setitem, slice(0,2), b"a")
274 # Variations on indirection levels: memoryview, slice of memoryview,
275 # slice of slice of memoryview.
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 57 private DexBuffer(ByteBuffer slice) {
58 initialize(slice);
  /external/chromium/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/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-trace/trace-viewer/src/tracing/tracks/
drawing_container.js 15 SLICE: 1,
72 this.children[i].drawTrack(DrawType.SLICE);

Completed in 1201 milliseconds

<<11121314151617181920>>