/bionic/libc/include/sys/ |
socket.h | 335 #define __recvfrom_bad_size "recvfrom called with size bigger than buffer" 336 #define __sendto_bad_size "sendto called with size bigger than buffer" 390 __errorattr("send called with size bigger than buffer");
|
/art/compiler/optimizing/ |
code_generator_utils.cc | 49 * Notice that p is always bigger than or equal to 32 (resp. 64), so we just return 32 - p
|
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/ |
GLPrimitiveBenchmark.java | 116 * @param numIterations The number of iterations to run, each iteration has a bigger workload.
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
GLESSurfaceView.java | 49 // Default is 1 so only set if bigger than 1
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
AlbumArtCache.java | 39 // MediaDescription.getIconBitmap). This should not be bigger than necessary, because
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
pysource.py | 14 The file also must be of appropriate size - not bigger than a megabyte.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
TournamentSelection.java | 74 throw new IllegalArgumentException("Tournament arity cannot be bigger than population size.");
|
/external/bison/lib/ |
hash.h | 61 float growth_factor; /* ratio of new bigger size to original size */
|
/external/elfutils/libelf/ |
elf_compress.c | 69 data would be bigger than the original data. */ 182 void *bigger = realloc (out_buf, out_size + block); local 183 if (bigger == NULL) 188 out_buf = bigger;
|
/external/gptfdisk/ |
gptpart.h | 31 #define MBR_SIZED_BAD 2 /* Partition starts over 2^32, is bigger than 2^32, or otherwise bad */
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
ListsTest.java | 114 ArrayList<Integer> bigger = Lists.newArrayListWithCapacity(256); local 115 assertEquals(Collections.emptyList(), bigger); local 130 ArrayList<Integer> bigger = Lists.newArrayListWithExpectedSize(256); local 131 assertEquals(Collections.emptyList(), bigger); local
|
/external/icu/icu4c/source/tools/gencmn/ |
gencmn.8.in | 57 the list that are not bigger than
|
/external/libchrome/base/trace_event/ |
heap_profiler_heap_dump_writer.h | 67 // of the dump writer. The heap dumps are broken down for allocations bigger
|
/external/libcups/cups/ |
sidechannel.c | 240 * Either the response is bigger than the provided buffer or the 241 * response is bigger than we've read... 249 * Either the response is bigger than the provided buffer or the 250 * response is bigger than we've read...
|
/external/libunwind/src/coredump/ |
_UCD_elf_map_image.c | 37 * We want to map bigger area (phdr->p_memsz bytes) to make sure
|
/external/libvorbis/ |
CHANGES | 31 * seek correctly in files bigger than 2 GB (Windows)
|
/external/llvm/test/CodeGen/X86/ |
fixup-bw-copy.mir | 4 # copies by bigger copies, which is a pretty unusual transform.
|
/external/llvm/test/CodeGen/XCore/ |
bigstructret.ll | 52 ; Variadic functions return structs bigger than 4 words via a hidden
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
bad_types.ll | 51 ; Check that we do not vectorize types that are padded to a bigger ones.
|
/external/ltp/testcases/kernel/mem/vma/ |
vma03.c | 30 * bigger and cause a wrapping condition. There is also another case
|
/external/syslinux/core/lwip/src/include/lwip/ |
memp_std.h | 14 The pools are a little bigger to provide 'size' as the amount of user data. */
|
/external/syslinux/gpxe/src/drivers/net/ |
etherfabric_nic.h | 35 * But newer boards are getting bigger...
|
/external/testng/src/main/java/org/testng/internal/ |
MethodInheritance.java | 81 // Each bucket that has a list bigger than one element gets sorted
|
/external/v8/src/ |
bignum.h | 16 // This bignum can encode much bigger numbers, since it contains an
|
/external/valgrind/exp-bbv/tests/x86/ |
fldcw_check.S | 80 # in a loop to give a bigger count
|