Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_profile.h90 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/
Dgtest-ext.h13 #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/skia/third_party/externals/harfbuzz/test/shape/
Dmeson.build12 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/mbedtls/scripts/mbedtls_dev/
Dbignum_mod_raw.py40 test_name = "mbedtls_mpi_mod_raw_sub" variable in BignumModRawSub
59 test_name = "fix_quasi_reduction" variable in BignumModRawFixQuasiReduction
90 test_name = "mbedtls_mpi_mod_raw_mul" variable in BignumModRawMul
114 test_name = "mbedtls_mpi_mod_raw_inv_prime (Montgomery form only)" variable in BignumModRawInvPrime
139 test_name = "mbedtls_mpi_mod_raw_add" variable in BignumModRawAdd
216 test_name = "Rep canon->mod" variable in BignumModRawCanonicalToModulusRep
224 test_name = "Rep mod->canon" variable in BignumModRawModulusToCanonicalRep
241 test_name = "Convert into Mont: " variable in BignumModRawConvertToMont
254 test_name = "Convert from Mont: " variable in BignumModRawConvertFromMont
267 test_name = "Modular negation: " variable in BignumModRawModNegate
Dbignum_mod.py40 test_name = "mbedtls_mpi_mod_mul" variable in BignumModMul
62 test_name = "mbedtls_mpi_mod_sub" variable in BignumModSub
77 test_name = "mbedtls_mpi_mod_inv non-Mont. form" variable in BignumModInvNonMont
94 test_name = "mbedtls_mpi_mod_inv Mont. form" variable in BignumModInvMont
120 test_name = "mbedtls_mpi_mod_add" variable in BignumModAdd
Dbignum_core.py35 test_name = "Core shift right" variable in BignumCoreShiftR
74 test_name = "Constant time MPI table lookup" variable in BignumCoreCTLookup
115 test_name = "mpi_core_add_and_add_if" variable in BignumCoreAddAndAddIf
136 test_name = "mbedtls_mpi_core_sub" variable in BignumCoreSub
155 test_name = "mbedtls_mpi_core_mla" variable in BignumCoreMLA
237 test_name = "mbedtls_mpi_core_montmul" variable in BignumCoreMontmul
758 test_name = "Core modular exponentiation (Mongtomery form only)" variable in BignumCoreExpMod
787 test_name = "mpi_core_sub_int" variable in BignumCoreSubInt
818 test_name = "mpi_core_check_zero_ct" variable in BignumCoreZeroCheckCT
Decp.py34 test_name = "ecp_mod_p192_raw" variable in EcpP192R1Raw
87 test_name = "ecp_mod_p224_raw" variable in EcpP224R1Raw
153 test_name = "ecp_mod_p256_raw" variable in EcpP256R1Raw
225 test_name = "ecp_mod_p521_raw" variable in EcpP521R1Raw
/third_party/protobuf/conformance/
Dtext_format_conformance_suite.cc81 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()
Dconformance_test.cc83 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()
Dbinary_json_conformance_suite.cc380 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/
Dthread_helper.h41 #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
Dtest_util.h99 #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/
Dgenerate_tests.py129 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/
Dspirv2dxil_check.ps113 $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/
Dparse_output.rb67 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/vixl/tools/
Dgenerate_simulator_traces.py163 test_name = test[len('AARCH64_'):] variable
212 test_name = test[len('AARCH32_'):] variable
216 test_name = test_name.replace('and_', 'and') variable
/third_party/mbedtls/tests/scripts/
Dgenerate_bignum_tests.py141 test_name = "MPI compare" variable in BignumCmp
162 test_name = "MPI compare (abs)" variable in BignumCmpAbs
173 test_name = "MPI add" variable in BignumAdd
/third_party/gstreamer/gstplugins_good/tests/icles/
Dmeson.build26 test_name = t.get(0) variable
/third_party/gn/src/base/
Dgtest_prod_util.h9 #define FRIEND_TEST_ALL_PREFIXES(test_case_name, test_name) \ argument
/third_party/node/deps/googletest/include/gtest/
Dgtest_prod.h57 #define FRIEND_TEST(test_case_name, test_name) \ argument
/third_party/node/deps/v8/third_party/googletest/src/googletest/include/gtest/
Dgtest_prod.h57 #define FRIEND_TEST(test_case_name, test_name) \ argument
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest_prod.h58 #define FRIEND_TEST(test_case_name, test_name)\ argument
/third_party/googletest/googletest/include/gtest/
Dgtest_prod.h57 #define FRIEND_TEST(test_case_name, test_name) \ argument
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dmeson.build77 test_name = source.split('.')[0] variable
/third_party/vixl/tools/test_generator/
Dparser.py320 def ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list, argument
363 def ParseConfig(test_name, test_isas, data_type_builder, json_config): argument

12345