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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralSamples.java 64 final int MAX_SAMPLES = 3;
75 int limit = 128; // Math.max(5, getRepeatLimit() * MAX_SAMPLES) * 2;
78 keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, i / 2.0);
81 keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, 1000000);
145 private int addSimpleSamples(PluralRules pluralRules, final int MAX_SAMPLES, Map<String, List<Double>> sampleMap,
152 list = new ArrayList<Double>(MAX_SAMPLES);
154 } else if (!keyIsLimited && list.size() == MAX_SAMPLES) {
159 if (!keyIsLimited && list.size() == MAX_SAMPLES) {
322 // We depend on MAX_SAMPLES here. It's possible for a conjunction
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralSamples.java 62 final int MAX_SAMPLES = 3;
73 int limit = 128; // Math.max(5, getRepeatLimit() * MAX_SAMPLES) * 2;
76 keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, i / 2.0);
79 keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, 1000000);
143 private int addSimpleSamples(PluralRules pluralRules, final int MAX_SAMPLES, Map<String, List<Double>> sampleMap,
150 list = new ArrayList<Double>(MAX_SAMPLES);
152 } else if (!keyIsLimited && list.size() == MAX_SAMPLES) {
157 if (!keyIsLimited && list.size() == MAX_SAMPLES) {
321 // We depend on MAX_SAMPLES here. It's possible for a conjunction
  /external/ltp/lib/
tst_timer_test.c 28 #define MAX_SAMPLES 500
377 samples = SAFE_MALLOC(sizeof(long long) * MAX(MAX_SAMPLES, sample_cnt));
  /external/deqp/external/openglcts/modules/gles31/
es31cSampleShadingTests.cpp 193 MAX_SAMPLES = 4,
265 GLint samples = de::min<GLint>(maxSamples, MAX_SAMPLES);
  /frameworks/native/include/input/
Input.h 130 #define MAX_SAMPLES UINT16_MAX
  /external/deqp/external/openglcts/modules/common/
glcSampleVariablesTests.cpp 201 MAX_SAMPLES = 4,
279 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Test sample count greater than MAX_SAMPLES");
559 MAX_SAMPLES = 8,
595 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Test sample count great than MAX_SAMPLES");
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilitySampleVariablesTests.cpp 208 MAX_SAMPLES = 4,
277 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Test sample count greater than MAX_SAMPLES");
557 MAX_SAMPLES = 8,
596 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Test sample count great than MAX_SAMPLES");
  /frameworks/native/libs/input/
Input.cpp 428 sampleCount == 0 || sampleCount > MAX_SAMPLES) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProtoDumpUtil.java 516 GlobalSettingsProto.DnsResolver.MAX_SAMPLES);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 940 milliseconds