/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sort.py | 43 # Try a variety of sizes at and around powers of 2, and at powers of 10. 44 sizes = [0] 47 sizes.extend(range(n-1, n+2)) 48 sizes.extend([10, 100, 1000]) 78 for n in sizes:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sort.py | 43 # Try a variety of sizes at and around powers of 2, and at powers of 10. 44 sizes = [0] 47 sizes.extend(range(n-1, n+2)) 48 sizes.extend([10, 100, 1000]) 78 for n in sizes:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sort.py | 43 # Try a variety of sizes at and around powers of 2, and at powers of 10. 44 sizes = [0] 47 sizes.extend(range(n-1, n+2)) 48 sizes.extend([10, 100, 1000]) 78 for n in sizes:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
crange1.s | 9 ! .cranges implementation handles this correctly. Use different sizes for 118 ! keep different sizes of each part.
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
CameraTestUtils.java | 1179 List<Size> sizes = new ArrayList<Size>(); local 1223 Size[] sizes = getSupportedSizeForFormat(format, cameraId, cameraManager); local 1267 List<Size> sizes = new ArrayList<Size>(); local 1291 List<Size> sizes = getSupportedPreviewSizes(cameraId, cameraManager, null); local 1309 List<Size> sizes = getSupportedPreviewSizes(cameraId, cameraManager, bound); local 1318 List<Size> sizes = getSortedSizesForFormat(cameraId, cameraManager, ImageFormat.DEPTH16, local [all...] |
/build/make/target/board/generic/ |
BoardConfig.mk | 56 # ~100 MB vendor image. Please adjust system image / vendor image sizes
|
/build/make/target/board/generic_x86/ |
BoardConfig.mk | 47 # ~100 MB vendor image. Please adjust system image / vendor image sizes
|
/build/make/target/board/generic_x86_64/ |
BoardConfig.mk | 49 # ~100 MB vendor image. Please adjust system image / vendor image sizes
|
/external/libpcap/msdos/ |
pkt_rx1.s | 6 ; these sizes MUST be equal to the sizes in PKTDRVR.H
|
/external/pdfium/core/fpdfapi/page/ |
fpdf_page_func.cpp | 507 m_EncodeInfo[i].sizes = pSize ? pSize->GetIntegerAt(i) : 0; 509 m_EncodeInfo[i].sizes = pDict->GetIntegerFor("Size"); 510 nTotalSampleBits *= m_EncodeInfo[i].sizes; 517 m_EncodeInfo[i].sizes == 1 ? 1 : (FX_FLOAT)m_EncodeInfo[i].sizes - 1; 553 blocksize[i] = blocksize[i - 1] * m_EncodeInfo[i - 1].sizes; 558 m_EncodeInfo[i].sizes - 1); 585 if (index[i] == m_EncodeInfo[i].sizes - 1) {
|
/external/skia/gm/ |
imagefromyuvtextures.cpp | 136 SkISize sizes[] = { variable 148 yuvHandles, sizes,
|
/external/skia/src/utils/ |
SkMultiPictureDocument.cpp | 39 static SkSize join(const SkTArray<SkSize>& sizes) { 41 for (SkSize s : sizes) {
|
/external/webrtc/webrtc/modules/video_capture/linux/ |
device_info_linux.cc | 267 int sizes = 13; local 277 for (int i = 0; i < sizes; i++)
|
/prebuilts/go/darwin-x86/misc/cgo/gmp/ |
pi.go | 72 fmt.Printf("\n%d calls; bit sizes: %d %d %d\n", runtime.NumCgoCall(), numer.Len(), accum.Len(), denom.Len())
|
/prebuilts/go/linux-x86/misc/cgo/gmp/ |
pi.go | 72 fmt.Printf("\n%d calls; bit sizes: %d %d %d\n", runtime.NumCgoCall(), numer.Len(), accum.Len(), denom.Len())
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64.s | 106 #immediates - various sizes: 126 #immediates - various sizes:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86_64.s | 106 #immediates - various sizes: 129 #immediates - various sizes:
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataConnection.java | 738 String sizes = null; local 741 // precise manner which should affect buffer sizes 759 sizes = split[1]; 764 if (sizes == null) { 770 sizes = TCP_BUFFER_SIZES_GPRS; 773 sizes = TCP_BUFFER_SIZES_EDGE; 776 sizes = TCP_BUFFER_SIZES_UMTS; 779 sizes = TCP_BUFFER_SIZES_1XRTT; 784 sizes = TCP_BUFFER_SIZES_EVDO; 787 sizes = TCP_BUFFER_SIZES_EHRPD [all...] |
/prebuilts/go/darwin-x86/src/sort/ |
sort_test.go | 349 sizes := []int{100, 1023, 1024, 1025} 351 sizes = []int{100, 127, 128, 129} 356 for _, n := range sizes { 597 sizes := countOpsSizes 599 sizes = sizes[:5] 604 for _, n := range sizes {
|
/prebuilts/go/linux-x86/src/sort/ |
sort_test.go | 349 sizes := []int{100, 1023, 1024, 1025} 351 sizes = []int{100, 127, 128, 129} 356 for _, n := range sizes { 597 sizes := countOpsSizes 599 sizes = sizes[:5] 604 for _, n := range sizes {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
PhotoCaptureActivity.java | 132 // Stop camera until preview sizes have been obtained. 203 // Get the supported picture sizes and fill the spinner. 362 final List<Camera.Size> sizes = camera.getParameters() local 364 String[] choices = new String[sizes.size()]; 365 for (int i = 0; i < sizes.size(); ++i) { 366 Camera.Size size = sizes.get(i); 387 Camera.Size size = sizes.get(which);
|
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 235 /* New frame, reset fragment pointers and sizes */ 237 memset(ctx->fragments.sizes, 0, sizeof(ctx->fragments.sizes)); 244 ctx->fragments.sizes[ctx->fragments.count] = data_sz; 260 ctx->fragments.sizes[0] = data_sz; 288 res = vp8_peek_si_internal(ctx->fragments.ptrs[0], ctx->fragments.sizes[0],
|
/external/opencv/cxcore/src/ |
cxarray.cpp | 277 cvInitMatNDHeader( CvMatND* mat, int dims, const int* sizes, 296 if( !sizes ) 297 CV_ERROR( CV_StsNullPtr, "NULL <sizes> pointer" ); 305 if( sizes[i] <= 0 ) 306 CV_ERROR( CV_StsBadSize, "one of dimesion sizes is non-positive" ); 307 mat->dim[i].size = sizes[i]; 311 step *= sizes[i]; 335 cvCreateMatND( int dims, const int* sizes, int type ) 343 CV_CALL( arr = cvCreateMatNDHeader( dims, sizes, type )); 357 cvCreateMatNDHeader( int dims, const int* sizes, int type 392 int i, *sizes; local [all...] |
/frameworks/av/media/libstagefright/ |
CameraSource.cpp | 272 * of the supported sizes. 275 * @param suppportedSizes the vector of sizes that we check against 302 * Query the camera to retrieve the supported video frame sizes 308 * @param sizes returns the vector of Size objects for the 309 * supported video frame sizes advertised by the camera. 314 Vector<Size>& sizes) { 317 params.getSupportedVideoSizes(sizes); 318 if (sizes.size() == 0) { 320 params.getSupportedPreviewSizes(sizes); 360 Vector<Size> sizes; local 442 Vector<Size> sizes; local [all...] |
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
StaticMetadata.java | 558 * Get available thumbnail sizes and do the sanity check. 560 * @return The array of available thumbnail sizes 564 Size[] sizes = getValueFromKeyNonNull(key); local 565 final List<Size> sizeList = Arrays.asList(sizes); 576 checkTrueForKey(key, "Sizes should be in ascending order: Original " + sizeList.toString() 582 return sizes; 846 Assert.assertTrue("No capture sizes available for RAW format!", 1378 Size[] sizes = null; local [all...] |