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

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/
gslice_array.pass.cpp 33 typedef std::valarray<std::size_t> sizes; typedef
35 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
37 = v2[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/chromium_org/chrome/browser/extensions/
favicon_downloader_unittest.cc 17 // Creates valid SkBitmaps of the dimensions found in |sizes| and pushes them
19 std::vector<SkBitmap> CreateTestBitmaps(const std::vector<gfx::Size>& sizes) {
20 std::vector<SkBitmap> bitmaps(sizes.size());
21 for (size_t i = 0; i < sizes.size(); ++i) {
24 sizes[i].width(),
25 sizes[i].height());
117 std::vector<gfx::Size> sizes(1, gfx::Size(32, 32));
118 downloader.CompleteImageDownload(0, favicon_urls[0].icon_url, sizes);
141 std::vector<gfx::Size> sizes(1, gfx::Size(32, 32));
142 downloader.CompleteImageDownload(0, favicon_urls[0].icon_url, sizes);
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /developers/samples/android/common/src/java/com/example/android/common/media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
CameraHelper.java 39 * Iterate over supported camera preview sizes to see which one best fits the
43 * @param sizes Supported camera preview sizes.
48 public static Camera.Size getOptimalPreviewSize(List<Camera.Size> sizes, int w, int h) {
52 if (sizes == null)
57 // Start with max value and refine as we iterate over available preview sizes. This is the
65 // Iterate over all available sizes and pick the largest size that can fit in the view and
67 for (Camera.Size size : sizes) {
80 for (Camera.Size size : sizes) {
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.h 81 // Calculates the new sizes of the attached windows, given that the main
86 // Populates |sizes| with the desired sizes of the attached windows, and
95 std::vector<int>* sizes) const;
97 // Divides |amount| evenly between |sizes|. If |amount| is negative it
98 // indicates how many pixels |sizes| should be shrunk by.
99 // Returns how many pixels failed to be allocated/removed from |sizes|.
100 int GrowFairly(int amount, std::vector<WindowSize>& sizes) const;
102 // Calculate the ratio of pixels that each WindowSize in |sizes| should
104 void CalculateGrowthRatios(const std::vector<WindowSize*>& sizes,
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebIconURL.h 73 const WebVector<WebSize>& sizes() const function in class:blink::WebIconURL
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmpfar.asm 2 jmp near 1234:5678 ; YASM: near jump; NASM: mismatch in operand sizes
3 jmp far 1234:5678 ; YASM: far jump; NASM: mismatch in operand sizes
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUtil.java 55 public static Size getOptimalPreviewSize(Context context, Size[] sizes,
60 // Count sizes with height <= 1080p to mimic camera1 api behavior.
62 for (Size s : sizes) {
69 // Set array of all sizes with height <= 1080p
70 for (Size s : sizes) {
84 for (Size s : sizes) {
  /build/tools/
check_builds.sh 28 # test-builds/sizes.html that has a pretty chart of which files are
30 # that are missing are red, and rows where the file sizes are not all
68 build/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html
90 build/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
expspeed.c 194 static int sizes[NUM_SIZES]={128,256,512,1024,2048,4096,8192}; variable
196 /*static int sizes[NUM_SIZES]={59,179,299,419,539}; */
245 if (!BN_generate_prime(c,sizes[i],0,ADD,REM,genprime_cb,NULL)) goto err;
254 if (!BN_pseudo_rand(a,sizes[i],1,0)) goto err;
256 if (!BN_pseudo_rand(b,sizes[i],1,0)) goto err;
259 if (!BN_pseudo_rand(c,sizes[i],1,1)) goto err;
328 sizes[i],sizes[i],sizes[i],tm*1000.0/num,tm*mul_c[i]/num, num);
  /external/chromium_org/third_party/skia/tests/
StreamTest.cpp 142 const size_t sizes[] = { local
151 char buffer[sizeof(sizes) * 4];
154 for (i = 0; i < SK_ARRAY_COUNT(sizes); ++i) {
155 bool success = wstream.writePackedUInt(sizes[i]);
161 for (i = 0; i < SK_ARRAY_COUNT(sizes); ++i) {
163 if (sizes[i] != n) {
164 SkDebugf("-- %d: sizes:%x n:%x\n", i, sizes[i], n);
166 REPORTER_ASSERT(reporter, sizes[i] == n);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_arm-inl.h 99 // int* sizes: the size of each stack frame, as an array
101 // int max_depth: the size of the result (and sizes) array(s)
134 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
137 sizes[n] = 0;
stacktrace_powerpc-inl.h 90 // int* sizes: the size of each stack frame, as an array
92 // int max_depth: the size of the result (and sizes) array(s)
159 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
162 sizes[n] = 0;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_arm-inl.h 99 // int* sizes: the size of each stack frame, as an array
101 // int max_depth: the size of the result (and sizes) array(s)
134 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
137 sizes[n] = 0;
stacktrace_powerpc-inl.h 90 // int* sizes: the size of each stack frame, as an array
92 // int max_depth: the size of the result (and sizes) array(s)
159 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
162 sizes[n] = 0;
  /external/eigen/test/
geo_alignedbox.cpp 112 VERIFY_IS_APPROX(sides, box.sizes() );
113 VERIFY_IS_APPROX(sides[1], box.sizes()[1] );
114 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() );
115 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() );
139 VERIFY_IS_APPROX(sides, box.sizes() );
140 VERIFY_IS_APPROX(sides[1], box.sizes()[1] );
141 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() );
142 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() );
  /external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/
assign_value.pass.cpp 28 typedef std::valarray<std::size_t> sizes; typedef
30 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
gslice_array_assign.pass.cpp 28 typedef std::valarray<std::size_t> sizes; typedef
31 v = v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
gslice_array.pass.cpp 28 typedef std::valarray<std::size_t> sizes; typedef
30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
gslice_non_const.pass.cpp 28 typedef std::valarray<std::size_t> sizes; typedef
30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),

Completed in 2571 milliseconds

1 23 4 5 6 7 8 91011>>