HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 101 - 125 of 541) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /external/chromium_org/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]);
  /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]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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/chromium_org/v8/test/mjsunit/regress/
regress-1401.js 31 var sizes = new Array();
34 sizes[i] = 0;
39 var t = (sizes[++bottom] = size);

Completed in 368 milliseconds

1 2 3 45 6 7 8 91011>>