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

1 2 3 4 5 6 78 91011>>

  /developers/samples/android/ui/text/TextStyling-Kotlin/app/src/main/java/com/android/example/text/styling/renderer/spans/
BulletPointSpan.kt 32 * Creating a bullet span with bigger bullets than [android.text.style.BulletSpan]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
AlbumArtCache.java 39 // MediaDescription.getIconBitmap). This should not be bigger than necessary, because
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pysource.py 14 The file also must be of appropriate size - not bigger than a megabyte.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/FlashDeviceLib/
FlashDeviceLibDxeRuntimeSmm.c 149 DEBUG ((EFI_D_ERROR, "ERROR - The size of BIOS image is bigger than SPI Flash device!\n"));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
TournamentSelection.java 74 throw new IllegalArgumentException("Tournament arity cannot be bigger than population size.");
  /external/bsdiff/
bsdiff_unittest.cc 98 // ignored and just emitted as diff data because the min_len is bigger than
  /external/elfutils/libelf/
elf_compress.c 69 data would be bigger than the original data. */
182 void *bigger = realloc (out_buf, out_size + block); local
183 if (bigger == NULL)
188 out_buf = bigger;
  /external/gptfdisk/
gptpart.h 31 #define MBR_SIZED_BAD 2 /* Partition starts over 2^32, is bigger than 2^32, or otherwise bad */
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ListsTest.java 114 ArrayList<Integer> bigger = Lists.newArrayListWithCapacity(256); local
115 assertEquals(Collections.emptyList(), bigger); local
130 ArrayList<Integer> bigger = Lists.newArrayListWithExpectedSize(256); local
131 assertEquals(Collections.emptyList(), bigger); local
  /external/icu/icu4c/source/tools/gencmn/
gencmn.8.in 57 the list that are not bigger than
  /external/libchrome/base/trace_event/
heap_profiler_heap_dump_writer.h 67 // of the dump writer. The heap dumps are broken down for allocations bigger
  /external/libcups/cups/
sidechannel.c 240 * Either the response is bigger than the provided buffer or the
241 * response is bigger than we've read...
249 * Either the response is bigger than the provided buffer or the
250 * response is bigger than we've read...
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
replace_copy.pass.cpp 30 int ib[] = {0, 0, 0, 0, 0, 0}; // one bigger
replace_copy_if.pass.cpp 33 int ib[] = {0, 0, 0, 0, 0, 0}; // one bigger
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/
unary_transform.pass.cpp 31 int ib[] = {0, 0, 0, 0, 0}; // one bigger
  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
to_ullong.pass.cpp 39 { // test values bigger than can fit into the bitset
to_ulong.pass.cpp 41 { // test values bigger than can fit into the bitset
  /external/libunwind/src/coredump/
_UCD_elf_map_image.c 37 * We want to map bigger area (phdr->p_memsz bytes) to make sure
  /external/llvm/test/CodeGen/X86/
fixup-bw-copy.mir 4 # copies by bigger copies, which is a pretty unusual transform.
  /external/llvm/test/CodeGen/XCore/
bigstructret.ll 52 ; Variadic functions return structs bigger than 4 words via a hidden
  /external/llvm/test/Transforms/SLPVectorizer/X86/
bad_types.ll 51 ; Check that we do not vectorize types that are padded to a bigger ones.
  /external/ltp/testcases/kernel/mem/vma/
vma03.c 30 * bigger and cause a wrapping condition. There is also another case
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
fficonfig.h 57 /* Define if you have the long double type and it is bigger than a double */
  /external/python/cpython2/Tools/scripts/
pysource.py 14 The file also must be of appropriate size - not bigger than a megabyte.
  /external/python/cpython3/Include/
setobject.h 55 * or to additional malloc'ed memory for bigger tables.

Completed in 822 milliseconds

1 2 3 4 5 6 78 91011>>