HomeSort by relevance Sort by last modified time
    Searched full:bigger (Results 1 - 25 of 504) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
func_test.cpp 26 static bool bigger(int i_);
35 bool FuncTest::bigger(int i_) function in class:FuncTest
49 int n = count_if(v.begin(), v.end(), bigger);
rope_test.cpp 108 //first create a rope bigger than crope::_S_copy_max = 23
  /frameworks/base/core/tests/coretests/src/android/view/
DrawableBgMinSizeTest.java 116 // Change to the bigger backgrounds
120 + " should respect the different bigger background Drawable's minimum width", view
123 + " should respect the different bigger background Drawable's minimum height", view
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 59 * local/language, with end bigger than end
89 // Returns the size of the auto text dictionary. Just make sure it is bigger than 0.
  /external/giflib/
gif_err.c 58 Err = "#Pixels bigger than Width * Height";
94 Err = "#Pixels bigger than Width * Height";
gif_lib_private.h 40 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */
  /external/kernel-headers/original/linux/
ipc.h 49 #define IPC_64 0x0100 /* New version (support 32-bit UIDs, bigger
  /external/webkit/WebCore/manual-tests/
cursor-max-size.html 8 cursor: url("resources/apple.jpg"), /* bigger than 128px x 128px */
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 91 // abnormal case: quality bigger than 100
269 //abnormal case: (x + width) bigger than source bitmap's width
276 //abnormal case: (y + height) bigger than source bitmap's height
325 //abnormal case: stride less than width and bigger than -width
339 //abnormal case: (offset + width) bigger than colors' length
346 //abnormal case: (lastScanline + width) bigger than colors' length
514 //abnormal case: x bigger than the source bitmap's width
521 //abnormal case: y bigger than the source bitmap's height
629 //abnormal case: x bigger than the source bitmap's width
636 //abnormal case: y bigger than the source bitmap's heigh
    [all...]
CanvasTest.java     [all...]
  /external/e2fsprogs/ext2ed/
ext2ed.8.in 67 Filesystems bigger than 2 GB aren't yet supported.
  /external/expat/xmlwf/
win32filemap.c 48 _ftprintf(stderr, _T("%s: bigger than 2Gb\n"), name);
  /external/bison/lib/
hash.h 49 float growth_factor; /* ratio of new bigger size to original size */
  /external/clearsilver/util/
neo_date.c 31 /* Since this is set to a partial filename and TZ=, it can't be bigger
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 105 * TWOFISH_TABLES will make it a few kB bigger, but perhaps reduces runtime
  /external/webkit/WebCore/platform/chromium/
ClipboardChromium.h 52 // path + extension is not bigger than allowed by the file system.
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeSanitizer.cpp 53 // However, it can be slightly bigger than the original one due to
  /external/webkit/WebCore/platform/text/
TextCodecICU.h 64 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.h 59 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character
  /frameworks/base/core/java/android/bluetooth/
BluetoothOutputStream.java 74 * {@code offset + count} is bigger than the length of
  /dalvik/libcore/luni/src/main/java/java/net/
URLEncoder.java 52 // Guess a bit bigger for encoded form
99 // Guess a bit bigger for encoded form
  /dalvik/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 258 String[] bigger = new String[required + 16];
259 System.arraycopy(arr, 0, bigger, 0, arr.length);
260 return bigger;
626 char[] bigger = new char[txtPos * 4 / 3 + 4];
627 System.arraycopy(txtBuf, 0, bigger, 0, txtPos);
628 txtBuf = bigger;
734 int[] bigger = new int[depth + 4];
735 System.arraycopy(nspCounts, 0, bigger, 0, nspCounts.length);
736 nspCounts = bigger;
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
thread_pools.sgml 68 read-only members, but the underlying struct is bigger, so you must not
  /external/bluetooth/glib/glib/
gthreadpool.h 43 /* The real GThreadPool is bigger, so you may only create a thread
  /external/icu4c/tools/gencmn/
gencmn.8.in 55 the list that are not bigger than

Completed in 617 milliseconds

1 2 3 4 5 6 7 8 91011>>