/external/protobuf/js/binary/ |
D | decoder_test.js | 60 writeValue, epsilon, upperLimit, filter) { argument 102 writeValue, epsilon, lowerLimit, upperLimit, filter) { argument
|
D | reader_test.js | 204 writeField, epsilon, upperLimit, filter) { argument 256 writeField, epsilon, lowerLimit, upperLimit, filter) { argument
|
/external/icu/icu4c/source/i18n/ |
D | collationweights.cpp | 211 CollationWeights::getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit) { in getWeightRanges() 497 CollationWeights::allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n) { in allocWeights()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationWeights.java | 85 public boolean allocWeights(long lowerLimit, long upperLimit, int n) { in allocWeights() 287 private boolean getWeightRanges(long lowerLimit, long upperLimit) { in getWeightRanges()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationWeights.java | 87 public boolean allocWeights(long lowerLimit, long upperLimit, int n) { in allocWeights() 289 private boolean getWeightRanges(long lowerLimit, long upperLimit) { in getWeightRanges()
|
/external/libmpeg2/common/ |
D | impeg2_macros.h | 39 #define IS_VAL_IN_RANGE(val,upperLimit,lowerLimit) ((val) >= (lowerLimit) && (val) <= (upperLimit)) argument
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_resampler.c | 147 int upperLimit = 0; in EstimateSkew() local
|
/external/aac/libSBRdec/src/ |
D | env_dec.cpp | 608 #define upperLimit \ in limitNoiseLevels() macro
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
D | analog_agc.h | 77 int32_t upperLimit; // Upper limit for mic energy member
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-just-table.hh | 75 Fixed upperLimit; /* If the distance factor is greater than this value, member
|
/external/freetype/src/gxvalid/ |
D | gxvjust.c | 185 FT_Fixed upperLimit; in gxv_just_actSubrecord_type0_validate() local
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationTest.java | 554 private void checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit, in checkAllocWeights()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationTest.java | 557 private void checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit, in checkAllocWeights()
|
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 503 uint32_t lowerLimit, uint32_t upperLimit, int32_t n, in checkAllocWeights()
|