Home
last modified time | relevance | path

Searched refs:isReversed (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DDistanceTable.java456 private final boolean isReversed; field in DistanceTable.MappingKey
460 private MappingKey(ImmutableList<String> pairs, int distance, boolean isReversed) { in MappingKey() argument
463 this.isReversed = isReversed; in MappingKey()
484 return pairs.get(isReversed ? 1 : 0); in getDesired()
489 return pairs.get(isReversed ? 0 : 1); in getSupported()
534 checkState(!isReversed, "cannot revese a reversed key"); in reverse()
544 return new MappingKey(pairs.subList(2, pairs.size()), distance, isReversed); in getSuffix()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp194 bool isReversed () const in isReversed() function
232 // Instead of modifying how tests are created, we use isReversed() and swapValues() above, allowing us to swap static and
393 const auto kReversed = m_testConfig.isReversed(); in iterate()
H A DvktPipelineExtendedDynamicStateTests.cpp2424 bool isReversed () const in isReversed() function
2441 return (bindStaticFirst() || isReversed()); in useStaticPipeline()
2912 // Instead of modifying how tests are created, we use isReversed() and swapValues() above, allowing us to swap static and
3073 m_testConfig.isReversed()) && in checkSupport()
3766 const auto kReversed = m_testConfig.isReversed(); in initPrograms()
3986 if (testConfig.depthBiasReprInfo && !testConfig.isReversed()) in setDynamicStates()
4555 const auto kReversed = m_testConfig.isReversed(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp192 bool isReversed () const in isReversed() function
230 // Instead of modifying how tests are created, we use isReversed() and swapValues() above, allowing us to swap static and
391 const auto kReversed = m_testConfig.isReversed(); in iterate()
H A DvktPipelineExtendedDynamicStateTests.cpp1953 bool isReversed () const in isReversed() function
2384 // Instead of modifying how tests are created, we use isReversed() and swapValues() above, allowing us to swap static and
3102 const auto kReversed = m_testConfig.isReversed(); in initPrograms()
3761 const auto kReversed = m_testConfig.isReversed(); in iterate()

Completed in 32 milliseconds