HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 51 - 75 of 325) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /external/v8/test/mjsunit/
object-literal-gc.js 59 // The sizes to test.
60 var sizes = [0, 1, 2, 100, 200, 400, 1000]; variable
63 for (var i = 0; i < sizes.length; i++) {
64 testLiteral(sizes[i]);
big-array-literal.js 83 // The sizes to test.
84 var sizes = [1, 2, 100, 200, 300]; variable
87 for (var i = 0; i < sizes.length; i++) {
88 testLiteral(sizes[i], false);
89 testLiteral(sizes[i], true);
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.gslice.array/gslice.array.assign/
valarray.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
addition.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
and.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
divide.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
modulo.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
multiply.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
or.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_left.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_right.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
subtraction.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
xor.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.valarray/valarray.sub/
gslice_const.pass.cpp 31 typedef std::valarray<std::size_t> sizes; typedef
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/v8/test/mjsunit/regress/
regress-1401.js 31 var sizes = new Array();
34 sizes[i] = 0;
39 var t = (sizes[++bottom] = size);

Completed in 254 milliseconds

1 23 4 5 6 7 8 91011>>