HomeSort by relevance Sort by last modified time
    Searched full:bigger (Results 176 - 200 of 1695) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
inter_arrival.cc 89 // Assume that a diff which is bigger than half the timestamp interval
  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 90 << "Thread id is bigger than uint64??";
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 412 // Should return the volume with bigger available space.
419 // Should return the volume with bigger available space.
426 // Should return the volume with bigger available space.
433 // Should return the volume with bigger available space.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToPackedGrayFilter.java 94 // if keep aspect ratio, use the bigger dimension to determine the
  /libcore/ojluni/src/main/java/sun/nio/ch/
PollArrayWrapper.java 97 * to determine if it is in fact bigger than the old size: it
  /packages/apps/Contacts/res/layout/
date_picker.xml 22 <!-- The width of this container is manually set a little bigger than the one of the children
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageBubbleView.java 115 // the animation. This will snap to the bigger size if needed. This is intentional
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailCleanupTest.java 82 fail("Expected to be bigger than " + smaller + ", but was " + actual);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
environments.h 55 /* We also have no use (for now) for an environment with bigger pointers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
environments.h 55 /* We also have no use (for now) for an environment with bigger pointers
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_generic.go 10 // The slicing-by-8 algorithm is a faster implementation that uses a bigger
  /prebuilts/go/darwin-x86/src/runtime/
mfixalloc.go 39 // A generic linked list of blocks. (Typically the block is bigger than sizeof(MLink).)
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_generic.go 10 // The slicing-by-8 algorithm is a faster implementation that uses a bigger
  /prebuilts/go/linux-x86/src/runtime/
mfixalloc.go 39 // A generic linked list of blocks. (Typically the block is bigger than sizeof(MLink).)
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_mmx.asm 21 ; * Because the first constant is bigger than 1, to maintain the same 16 bit
28 ; * is bigger than 32768, in signed 16 bit multiply, it becomes a negative
  /external/v8/src/arm64/
instructions-arm64.cc 322 // TODO(all): If we extend ::InlineData() to support bigger data, we need
333 // TODO(all): If we extend ::InlineData() to support bigger data, we need
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_sse2.c 108 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); local
113 ef_re_if = _mm_and_ps(bigger, ef_re_if);
114 ef_im_if = _mm_and_ps(bigger, ef_im_if);
115 ef_re = _mm_andnot_ps(bigger, ef_re);
116 ef_im = _mm_andnot_ps(bigger, ef_im);
383 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb); local
388 const __m128 vec_if0 = _mm_andnot_ps(bigger, vec_hNl);
390 bigger, _mm_add_ps(vec_weightCurve_hNlFb, vec_one_weightCurve_hNl));
  /prebuilts/go/darwin-x86/src/compress/flate/
example_test.go 25 "The bigger the interface, the weaker the abstraction.\n",
67 // The bigger the interface, the weaker the abstraction.
  /prebuilts/go/linux-x86/src/compress/flate/
example_test.go 25 "The bigger the interface, the weaker the abstraction.\n",
67 // The bigger the interface, the weaker the abstraction.
  /system/nfc/src/nfc/llcp/
llcp_api.c 100 "LLCP_SetConfig (): link_miu shall not be bigger than LLCP_MAX_MIU "
106 /* if Link MIU is bigger than GKI buffer */
109 "LLCP_SetConfig (): link_miu shall not be bigger than LLCP_MIU (%d)",
126 "LLCP_SetConfig (): link_timeout shall not be bigger than "
198 ** (NOTE:it must be bigger than
657 "LLCP_SendUI (): Data length shall not be bigger than peer's link "
883 "LLCP_ConnectReq (): Data link MIU shall not be bigger than local link "
    [all...]
  /system/update_engine/payload_consumer/
xz_extent_writer_unittest.cc 68 // Highly redundant data bigger than the internal buffer, generated with:
134 // Test that even if the output data is bigger than the internal buffer, all
  /bionic/libc/include/
stdio.h 410 __errordecl(__fread_too_big_error, "fread called with size * count bigger than buffer");
414 __errordecl(__fgets_too_big_error, "fgets called with size bigger than buffer");
418 __errordecl(__fwrite_too_big_error, "fwrite called with size * count bigger than buffer");
string.h 223 __errorattr(#name " called with " what " bigger than buffer")
428 __errordecl(__memchr_buf_size_error, "memchr called with size bigger than buffer");
429 __errordecl(__memrchr_buf_size_error, "memrchr called with size bigger than buffer");
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 122 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_OFFSET_BIGGER_THAN_SLOT, null)); //"Offset bigger than slot");
203 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_OFFSET_BIGGER_THAN_SLOT, null)); //"Offset bigger than slot");
ExpandedNameTable.java 80 * The initial capacity of the hash table. Use a bigger number
93 * If the number of entries in the hash table is bigger than the threshold,

Completed in 1923 milliseconds

1 2 3 4 5 6 78 91011>>