HomeSort by relevance Sort by last modified time
    Searched refs:bestSize (Results 1 - 5 of 5) sorted by null

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java 137 Point bestSize = null;
148 bestSize = new Point(supportedWidth, supportedHeight);
152 bestSize = new Point(supportedWidth, supportedHeight);
156 if (bestSize == null) {
158 bestSize = new Point(defaultSize.width, defaultSize.height);
160 return bestSize;
  /external/chromium_org/third_party/sqlite/src/tool/
mkkeywordhash.c 343 int bestSize, bestCount;
449 bestSize = nKeyword;
461 bestSize = i;
466 for(i=0; i<bestSize; i++) aHash[i] = 0;
468 h = aKeywordTable[i].hash % bestSize;
518 printf(" static const unsigned char aHash[%d] = {\n", bestSize);
519 for(i=j=0; i<bestSize; i++){
583 " n) %% %d;\n", bestSize);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h     [all...]

Completed in 280 milliseconds