/external/chromium_org/v8/test/mjsunit/ |
deep-recursion.js | 59 var slicer = newdeep("slice", slicer_depth); 62 slicer = slicer.slice(1, -1);
|
/external/chromium_org/v8/test/webkit/ |
sort-large-array-expected.txt | 32 PASS test.slice(0, 20).join(', ') is '0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19' 33 PASS test.slice(9990, 10010).join(', ') is '9990, 9991, 9992, 9993, 9994, 9995, 9996, 9997, 9998, 9999, 10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009'
|
sort-large-array.js | 34 shouldBe("test.slice(0, 20).join(', ')", "'0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19'"); 35 shouldBe("test.slice(9990, 10010).join(', ')", "'9990, 9991, 9992, 9993, 9994, 9995, 9996, 9997, 9998, 9999, 10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009'");
|
/external/llvm/include/llvm/ADT/ |
ArrayRef.h | 126 /// slice(n) - Chop off the first N elements of the array. 127 ArrayRef<T> slice(unsigned N) const { function in class:llvm::ArrayRef 132 /// slice(n, m) - Chop off the first N elements of the array, and keep M 134 ArrayRef<T> slice(unsigned N, unsigned M) const { function in class:llvm::ArrayRef 227 /// slice(n) - Chop off the first N elements of the array. 228 MutableArrayRef<T> slice(unsigned N) const { function in class:llvm::ArrayRef 233 /// slice(n, m) - Chop off the first N elements of the array, and keep M 235 MutableArrayRef<T> slice(unsigned N, unsigned M) const { function in class:llvm::ArrayRef
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
ByteBufferHelper.java | 34 ByteBuffer nu = ByteBuffer.wrap(buffer.array(), oldBuffer.arrayOffset(), oldBuffer.limit() + buffer.limit()).slice(); 35 // We need to slice here since wrap([], offset, length) just sets position and not the arrayOffset.
|
/external/stlport/test/unit/ |
valarray_test.cpp | 116 valarray<double> v1(v0[slice(0, 1, 5)]); 117 v0[slice(0, 1, 5)] = 5;
|
/external/v8/test/mjsunit/compiler/ |
regress-serialized-slots.js | 40 var args = Array.prototype.slice.call(arguments, 1); 46 args.concat(Array.prototype.slice.call(arguments, 0)));
|
/external/v8/test/mjsunit/ |
deep-recursion.js | 59 var slicer = newdeep("slice", slicer_depth); 62 slicer = slicer.slice(1, -1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.slice.array/slice.arr.assign/ |
slice_array.pass.cpp | 25 v1[std::slice(1, 5, 3)] = v2[std::slice(2, 5, 2)];
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/ |
slice_non_const.pass.cpp | 14 // slice_array<value_type> operator[](slice s); 25 v1[std::slice(1, 5, 3)] = v2;
|
/ndk/tests/device/test-gnustl-full/unit/ |
valarray_test.cpp | 116 valarray<double> v1(v0[slice(0, 1, 5)]); 117 v0[slice(0, 1, 5)] = 5;
|
/ndk/tests/device/test-stlport/unit/ |
valarray_test.cpp | 116 valarray<double> v1(v0[slice(0, 1, 5)]); 117 v0[slice(0, 1, 5)] = 5;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_index.py | 38 slc = slice(self.o, self.o, self.o) 39 check_slc = slice(1, 1, 1) 41 slc = slice(self.n, self.n, self.n) 42 check_slc = slice(2, 2, 2) 59 self.assertEqual(slice(TrapInt()).indices(0), (0,0,1)) 60 self.assertEqual(slice(TrapLong(0)).indices(0), (0,0,1)) 67 self.assertRaises(TypeError, slice(self.o).indices, 0) 68 self.assertRaises(TypeError, slice(self.n).indices, 0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_index.py | 38 slc = slice(self.o, self.o, self.o) 39 check_slc = slice(1, 1, 1) 41 slc = slice(self.n, self.n, self.n) 42 check_slc = slice(2, 2, 2) 59 self.assertEqual(slice(TrapInt()).indices(0), (0,0,1)) 60 self.assertEqual(slice(TrapLong(0)).indices(0), (0,0,1)) 67 self.assertRaises(TypeError, slice(self.o).indices, 0) 68 self.assertRaises(TypeError, slice(self.n).indices, 0)
|
/external/sfntly/cpp/src/sfntly/data/ |
readable_font_data.h | 251 // Makes a slice of this FontData. The returned slice will share the data with 253 // @param offset the start of the slice 254 // @param length the number of bytes in the slice 255 // @return a slice of the original FontData 257 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length); 259 // Makes a bottom bound only slice of this array. The returned slice will 261 // @param offset the start of the slice 262 // @return a slice of the original FontDat [all...] |
/external/oprofile/events/ppc64/power5++/ |
events | [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
version_set.cc | 93 const Slice& key) { 113 const Slice* user_key, const FileMetaData* f) { 120 const Slice* user_key, const FileMetaData* f) { 130 const Slice* smallest_user_key, 131 const Slice* largest_user_key) { 179 virtual void Seek(const Slice& target) { 198 Slice key() const { 202 Slice value() const { 206 return Slice(value_buf_, sizeof(value_buf_)); 220 const Slice& file_value) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
valarray | 78 class slice; // BLAS-like slice out of an array 80 class gslice; // generalized slice out of an array 187 * @param sa Array slice to get values from. 197 * @param ga Array slice to get values from. 207 * @param ma Array slice to get values from. 217 * @param ia Array slice to get values from. 254 * indicated by the slice argument. The new valarray has the same size 255 * as the input slice. @see slice [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
valarray | 79 class slice; // BLAS-like slice out of an array 81 class gslice; // generalized slice out of an array 191 * @param sa Array slice to get values from. 201 * @param ga Array slice to get values from. 211 * @param ma Array slice to get values from. 221 * @param ia Array slice to get values from. 258 * indicated by the slice argument. The new valarray has the same size 259 * as the input slice. @see slice [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
valarray | 79 class slice; // BLAS-like slice out of an array 81 class gslice; // generalized slice out of an array 191 * @param sa Array slice to get values from. 201 * @param ga Array slice to get values from. 211 * @param ma Array slice to get values from. 221 * @param ia Array slice to get values from. 258 * indicated by the slice argument. The new valarray has the same size 259 * as the input slice. @see slice [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 78 class slice; // BLAS-like slice out of an array 80 class gslice; // generalized slice out of an array 187 * @param sa Array slice to get values from. 197 * @param ga Array slice to get values from. 207 * @param ma Array slice to get values from. 217 * @param ia Array slice to get values from. 254 * indicated by the slice argument. The new valarray has the same size 255 * as the input slice. @see slice [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 78 class slice; // BLAS-like slice out of an array 80 class gslice; // generalized slice out of an array 187 * @param sa Array slice to get values from. 197 * @param ga Array slice to get values from. 207 * @param ma Array slice to get values from. 217 * @param ia Array slice to get values from. 254 * indicated by the slice argument. The new valarray has the same size 255 * as the input slice. @see slice [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 78 class slice; // BLAS-like slice out of an array 80 class gslice; // generalized slice out of an array 187 * @param sa Array slice to get values from. 197 * @param ga Array slice to get values from. 207 * @param ma Array slice to get values from. 217 * @param ia Array slice to get values from. 254 * indicated by the slice argument. The new valarray has the same size 255 * as the input slice. @see slice [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
valarray | 78 class slice; // BLAS-like slice out of an array 80 class gslice; // generalized slice out of an array 187 * @param sa Array slice to get values from. 197 * @param ga Array slice to get values from. 207 * @param ma Array slice to get values from. 217 * @param ia Array slice to get values from. 254 * indicated by the slice argument. The new valarray has the same size 255 * as the input slice. @see slice [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
valarray | 79 class slice; // BLAS-like slice out of an array 81 class gslice; // generalized slice out of an array 191 * @param sa Array slice to get values from. 201 * @param ga Array slice to get values from. 211 * @param ma Array slice to get values from. 221 * @param ia Array slice to get values from. 258 * indicated by the slice argument. The new valarray has the same size 259 * as the input slice. @see slice [all...] |