/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.27/bfd/hosts/ |
i386sco.h | 36 know whether a corefile is bigger than it should be. */
|
/external/brotli/c/tools/ |
brotli.md | 59 compression level (0-9); bigger values cause denser, but slower compression 77 compression level (0-11); bigger values cause denser, but slower compression 84 `(2**NUM - 16)`; 0 lets compressor decide over the optimal value; bigger
|
/external/brotli/docs/ |
brotli.1 | 70 compression level (0\-9); bigger values cause denser, but slower compression 97 compression level (0\-11); bigger values cause denser, but slower compression 107 \fB(2**NUM \- 16)\fP; 0 lets compressor decide over the optimal value; bigger
|
/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/skia/src/gpu/effects/ |
GrRectBlurEffect.fp | 25 // in OpenGL ES, mediump floats have a minimum range of 2^14. If we have coordinates bigger than 28 // minimum range but the actual range can be bigger, we might end up switching to highp sooner than 29 // strictly necessary, but most devices that have a bigger range for mediump also have mediump being
|
/external/skqp/src/gpu/effects/ |
GrRectBlurEffect.fp | 25 // in OpenGL ES, mediump floats have a minimum range of 2^14. If we have coordinates bigger than 28 // minimum range but the actual range can be bigger, we might end up switching to highp sooner than 29 // strictly necessary, but most devices that have a bigger range for mediump also have mediump being
|
/external/skia/src/codec/ |
SkAndroidCodec.cpp | 281 // the other is bigger. This is as close as we can get. 288 auto bigger = this->getSampledDimensions(sampleSize - 1); local 289 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { 290 *desiredSize = bigger;
|
/external/skqp/src/codec/ |
SkAndroidCodec.cpp | 281 // the other is bigger. This is as close as we can get. 288 auto bigger = this->getSampledDimensions(sampleSize - 1); local 289 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { 290 *desiredSize = 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/bits/fortify/ |
stdio.h | 147 __errordecl(__fread_too_big_error, "fread called with size * count bigger than buffer"); 151 __errordecl(__fgets_too_big_error, "fgets called with size bigger than buffer"); 155 __errordecl(__fwrite_too_big_error, "fwrite called with size * count bigger than buffer");
|
/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 -->
|
/developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/renderer/spans/ |
BulletPointSpan.java | 30 * Creating a bullet span with bigger bullets than {@link BulletSpan} and with a left margin
|
/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
|