/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/sys/ |
socket.h | 295 __errordecl(__recvfrom_error, "recvfrom called with size bigger than buffer");
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/sys/ |
socket.h | 295 __errordecl(__recvfrom_error, "recvfrom called with size bigger than buffer");
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/sys/ |
socket.h | 295 __errordecl(__recvfrom_error, "recvfrom called with size bigger than buffer");
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/sys/ |
socket.h | 295 __errordecl(__recvfrom_error, "recvfrom called with size bigger than buffer");
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/sys/ |
socket.h | 295 __errordecl(__recvfrom_error, "recvfrom called with size bigger than buffer");
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/sys/ |
socket.h | 295 __errordecl(__recvfrom_error, "recvfrom called with size bigger than buffer");
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/ |
BaseTypes.h | 293 // In this enum, order matters; users can assume higher precision is a bigger value
|
/system/update_engine/payload_generator/ |
payload_generation_config.h | 173 // write in the destination. Operations bigger than chunk_size should be
|
/external/libchrome/base/strings/ |
safe_sprintf.cc | 148 // But it will never be bigger than |kSSizeMax-1|. 271 // and it is guaranteed to never grow bigger than kSSizeMax-1. 368 // bigger than |size_|.
|
/external/linux-kselftest/ |
README | 81 Replace "x" for all versions bigger than the version "X" of your current 228 - Having unnecessary drivers will make the kernel bigger, and can 243 bigger or slower kernel (or both), and can even make the kernel
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
LZMAInputStream.java | 147 // Note that using a dictionary bigger than specified in the headers 261 * There is no need to specify a dictionary bigger than 262 * the uncompressed size of the data even if a bigger dictionary
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_pack.py | 367 # bigger than single precision mantissa, use double 376 # bigger than single precision mantissa, use double 388 # bigger than single precision mantissa, use double
|
/external/aac/libAACenc/src/ |
sf_estim.cpp | 387 /* improve by bigger scf ? */ 427 else { /* nmr <= 1.25 -> try to find bigger scf to use less bits */ 539 /* bigger than neighbouring scf found, try to use smaller scf */ 679 /* search for region where all scfs are bigger than scfAct */ [all...] |
/hardware/intel/img/psb_video/src/ |
tng_H264ES.c | 280 /* According to Table A-1 Level limits, if resolution is bigger than 625SD, 433 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: ERROR: air_num_mbs = %d should not bigger than 65536\n", 443 "%s: ERROR: air_threshold = %d should not bigger than 65536\n", 492 "%s: ERROR: invalid cir num mbs(%d), should bigger than 0\n", [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/ |
dynamic_bitset | 743 * @throw std::out_of_range If @p __pos is bigger the size of @p __str. 999 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1022 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1048 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1172 * @throw std::out_of_range If @a __pos is bigger the size of the %set. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/ |
dynamic_bitset | 743 * @throw std::out_of_range If @p __pos is bigger the size of @p __str. 999 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1022 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1048 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1172 * @throw std::out_of_range If @a __pos is bigger the size of the %set. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/ |
dynamic_bitset | 743 * @throw std::out_of_range If @p __pos is bigger the size of @p __str. 999 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1022 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1048 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1172 * @throw std::out_of_range If @a __pos is bigger the size of the %set. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
cPickle.c | 217 int bigger;
local 221 bigger = self->size << 1;
222 if (bigger <= 0) /* was 0, or new value overflows */
224 if ((int)(size_t)bigger != bigger)
226 nbytes = (size_t)bigger * sizeof(PyObject *);
227 if (nbytes / sizeof(PyObject *) != (size_t)bigger)
233 self->size = bigger;
590 int bigger;
local 600 bigger = self->buf_size << 1; [all...] |
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 298 String[] bigger = new String[required + 16]; local 299 System.arraycopy(arr, 0, bigger, 0, arr.length); 300 return bigger; 1145 int[] bigger = new int[depth + 4]; local [all...] |
/external/webp/include/webp/ |
encode.h | 278 VP8_ENC_ERROR_PARTITION0_OVERFLOW, // partition is bigger than 512k 279 VP8_ENC_ERROR_PARTITION_OVERFLOW, // partition is bigger than 16M 281 VP8_ENC_ERROR_FILE_TOO_BIG, // file is bigger than 4G
|
/external/webp/src/webp/ |
encode.h | 278 VP8_ENC_ERROR_PARTITION0_OVERFLOW, // partition is bigger than 512k 279 VP8_ENC_ERROR_PARTITION_OVERFLOW, // partition is bigger than 16M 281 VP8_ENC_ERROR_FILE_TOO_BIG, // file is bigger than 4G
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
ImageUtils.java | 602 * MAX_TARGET_SCALE_FACTOR bigger than largest supported image and that it is likely to [all...] |
/art/compiler/jni/quick/ |
calling_convention.h | 196 // Note that each slot is 32-bit. When the current argument is bigger
|
/art/runtime/base/ |
bit_vector.cc | 225 // If we are bigger than src, the upper bits are unchanged.
|
/bionic/libc/arch-x86/silvermont/string/ |
sse4-memcmp-slm.S | 1124 ja L(bigger) 1126 L(bigger): 1131 jg L(bigger) 1136 L(bigger):
|