/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_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) {
|
VideoModule.java | 608 List<Size> sizes = mParameters.getSupportedPreviewSizes(); local 611 Iterator<Size> it = sizes.iterator(); 612 // Remove the preview sizes that are not preferred. 619 Size optimalSize = CameraUtil.getOptimalPreviewSize(mActivity, sizes, [all...] |
/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 | 316 // |array| is in fact a sequence of arrays. The array |sizes| captures the sizes 317 // of all parts of |array|, and |size| is the length of |sizes| itself. 320 // sizes = { 2, 0, 4 } 324 const size_t sizes[], 331 for (size_t j = next; j < next + sizes[i]; ++j) { 334 next += sizes[i];
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontConfigInterface_android.cpp | 452 SkTDArray<size_t> sizes; local 458 *sizes.append() = strlen(familyName) + 1; 465 sizes.begin(), names.count());
|
/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 | 461 SkTDArray<size_t> sizes; local 467 *sizes.append() = strlen(familyName) + 1; 474 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 | 943 var sizes = [-1]; variable 973 sizes.push(list.length); 981 while (sizes[sizes.length - 1] === l) { 982 sizes.pop(); [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...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/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/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/pts/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] {
|