HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 201 - 225 of 238) sorted by null

1 2 3 4 5 6 7 8910

  /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:__anon6145
    [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/v8/src/
spaces.h     [all...]
  /external/libyuv/files/source/
rotate_neon.s 28 @ right. writing is done from right to left in block sizes
  /external/opencv/cv/include/
cv.h     [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 365 // Test all preview sizes.
610 // Check if the sizes value contain invalid characters.
675 // that is among the supported preview sizes.
718 List<Size> sizes = p.getSupportedJpegThumbnailSizes(); local
719 assertTrue(sizes.size() >= 2);
720 assertTrue(sizes.contains(size));
721 assertTrue(sizes.contains(mCamera.new Size(0, 0)));
907 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 720 List<Size> sizes = mParameters.getSupportedPreviewSizes(); local
723 Iterator<Size> it = sizes.iterator();
724 // Remove the preview sizes that are not preferred.
731 Size optimalSize = Util.getOptimalPreviewSize(this, sizes,
    [all...]
Camera.java 2023 List<Size> sizes = mParameters.getSupportedPreviewSizes(); local
    [all...]
  /packages/apps/LegacyCamera/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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/chromium/chrome/browser/resources/keyboard/
main.js 668 // rendering issues with floated divs wrapping at some sizes).
  /external/elfutils/
elfutils.spec 29 section sizes of an object or archive file), strip (for discarding
  /external/mesa3d/docs/
MESA_texture_array.spec 69 all aspects except the sizes of the non-base level images. In
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 5761 const ExternalASTSource::MemoryBufferSizes &sizes = local
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 220 on one machine to devices (with offsets and sizes) on the replay
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 917 milliseconds

1 2 3 4 5 6 7 8910