HomeSort by relevance Sort by last modified time
    Searched full:bigger (Results 51 - 75 of 2090) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/
sock_windows.go 15 // NOTE: Never return a number bigger than 1<<16 - 1. See issue 5030.
  /prebuilts/go/linux-x86/src/net/
sock_windows.go 15 // NOTE: Never return a number bigger than 1<<16 - 1. See issue 5030.
  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_test_10.sh 27 # the bigger alignment in plugin_common_test_2.c is used.
  /bionic/libc/include/bits/fortify/
string.h 50 "'memcpy' called with size bigger than buffer") {
58 "'memmove' called with size bigger than buffer") {
69 "'stpcpy' called with string bigger than buffer") {
80 "'strcpy' called with string bigger than buffer") {
98 "'memset' called with size bigger than buffer")
241 __errordecl(__memchr_buf_size_error, "memchr called with size bigger than buffer");
242 __errordecl(__memrchr_buf_size_error, "memrchr called with size bigger than buffer");
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 80 * local/language, with end bigger than end
106 // Returns the size of the auto text dictionary. Just make sure it is bigger than 0.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
Chromosome.java 36 * Access the fitness of this chromosome. The bigger the fitness, the better
53 * Compares two chromosomes based on their fitness. The bigger the fitness,
  /external/elfutils/libdw/
cfi.c 74 Dwarf_Frame *bigger = realloc (*pfs, size); local
75 if (unlikely (bigger == NULL))
83 memset (bigger->regs + bigger->nregs, 0,
84 (reg + 1 - bigger->nregs) * sizeof bigger->regs[0]);
85 bigger->nregs = reg + 1;
86 *pfs = bigger;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 36 __warnattr ("wmemcpy called with length bigger than size of destination "
65 __warnattr ("wmemmove called with length bigger than size of destination "
97 __warnattr ("wmempcpy called with length bigger than size of destination "
126 __warnattr ("wmemset called with length bigger than size of destination "
188 __warnattr ("wcsncpy called with length bigger than size of destination "
219 __warnattr ("wcpncpy called with length bigger than size of destination "
381 __wur __warnattr ("fgetws called with bigger size than length "
412 __wur __warnattr ("fgetws_unlocked called with bigger size than length "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar2.h 36 __warnattr ("wmemcpy called with length bigger than size of destination "
65 __warnattr ("wmemmove called with length bigger than size of destination "
97 __warnattr ("wmempcpy called with length bigger than size of destination "
126 __warnattr ("wmemset called with length bigger than size of destination "
188 __warnattr ("wcsncpy called with length bigger than size of destination "
219 __warnattr ("wcpncpy called with length bigger than size of destination "
381 __wur __warnattr ("fgetws called with bigger size than length "
412 __wur __warnattr ("fgetws_unlocked called with bigger size than length "
  /external/clang/test/CodeGen/
aarch64-type-sizes.c 73 // PCS allows either unsigned short or unsigned int. Linux again says "bigger!"
  /external/e2fsprogs/ext2ed/
ext2ed.8.in 67 Filesystems bigger than 2 GB aren't yet supported.
  /external/giflib/
gif_lib_private.h 39 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */
  /external/kernel-headers/original/uapi/linux/
ipc.h 50 #define IPC_64 0x0100 /* New version (support 32-bit UIDs, bigger
minix_fs.h 14 * minix filesystem (aka V2) with bigger inodes and 32-bit block
  /external/ltp/testcases/kernel/fs/mongo/
mongo_slinks.c 86 // Only part of symlink body was read. So we make a bigger buffer
  /external/lzma/Java/Tukaani/src/
XZSeekEncDemo.java 23 * XZ Block. The default is 1 MiB (1048576 bytes). Bigger means better
  /external/swiftshader/third_party/LLVM/lib/Support/
BranchProbability.cpp 22 assert(n <= d && "Probability cannot be bigger than 1!");
  /external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
bigstructret.ll 22 ; Structs bigger than 4 words are returned via a hidden hidden sret-parameter
  /external/syslinux/com32/gplinclude/acpi/
structs.h 19 * Our is bigger as we manage the \0 of strings
  /frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
BaseInstrumentationTestCase.java 42 // tolerance is slightly bigger than 1 pixel in the comparison below.
  /packages/apps/Camera2/src/com/android/camera/
Thumbnail.java 57 // Scale down the bitmap if it is bigger than we need.
  /packages/apps/Car/LatinIME/res/drawable/
ic_keyboard_spacebar_normal.xml 9 down to add padding, and doesn't make the drawable bigger.
ic_keyboard_spacebar_pressed.xml 9 down to add padding, and doesn't make the drawable bigger.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipc.h 49 #define IPC_64 0x0100 /* New version (support 32-bit UIDs, bigger
minix_fs.h 13 * minix filesystem (aka V2) with bigger inodes and 32-bit block

Completed in 671 milliseconds

1 23 4 5 6 7 8 91011>>