/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
mosaic_mode.js | 1101 * 1. The new sizes must be integer. 1102 * 2. The new sizes must sum up to the given |total| value. 1103 * 3. The relative proportions of the sizes should be as close to the original 1106 * @param {Array.<number>} sizes Array of sizes. [all...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 1411 int[] sizes = new int[N]; local [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 1300 int[] sizes = new int[N]; 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.
|
/packages/apps/Camera/src/com/android/camera/ |
CameraSettings.java | 335 private static List<String> sizeListToStringList(List<Size> sizes) { 337 for (Size size : sizes) {
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraSettings.java | 339 private static List<String> sizeListToStringList(List<Size> sizes) { 341 for (Size size : sizes) {
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraSettings.java | 279 private static List<String> sizeListToStringList(List<Size> sizes) { 281 for (Size size : sizes) {
|
/external/chromium/net/tools/dump_cache/ |
dump_files.cc | 71 printf("size %d: 0x%x\n", i, header.lru.sizes[i]);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
CameraStreamer.java | [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_condition_attribute_unittest.cc | 321 // |array| is in fact a sequence of arrays. The array |sizes| captures the sizes 322 // of all parts of |array|, and |size| is the length of |sizes| itself. 325 // sizes = { 2, 0, 4 } 329 const size_t sizes[], 336 for (size_t j = next; j < next + sizes[i]; ++j) { 339 next += sizes[i];
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontConfigInterface_android.cpp | 463 SkTDArray<size_t> sizes; local 469 *sizes.append() = strlen(familyName) + 1; 476 sizes.begin(), names.count()); [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 83 uint32_t sizes[SUPERFRAME_SLOTS]; member in struct:Superframe 190 int this_sz = sf->sizes[i]; 840 superframe.sizes[superframe.count++] = frame_pkt_size;
|
/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/skia/src/ports/ |
SkFontConfigInterface_android.cpp | 463 SkTDArray<size_t> sizes; local 469 *sizes.append() = strlen(familyName) + 1; 476 sizes.begin(), names.count()); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseLayoutRule.java | 628 Map<INode, Rect> sizes = mRulesEngine.measureChildren(parent, local 646 if (sizes != null) { 647 state.wrapBounds = sizes.get(child); [all...] |
LinearLayoutRule.java | 597 // sizes, if used. 793 // Clear out layout weights; we need to measure the unweighted sizes [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
HeapSnapshot.js | 639 this._progress.updateStatus("Calculating retained sizes\u2026"); 1017 var sizes = [-1]; variable 1047 sizes.push(list.length); [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...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
FileChannelTest.java | 1875 int[] sizes = { local [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/eigen/unsupported/test/mpreal/ |
dlmalloc.c | 49 Minimum overhead per allocated chunk: 4 or 8 bytes (if 4byte sizes)
50 8 or 16 bytes (if 8byte sizes)
[all...] |
/external/libffi/src/ |
dlmalloc.c | 49 Minimum overhead per allocated chunk: 4 or 8 bytes (if 4byte sizes) 50 8 or 16 bytes (if 8byte sizes) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_malloc.c | 85 Minimum overhead per allocated chunk: 4 or 8 bytes (if 4byte sizes) 86 8 or 16 bytes (if 8byte sizes) [all...] |