Home
last modified time | relevance | path

Searched defs:testName (Results 1 – 25 of 214) sorted by relevance

123456789

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.h107 #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/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.h90 #define ANGLE_INSTANTIATE_TEST_PLATFORMS(testName) \ argument
95 #define ANGLE_INSTANTIATE_TEST(testName, first, ...) \ argument
103 #define ANGLE_INSTANTIATE_TEST_COMBINE_1(testName, print, combine1, first, ...) \ argument
107 #define ANGLE_INSTANTIATE_TEST_COMBINE_4(testName, print, combine1, combine2, combine3, combine4, \ argument
114 #define ANGLE_INSTANTIATE_TEST_COMBINE_5(testName, print, combine1, combine2, combine3, combine4, \ argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCodePointTrieTest.java156 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/
DCodePointTrieTest.java159 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/
Dtrie2test.c99 testTrieEnum(const char *testName, in testTrieEnum()
113 testTrieGetters(const char *testName, in testTrieGetters()
272 testTrieUTF16(const char *testName, in testTrieUTF16()
352 testTrieUTF8(const char *testName, in testTrieUTF8()
519 testFrozenTrie(const char *testName, in testFrozenTrie()
568 testNewTrie(const char *testName, const UTrie2 *trie, in testNewTrie()
576 testTrieSerialize(const char *testName, in testTrieSerialize()
785 testTrieSerializeAllValueBits(const char *testName, in testTrieSerializeAllValueBits()
831 makeTrieWithRanges(const char *testName, UBool withClone, in makeTrieWithRanges()
891 testTrieRanges(const char *testName, UBool withClone, in testTrieRanges()
[all …]
Ducptrietest.c110 testTrieGetRanges(const char *testName, const UCPTrie *trie, const UMutableCPTrie *mutableTrie, in testTrieGetRanges()
185 testTrieGetters(const char *testName, const UCPTrie *trie, in testTrieGetters()
343 testBuilderGetters(const char *testName, const UMutableCPTrie *mutableTrie, in testBuilderGetters()
386 testTrieUTF16(const char *testName, in testTrieUTF16()
488 testTrieUTF8(const char *testName, in testTrieUTF8()
690 testTrie(const char *testName, const UCPTrie *trie, in testTrie()
702 testBuilder(const char *testName, const UMutableCPTrie *mutableTrie, in testBuilder()
712 testTrieSerialize(const char *testName, UMutableCPTrie *mutableTrie, in testTrieSerialize()
885 testTrieSerializeAllValueWidth(const char *testName, in testTrieSerializeAllValueWidth()
931 makeTrieWithRanges(const char *testName, UBool withClone, in makeTrieWithRanges()
[all …]
Didnatest.c73 testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI()
433 const char* testName = "uidna_toASCII"; in TestToASCII() local
447 const char* testName = "uidna_toUnicode"; in TestToUnicode() local
464 const char* testName="uidna_IDNToUnicode"; in TestIDNToUnicode() local
493 const char* testName="udina_IDNToASCII"; in TestIDNToASCII() local
520 const char* testName, CompareFunc func, in testCompareWithSrc()
569 const char* testName ="uidna_compare"; in TestCompare() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
Dgenerate_gles_conformance_tests.py19 def GetSuiteName(testName): argument
23 def GetTestName(testName): argument
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
Dgenerate_gles_conformance_tests.py19 def GetSuiteName(testName): argument
23 def GetTestName(testName): argument
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPActivity.java49 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/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPActivity.java49 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/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Dtestdata.cpp14 TestData::TestData(const char* testName) in TestData()
46 RBTestData::RBTestData(const char* testName) in RBTestData()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dtestdata.cpp14 TestData::TestData(const char* testName) in TestData()
46 RBTestData::RBTestData(const char* testName) in RBTestData()
/third_party/icu/icu4c/source/tools/ctestfw/
Dtestdata.cpp14 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/
DvktSpvAsmCompositeInsertTests.cpp215 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
DvktSpvAsmConditionalBranchTests.cpp63 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/
Dtestidna.cpp454 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/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dtestlog.h56 const char *const testName; variable
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dtestlog.h56 const char *const testName; variable
Dtstdtmod.h38 const char* testName; variable
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Dtestlog.h56 const char *const testName; variable
/third_party/flutter/skia/tools/skqp/src/
Dskqp_main.cpp101 auto testName = testPrefix + SkQP::GetGMName(gmFactory); in main() local
125 auto testName = std::string("unitTest_") + SkQP::GetUnitTestName(test); in main() local
/third_party/flutter/skia/tests/
DPathOpsExtendedTest.cpp342 static void showPathOpPath(const char* testName, const SkPath& one, const SkPath& two, in showPathOpPath()
360 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one, in comparePaths()
389 static const char* testName = "pathOpTest"; variable
548 static bool check_for_duplicate_names(const char* testName) { in check_for_duplicate_names()
644 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp()
718 const SkPathOp shapeOp, const char* testName) { in testPathOp()
724 const SkPathOp shapeOp, const char* testName, bool checkFail) { in testPathOpCheck()
730 const SkPathOp shapeOp, const char* testName) { in testPathOpFuzz()
736 const SkPathOp shapeOp, const char* testName) { in testPathOpFail()
/third_party/skia/src/pathops/
DSkPathOpsSimplify.cpp140 bool SimplifyDebug(const SkPath& path, SkPath* result in SimplifyDebug()
161 const char* testName = "release"; in SimplifyDebug() local
/third_party/flutter/skia/src/pathops/
DSkPathOpsSimplify.cpp140 bool SimplifyDebug(const SkPath& path, SkPath* result in SimplifyDebug()
161 const char* testName = "release"; in SimplifyDebug() local

123456789