HomeSort by relevance Sort by last modified time
    Searched refs:SampleType (Results 1 - 17 of 17) sorted by null

  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 203 typedef SampleT SampleType;
208 SampleType duration;
214 typedef SampleT SampleType;
668 SingleOperationStatistics calculateSingleOperationStatistics (const std::vector<T>& samples, deUint64 T::SampleType::*target)
687 template <typename StatisticsType, typename SampleType>
688 void calculateBasicStatistics (StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples, int SampleType::*predictor)
762 template <typename StatisticsType, typename SampleType>
763 void calculateBasicTransferStatistics (StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples)
765 calculateBasicStatistics(stats, fit, samples, &SampleType::writtenSize)
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestPluralRuleGeneration.java 13 import com.ibm.icu.text.PluralRules.SampleType;
29 boolean i = rules.computeLimited("one", SampleType.INTEGER);
30 boolean d = rules.computeLimited("one", SampleType.DECIMAL);
77 SampleType.INTEGER);
79 SampleType.DECIMAL);
TestSupplementalInfo.java 83 import com.ibm.icu.text.PluralRules.SampleType;
114 for (SampleType s : SampleType.values()) {
122 if (s == SampleType.DECIMAL) {
286 FixedDecimalSamples exampleList = pluralRules.getDecimalSamples(count.toString(), PluralRules.SampleType.INTEGER);
288 exampleList = pluralRules.getDecimalSamples(count.toString(), PluralRules.SampleType.DECIMAL);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 364 public boolean isLimited(SampleType sampleType) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 364 public boolean isLimited(SampleType sampleType) {
987 public enum SampleType {
1056 public final SampleType sampleType;
1071 * @param sampleType
1074 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
1076 this.sampleType = sampleType;
    [all...]
  /external/libchrome/base/files/
important_file_writer.cc 56 template <typename SampleType>
59 SampleType add_sample,
60 SampleType max_sample) {
61 static_assert(std::is_convertible<SampleType, int>::value,
62 "SampleType should be convertible to int");
  /external/cldr/tools/java/org/unicode/cldr/tool/
WritePluralRulesSpreadsheets.java 32 import com.ibm.icu.text.PluralRules.SampleType;
127 HashSet<Double> items = new HashSet<>(rules.getSamples(keyword, SampleType.INTEGER));
219 FixedDecimal result = getSample(rules, start, SampleType.INTEGER, minimum);
220 FixedDecimal result2 = getSample(rules, start, SampleType.DECIMAL, minimum);
227 private static FixedDecimal getSample(PluralRules rules, String start, SampleType sampleType, FixedDecimal minimum) {
228 FixedDecimalSamples samples = rules.getDecimalSamples(start, sampleType);
GeneratePluralConfirmation.java 137 samples = rules.getDecimalSamples(keyword, PluralRules.SampleType.DECIMAL);
139 samples = rules.getDecimalSamples(keyword, PluralRules.SampleType.INTEGER);
ShowPlurals.java 150 FixedDecimalSamples exampleList = pluralRules.getDecimalSamples(keyword, PluralRules.SampleType.INTEGER); // plurals.getSamples9999(count);
151 FixedDecimalSamples exampleList2 = pluralRules.getDecimalSamples(keyword, PluralRules.SampleType.DECIMAL);
GeneratedPluralSamples.java 258 final PluralRules.SampleType sampleType;
261 public DataSample(PluralRules.SampleType sampleType) {
262 this.sampleType = sampleType;
305 //System.out.println(sampleType + ", " + keyword + ", " + countNoTrailing + ", " + rule);
321 boolean isKnownBounded = rule.computeLimited(keyword, sampleType);
337 INFO.add(infoType, sampleType.toString().toLowerCase(Locale.ENGLISH)
351 private final DataSample integers = new DataSample(PluralRules.SampleType.INTEGER)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 52 import android.icu.text.PluralRules.SampleType;
175 checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
177 checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, ?", false,
179 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
180 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
182 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
183 checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 999.0, ?",
185 checkOldSamples(description, test, "other", SampleType.INTEGER);
186 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
189 public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType sampleType
    [all...]
PluralFormatUnitTest.java 34 import android.icu.text.PluralRules.SampleType;
237 list = rules.getSamples(keyword, SampleType.DECIMAL);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 51 import com.ibm.icu.text.PluralRules.SampleType;
172 checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
174 checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, ?", false,
176 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
177 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
179 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
180 checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 999.0, ?",
182 checkOldSamples(description, test, "other", SampleType.INTEGER);
183 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
186 public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType sampleType
    [all...]
PluralFormatUnitTest.java 33 import com.ibm.icu.text.PluralRules.SampleType;
234 list = rules.getSamples(keyword, SampleType.DECIMAL);
  /external/cldr/tools/java/org/unicode/cldr/test/
ExampleGenerator.java 63 import com.ibm.icu.text.PluralRules.SampleType;
622 FixedDecimalSamples samples = pluralInfo.getPluralRules().getDecimalSamples(count.name(), SampleType.DECIMAL);
624 samples = pluralInfo.getPluralRules().getDecimalSamples(count.name(), SampleType.INTEGER);
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
SupplementalDataInfo.java 65 import com.ibm.icu.text.PluralRules.SampleType;
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 384 milliseconds