HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 151 - 175 of 1211) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
msm_adsp.h 17 #include <asm/sizes.h>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
regreg.s 4 ; Note that sizes have to be tested by iterating over them; they
  /art/test/906-iterate-heap/src/art/
Test906.java 71 long sizes[] = new long[100]; local
75 int n = iterateThroughHeapData(HEAP_FILTER_OUT_UNTAGGED, null, classTags, sizes, tags, lengths);
76 System.out.println(sort(n, classTags, sizes, tags, lengths));
79 n = iterateThroughHeapData(HEAP_FILTER_OUT_UNTAGGED, null, classTags, sizes, tags, lengths);
80 System.out.println(sort(n, classTags, sizes, tags, lengths));
240 private static ArrayList<HeapElem> sort(int n, long classTags[], long sizes[], long tags[],
246 elem.size = sizes[i];
296 Class<?> klassFilter, long classTags[], long sizes[], long tags[], int lengths[]);
  /external/libcxx/test/std/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])),
  /external/libcxx/test/std/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])),
  /external/libcxx/test/std/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/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_live_variables.h 94 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
108 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
  /frameworks/av/camera/
CameraParameters2.cpp 210 static void parseSizesList(const char *sizesStr, Vector<Size> &sizes)
223 ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr);
226 sizes.push(Size(width, height));
259 void CameraParameters2::getSupportedPreviewSizes(Vector<Size> &sizes) const
262 parseSizesList(previewSizesStr, sizes);
280 void CameraParameters2::getSupportedVideoSizes(Vector<Size> &sizes) const
283 parseSizesList(videoSizesStr, sizes);
336 void CameraParameters2::getSupportedPictureSizes(Vector<Size> &sizes) const
339 parseSizesList(pictureSizesStr, sizes);
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc.h 83 size_t *sizes)
86 sizes);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc.h 83 size_t *sizes)
86 sizes);
  /prebuilts/ndk/r11/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])),
  /prebuilts/ndk/r11/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])),

Completed in 588 milliseconds

1 2 3 4 5 67 8 91011>>