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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/lib/time/
update.bash 30 # America/Los_Angeles should not be bigger than 1100 bytes.
  /prebuilts/go/linux-x86/lib/time/
update.bash 30 # America/Los_Angeles should not be bigger than 1100 bytes.
  /toolchain/binutils/binutils-2.25/bfd/hosts/
i386sco.h 36 know whether a corefile is bigger than it should be. */
  /external/protobuf/src/google/protobuf/stubs/
bytestream.cc 123 char* bigger = new char[new_capacity]; local
124 memcpy(bigger, buf_, size_);
126 buf_ = bigger;
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Options.java 48 * The decompressor supports bigger dictionaries, up to almost 2 GiB.
49 * With HC4 the encoder would support dictionaries bigger than 768 MiB.
53 * If you really need bigger dictionary for decompression,
190 * The presets 7-9 are like the preset 6 but use bigger dictionaries
226 * uncompressed data. Bigger dictionary usually means better compression.
227 * However, using a dictioanary bigger than the size of the uncompressed
543 * The returned value may bigger than the value returned by a direct call
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 114 Interval bigger = addition.union(r); local
115 iter.set(bigger);
120 if ( bigger.adjacent(next)||!bigger.disjoint(next) ) {
124 iter.set(bigger.union(next)); // set to 3 merged ones
158 Interval bigger = addition.union(r);
159 intervals.set(i, bigger);
165 if ( bigger.adjacent(next)||!bigger.disjoint(next) ) {
169 intervals.set(i, bigger.union(next)); // set to 3 merged one
    [all...]
  /bionic/libc/include/
unistd.h 510 __errordecl(__getcwd_dest_size_error, "getcwd called with size bigger than destination");
511 __errordecl(__pread_dest_size_error, "pread called with size bigger than destination");
513 __errordecl(__pread64_dest_size_error, "pread64 called with size bigger than destination");
515 __errordecl(__pwrite_dest_size_error, "pwrite called with size bigger than destination");
517 __errordecl(__pwrite64_dest_size_error, "pwrite64 called with size bigger than destination");
519 __errordecl(__read_dest_size_error, "read called with size bigger than destination");
521 __errordecl(__write_dest_size_error, "write called with size bigger than destination");
523 __errordecl(__readlink_dest_size_error, "readlink called with size bigger than destination");
525 __errordecl(__readlinkat_dest_size_error, "readlinkat called with size bigger than destination");
  /bionic/tests/
sys_resource_test.cpp 74 // Force rlim_max to be bigger than a constant so we can continue following test.
  /cts/suite/audio_quality/test_description/
dut_playback_spectrum.xml 30 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
dut_recording_spectrum.xml 34 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/experimental/
dut_playback_spectrum_chirp.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum_chirp.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/review/
review_dut_recording_spectrum.xml 33 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated TF in mannitude only between low f to high f -->
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
ST.stg 81 * an attribute to build a bigger template; you get a self-embedded
  /external/autotest/server/site_tests/platform_TotalMemory/
platform_TotalMemory.py 77 '[%d] is bigger than 1/3 of Total Memory [%d]' %
  /external/clang/tools/clang-format/
clang-format-sublime.py 10 # or regions are extended to the next bigger syntactic entities.
  /external/compiler-rt/test/msan/
param_tls_limit.cc 28 // In other archs, bigger arguments are splitted in multiple IR arguments, so
  /external/dhcpcd-6.8.2/crypt/
hmac_md5.c 57 /* Ensure key is no bigger than HMAC_PAD_LEN */
  /external/elfutils/libdwelf/
dwelf_scn_gnu_compressed_size.c 66 /* One more sanity check, size should be bigger than original
  /external/linux-kselftest/tools/testing/selftests/x86/
test_mremap_vdso.c 54 printf("[NOTE]\tvDSO partial move failed, will try with bigger size\n");
  /external/llvm/test/CodeGen/X86/
2009-08-06-inlineasm.ll 9 ; so I've disabled it with a bigger stick.
  /external/ltp/testcases/kernel/io/direct_io/
README 40 for bigger runs. The test fail with either data comparaision failures
  /external/ltp/testcases/network/stress/http/
http-stress 46 # is bigger than or equal to 2G byte. Therefore, the file size is
  /external/ltp/testcases/network/stress/ns-tools/
create_file 58 echo "The filesize should be bigger than 0" >&2

Completed in 1439 milliseconds

1 2 34 5 6 7 8 91011>>