/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_matrix_filter.c | 160 struct vertex2f *offsets, v, sizes; local 221 sizes.x = (float)(matrix_width - 1) / 2.0f; 222 sizes.y = (float)(matrix_height - 1) / 2.0f; 224 for (v.x = -sizes.x, i = 0; v.x <= sizes.x; v.x += 1.0f) 225 for (v.y = -sizes.y; v.y <= sizes.y; v.y += 1.0f)
|
/external/chromium_org/third_party/skia/tests/ |
DataRefTest.cpp | 71 size_t sizes[SK_ARRAY_COUNT(str)]; local 73 sizes[i] = strlen(str[i]) + 1; 77 (const void*const*)str, sizes, count)); 82 REPORTER_ASSERT(reporter, table->atSize(i) == sizes[i]); 85 REPORTER_ASSERT(reporter, size == sizes[i]);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumMac.mm | 638 void RenderThemeChromiumMac::setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minSize, float zoomLevel) 641 if (minSize.width() >= static_cast<int>(sizes[NSRegularControlSize].width() * zoomLevel) && 642 minSize.height() >= static_cast<int>(sizes[NSRegularControlSize].height() * zoomLevel)) 644 else if (minSize.width() >= static_cast<int>(sizes[NSSmallControlSize].width() * zoomLevel) && 645 minSize.height() >= static_cast<int>(sizes[NSSmallControlSize].height() * zoomLevel)) 655 IntSize RenderThemeChromiumMac::sizeForFont(RenderStyle* style, const IntSize* sizes) const 658 IntSize result = sizes[controlSizeForFont(style)]; 661 return sizes[controlSizeForFont(style)]; 664 IntSize RenderThemeChromiumMac::sizeForSystemFont(RenderStyle* style, const IntSize* sizes) const 667 IntSize result = sizes[controlSizeForSystemFont(style)] [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
decode.c | 384 vlVdpDecoderFixVC1Startcode(uint32_t *num_buffers, const void *buffers[], unsigned sizes[]) 391 vl_vlc_init(&vlc, *num_buffers, buffers, sizes); 406 sizes[i] = sizes[i - 1]; 410 sizes[0] = 4; 424 unsigned sizes[bitstream_buffer_count + 1]; local 492 sizes[i] = bitstream_buffers[i].bitstream_bytes; 506 vlVdpDecoderFixVC1Startcode(&bitstream_buffer_count, buffers, sizes); 523 dec->decode_bitstream(dec, vlsurf->video_buffer, &desc.base, bitstream_buffer_count, buffers, sizes);
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
decode.c | 384 vlVdpDecoderFixVC1Startcode(uint32_t *num_buffers, const void *buffers[], unsigned sizes[]) 391 vl_vlc_init(&vlc, *num_buffers, buffers, sizes); 406 sizes[i] = sizes[i - 1]; 410 sizes[0] = 4; 424 unsigned sizes[bitstream_buffer_count + 1]; local 492 sizes[i] = bitstream_buffers[i].bitstream_bytes; 506 vlVdpDecoderFixVC1Startcode(&bitstream_buffer_count, buffers, sizes); 523 dec->decode_bitstream(dec, vlsurf->video_buffer, &desc.base, bitstream_buffer_count, buffers, sizes);
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
QCameraUsbParm.cpp | 149 static String8 create_sizes_str(const camera_size_type *sizes, int len); 375 static String8 create_sizes_str(const camera_size_type *sizes, int len) { 380 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height); 384 snprintf(buffer, sizeof(buffer), ",%dx%d", sizes[i].width, sizes[i].height);
|
/external/chromium_org/printing/backend/ |
cups_helper.cc | 405 if (ppd->num_sizes > 0 && ppd->sizes) { 410 static_cast<int>(ppd->sizes[i].width * kMicronsPerPoint + 0.5), 411 static_cast<int>(ppd->sizes[i].length * kMicronsPerPoint + 0.5)); 415 paper.vendor_id = ppd->sizes[i].name; 418 ppdFindChoice(paper_option, ppd->sizes[i].name); 426 if (i == 0 || ppd->sizes[i].marked) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
Settings.js | 219 var sizes = { __proto__: null }; 221 sizes[key] = this._storage.getItem(key).length; 222 var keys = Object.keys(sizes); 226 return sizes[key2] - sizes[key1]; 232 WebInspector.console.log("Setting: '" + keys[i] + "', size: " + sizes[keys[i]]); 474 // Zero out saved percentage sizes, and they will be restored to defaults.
|
/external/compiler-rt/lib/asan/tests/ |
asan_interface_test.cc | 19 const size_t sizes[] = { 1, 30, 1<<30 }; local 21 EXPECT_EQ(sizes[i], __sanitizer_get_estimated_allocated_size(sizes[i])); 369 // Same here, but we run memset with small sizes. 416 std::vector<size_t> sizes; local 421 sizes.push_back(size); 428 EXPECT_EQ(sizes[idx], __sanitizer_get_allocated_size(pointers[idx]));
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraTestUtils.java | 535 * Get the available output sizes for the user-defined {@code format}. 550 if (VERBOSE) Log.v(TAG, "Supported sizes are: " + Arrays.deepToString(availableSizes)); 557 * <p>If two the areas of two sizes are same, compare the widths.</p> 568 * Get sorted size list in descending order. Remove the sizes larger than 577 * Get a sorted list of sizes from a given size list. 586 * @return The ordered list of sizes 605 * Get sorted (descending order) size list for given format. Remove the sizes larger than 611 Size[] sizes = getSupportedSizeForFormat(format, cameraId, cameraManager); local 615 for (Size sz : sizes) { 621 sortedSizes = Arrays.asList(sizes); 660 List<Size> sizes = getSupportedPreviewSizes(cameraId, cameraManager, null); local 678 List<Size> sizes = getSupportedPreviewSizes(cameraId, cameraManager, bound); local [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
malloc-tree | 150 default=None, help='show sizes in bytes'); 152 default=None, help='show sizes with appropriate scale suffix [K,M,G]');
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
stacktrace_x86-inl.h | 284 // int* sizes: the size of each stack frame, as an array 286 // int max_depth: the size of the result (and sizes) array(s) 340 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp; 343 sizes[n] = 0;
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
memory.h | 23 #include <asm/sizes.h>
|
/development/ndk/platforms/android-3/include/linux/ |
mt9t013.h | 17 #include <asm/sizes.h>
|
/external/chromium_org/net/disk_cache/blockfile/ |
disk_format.h | 61 int32 sizes[5]; member in struct:disk_cache::LruData
|
eviction_v3.cc | 273 return (!test_mode_ && header_->lru.sizes[Rankings::DELETED] > max_length); 466 header_->lru.sizes[Rankings::DELETED]; 468 if (header_->lru.sizes[0] > data_entries / 3) 471 int list = (header_->lru.sizes[1] > data_entries / 3) ? 1 : 2; 478 header_->lru.sizes[0] > data_entries / 10)
|
/external/chromium_org/remoting/base/ |
compound_buffer_unittest.cc | 21 // Chunk sizes used to append and prepend data to the buffer. 25 // Chunk sizes used to test CopyFrom(). 83 // Iterate over chunks of data with sizes specified in |sizes| in the 85 void IterateOverPieces(const int sizes[], 87 DCHECK_GT(sizes[0], 0); 92 int size = std::min(sizes[index], kDataSize - pos); 94 if (sizes[index] <= 0)
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
onyxd_int.h | 47 unsigned int sizes[MAX_PARTITIONS]; member in struct:__anon17704
|
/external/chromium_org/third_party/skia/include/core/ |
SkDataTable.h | 75 * @param sizes array of byte-lengths for each entry in the corresponding 77 * @param count the number of array elements in ptrs[] and sizes[] to copy. 80 const size_t sizes[], int count);
|
/external/clang/lib/AST/ |
ExternalASTSource.cpp | 90 void ExternalASTSource::getMemoryBufferSizes(MemoryBufferSizes &sizes) const { }
|
/external/clang/lib/Frontend/ |
ChainedIncludesSource.cpp | 62 void getMemoryBufferSizes(MemoryBufferSizes &sizes) const override; 263 void ChainedIncludesSource::getMemoryBufferSizes(MemoryBufferSizes &sizes)const{ 267 eSrc->getMemoryBufferSizes(sizes); 271 getFinalReader().getMemoryBufferSizes(sizes);
|
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_int.h | 47 unsigned int sizes[MAX_PARTITIONS]; member in struct:__anon4422
|
/external/chromium_org/third_party/webrtc/modules/video_capture/android/ |
device_info_android.cc | 129 Json::Value sizes = camera["sizes"]; local 130 for (Json::ArrayIndex j = 0; j < sizes.size(); ++j) { 131 const Json::Value& size = sizes[j];
|
/external/chromium_org/third_party/webrtc/base/ |
schanneladapter.cc | 86 SecPkgContext_StreamSizes sizes; member in struct:rtc::SChannelAdapter::SSLImpl 282 &impl_->sizes); 479 impl_->sizes.cbMaximumMessage); 483 out_buf[0].cbBuffer = impl_->sizes.cbHeader; 487 out_buf[2].cbBuffer = impl_->sizes.cbTrailer; 514 ASSERT(out_buf[0].cbBuffer == impl_->sizes.cbHeader); 518 ASSERT(out_buf[2].cbBuffer <= impl_->sizes.cbTrailer);
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_handler_unittest.cc | 107 void SetImageSizes(const std::vector<int>& sizes) { 108 download_->image_sizes = sizes; } 114 const std::vector<int>& sizes, 119 image_sizes(sizes), 327 std::vector<int> sizes; variable 328 sizes.push_back(0); 330 download_id_, image_url, sizes, max_bitmap_size); 414 // - The favicons at |candidate_icons| have edge pixel sizes of 431 std::vector<int> sizes; local 432 sizes.push_back(candidate_icon_sizes[i]) 1326 std::vector<int> sizes; local 1378 std::vector<int> sizes; local [all...] |