HomeSort by relevance Sort by last modified time
    Searched full:sliced (Results 1 - 25 of 27) sorted by null

1 2

  /external/v8/test/mjsunit/
array-slice.js 32 var sliced = array.slice();
33 assertEquals(array.length, sliced.length);
34 assertFalse(0 in sliced);
103 var sliced = array.slice(bad_guy);
109 assertEquals([], sliced); // Length was 0, nothing to get.
112 assertEquals([i - 1], sliced);
135 var sliced = array.slice();
137 assertEquals(len, sliced.length);
145 assertEquals(sliced[3], at3);
146 assertTrue(sliced.hasOwnProperty(3))
    [all...]
string-compare-alignment.js 29 // This situation can arise with sliced strings. This tests for an ARM bug
regexp-static.js 164 // we do a match on a sliced string (the top one not the underlying).
  /external/bluetooth/glib/glib/
gslice.h 1 /* GLIB sliced memory - fast threaded memory chunk allocator
  /libcore/luni/src/main/java/java/nio/
DoubleBuffer.java 487 * Returns a sliced buffer that shares its content with this buffer.
489 * The sliced buffer's capacity will be this buffer's {@code remaining()},
499 * @return a sliced buffer that shares its content with this buffer.
FloatBuffer.java 487 * Returns a sliced buffer that shares its content with this buffer.
489 * The sliced buffer's capacity will be this buffer's {@code remaining()},
499 * @return a sliced buffer that shares its content with this buffer.
IntBuffer.java 475 * Returns a sliced buffer that shares its content with this buffer.
477 * The sliced buffer's capacity will be this buffer's {@code remaining()},
487 * @return a sliced buffer that shares its content with this buffer.
LongBuffer.java 480 * Returns a sliced buffer that shares its content with this buffer.
482 * The sliced buffer's capacity will be this buffer's {@code remaining()},
492 * @return a sliced buffer that shares its content with this buffer.
ShortBuffer.java 476 * Returns a sliced buffer that shares its content with this buffer.
478 * The sliced buffer's capacity will be this buffer's {@code remaining()},
488 * @return a sliced buffer that shares its content with this buffer.
CharBuffer.java 609 * Returns a sliced buffer that shares its content with this buffer.
611 * The sliced buffer's capacity will be this buffer's {@code remaining()},
621 * @return a sliced buffer that shares its content with this buffer.
ByteBuffer.java     [all...]
  /external/bluetooth/glib/tests/
slice-color.c 1 /* GLIB sliced memory - fast threaded memory chunk allocator
slice-test.c 1 /* GLIB sliced memory - fast threaded memory chunk allocator
  /external/kernel-headers/original/linux/
videodev2.h 250 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
251 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
1363 struct v4l2_sliced_vbi_format sliced; \/* V4L2_BUF_TYPE_SLICED_VBI_CAPTURE *\/ member in union:v4l2_format::__anon4944
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev2.h 239 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
240 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
1275 struct v4l2_sliced_vbi_format sliced; \/\/ V4L2_BUF_TYPE_SLICED_VBI_CAPTURE member in union:v4l2_format::__anon14686
    [all...]
  /external/icu4c/samples/ufortune/resources/
root.txt 83 "A [golf] ball sliced or hooked into the rough shall be lifted and
  /bionic/libc/kernel/common/linux/
videodev2.h 1079 struct v4l2_sliced_vbi_format sliced; member in union:v4l2_format::__anon476
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 878 struct v4l2_sliced_vbi_format sliced; member in union:v4l2_format::__anon1097
  /frameworks/base/tests/CoreTests/android/core/
NIOTest.java 191 // Check sliced buffer
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
videodev2.h 878 struct v4l2_sliced_vbi_format sliced; member in union:v4l2_format::__anon15263
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
videodev2.h 878 struct v4l2_sliced_vbi_format sliced; member in union:v4l2_format::__anon15617
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
videodev2.h 878 struct v4l2_sliced_vbi_format sliced; member in union:v4l2_format::__anon15971
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 1079 struct v4l2_sliced_vbi_format sliced; member in union:v4l2_format::__anon16394
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
videodev2.h 878 struct v4l2_sliced_vbi_format sliced; member in union:v4l2_format::__anon16753
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
videodev2.h 1079 struct v4l2_sliced_vbi_format sliced; member in union:v4l2_format::__anon17181
    [all...]

Completed in 1014 milliseconds

1 2