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

  /external/icu4c/i18n/unicode/
plurrule.h 386 static const int32_t MAX_SAMPLES = 3;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.h 128 MAX_SAMPLES = 0x8D57,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
FECustomFilter.cpp 281 m_context->getIntegerv(Extensions3D::MAX_SAMPLES, &maxSupportedSampleCount);
  /external/icu4c/i18n/
plurrule.cpp 577 int32_t limit = getRepeatLimit() * MAX_SAMPLES * 2;
605 if (newSampleInfo[found] == MAX_SAMPLES) { // limit flag not set
621 if (newSampleInfo[found] == MAX_SAMPLES) { // limit flag not set
647 // if a rule is 'unlimited' but has fewer than MAX_SAMPLES samples,
649 int32_t mask = len < MAX_SAMPLES ? LIMIT_MASK : info & LIMIT_MASK;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 466 m_context->getIntegerv(Extensions3D::MAX_SAMPLES, &maxSampleCount);
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 106 milliseconds