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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/libs/androidfw/
ChunkIterator.cpp 52 last_error_ = "chunk size is bigger than given data";
89 last_error_ = "chunk size is bigger than given data";
  /libcore/ojluni/src/main/java/sun/security/util/
ByteArrayLexOrder.java 43 * equal till one array ends, then the longer array is "bigger".
62 // longer is "bigger"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket2.h 31 __warnattr ("recv called with bigger length than size of destination "
61 __warnattr ("recvfrom called with bigger length than size of "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket2.h 31 __warnattr ("recv called with bigger length than size of destination "
61 __warnattr ("recvfrom called with bigger length than size of "
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cipher.go 34 // to pass a dst bigger than src, and in that case, XORKeyStream will
54 // to pass a dst bigger than src, and in that case, CryptBlocks will
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil_test.go 45 "build bigger and better idiot-proof programs, and the Universe trying " +
46 "to produce bigger and better idiots. So far, the Universe is winning."
  /prebuilts/go/linux-x86/src/crypto/cipher/
cipher.go 34 // to pass a dst bigger than src, and in that case, XORKeyStream will
54 // to pass a dst bigger than src, and in that case, CryptBlocks will
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil_test.go 45 "build bigger and better idiot-proof programs, and the Universe trying " +
46 "to produce bigger and better idiots. So far, the Universe is winning."
  /bionic/libc/include/bits/fortify/
socket.h 40 #define __recvfrom_bad_size "'recvfrom' called with size bigger than buffer"
41 #define __sendto_bad_size "'sendto' called with size bigger than buffer"
77 "'recv' called with size bigger than buffer") {
85 "'send' called with size bigger than buffer") {
  /cts/tests/tests/contactsproviderwipe/src/android/provider/cts/contactsproviderwipe/
ContactsContract_Wipe.java 76 private void assertBigger(long bigger, long smaller) {
77 assertTrue("Expecting " + bigger + " > " + smaller, bigger > smaller);
160 // Check: the creation time should be bigger than the start time.
  /external/autotest/server/site_tests/platform_TotalMemory/
control 23 or free memory diff is bigger than 1/4 of total memory.
  /external/llvm/test/Transforms/InstCombine/
bit-tracking.ll 15 ; Finally, a bigger case where we chain things together. This corresponds to
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
BitWriterBuffer.java 17 assert i <= ((1 << numBits)-1): String.format("Trying to write a value bigger (%s) than the number bits (%s) allows. " +
  /external/pdfium/core/fpdfdoc/
cpdf_iconfit.cpp 25 return Bigger;
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
bit-tracking.ll 15 ; Finally, a bigger case where we chain things together. This corresponds to
  /external/tpm2/
ClockSet.c 27 // new time can not be bigger than 0xFFFF000000000000 or smaller than
  /external/valgrind/memcheck/tests/
big_blocks_freed_list.c 16 /* Verify that access via a dangling pointer to a big block bigger than
realloc3.c 21 z = realloc(z, 5); // make bigger
  /external/webrtc/webrtc/
video_frame.h 35 // If required size is bigger than the allocated one, new buffers of adequate
45 // bigger than allocated one, new buffers of adequate size will be allocated.
68 // bigger than allocated one, new buffers of adequate size will be allocated.
76 // Deep copy frame: If required size is bigger than allocated one, new
  /external/xz-embedded/linux/lib/xz/
xz_crc32.c 15 * but they are bigger and use more memory for the lookup table.
  /frameworks/base/libs/hwui/tests/unit/
RenderPropertiesTests.cpp 41 // Too big - can't have layer bigger than max texture size
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
GestureClassifier.java 28 * false interaction; the bigger the value the greater the chance that this a false
StrokeClassifier.java 28 * bigger the value the greater the chance that this a false touch
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
GestureClassifier.java 27 * false interaction; the bigger the value the greater the chance that this a false
StrokeClassifier.java 24 * @return a non-negative value which is used to determine whether this a false touch; the bigger

Completed in 804 milliseconds

12 3 4 5 6 7 8 91011>>