/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...] |
/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/chromium/net/disk_cache/ |
stats.h | 70 // Returns the lower bound of the space used by entries bigger than 512 KB.
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_custom.h | 105 * TWOFISH_TABLES will make it a few kB bigger, but perhaps reduces runtime
|
/external/llvm/include/llvm/Support/ |
BranchProbability.h | 35 assert(n <= d && "Probability cannot be bigger than 1!");
|
/external/llvm/test/CodeGen/X86/ |
2009-08-06-inlineasm.ll | 9 ; so I've disabled it with a bigger stick.
|
/external/openssh/openbsd-compat/ |
bsd-asprintf.c | 60 } else { /* bigger than initial, realloc allowing for nul */
|
/external/qemu/distrib/sdl-1.2.15/ |
README.WinCE | 17 To enable landscape mode make width of video screen bigger than height.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_AudioCVT.3 | 63 .IP "\fBint\fP \fBlen_mult\fR" 10As explained above, the audio buffer needs to be big enough to store the converted data, which may be bigger than the original audio data\&. The length of \fBbuf\fR should be \fBlen\fR*\fBlen_mult\fR\&.
|
/external/webkit/Source/WebCore/platform/graphics/opentype/ |
OpenTypeSanitizer.cpp | 53 // However, it can be slightly bigger than the original one due to
|
/external/webkit/Source/WebCore/platform/text/ |
TextCodecICU.h | 62 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
TextCodecGtk.h | 59 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character
|
/external/webkit/Source/WebCore/platform/text/mac/ |
TextCodecMac.h | 59 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothOutputStream.java | 74 * {@code offset + count} is bigger than the length of
|
/frameworks/base/tests/HwAccelerationTest/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/LegacyCamera/src/com/android/camera/ui/ |
ControlPanelLayout.java | 75 // The size cannot be bigger than the constraint.
|
/external/clang/test/Analysis/ |
comparison-implicit-casts.cpp | 21 // Sanity check. This test is useless if size_t isn't bigger than bool. 78 // Sanity check. This test is useless if size_t isn't bigger than bool.
|
/external/harfbuzz/src/ |
harfbuzz-shape.h | 178 * must be at least sizeof(HB_GlyphItem) but can be bigger, 182 * (Hack: Harfbuzz could choose to use even a *bigger* item size
|
/external/regex-re2/re2/ |
make_unicode_casefold.py | 105 # The current tables have no group bigger than 4. 106 # If there are ever groups bigger than 10 or so, it will be
|