| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| D | angle_test_instantiate.h | 107 #define ANGLE_INSTANTIATE_TEST_PLATFORMS(testName, ...) \ argument 113 #define ANGLE_INSTANTIATE_TEST(testName, first, ...) \ argument 118 #define ANGLE_INSTANTIATE_TEST_ARRAY(testName, valuesin) \ argument 144 #define ANGLE_INSTANTIATE_TEST_ES1(testName) \ argument 150 #define ANGLE_INSTANTIATE_TEST_ES2(testName) \ argument 155 #define ANGLE_INSTANTIATE_TEST_ES2_AND(testName, ...) \ argument 161 #define ANGLE_INSTANTIATE_TEST_ES3(testName) \ argument 166 #define ANGLE_INSTANTIATE_TEST_ES3_AND(testName, ...) \ argument 172 #define ANGLE_INSTANTIATE_TEST_ES31(testName) \ argument 177 #define ANGLE_INSTANTIATE_TEST_ES31_AND(testName, ...) \ argument [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | CodePointTrieTest.java | 156 testTrieGetRanges(String testName, CodePointMap trie, in testTrieGetRanges() 218 testTrieGetters(String testName, CodePointTrie trie, in testTrieGetters() 291 … testBuilderGetters(String testName, MutableCodePointTrie mutableTrie, CheckRange checkRanges[]) { in testBuilderGetters() 338 testTrieUTF16(String testName, in testTrieUTF16() 425 testTrie(String testName, CodePointTrie trie, in testTrie() 437 testBuilder(String testName, MutableCodePointTrie mutableTrie, CheckRange checkRanges[]) { in testBuilder() 443 testTrieSerialize(String testName, MutableCodePointTrie mutableTrie, in testTrieSerialize() 524 testTrieSerializeAllValueWidth(String testName, in testTrieSerializeAllValueWidth() 565 makeTrieWithRanges(String testName, boolean withClone, in makeTrieWithRanges() 597 …testTrieRanges(String testName, boolean withClone, SetRange setRanges[], CheckRange checkRanges[])… in testTrieRanges() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | CodePointTrieTest.java | 159 testTrieGetRanges(String testName, CodePointMap trie, in testTrieGetRanges() 221 testTrieGetters(String testName, CodePointTrie trie, in testTrieGetters() 294 … testBuilderGetters(String testName, MutableCodePointTrie mutableTrie, CheckRange checkRanges[]) { in testBuilderGetters() 341 testTrieUTF16(String testName, in testTrieUTF16() 428 testTrie(String testName, CodePointTrie trie, in testTrie() 440 testBuilder(String testName, MutableCodePointTrie mutableTrie, CheckRange checkRanges[]) { in testBuilder() 446 testTrieSerialize(String testName, MutableCodePointTrie mutableTrie, in testTrieSerialize() 527 testTrieSerializeAllValueWidth(String testName, in testTrieSerializeAllValueWidth() 568 makeTrieWithRanges(String testName, boolean withClone, in makeTrieWithRanges() 600 …testTrieRanges(String testName, boolean withClone, SetRange setRanges[], CheckRange checkRanges[])… in testTrieRanges() [all …]
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | ucptrietest.c | 112 testTrieGetRanges(const char *testName, const UCPTrie *trie, const UMutableCPTrie *mutableTrie, in testTrieGetRanges() 187 testTrieGetters(const char *testName, const UCPTrie *trie, in testTrieGetters() 345 testBuilderGetters(const char *testName, const UMutableCPTrie *mutableTrie, in testBuilderGetters() 388 testTrieUTF16(const char *testName, in testTrieUTF16() 490 testTrieUTF8(const char *testName, in testTrieUTF8() 692 testTrie(const char *testName, const UCPTrie *trie, in testTrie() 704 testBuilder(const char *testName, const UMutableCPTrie *mutableTrie, in testBuilder() 711 trieTestGolden(const char *testName, in trieTestGolden() 770 testTrieSerialize(const char *testName, UMutableCPTrie *mutableTrie, in testTrieSerialize() 956 testTrieSerializeAllValueWidth(const char *testName, in testTrieSerializeAllValueWidth() [all …]
|
| D | trie2test.c | 100 testTrieEnum(const char *testName, in testTrieEnum() 114 testTrieGetters(const char *testName, in testTrieGetters() 273 testTrieUTF16(const char *testName, in testTrieUTF16() 353 testTrieUTF8(const char *testName, in testTrieUTF8() 520 testFrozenTrie(const char *testName, in testFrozenTrie() 569 testNewTrie(const char *testName, const UTrie2 *trie, in testNewTrie() 577 testTrieSerialize(const char *testName, in testTrieSerialize() 786 testTrieSerializeAllValueBits(const char *testName, in testTrieSerializeAllValueBits() 832 makeTrieWithRanges(const char *testName, UBool withClone, in makeTrieWithRanges() 892 testTrieRanges(const char *testName, UBool withClone, in testTrieRanges() [all …]
|
| D | idnatest.c | 74 testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() 434 const char* testName = "uidna_toASCII"; in TestToASCII() local 448 const char* testName = "uidna_toUnicode"; in TestToUnicode() local 465 const char* testName="uidna_IDNToUnicode"; in TestIDNToUnicode() local 494 const char* testName="udina_IDNToASCII"; in TestIDNToASCII() local 521 const char* testName, CompareFunc func, in testCompareWithSrc() 570 const char* testName ="uidna_compare"; in TestCompare() local
|
| D | trietest.c | 143 testTrieIteration(const char *testName, in testTrieIteration() 258 testTrieRangesWithMalloc(const char *testName, in testTrieRangesWithMalloc() 447 testTrieRanges(const char *testName, in testTrieRanges() 655 testTrieRanges2(const char *testName, in testTrieRanges2() 683 testTrieRanges4(const char *testName, in testTrieRanges4()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassSubpassMergeFeedbackTests.cpp | 365 const std::string testName = std::string("single_subpass"); in createRenderPassSubpassMergeFeedbackTests() local 375 const std::string testName = std::string("single_subpass_disallow_renderpass_merge"); in createRenderPassSubpassMergeFeedbackTests() local 385 const std::string testName = std::string("three_subpasses"); in createRenderPassSubpassMergeFeedbackTests() local 395 const std::string testName = std::string("three_subpasses_disallow_renderpass_merge"); in createRenderPassSubpassMergeFeedbackTests() local 405 const std::string testName = std::string("three_subpasses_disallow_subpass_merge"); in createRenderPassSubpassMergeFeedbackTests() local 415 const std::string testName = std::string("many_subpasses"); in createRenderPassSubpassMergeFeedbackTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassSubpassMergeFeedbackTests.cpp | 367 const std::string testName = std::string("single_subpass"); in createRenderPassSubpassMergeFeedbackTests() local 377 const std::string testName = std::string("single_subpass_disallow_renderpass_merge"); in createRenderPassSubpassMergeFeedbackTests() local 387 const std::string testName = std::string("three_subpasses"); in createRenderPassSubpassMergeFeedbackTests() local 397 const std::string testName = std::string("three_subpasses_disallow_renderpass_merge"); in createRenderPassSubpassMergeFeedbackTests() local 407 const std::string testName = std::string("three_subpasses_disallow_subpass_merge"); in createRenderPassSubpassMergeFeedbackTests() local 417 const std::string testName = std::string("many_subpasses"); in createRenderPassSubpassMergeFeedbackTests() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
| D | generate_gles_conformance_tests.py | 19 def GetSuiteName(testName): argument 23 def GetTestName(testName): argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawShaderInvocationTests.cpp | 71 void checkExtTestSupport (Context& context, std::string testName) { DE_UNREF(testName); checkSuppo… in checkExtTestSupport() 72 void checkCoreTestSupport (Context& context, std::string testName) { DE_UNREF(testName); checkSupp… in checkCoreTestSupport() 73 void checkMemModelTestSupport (Context& context, std::string testName) { DE_UNREF(testName); checkS… in checkMemModelTestSupport()
|
| /third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
| D | SkQPActivity.java | 49 String testName = SkQP.kSkiaGM + impl.mBackends[backend] + "_" + impl.mGMs[gm]; in run() local 68 String testName = SkQP.kSkiaUnitTests + "_" + impl.mUnitTests[unitTest]; in run() local
|
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
| D | testdata.cpp | 14 TestData::TestData(const char* testName) in TestData() 46 RBTestData::RBTestData(const char* testName) in RBTestData()
|
| /third_party/icu/icu4c/source/tools/ctestfw/ |
| D | testdata.cpp | 14 TestData::TestData(const char* testName) in TestData() 46 RBTestData::RBTestData(const char* testName) in RBTestData()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmCompositeInsertTests.cpp | 215 string testName; in addComputeVectorCompositeInsertTests() local 242 const string testName = string(useUndef ? "undef_" : "") + "vec" + de::toString(elements); in addGraphicsVectorCompositeInsertTests() local 369 …string testName = string(useUndef ? "undef_" : "") + "mat" + de::toString(cols) + "x" + de::toStri… in addComputeMatrixCompositeInsertTests() local 396 …string testName = string(useUndef ? "undef_" : "") + "mat" + de::toString(cols) + "x" + de::t… in addGraphicsMatrixCompositeInsertTests() local 471 const string testName = string(useUndef ? "undef_" : "") + "nested_struct"; in addComputeNestedStructCompositeInsertTests() local 545 const string testName = string(useUndef ? "undef_" : "") + "nested_struct"; in addGraphicsNestedStructCompositeInsertTests() local
|
| D | vktSpvAsmConditionalBranchTests.cpp | 63 string testName = string("same_labels_") + conditions[conditionIdx]; in addComputeSameLabelsTest() local 151 string testName = string("same_labels_") + conditions[conditionIdx]; in addGraphicsSameLabelsTest() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| D | vktSpvAsmCompositeInsertTests.cpp | 215 string testName; in addComputeVectorCompositeInsertTests() local 241 const string testName = string(useUndef ? "undef_" : "") + "vec" + de::toString(elements); in addGraphicsVectorCompositeInsertTests() local 368 …string testName = string(useUndef ? "undef_" : "") + "mat" + de::toString(cols) + "x" + de::toStri… in addComputeMatrixCompositeInsertTests() local 394 …string testName = string(useUndef ? "undef_" : "") + "mat" + de::toString(cols) + "x" + de::t… in addGraphicsMatrixCompositeInsertTests() local 469 const string testName = string(useUndef ? "undef_" : "") + "nested_struct"; in addComputeNestedStructCompositeInsertTests() local 542 const string testName = string(useUndef ? "undef_" : "") + "nested_struct"; in addGraphicsNestedStructCompositeInsertTests() local
|
| D | vktSpvAsmConditionalBranchTests.cpp | 63 string testName = string("same_labels_") + conditions[conditionIdx]; in addComputeSameLabelsTest() local 151 string testName = string("same_labels_") + conditions[conditionIdx]; in addGraphicsSameLabelsTest() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | testidna.cpp | 454 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() 656 const char* testName, CompareFunc func, in testCompare() 700 void TestIDNA::testToASCII(const char* testName, TestFunc func){ in testToASCII() 712 void TestIDNA::testToUnicode(const char* testName, TestFunc func){ in testToUnicode() 724 void TestIDNA::testIDNToUnicode(const char* testName, TestFunc func){ in testIDNToUnicode() 750 void TestIDNA::testIDNToASCII(const char* testName, TestFunc func){ in testIDNToASCII() 776 void TestIDNA::testCompare(const char* testName, CompareFunc func){ in testCompare() 1001 void TestIDNA::testChaining(const UChar* src,int32_t numIterations,const char* testName, in testChaining() 1173 void TestIDNA::testRootLabelSeparator(const char* testName, CompareFunc func, in testRootLabelSeparator()
|
| /third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
| D | testlog.h | 56 const char *const testName; variable
|
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
| D | testlog.h | 56 const char *const testName; variable
|
| D | tstdtmod.h | 38 const char* testName; variable
|
| /third_party/skia/src/pathops/ |
| D | SkPathOpsSimplify.cpp | 140 bool SimplifyDebug(const SkPath& path, SkPath* result in SimplifyDebug() 161 const char* testName = "release"; in SimplifyDebug() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| D | vktTextureTexelBufferTests.cpp | 48 std::string testName; in createUniformTexelBufferTests() member 139 std::string testName; in createUniformTexelBufferTests() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureTexelBufferTests.cpp | 48 std::string testName; in createUniformTexelBufferTests() member 140 std::string testName; in createUniformTexelBufferTests() member
|