/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | PluralSamples.java | 64 final int MAX_SAMPLES = 3; in PluralSamples() local 78 …keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, i / 2… in PluralSamples() 81 …keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, 10000… in PluralSamples() 145 …private int addSimpleSamples(PluralRules pluralRules, final int MAX_SAMPLES, Map<String, List<Doub… in addSimpleSamples() argument 152 list = new ArrayList<Double>(MAX_SAMPLES); in addSimpleSamples() 154 } else if (!keyIsLimited && list.size() == MAX_SAMPLES) { in addSimpleSamples() 159 if (!keyIsLimited && list.size() == MAX_SAMPLES) { in addSimpleSamples()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralSamples.java | 62 final int MAX_SAMPLES = 3; in PluralSamples() local 76 …keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, i / 2… in PluralSamples() 79 …keywordsRemaining = addSimpleSamples(pluralRules, MAX_SAMPLES, sampleMap, keywordsRemaining, 10000… in PluralSamples() 143 …private int addSimpleSamples(PluralRules pluralRules, final int MAX_SAMPLES, Map<String, List<Doub… in addSimpleSamples() argument 150 list = new ArrayList<Double>(MAX_SAMPLES); in addSimpleSamples() 152 } else if (!keyIsLimited && list.size() == MAX_SAMPLES) { in addSimpleSamples() 157 if (!keyIsLimited && list.size() == MAX_SAMPLES) { in addSimpleSamples()
|
/external/ltp/lib/ |
D | tst_timer_test.c | 17 #define MAX_SAMPLES 500 macro 377 samples = SAFE_MALLOC(sizeof(long long) * MAX(MAX_SAMPLES, sample_cnt)); in timer_setup()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cSampleShadingTests.cpp | 193 MAX_SAMPLES = 4, enumerator 265 GLint samples = de::min<GLint>(maxSamples, MAX_SAMPLES); in iterate()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | NativeInput.java | 52 private static final int MAX_SAMPLES = 2 ^ 16; /* UINT16_MAX */ field in NativeInput 722 || sampleCount > MAX_SAMPLES) { in readFromParcel()
|
/external/mesa3d/docs/_extra/specs/ |
D | EXT_shader_samples_identical.txt | 61 for (int i = 1; i < MAX_SAMPLES; i++) {
|
/external/deqp/external/openglcts/modules/common/ |
D | glcSampleVariablesTests.cpp | 201 MAX_SAMPLES = 4, enumerator 559 MAX_SAMPLES = 8, enumerator
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilitySampleVariablesTests.cpp | 208 MAX_SAMPLES = 4, enumerator 557 MAX_SAMPLES = 8, enumerator
|
/external/mesa3d/docs/relnotes/ |
D | 7.9.rst | 35 - GL_EXT_framebuffer_multisample extension (intel drivers, MAX_SAMPLES
|
D | 7.9.1.rst | 265 - mesa: Allow query of MAX_SAMPLES with EXT_framebuffer_multisample
|
D | 7.10.rst | 1608 - mesa: Allow query of MAX_SAMPLES with EXT_framebuffer_multisample
|
/external/angle/extensions/ |
D | ANGLE_texture_multisample.txt | 385 required formats with up to the value of MAX_SAMPLES multisamples, 524 TEXTURE_2D_MULTISAMPLE_ANGLE, or the value of MAX_SAMPLES. 535 value of MAX_SAMPLES. If <target> does not support multisample (is not
|