/external/chromium_org/ui/views/controls/table/ |
table_view.cc | 296 // recalculating column sizes. 687 std::vector<int> sizes = views::CalculateTableColumnSizes( local 691 DCHECK_EQ(visible_columns_.size(), sizes.size()); 695 visible_columns_[i].width = sizes[i]; 696 x += sizes[i];
|
/external/compiler-rt/lib/asan/tests/ |
asan_test.cc | 98 size_t sizes[] = {16, 1000, 10000, 100000, 2100000}; local 99 for (size_t s = 0; s < sizeof(sizes)/sizeof(sizes[0]); s++) { 100 size_t size = sizes[s]; [all...] |
/external/libpcap/msdos/ |
pkt_rx0.asm | 13 ; these sizes MUST be equal to the sizes in PKTDRVR.H
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs_constval.c | 143 /* Examine vertex program output sizes to set the size_masks[] info 144 * which describes the fragment program input sizes. 176 GLuint sizes_dword = brw->vb.info.sizes[attr/16]; 182 /* Calculate sizes of vertex program outputs. Size is the largest
|
/external/chromium_org/ui/file_manager/gallery/js/ |
mosaic_mode.js | 1074 * 1. The new sizes must be integer. 1075 * 2. The new sizes must sum up to the given |total| value. 1076 * 3. The relative proportions of the sizes should be as close to the original 1079 * @param {Array.<number>} sizes Array of sizes. 1082 Mosaic.Layout.rescaleSizesToNewTotal = function(sizes, newTotal) { 1086 for (var i = 0; i !== sizes.length; i++) { 1087 total += sizes[i]; 1093 for (i = 0; i !== sizes.length; i++) { 1094 sizes[i] = Math.round(partialTotals[i + 1] * scale) [all...] |
/external/chromium_org/v8/src/heap/ |
mark-compact.cc | 730 PagedSpace::SizeStats sizes; local 731 space->ObtainFreeListStatistics(p, &sizes); 737 ratio = (sizes.medium_size_ * 10 + sizes.large_size_ * 2) * 100 / area_size; 740 ratio = (sizes.small_size_ * 5 + sizes.medium_size_) * 100 / area_size; 747 static_cast<int>(sizes.small_size_), 748 static_cast<double>(sizes.small_size_ * 100) / area_size, 749 static_cast<int>(sizes.medium_size_), 750 static_cast<double>(sizes.medium_size_ * 100) / area_size 862 PagedSpace::SizeStats sizes; local [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
c.cc | 257 uint64_t* sizes) { 263 db->rep->GetApproximateSizes(ranges, num_ranges, sizes);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_netbsd.cfg | 236 #error Must define constants for type sizes here.
|
_openbsd.cfg | 334 #error Must define constants for type sizes here.
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
ExtendedCameraCharacteristicsTest.java | 123 * Test that the available stream configurations contain a few required formats and sizes. 141 Size[] sizes = config.getOutputSizes(ImageFormat.YUV_420_888); local 142 CameraTestUtils.assertArrayNotEmpty(sizes, 143 String.format("No sizes for preview format %x for: ID %s", 148 ImageFormat.YUV_420_888, mIds[counter]), sizes, VGA); 485 // Cross check public formats and sizes 492 assertTrue("Supported format " + format + " has no sizes listed", 538 } // sizes [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraParameters.h | 117 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 128 // Supported live snapshot sizes 481 void getSupportedHfrSizes(Vector<Size> &sizes); 732 void parseSizesList(const char *sizesStr, Vector<Size> &sizes); 739 String8 createSizesString(const cam_dimension_t *sizes, int len); [all...] |
/external/chromium_org/content/renderer/ |
render_view_impl.cc | 441 std::vector<gfx::Size>* sizes) { 442 DCHECK(sizes->empty()); 443 sizes->reserve(web_sizes.size()); 445 sizes->push_back(gfx::Size(web_sizes[i])); 2411 std::vector<gfx::Size> sizes; local 4206 std::vector<gfx::Size> sizes; local [all...] |
/external/chromium_org/extensions/browser/api/declarative_webrequest/ |
webrequest_condition_attribute_unittest.cc | 340 // |array| is in fact a sequence of arrays. The array |sizes| captures the sizes 341 // of all parts of |array|, and |size| is the length of |sizes| itself. 344 // sizes = { 2, 0, 4 } 348 const size_t sizes[], 355 for (size_t j = next; j < next + sizes[i]; ++j) { 358 next += sizes[i];
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontMgr_fontconfig.cpp | 540 SkTDArray<size_t> sizes; 564 *sizes.append() = strlen(familyName) + 1; 571 sizes.begin(), names.count()); [all...] |
/external/chromium_org/v8/src/arm64/ |
simulator-arm64.h | 533 // Specify relevant register sizes, for PrintFPRegister. 546 PrintFPRegisterSizes sizes = kPrintAllFPRegValues); 554 PrintFPRegisterSizes sizes = kPrintAllFPRegValues) { 555 if (log_parameters() & LOG_FP_REGS) PrintFPRegister(code, sizes);
|
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 3631 int dims, sizes[CV_MAX_DIM]; local 3668 int sizes[CV_MAX_DIM], dims, elem_type; local 3828 int* sizes = 0, dims, elem_type, cn; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/ |
HeapSnapshot.js | 954 this._progress.updateStatus("Calculating retained sizes\u2026"); 1404 var sizes = [-1]; variable [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 236 CVAPI(CvMatND*) cvCreateMatNDHeader( int dims, const int* sizes, int type ); 239 CVAPI(CvMatND*) cvCreateMatND( int dims, const int* sizes, int type ); 242 CVAPI(CvMatND*) cvInitMatNDHeader( CvMatND* mat, int dims, const int* sizes, 255 CVAPI(CvSparseMat*) cvCreateSparseMat( int dims, const int* sizes, int type ); 326 optionally sizes of the dimensions */ 327 CVAPI(int) cvGetDims( const CvArr* arr, int* sizes CV_DEFAULT(NULL) ); 395 new_dims == 0 means that number and sizes of dimensions remain the same 397 if new_dims == 1, there is no need to specify new dimension sizes [all...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.c | 48 Minimum overhead per allocated chunk: 4 or 8 bytes (if 4byte sizes) 49 8 or 16 bytes (if 8byte sizes) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
7zIn.c | 919 static SRes SzReadFileNames(const Byte *p, size_t size, UInt32 numFiles, size_t *sizes) 925 sizes[i] = pos; 936 sizes[i] = pos; [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 96 uint32_t sizes[SUPERFRAME_SLOTS]; member in struct:Superframe 204 int this_sz = sf->sizes[i]; 922 superframe.sizes[superframe.count++] = frame_pkt_size; [all...] |
/external/lzma/C/ |
7zIn.c | 919 static SRes SzReadFileNames(const Byte *p, size_t size, UInt32 numFiles, size_t *sizes)
925 sizes[i] = pos;
936 sizes[i] = pos;
[all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
docs.css | 542 /* For input sizes, make them display block */ 543 .docs-input-sizes select, 544 .docs-input-sizes input[type=text] {
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraParameters.cpp | 98 const char QCameraParameters::KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[] = "supported-live-snapshot-sizes"; [all...] |