HomeSort by relevance Sort by last modified time
    Searched defs:slice (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebCore/inspector/front-end/
TimelineGrid.js 62 var slice = calculator.boundarySpan / dividerCount; variable
63 if (!force && this._currentDividerSlice === slice)
68 this._currentDividerSlice = slice;
112 if (!isNaN(slice))
113 dividerLabelBar._labelElement.textContent = calculator.formatValue(slice * i);
  /external/v8/test/mjsunit/
regexp-string-methods.js 28 // Regexp shouldn't use String.prototype.slice()
30 assertEquals("f", s.slice(0,1));
31 String.prototype.slice = function() { return "x"; };
32 assertEquals("x", s.slice(0,1));
array-functions-prototype-misc.js 29 * @fileoverview Test splice, shift, unshift, slice and join on small
71 return array.slice(start, len);
105 return Array.prototype.slice.call(array, start, len);
261 // Slice.
  /external/bison/examples/calc++/
stack.hh 106 /// Present a slice of the top of a stack.
108 class slice class in namespace:yy
111 slice (const S& stack, unsigned int range) function in class:yy::slice
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
slice_array.h 48 * The slice class represents a one-dimensional subset of an array,
55 * For example, with an array of size 10, and a slice with offset 1, size 3
58 class slice class
61 /// Construct an empty slice.
62 slice();
65 * @brief Construct a slice.
68 * @param d Number of elements in slice.
71 slice(size_t, size_t, size_t);
73 /// Return array offset of first slice element.
75 /// Return size of slice
89 slice::slice() function in class:slice
93 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
slice_array.h 50 * The slice class represents a one-dimensional subset of an array,
57 * For example, with an array of size 10, and a slice with offset 1, size 3
60 class slice class
63 /// Construct an empty slice.
64 slice();
67 * @brief Construct a slice.
70 * @param d Number of elements in slice.
73 slice(size_t, size_t, size_t);
75 /// Return array offset of first slice element.
77 /// Return size of slice
91 slice::slice() function in class:slice
95 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
slice_array.h 50 * The slice class represents a one-dimensional subset of an array,
57 * For example, with an array of size 10, and a slice with offset 1, size 3
60 class slice class
63 /// Construct an empty slice.
64 slice();
67 * @brief Construct a slice.
70 * @param d Number of elements in slice.
73 slice(size_t, size_t, size_t);
75 /// Return array offset of first slice element.
77 /// Return size of slice
91 slice::slice() function in class:slice
95 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 48 * The slice class represents a one-dimensional subset of an array,
55 * For example, with an array of size 10, and a slice with offset 1, size 3
58 class slice class
61 /// Construct an empty slice.
62 slice();
65 * @brief Construct a slice.
68 * @param d Number of elements in slice.
71 slice(size_t, size_t, size_t);
73 /// Return array offset of first slice element.
75 /// Return size of slice
89 slice::slice() function in class:slice
93 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 48 * The slice class represents a one-dimensional subset of an array,
55 * For example, with an array of size 10, and a slice with offset 1, size 3
58 class slice class
61 /// Construct an empty slice.
62 slice();
65 * @brief Construct a slice.
68 * @param d Number of elements in slice.
71 slice(size_t, size_t, size_t);
73 /// Return array offset of first slice element.
75 /// Return size of slice
89 slice::slice() function in class:slice
93 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 48 * The slice class represents a one-dimensional subset of an array,
55 * For example, with an array of size 10, and a slice with offset 1, size 3
58 class slice class
61 /// Construct an empty slice.
62 slice();
65 * @brief Construct a slice.
68 * @param d Number of elements in slice.
71 slice(size_t, size_t, size_t);
73 /// Return array offset of first slice element.
75 /// Return size of slice
89 slice::slice() function in class:slice
93 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
slice_array.h 48 * The slice class represents a one-dimensional subset of an array,
55 * For example, with an array of size 10, and a slice with offset 1, size 3
58 class slice class
61 /// Construct an empty slice.
62 slice();
65 * @brief Construct a slice.
68 * @param d Number of elements in slice.
71 slice(size_t, size_t, size_t);
73 /// Return array offset of first slice element.
75 /// Return size of slice
89 slice::slice() function in class:slice
93 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
slice_array.h 50 * The slice class represents a one-dimensional subset of an array,
57 * For example, with an array of size 10, and a slice with offset 1, size 3
60 class slice class
63 /// Construct an empty slice.
64 slice();
67 * @brief Construct a slice.
70 * @param d Number of elements in slice.
73 slice(size_t, size_t, size_t);
75 /// Return array offset of first slice element.
77 /// Return size of slice
91 slice::slice() function in class:slice
95 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
slice_array.h 50 * The slice class represents a one-dimensional subset of an array,
57 * For example, with an array of size 10, and a slice with offset 1, size 3
60 class slice class
63 /// Construct an empty slice.
64 slice();
67 * @brief Construct a slice.
70 * @param __d Number of elements in slice.
73 slice(size_t __o, size_t __d, size_t __s);
75 /// Return array offset of first slice element.
77 /// Return size of slice
91 slice::slice() function in class:slice
95 slice::slice(size_t __o, size_t __d, size_t __s) function in class:slice
    [all...]
  /external/apache-harmony/nio/src/test/java/common/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...]
  /packages/apps/Settings/src/com/android/settings/widget/
PieChartView.java 48 private ArrayList<Slice> mSlices = Lists.newArrayList();
62 public class Slice {
71 public Slice(long value, int color) {
118 mSlices.add(new Slice(value, color));
141 for (Slice slice : mSlices) {
142 slice.path.reset();
143 slice.pathSide.reset();
144 slice.pathOutline.reset();
145 total += slice.value
    [all...]
  /external/llvm/include/llvm/ADT/
ArrayRef.h 122 /// slice(n) - Chop off the first N elements of the array.
123 ArrayRef<T> slice(unsigned N) const { function in class:llvm::ArrayRef
128 /// slice(n, m) - Chop off the first N elements of the array, and keep M
130 ArrayRef<T> slice(unsigned N, unsigned M) const { function in class:llvm::ArrayRef
220 /// slice(n) - Chop off the first N elements of the array.
221 MutableArrayRef<T> slice(unsigned N) const { function in class:llvm::ArrayRef
226 /// slice(n, m) - Chop off the first N elements of the array, and keep M
228 MutableArrayRef<T> slice(unsigned N, unsigned M) const { function in class:llvm::ArrayRef
SmallString.h 263 StringRef slice(size_t Start, size_t End) const { function in class:llvm::SmallString
264 return str().slice(Start, End);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArray.java 29 * can "reveal" a partial slice of the underlying array.
37 /** <code>&gt;= 0</code>; start index of the slice (inclusive) */
48 * @param start <code>&gt;= 0</code>; start index of the slice (inclusive)
50 * the slice (exclusive)
93 * Returns a slice (that is, a sub-array) of this instance.
95 * @param start <code>&gt;= 0</code>; start index of the slice (inclusive)
97 * the slice (exclusive)
98 * @return non-null; the slice
100 public ByteArray slice(int start, int end) { method in class:ByteArray
  /external/webkit/Source/WebCore/html/canvas/
DataView.h 42 virtual PassRefPtr<ArrayBufferView> slice(int, int) const { return 0; } function in class:WebCore::DataView
  /libcore/luni/src/main/java/java/nio/
CharArrayBuffer.java 69 @Override public CharBuffer slice() { method in class:CharArrayBuffer
DoubleArrayBuffer.java 69 @Override public DoubleBuffer slice() { method in class:DoubleArrayBuffer

Completed in 822 milliseconds

1 2 3 4 5