HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 176 - 200 of 211) sorted by null

1 2 3 4 5 6 78 9

  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 642 Map<INode, Rect> sizes = mRulesEngine.measureChildren(parent, local
658 if (sizes != null) {
659 state.wrapBounds = sizes.get(child);
    [all...]
LinearLayoutRule.java 581 // sizes, if used.
775 // Clear out layout weights; we need to measure the unweighted sizes
    [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...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java 1875 int[] sizes = { local
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 76 Minimum overhead per allocated chunk: 4 or 8 bytes (if 4byte sizes)
77 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.12/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/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/javassist/src/main/javassist/
CtField.java 786 * @param sizes an <code>int</code> array of the size in every
791 public static Initializer byNewArray(CtClass type, int[] sizes) {
792 return new MultiArrayInitializer(type, sizes);
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 6030 } sizes[] = { variable in typeref:struct:__anon5575
    [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 1010 static unsigned long sizes[] = { local
1037 for (x = sizes[i=0]; x < 100000; x = sizes[++i]) {
    [all...]
  /external/libyuv/files/source/
rotate_neon.s 28 @ right. writing is done from right to left in block sizes
  /development/sdk/prebuilt/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/elfutils/
elfutils.spec 29 section sizes of an object or archive file), strip (for discarding
  /external/opencv/cv/include/
cv.h     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 431 // Test all preview sizes.
699 // Check if the sizes value contain invalid characters.
764 // that is among the supported preview sizes.
824 List<Size> sizes = p.getSupportedJpegThumbnailSizes(); local
1002 List<Size> sizes = parameters.getSupportedPreviewSizes(); local
    [all...]
  /external/blktrace/btt/doc/
btt.tex 555 outgoing IO sizes (in blocks). For simplicity, the histogram buckets
556 are one-for-one for sizes up to 1,024 blocks in the IO, and then a
557 single bucket for all sizes greater than or equal to 1,024 blocks.
561 representing sizes $\ge 1024$ blocks. (This is done so that one can
564 The first column (X values) is the various IO sizes, and the second
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 797 List<Size> sizes = mParameters.getSupportedPreviewSizes(); local
800 Iterator it = sizes.iterator();
801 // Remove the preview sizes that are not preferred.
808 Size optimalSize = Util.getOptimalPreviewSize(this, sizes,
    [all...]
Camera.java 1958 List<Size> sizes = mParameters.getSupportedPreviewSizes(); local
    [all...]
  /frameworks/base/docs/html/resources/
resources_toc.cs 19 <span class="en">Supporting Different Screen Sizes</span>
192 <span class="en">Creating Multiple APKs for Different Screen Sizes</span>
239 <li><a href="<?cs var:toroot ?>training/design-navigation/multiple-sizes.html">
240 <span class="en">Planning for Multiple Touchscreen Sizes</span>
344 <span class="en">Screen Sizes &amp; Densities</span>
resources-data.js 537 en: 'An image gallery application that demonstrates a variety of new APIs in Android 3.0 (Honeycomb). In addition to providing a tablet-optimized design, it also supports handsets running Android 4.0 (Ice Cream Sandwich) and beyond, so is a good example of how to reuse Fragments to support different screen sizes.'
587 en: 'A sample app demonstrating best practices to support multiple screen sizes and densities.'
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/chromium/chrome/browser/resources/keyboard/
main.js 668 // rendering issues with floated divs wrapping at some sizes).
  /external/mesa3d/docs/
MESA_texture_array.spec 69 all aspects except the sizes of the non-base level images. In
    [all...]

Completed in 7368 milliseconds

1 2 3 4 5 6 78 9