/prebuilts/go/linux-x86/src/encoding/json/ |
encode_test.go | 701 bigger = math.Inf(+1) 722 test(next(f, bigger), bits)
|
/prebuilts/go/linux-x86/src/reflect/ |
value.go | 258 // Slice is always bigger than a word; assume flagIndir. 269 // Slice is always bigger than a word; assume flagIndir. 629 // Make a new frame that is one word bigger so we can store the receiver. 683 // Slice is always bigger than a word; assume flagIndir. 961 // Interface value is always bigger than a word; assume flagIndir. 986 // Both are always bigger than a word; assume flagIndir. 1020 // Slice is bigger than a word; assume flagIndir. 1023 // String is bigger than a word; assume flagIndir. [all...] |
/system/bt/stack/l2cap/ |
l2c_main.cc | 874 bigger than mtu size of peer is a violation of protocol */ 884 "L2CAP - CID: 0x%04x cannot send message bigger than peer's mtu size: "
|
/system/update_engine/payload_generator/ |
delta_diff_utils.cc | 217 // data blocks (for example, symlinks bigger than 60 bytes in ext2) are 397 // We split the operation at the extent boundary or when bigger than [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
cPickle.c | 217 Py_ssize_t bigger;
local 224 bigger = self->size << 1;
225 if (bigger > (PY_SSIZE_T_MAX / sizeof(PyObject *)))
227 nbytes = bigger * sizeof(PyObject *);
232 self->size = bigger;
587 Py_ssize_t bigger;
local 601 bigger = self->buf_size << 1;
602 newbuf = (char *)realloc(self->buf, bigger);
608 self->buf_size = bigger;
[all...] |
/external/valgrind/coregrind/ |
m_mallocfree.c | 191 // elastic, in that it can be bigger than asked-for to ensure alignment. 554 // it might be made bigger to ensure that VG_MIN_MALLOC_SZB is observed. 566 Note that the clo value can be significantly bigger than MAX_REDZONE_SZB 679 Nb: redzone sizes are *minimums*; they could be made bigger to ensure [all...] |
/build/make/tools/fs_config/ |
fs_config_generator.py | 810 # is 'bigger' 813 # If I am an the suffix match, im bigger 816 # If other is the suffix match, he's bigger [all...] |
/build/soong/third_party/zip/ |
reader_test.go | 553 // that contains a zip file bigger.zip that contains a zip file 587 // if err := ioutil.WriteFile("/tmp/bigger.zip", biggerZip, 0666); err != nil { 591 // biggestZip := makeZip("bigger.zip", bytes.NewReader(biggerZip))
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
PKIXNameConstraintValidator.java | 657 // minimum IP address must be bigger than max [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 388 // minimum IP address must be bigger than max [all...] |
/external/skia/src/effects/ |
SkBlurMaskFilter.cpp | 789 // in OpenGL ES, mediump floats have a minimum range of 2^14. If we have coordinates bigger 792 // As 2^14 is the minimum range but the actual range can be bigger, we might end up 793 // switching to highp sooner than strictly necessary, but most devices that have a bigger [all...] |
/external/valgrind/memcheck/ |
mc_malloc_wrappers.c | 91 (e.g. bigger than VG_(clo_freelist_vol)) without losing 449 /* If the free list volume is bigger than MC_(clo_freelist_vol), 576 /* new size is bigger */ [all...] |
/libcore/ojluni/src/main/native/ |
zip_util.c | [all...] |
/prebuilts/go/darwin-x86/src/archive/zip/ |
reader_test.go | 553 // that contains a zip file bigger.zip that contains a zip file 587 // if err := ioutil.WriteFile("/tmp/bigger.zip", biggerZip, 0666); err != nil { 591 // biggestZip := makeZip("bigger.zip", bytes.NewReader(biggerZip))
|
/prebuilts/go/linux-x86/src/archive/zip/ |
reader_test.go | 553 // that contains a zip file bigger.zip that contains a zip file 587 // if err := ioutil.WriteFile("/tmp/bigger.zip", biggerZip, 0666); err != nil { 591 // biggestZip := makeZip("bigger.zip", bytes.NewReader(biggerZip))
|
/art/compiler/ |
compiled_method.h | 115 // would otherwise select a bigger underlying type and then complain that
|
/art/runtime/jdwp/ |
jdwp_socket.cc | 292 // called again with a bigger buffer. Which we do now, starting with
|
/art/tools/ahat/test/ |
InstanceTest.java | 375 // bigger. This is how ART used to represent strings, and we should still
|
/cts/tests/filesystem/src/android/filesystem/cts/ |
FileUtil.java | 240 * The size is rounded in bufferSize. And the size will be bigger than 400MB.
|
/development/ndk/platforms/android-21/include/ |
stdio.h | 424 __errordecl(__fgets_too_big_error, "fgets called with size bigger than buffer");
|
/device/generic/goldfish/camera/ |
QemuClient.cpp | 104 /* Preallocated buffer was too small. Allocate a bigger query buffer. */
|
/device/google/contexthub/firmware/os/platform/stm32/ |
platform.c | 383 if (delay >= (1000ULL << 32)) //it is only a 32-bit counter - we cannot set delays bigger than that
|
spi.c | 349 * In slave mode, this specific WAR sometimes causes bigger problems
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/ |
PcatIo.c | 420 // or the size of an image is 0, or the size of all the images is bigger than the
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/ |
PcatIo.c | 420 // or the size of an image is 0, or the size of all the images is bigger than the
|