HomeSort by relevance Sort by last modified time
    Searched refs:slice (Results 126 - 150 of 390) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java 126 public static ListSuggestionCursor slice(SuggestionCursor cursor, int start) {
127 return slice(cursor, start, cursor.getCount() - start);
130 public static ListSuggestionCursor slice(SuggestionCursor cursor, int start, int length) {
  /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/compiler-rt/make/
AppleBI.mk 53 # Rule to make each dylib slice
96 # rule to make each archive slice for dyld (which removes a few archive members)
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 130 return makeArrayRef(NewRegs).slice(FirstNew);
LiveIntervalAnalysis.h 319 return getRegMaskSlots().slice(P.first, P.second);
330 return getRegMaskBits().slice(P.first, P.second);
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 77 return Str.slice(1, Str.size() - 1);
  /external/llvm/include/llvm/Object/
MachOObject.h 119 return getStringTableData().slice(Index, End);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FreeBox.java 109 data = data.slice();
  /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/v8/test/mjsunit/
string-replace-one-char.js 86 var slice_1 = ("ab" + prefix1024 + "cdefghijklmnopqrstuvwxyz").slice(1, -1);
90 var slice_2 = (prefix1024 + "abcdefghijklmno\u1234\u1234p").slice(1, -1);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
slice.js 23 Filename: slice.js
33 var TITLE = 'String:slice';
35 writeHeaderToLog('Executing script: slice.js');
62 // This function tests the slice command on an Array
63 // passed in. The arguments passed into slice range in
66 // result of the slice(...) method is calculated and
67 // compared to the actual result from the slice(...) method.
80 var b = a.slice(x,y);
87 " test: " + "a.slice(" + x + "," + y + ")\n" +
105 testcases[count++] = exhaustiveSliceTest("exhaustive slice test 1", a)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/String/
slice.js 23 Filename: slice.js
24 Description: 'This tests the String object method: slice'
33 var TITLE = 'String.slice';
35 writeHeaderToLog('Executing script: slice.js');
62 // This function tests the slice command on a String
63 // passed in. The arguments passed into slice range in
66 // result of the slice(...) method is calculated and
67 // compared to the actual result from the slice(...) method.
80 var b = a.slice(x,y);
87 " test: " + "a.slice(" + x + "," + y + ")\n"
    [all...]
  /external/webkit/Source/WebKit/chromium/src/js/
DevTools.js 87 return String.vsprintf(string, Array.prototype.slice.call(arguments, 1));
  /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
FloatArrayBuffer.java 70 @Override public FloatBuffer slice() { method in class:FloatArrayBuffer
IntArrayBuffer.java 69 @Override public IntBuffer slice() { method in class:IntArrayBuffer
LongArrayBuffer.java 69 @Override public LongBuffer slice() { method in class:LongArrayBuffer
ShortArrayBuffer.java 69 @Override public ShortBuffer slice() { method in class:ShortArrayBuffer
  /external/opencv/cv/src/
cvshapedescr.cpp 45 cvArcLength( const void *array, CvSlice slice, int is_closed )
83 cvSetSeqReaderPos( &reader, slice.start_index );
84 count = cvSliceLength( slice, contour );
558 static CvStatus icvContourSecArea( CvSeq * contour, CvSlice slice, double *area )
580 lpt = cvSliceLength( slice, contour );
601 cvSetSeqReaderPos( &reader, slice.start_index );
604 cvSetSeqReaderPos( &reader, slice.end_index );
610 cvSetSeqReaderPos( &reader, slice.start_index );
728 cvContourArea( const void *array, CvSlice slice )
752 if( cvSliceLength( slice, contour ) == contour->total
    [all...]
  /cts/tools/cfassembler/src/dxconvext/
ClassFileParser.java 134 // ByteArray ba = bytes.slice(offset, bytes.size());
154 ByteArray ba = bytes.slice(offset, bytes.size());
176 ByteArray ba = bytes.slice(offset, offset + len);
  /external/kernel-headers/original/asm-mips/sn/sn0/
addrs.h 148 #define KERN_NMI_ADDR(nasid, slice) \
150 (IP27_NMI_KREGS_CPU_SIZE * (slice)))
  /external/v8/test/mjsunit/regress/
regress-1121.js 34 assertEquals([1, 2, 3], [1, 2, 3].slice());
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
split-002.js 193 T = S.slice(p, q); // 16
214 T = S.slice(p, q);

Completed in 791 milliseconds

1 2 3 4 56 7 8 91011>>