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

<<21222324252627282930>>

  /packages/apps/DocumentsUI/src/com/android/documentsui/
ThumbnailCache.java 86 // Look for thumbnail of bigger sizes.
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimVideo.java 184 // If the position is bigger than the end point of trimming, show the
  /packages/apps/Launcher2/res/values/
dimens.xml 106 <!-- When dragging an item, how much bigger (fixed dps) the dragged view
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 76 // Icon is bigger than it should be; clip it (solves the GB->ICS migration case)
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/anim/
BenefitsAnimation.java 147 // if the content is bigger than the screen, try to shrink just the animation
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
ImageRequest.java 190 // as it gives a much bigger possibility of OOM when handling big images. Therefore, the
  /packages/apps/Messaging/src/com/android/messaging/ui/animation/
ViewGroupItemVerticalExplodeAnimation.java 146 // compute the expand scale using the bigger of the top/bottom distances.
  /prebuilts/go/darwin-x86/src/runtime/
sqrt.go 80 // result is exact, bigger than 1/2ulp, or less than 1/2ulp
hashmap.go 896 // If we've hit the load factor, get bigger.
899 bigger := uint8(1)
901 bigger = 0
905 newbuckets, nextOverflow := makeBucketArray(t, h.B+bigger)
912 h.B += bigger
958 // growing reports whether h is growing. The growth may be to the same size or bigger.
1021 // Only calculate y pointers if we're growing bigger
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
sqrt.go 80 // result is exact, bigger than 1/2ulp, or less than 1/2ulp
hashmap.go 896 // If we've hit the load factor, get bigger.
899 bigger := uint8(1)
901 bigger = 0
905 newbuckets, nextOverflow := makeBucketArray(t, h.B+bigger)
912 h.B += bigger
958 // growing reports whether h is growing. The growth may be to the same size or bigger.
1021 // Only calculate y pointers if we're growing bigger
    [all...]
  /system/core/libunwindstack/tests/
MapInfoCreateMemoryTest.cpp 156 // embedded elf is bigger than the initial map, the new object is larger
  /system/update_engine/payload_generator/
payload_generation_config.h 169 // 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/libpcap/
sf-pcap.c 237 "invalid file capture length %u, bigger than "
531 "invalid packet capture length %u, bigger than "
539 * bigger than the snapshot length; for example, it might
  /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 399 # bigger than single precision mantissa, use double
408 # bigger than single precision mantissa, use double
420 # bigger than single precision mantissa, use double
  /external/aac/libAACenc/src/
sf_estim.cpp 397 /* improve by bigger scf ? */
430 } else { /* nmr <= 1.25 -> try to find bigger scf to use less bits */
529 /* bigger than neighbouring scf found, try to use smaller scf */
664 /* 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.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/mesa3d/src/intel/vulkan/
anv_allocator.c 89 * those cases we just allocate a slightly bigger object and put the extra
389 /* We can't have a block pool bigger than 1GB because we use signed
391 * should never need a block pool bigger than 1GB anyway.
  /external/tensorflow/tensorflow/python/training/
learning_rate_decay.py 217 that is bigger than `global_steps`.
280 # Find the first multiple of decay_steps that is bigger than global_step.
287 # Make sure that the global_step used is not bigger than decay_steps.

Completed in 1195 milliseconds

<<21222324252627282930>>