HomeSort by relevance Sort by last modified time
    Searched refs:SampleType (Results 1 - 12 of 12) 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/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 359 public boolean isLimited(SampleType sampleType) {
919 public enum SampleType {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 360 public boolean isLimited(SampleType sampleType) {
886 public enum SampleType {
955 public final SampleType sampleType;
970 * @param sampleType
973 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
975 this.sampleType = sampleType;
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 348 public boolean isLimited(SampleType sampleType) {
871 public enum SampleType {
940 public final SampleType sampleType;
955 * @param sampleType
958 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
960 this.sampleType = sampleType;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 46 import android.icu.text.PluralRules.SampleType;
170 checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
172 checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, ?", false,
174 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
175 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
177 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
178 checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 999.0, ?",
180 checkOldSamples(description, test, "other", SampleType.INTEGER);
181 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
184 public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType sampleType
    [all...]
PluralFormatUnitTest.java 28 import android.icu.text.PluralRules.SampleType;
231 list = rules.getSamples(keyword, SampleType.DECIMAL);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 45 import com.ibm.icu.text.PluralRules.SampleType;
166 checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
168 checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, ?", false,
170 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
171 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
173 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
174 checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 999.0, ?",
176 checkOldSamples(description, test, "other", SampleType.INTEGER);
177 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
180 public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType sampleType
    [all...]
PluralFormatUnitTest.java 27 import com.ibm.icu.text.PluralRules.SampleType;
227 list = rules.getSamples(keyword, SampleType.DECIMAL);
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 118 milliseconds