Home
last modified time | relevance | path

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

1234

/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.py25 test_name = "Core shift right" variable in BignumCoreShiftR
76 test_name = "Core shift(L)" variable in BignumCoreShiftL
126 test_name = "Constant time MPI table lookup" variable in BignumCoreCTLookup
167 test_name = "mpi_core_add_and_add_if" variable in BignumCoreAddAndAddIf
189 test_name = "mbedtls_mpi_core_sub" variable in BignumCoreSub
209 test_name = "mbedtls_mpi_core_mla" variable in BignumCoreMLA
293 test_name = "mbedtls_mpi_core_mul" variable in BignumCoreMul
316 test_name = "mbedtls_mpi_core_montmul" variable in BignumCoreMontmul
836 test_name = "Core modular exponentiation (Mongtomery form only)" variable in BignumCoreExpMod
858 test_name = "mpi_core_sub_int" variable in BignumCoreSubInt
[all …]
Decp.py23 test_name = "ecp_mod_p192_raw" variable in EcpP192R1Raw
100 test_name = "ecp_mod_p224_raw" variable in EcpP224R1Raw
179 test_name = "ecp_mod_p256_raw" variable in EcpP256R1Raw
263 test_name = "ecp_mod_p384_raw" variable in EcpP384R1Raw
386 test_name = "ecp_mod_p521_raw" variable in EcpP521R1Raw
493 test_name = "ecp_mod_p192k1_raw" variable in EcpP192K1Raw
565 test_name = "ecp_mod_p224k1_raw" variable in EcpP224K1Raw
639 test_name = "ecp_mod_p256k1_raw" variable in EcpP256K1Raw
715 test_name = "mbedtls_ecp_mod_p255_raw" variable in EcpP255Raw
784 test_name = "ecp_mod_p448_raw" variable in EcpP448Raw
/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/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/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/unity/auto/
Dparse_output.rb85 def push_xml_output_passed(test_name, execution_time = 0) argument
90 def push_xml_output_failed(test_name, reason, execution_time = 0) argument
97 def push_xml_output_ignored(test_name, reason, execution_time = 0) argument
/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/googletest/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/node/deps/googletest/include/gtest/
Dgtest_prod.h57 #define FRIEND_TEST(test_case_name, test_name) \ argument
/third_party/gn/src/base/
Dgtest_prod_util.h9 #define FRIEND_TEST_ALL_PREFIXES(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
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_symtab.c41 char* test_name = "test"; in test_cil_symtab_insert() local
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dmeson.build9 test_name = file_name.split('.')[0] variable
/third_party/selinux/libsepol/tests/
Dhelpers.c35 int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *p… in test_load_policy()

1234