/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);
|
/ndk/tests/device/test-gnustl-full/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);
|
/ndk/tests/device/test-stlport/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);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
unistd.h | 31 __wur __warnattr ("read called with bigger length than size of " 62 __wur __warnattr ("pread called with bigger length than size of " 68 __wur __warnattr ("pread64 called with bigger length than size of " 136 __nonnull ((1, 2)) __wur __warnattr ("readlink called with bigger length " 169 __nonnull ((2, 3)) __wur __warnattr ("readlinkat called with bigger " 197 __wur __warnattr ("getcwd caller with bigger length than size of " 237 __warnattr ("confstr called with bigger length than size of destination " 262 __wur __warnattr ("getgroups called with bigger group count than what " 288 __nonnull ((2)) __warnattr ("ttyname_r called with bigger buflen than " 314 __nonnull ((1)) __warnattr ("getlogin_r called with bigger buflen than [all...] |
socket2.h | 31 __warnattr ("recv called with bigger length than size of destination " 61 __warnattr ("recvfrom called with bigger length than size of "
|
wchar2.h | 36 __warnattr ("wmemcpy called with length bigger than size of destination " 66 __warnattr ("wmemmove called with length bigger than size of destination " 99 __warnattr ("wmempcpy called with length bigger than size of destination " 128 __warnattr ("wmemset called with length bigger than size of destination " 189 __warnattr ("wcsncpy called with length bigger than size of destination " 219 __warnattr ("wcpncpy called with length bigger than size of destination " 379 __wur __warnattr ("fgetws called with bigger size than length " 410 __wur __warnattr ("fgetws_unlocked called with bigger size than length "
|
stdio2.h | 154 __wur __warnattr ("fgets called with bigger size than length " 183 __wur __warnattr ("fread called with bigger size * nmemb than length " 212 __wur __warnattr ("fgets_unlocked called with bigger size than length " 244 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
|
/libcore/luni/src/main/java/java/util/ |
NavigableSet.java | 45 * Returns the smallest element bigger than the specified one, or null if no 50 * @return the smallest element bigger than the specified one, or null if no 60 * Returns the smallest element bigger than or equal to the specified one, 65 * @return the smallest element bigger than or equal to the specified one, 142 * when the start is bigger than end; or start or end is out of
|
/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 | 90 // abnormal case: quality bigger than 100 270 //abnormal case: (x + width) bigger than source bitmap's width 277 //abnormal case: (y + height) bigger than source bitmap's height 326 //abnormal case: stride less than width and bigger than -width 340 //abnormal case: (offset + width) bigger than colors' length 347 //abnormal case: (lastScanline + width) bigger than colors' length 515 //abnormal case: x bigger than the source bitmap's width 522 //abnormal case: y bigger than the source bitmap's height 630 //abnormal case: x bigger than the source bitmap's width 637 //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);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ipc.h | 49 #define IPC_64 0x0100 /* New version (support 32-bit UIDs, bigger
|
minix_fs.h | 12 * minix filesystem (aka V2) with bigger inodes and 32-bit block
|
/external/bison/lib/ |
hash.h | 49 float growth_factor; /* ratio of new bigger size to original size */
|
/external/chromium/net/disk_cache/ |
stats.h | 68 // Returns the lower bound of the space used by entries bigger than 512 KB.
|
/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.
|