| /third_party/vk-gl-cts/modules/gles3/performance/ |
| D | es3pBufferDataUploadTests.cpp | 203 typedef SampleT SampleType; typedef 208 SampleType duration; 214 typedef SampleT SampleType; typedef 668 …calculateSingleOperationStatistics (const std::vector<T>& samples, deUint64 T::SampleType::*target) in calculateSingleOperationStatistics() 687 template <typename StatisticsType, typename SampleType> 688 …onst LineParametersWithConfidence& fit, const std::vector<SampleType>& samples, int SampleType::*p… in calculateBasicStatistics() 762 template <typename StatisticsType, typename SampleType> 763 …isticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples) in calculateBasicTransferStatistics() 765 calculateBasicStatistics(stats, fit, samples, &SampleType::writtenSize); in calculateBasicTransferStatistics() 768 template <typename StatisticsType, typename SampleType> [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | PluralRules.java | 357 public boolean isLimited(SampleType sampleType) { 1044 public enum SampleType { enum in PluralRules 1122 public final SampleType sampleType; 1142 …private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded… in FixedDecimalSamples() 1152 SampleType sampleType2; in parse() 1158 sampleType2 = SampleType.INTEGER; in parse() 1160 sampleType2 = SampleType.DECIMAL; in parse() 1195 private static void checkDecimal(SampleType sampleType2, FixedDecimal sample) { in checkDecimal() 1196 … if ((sampleType2 == SampleType.INTEGER) != (sample.getVisibleDecimalDigitCount() == 0)) { in checkDecimal() 1282 boolean isLimited(SampleType sampleType); in isLimited() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | PluralRules.java | 372 public boolean isLimited(SampleType sampleType) { 1082 public enum SampleType { enum in PluralRules 1153 public final SampleType sampleType; 1171 …private DecimalQuantitySamples(SampleType sampleType, Set<DecimalQuantitySamplesRange> samples, bo… in DecimalQuantitySamples() 1181 SampleType sampleType2; in parse() 1187 sampleType2 = SampleType.INTEGER; in parse() 1189 sampleType2 = SampleType.DECIMAL; in parse() 1227 private static void checkDecimal(SampleType sampleType2, DecimalQuantity sample) { in checkDecimal() 1231 if ((sampleType2 == SampleType.INTEGER && sample.getPluralOperand(Operand.v) != 0) in checkDecimal() 1232 || (sampleType2 == SampleType.DECIMAL && sample.getPluralOperand(Operand.v) == 0 in checkDecimal() [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | PluralRulesTest.java | 66 import com.ibm.icu.text.PluralRules.SampleType; 187 … checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true, 189 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, …",… 191 checkOldSamples(description, test, "one", SampleType.INTEGER, 194 checkOldSamples(description, test, "one", SampleType.DECIMAL, 200 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null); 201 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 9… 203 checkOldSamples(description, test, "other", SampleType.INTEGER); 204 checkOldSamples(description, test, "other", SampleType.DECIMAL, 230 …checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 0, 1, 1e5", tr… [all …]
|
| D | PluralFormatUnitTest.java | 34 import com.ibm.icu.text.PluralRules.SampleType; 235 list = rules.getDecimalQuantitySamples(keyword, SampleType.DECIMAL); in TestSamples()
|
| /third_party/ffmpeg/libavcodec/ |
| D | ac3enc.h | 53 typedef float SampleType; typedef 63 typedef int32_t SampleType; typedef 168 const SampleType *mdct_window; ///< MDCT window function array 232 SampleType *windowed_samples; 233 SampleType **planar_samples;
|
| D | ac3enc_template.c | 62 static void copy_input_samples(AC3EncodeContext *s, SampleType **samples) in copy_input_samples() 92 const SampleType *input_samples = &s->planar_samples[ch][blk * AC3_BLOCK_SIZE]; in apply_mdct() 385 copy_input_samples(s, (SampleType **)frame->extended_data); in AC3_NAME()
|
| D | cfhd.h | 35 SampleType = 1, enumerator
|
| D | cfhdenc.c | 556 bytestream2_put_be16(pby, SampleType); in cfhd_encode_frame() 614 bytestream2_put_be16(pby, SampleType); in cfhd_encode_frame()
|
| D | cfhd.c | 499 } else if (tag == SampleType) { in cfhd_decode()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | PluralRulesTest.java | 57 import ohos.global.icu.text.PluralRules.SampleType; 180 … checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true, 182 …checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, …",… 184 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d); 185 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d); 187 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null); 188 …checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 9… 190 checkOldSamples(description, test, "other", SampleType.INTEGER); 191 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d); 194 …public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType samp… [all …]
|
| D | PluralFormatUnitTest.java | 34 import ohos.global.icu.text.PluralRules.SampleType; 237 list = rules.getSamples(keyword, SampleType.DECIMAL); in TestSamples()
|
| /third_party/icu/icu4j/ |
| D | coverage-exclusion.txt | 921 com/ibm/icu/text/PluralRules$SampleType#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/PluralRules$S…
|
| /third_party/icu/icu4j/tools/build/ |
| D | icu4j72.api3.gz | 12;ICU4J 72.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j63.api3.gz | 12;ICU4J 63.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j65.api3.gz | |
| D | icu4j66.api3.gz | 12;ICU4J 66.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j68.api3.gz | 12;ICU4J 68.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j64.api3.gz | |
| D | icu4j69.api3.gz | |
| D | icu4j67.api3.gz | 12;ICU4J 67.1;;
2ST@3.6;PB;NS;NF;NS; ... |
| D | icu4j70.api3.gz | |
| D | icu4j71.api3.gz | 12;ICU4J 71.1;;
2ST@3.6;PB;NS;NF;NS; ... |