/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | conformance_profile.h | 90 void addTestSuccess(absl::string_view test_name) { in addTestSuccess() 108 void addTestFailure(absl::string_view test_name, const P&... args) { in addTestFailure() 176 for (const auto& test_name : unrun_tests) { in expectFailedTests() local 185 for (const auto& test_name : test_failures_) { in expectFailedTests() local 193 for (const auto& test_name : test_successes_) { in expectFailedTests() local 213 for (const auto& test_name : nonfailing_tests) { in expectFailedTests() local
|
/third_party/googletest/googletest/include/gtest/hwext/ |
D | gtest-ext.h | 13 #define GTEST_TEST_UNIQUE_ID_(test_case_name, test_name, file_line) \ argument 18 # define HWTEST(test_case_name, test_name, test_flags) \ argument 24 # define HWTEST_F(test_case_name, test_name, test_flags) \ argument 29 # define HWTYPED_TEST(test_case_name, test_name, test_flags) \ argument 34 # define HWTYPED_TEST_P(test_case_name, test_name, test_flags) \ argument 39 # define HWTEST_P(test_case_name, test_name, test_flags) \ argument
|
/third_party/harfbuzz/test/shaping/ |
D | meson.build | 12 test_name = file_name.split('.')[0].underscorify() variable 26 test_name = file_name.split('.')[0].underscorify() variable 40 test_name = file_name.split('.')[0].underscorify() variable
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
D | meson.build | 12 test_name = file_name.split('.')[0] variable 26 test_name = file_name.split('.')[0] variable 40 test_name = file_name.split('.')[0] variable
|
/third_party/protobuf/conformance/ |
D | text_format_conformance_suite.cc | 81 const string& test_name = setting.GetTestName(); in ParseResponse() local 132 void TextFormatConformanceTestSuite::ExpectParseFailure(const string& test_name, in ExpectParseFailure() 159 const string& test_name, ConformanceLevel level, const string& input_text) { in RunValidTextFormatTest() 165 const string& test_name, ConformanceLevel level, const string& input_text) { in RunValidTextFormatTestProto2() 171 const string& test_name, ConformanceLevel level, const string& input_text, in RunValidTextFormatTestWithMessage() 184 const string& test_name, const Message& message) { in RunValidUnknownTextFormatTest()
|
D | conformance_test.cc | 83 const string& test_name, const string& input) in ConformanceRequestSetting() 178 void ConformanceTestSuite::ReportSuccess(const string& test_name) { in ReportSuccess() 189 void ConformanceTestSuite::ReportFailure(const string& test_name, in ReportFailure() 213 void ConformanceTestSuite::ReportSkip(const string& test_name, in ReportSkip() 252 const string& test_name = setting.GetTestName(); in VerifyResponse() local 310 void ConformanceTestSuite::RunTest(const string& test_name, in RunTest() 388 void ConformanceTestSuite::AddExpectedFailedTest(const std::string& test_name) { in AddExpectedFailedTest()
|
D | binary_json_conformance_suite.cc | 380 const string& test_name = setting.GetTestName(); in ParseResponse() local 431 const string& proto, const string& test_name, ConformanceLevel level, in ExpectParseFailureForProtoWithProtoVersion() 460 const string& proto, const string& test_name, ConformanceLevel level) { in ExpectParseFailureForProto() 471 const string& proto, const string& test_name, ConformanceLevel level) { in ExpectHardParseFailureForProto() 476 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonTest() 492 const string& test_name, ConformanceLevel level, const TestAllTypesProto3& input, in RunValidJsonTestWithProtobufInput() 502 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonIgnoreUnknownTest() 513 const string& test_name, ConformanceLevel level, in RunValidProtobufTest() 534 const string& test_name, ConformanceLevel level, in RunValidBinaryProtobufTest() 541 const string& test_name, ConformanceLevel level, in RunValidBinaryProtobufTest() [all …]
|
/third_party/cef/tests/ceftests/ |
D | thread_helper.h | 41 #define NAMED_THREAD_TEST(thread_id, test_case_name, test_name) \ argument 51 #define UI_THREAD_TEST(test_case_name, test_name) \ argument 60 #define NAMED_THREAD_TEST_ASYNC(thread_id, test_case_name, test_name) \ argument 70 #define UI_THREAD_TEST_ASYNC(test_case_name, test_name) \ argument
|
D | test_util.h | 99 #define RC_TEST_BASE(test_case_name, test_name, test_class, test_mode, \ argument 119 #define RC_TEST_GROUP_IN_MEMORY(test_case_name, test_name, test_class, \ argument 133 #define RC_TEST_GROUP_ON_DISK(test_case_name, test_name, test_class, \ argument 184 #define RC_TEST_GROUP_ALL(test_case_name, test_name, test_class, test_mode) \ argument
|
/third_party/spirv-tools/test/diff/diff_files/ |
D | generate_tests.py | 129 def make_src_file(test_name): argument 132 def make_dst_file(test_name): argument 135 def make_cpp_file(test_name): argument 138 def make_camel_case(test_name): argument 212 def generate_test(diff_tool, test_name): argument
|
/third_party/mesa3d/.gitlab-ci/windows/ |
D | spirv2dxil_check.ps1 | 13 $test_name = "Test:$($spvasm.Name):" variable 23 Write-Output "$test_name Skip: Unable to assemble shader" variable 30 Write-Output "$test_name Skip" variable
|
/third_party/unity/auto/ |
D | parse_output.rb | 67 def push_xml_output_passed(test_name) argument 72 def push_xml_output_failed(test_name, reason) argument 79 def push_xml_output_ignored(test_name, reason) argument
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | perf_test_runner.py | 96 test_name = 'DrawCallPerfBenchmark.Run/d3d11_null' variable 98 test_name = 'DrawCallPerfBenchmark.Run/gl' variable 101 test_name = sys.argv[1] variable
|
/third_party/gstreamer/gstplugins_good/tests/icles/ |
D | meson.build | 26 test_name = t.get(0) variable
|
/third_party/gn/src/base/ |
D | gtest_prod_util.h | 9 #define FRIEND_TEST_ALL_PREFIXES(test_case_name, test_name) \ argument
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest_prod.h | 58 #define FRIEND_TEST(test_case_name, test_name)\ argument
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest_prod.h | 58 #define FRIEND_TEST(test_case_name, test_name)\ argument
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | meson.build | 77 test_name = source.split('.')[0] variable
|
/third_party/harfbuzz/test/api/ |
D | meson.build | 74 test_name = source.split('.')[0] variable
|
/third_party/gstreamer/gstplugins_bad/tests/validate/ |
D | meson.build | 20 test_name = 'validate' variable
|
/third_party/gstreamer/gstplugins_base/tests/validate/ |
D | meson.build | 35 test_name = 'validate' variable
|
/third_party/gstreamer/gstreamer/tests/validate/ |
D | meson.build | 24 test_name = 'validate' variable
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_symtab.c | 41 char* test_name = "test"; in test_cil_symtab_insert() local
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
D | meson.build | 9 test_name = file_name.split('.')[0] variable
|
/third_party/harfbuzz/test/fuzzing/ |
D | meson.build | 9 test_name = file_name.split('.')[0] variable
|