Searched refs:SampleType (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp203 typedef SampleT SampleType; typedef in struct:deqp::gles3::Performance::__anon4585::UploadSampleResult
208 SampleType duration;
214 typedef SampleT SampleType; typedef in struct:deqp::gles3::Performance::__anon4585::RenderSampleResult
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) argument
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
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralRules.java363 public boolean isLimited(SampleType sampleType) {
925 public enum SampleType { enum in class:PluralRules
1001 public final SampleType sampleType;
1021 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
1031 SampleType sampleType2;
1037 sampleType2 = SampleType.INTEGER;
1039 sampleType2 = SampleType.DECIMAL;
1074 private static void checkDecimal(SampleType sampleType2, FixedDecimal sample) {
1075 if ((sampleType2 == SampleType.INTEGER) != (sample.getVisibleDecimalDigitCount() == 0)) {
1161 boolean isLimited(SampleType sampleTyp
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java364 public boolean isLimited(SampleType sampleType) {
892 public enum SampleType { enum in class:PluralRules
961 public final SampleType sampleType;
979 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
989 SampleType sampleType2;
995 sampleType2 = SampleType.INTEGER;
997 sampleType2 = SampleType.DECIMAL;
1032 private static void checkDecimal(SampleType sampleType2, FixedDecimal sample) {
1033 if ((sampleType2 == SampleType.INTEGER) != (sample.getVisibleDecimalDigitCount() == 0)) {
1115 boolean isLimited(SampleType sampleTyp
[all...]
/external/messageformat/java/com/ibm/icu/simple/
H A DPluralRules.java348 public boolean isLimited(SampleType sampleType) {
871 public enum SampleType { enum in class:PluralRules
940 public final SampleType sampleType;
958 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
968 SampleType sampleType2;
974 sampleType2 = SampleType.INTEGER;
976 sampleType2 = SampleType.DECIMAL;
1011 private static void checkDecimal(SampleType sampleType2, FixedDecimal sample) {
1012 if ((sampleType2 == SampleType.INTEGER) != (sample.getVisibleDecimalDigitCount() == 0)) {
1094 boolean isLimited(SampleType sampleTyp
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DPluralRulesTest.java50 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 sampleTyp
[all...]
H A DPluralFormatUnitTest.java32 import android.icu.text.PluralRules.SampleType;
230 list = rules.getSamples(keyword, SampleType.DECIMAL);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java49 import com.ibm.icu.text.PluralRules.SampleType;
169 checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
171 checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, …", false,
173 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
174 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
176 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
177 checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 999.0, …",
179 checkOldSamples(description, test, "other", SampleType.INTEGER);
180 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
183 public void checkOldSamples(String description, PluralRules rules, String keyword, SampleType sampleTyp
[all...]
H A DPluralFormatUnitTest.java31 import com.ibm.icu.text.PluralRules.SampleType;
229 list = rules.getSamples(keyword, SampleType.DECIMAL);

Completed in 271 milliseconds