Home
last modified time | relevance | path

Searched refs:testPairs (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleGenerator.java615 String[][] testPairs = { in Test4528() local
626 for (String[] testPair : testPairs) { in Test4528()
636 String[][] testPairs = { in Test4607() local
649 for (String[] testPair : testPairs) { in Test4607()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DPairsTagTest.java29 public void testPairs() { in testPairs() method in PairsTagTest
/external/clang/utils/ABITest/
DEnumeration.py228 def testPairs(): function
273 testPairs()
/external/llvm-project/clang/utils/ABITest/
DEnumeration.py230 def testPairs(): function
275 testPairs()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp863 const BindPointPair testPairs[] = in createBindPointTests() local
870 for (int testPairIdx = 0; testPairIdx < DE_LENGTH_OF_ARRAY(testPairs); ++testPairIdx) in createBindPointTests()
872 const auto& testPair = testPairs[testPairIdx]; in createBindPointTests()