/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
hash_map.hpp | 212 static std::size_t sizes[] = local 222 const std::size_t nth_size = sizeof(sizes) / sizeof(std::size_t) - 1; 224 if (num_elems < sizes[i]) 225 return sizes[i]; 226 return sizes[nth_size];
|
/external/python/cpython2/Lib/test/ |
test_imageop.py | 12 SIZES = (1, 2, 3, 4) 42 for size in SIZES: 185 sizes = imgfile.getsizes(name) 188 sizes = imgfile.getsizes(name) 190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes)) 193 return (image, sizes[0], sizes[1])
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_imageop.py | 14 SIZES = (1, 2, 3, 4) 44 for size in SIZES: 185 sizes = imgfile.getsizes(name) 188 sizes = imgfile.getsizes(name) 190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes)) 193 return (image, sizes[0], sizes[1])
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_imageop.py | 14 SIZES = (1, 2, 3, 4) 44 for size in SIZES: 185 sizes = imgfile.getsizes(name) 188 sizes = imgfile.getsizes(name) 190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes)) 193 return (image, sizes[0], sizes[1])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imageop.py | 14 SIZES = (1, 2, 3, 4) 44 for size in SIZES: 185 sizes = imgfile.getsizes(name) 188 sizes = imgfile.getsizes(name) 190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes)) 193 return (image, sizes[0], sizes[1])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imageop.py | 14 SIZES = (1, 2, 3, 4) 44 for size in SIZES: 185 sizes = imgfile.getsizes(name) 188 sizes = imgfile.getsizes(name) 190 print 'imgfile opening test image: %s, sizes: %s' % (name, str(sizes)) 193 return (image, sizes[0], sizes[1])
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8428/ |
poc.c | 64 __u64 sizes; /* Ptr to u32 type array, holindg sizes of memory member in struct:nvmap_cache_op_list 166 g_op_list.sizes = (__u64)malloc(MAX_HANDLE_NUM * 4); 168 ((int*)(g_op_list.sizes))[i] = 0xFFFF0000;
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_deint_filter.c | 124 struct vertex2f *sizes, bool spatial_filter) 167 ureg_imm4f(shader, sizes->x * 0.5f, sizes->y * -0.5f, 0, 0)); 169 ureg_imm4f(shader, sizes->x * -0.5f, sizes->y * 0.5f, 1.0f, 0)); 201 ureg_ADD(shader, t_comp_top, ureg_src(t_tex), ureg_imm4f(shader, 0, sizes->y * -1.0f, 1.0f, 0)); 208 ureg_ADD(shader, t_comp_bot, ureg_src(t_tex), ureg_imm4f(shader, 0, sizes->y * 1.0f, 0, 0)); 244 struct vertex2f sizes; local 323 sizes.x = 1.0f / video_width; 324 sizes.y = 1.0f / video_height [all...] |
/frameworks/av/camera/include/camera/ |
CameraParameters.h | 61 void getSupportedPreviewSizes(Vector<Size> &sizes) const; 76 // in pixels for video frames. If sizes returned from the method 81 void getSupportedVideoSizes(Vector<Size> &sizes) const; 84 // supported preview sizes returned from getSupportedPreviewSizes(). 98 void getSupportedPictureSizes(Vector<Size> &sizes) const; 121 // Supported preview frame sizes in pixels. 172 // Supported EXIF thumbnail sizes (width x height). 0x0 means not thumbnail 449 // The width and height must be one of the supported sizes retrieved 470 // The width and height must be one of the supported sizes retrieved [all...] |
/hardware/interfaces/camera/common/1.0/default/include/ |
CameraParameters.h | 66 void getSupportedPreviewSizes(Vector<Size> &sizes) const; 81 // in pixels for video frames. If sizes returned from the method 86 void getSupportedVideoSizes(Vector<Size> &sizes) const; 89 // supported preview sizes returned from getSupportedPreviewSizes(). 103 void getSupportedPictureSizes(Vector<Size> &sizes) const; 126 // Supported preview frame sizes in pixels. 177 // Supported EXIF thumbnail sizes (width x height). 0x0 means not thumbnail 454 // The width and height must be one of the supported sizes retrieved 475 // The width and height must be one of the supported sizes retrieved [all...] |
/external/curl/lib/vauth/ |
krb5_sspi.c | 290 SecPkgContext_Sizes sizes; local 312 &sizes); 382 trailer = malloc(sizes.cbSecurityTrailer); 415 padding = malloc(sizes.cbBlockSize); 429 wrap_buf[0].cbBuffer = sizes.cbSecurityTrailer; 435 wrap_buf[2].cbBuffer = sizes.cbBlockSize;
|
/external/netperf/doc/examples/ |
packet_byte_script | 46 # The socket sizes that we will be testing - using -1 will let it 72 # The request,response sizes that we will be using. The netperf 136 echo and these settings for send sizes $NETPERF_REQS 156 echo and these settings for response sizes $NETPERF_RESP 175 echo and these settings for response sizes $NETPERF_RESP
|
/external/skia/bench/ |
RectBench.cpp | 172 size_t sizes = SK_ARRAY_COUNT(gSizes); variable 176 sizes = 1; 183 for (size_t i = 0; i < sizes; i++) { 223 size_t sizes = SK_ARRAY_COUNT(gSizes); variable 227 sizes = 1; 243 for (size_t i = 0; i < sizes; i++) {
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/ |
copyGen.go | 21 var sizes = [...]int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 16, 17, 23, 24, 25, 31, 32, 33, 63, 64, 65, 1023, 1024, 1025, 1024 + 7, 1024 + 8, 1024 + 9, 1024 + 15, 1024 + 16, 1024 + 17} var 30 for _, s := range sizes { 72 for _, s := range sizes {
|
zeroGen.go | 21 var sizes = [...]int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 16, 17, 23, 24, 25, 31, 32, 33, 63, 64, 65, 1023, 1024, 1025} var 30 for _, s := range sizes { 67 for _, s := range sizes {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/ |
copyGen.go | 21 var sizes = [...]int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 16, 17, 23, 24, 25, 31, 32, 33, 63, 64, 65, 1023, 1024, 1025, 1024 + 7, 1024 + 8, 1024 + 9, 1024 + 15, 1024 + 16, 1024 + 17} var 30 for _, s := range sizes { 72 for _, s := range sizes {
|
zeroGen.go | 21 var sizes = [...]int{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 16, 17, 23, 24, 25, 31, 32, 33, 63, 64, 65, 1023, 1024, 1025} var 30 for _, s := range sizes { 67 for _, s := range sizes {
|
/external/skia/gm/ |
bigrect.cpp | 70 // Test with sizes: 74 static const SkScalar sizes[] = {SkIntToScalar(100), 5e10f, 1e6f}; local 100 const SkScalar big = SkFloatToScalar(sizes[j]);
|
/frameworks/av/camera/ |
CameraParameters.cpp | 322 static void parseSizesList(const char *sizesStr, Vector<Size> &sizes) 335 ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr); 338 sizes.push(Size(width, height)); 371 void CameraParameters::getSupportedPreviewSizes(Vector<Size> &sizes) const 374 parseSizesList(previewSizesStr, sizes); 392 void CameraParameters::getSupportedVideoSizes(Vector<Size> &sizes) const 395 parseSizesList(videoSizesStr, sizes); 442 void CameraParameters::getSupportedPictureSizes(Vector<Size> &sizes) const 445 parseSizesList(pictureSizesStr, sizes);
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
Size.java | 64 * @param sizes List of this class to encode. 67 public static String listToString(List<Size> sizes) { 69 for (Size s : sizes) {
|
/hardware/interfaces/camera/common/1.0/default/ |
CameraParameters.cpp | 329 static void parseSizesList(const char *sizesStr, Vector<Size> &sizes) 342 ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr); 345 sizes.push(Size(width, height)); 378 void CameraParameters::getSupportedPreviewSizes(Vector<Size> &sizes) const 381 parseSizesList(previewSizesStr, sizes); 399 void CameraParameters::getSupportedVideoSizes(Vector<Size> &sizes) const 402 parseSizesList(videoSizesStr, sizes); 449 void CameraParameters::getSupportedPictureSizes(Vector<Size> &sizes) const 452 parseSizesList(pictureSizesStr, sizes);
|
/external/clang/utils/ABITest/ |
TypeGen.py | 296 def __init__(self, typeGen, sizes): 299 self.sizes = tuple(map(int,sizes)) 303 self.cardinality = len(self.sizes)*self.typeGen.cardinality 306 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality) 307 return ArrayType(N, True, self.typeGen.get(T), self.sizes[S]) 310 def __init__(self, typeGen, sizes): 313 self.sizes = tuple(size) 317 self.cardinality = len(self.sizes)*self.typeGen.cardinality 320 S,T = getNthPairBounded(N, len(self.sizes), self.typeGen.cardinality [all...] |
/build/make/tools/ |
dump-package-stats | 34 Dumps a summary of the compressed and uncompressed sizes of various
|
/development/ndk/platforms/android-9/include/linux/ |
msm_audio.h | 17 #include <asm/sizes.h>
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CameraPreview.java | 159 * support preview sizes at the same aspect ratio as the device's display. 267 private Size getOptimalPreviewSize(List<Size> sizes, int w, int h) { 270 if (sizes == null) return null; 278 for (Size size : sizes) { 290 for (Size size : sizes) {
|