Home
last modified time | relevance | path

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

12345678910>>...36

/aosp_15_r20/external/OpenCL-CTS/scripts/
H A Dtests.json3 "test_name": "allocations", string
10 "test_name": "api", string
17 "test_name": "atomics", string
24 "test_name": "basic", string
31 "test_name": "buffers", string
38 "test_name": "c11-atomics", string
46 "test_name": "commonfns", string
53 "test_name": "compiler", string
65 "test_name": "computeinfo", string
72 "test_name": "contractions", string
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Dmain.cpp286 const char *test_name[], unsigned int number_of_tests, in test_suite()
341 static const char* test_name[] = { in test_api() local
671 static const char* test_name[] = { in test_api_double() local
699 static const char* test_name[] = { in test_atomics() local
755 static const char* test_name[] = { in test_basic() local
1426 static const char* test_name[] = { in test_basic_double() local
1497 static const char* test_name[] = { in test_commonfns() local
1568 static const char* test_name[] = { in test_commonfns_double() local
1619 static const char* test_name[] = { in test_conversions() local
2485 static const char* test_name[] = { in test_conversions_double() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/membarrier/
H A Dmembarrier_test_impl.h20 const char *test_name = "sys membarrier invalid command"; in test_membarrier_cmd_fail() local
43 const char *test_name = "sys membarrier MEMBARRIER_CMD_QUERY invalid flags"; in test_membarrier_flags_fail() local
66 const char *test_name = "sys membarrier MEMBARRIER_CMD_GLOBAL"; in test_membarrier_global_success() local
82 const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED not registered failure"; in test_membarrier_private_expedited_fail() local
105 const char *test_name = "sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED"; in test_membarrier_register_private_expedited_success() local
122 const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED"; in test_membarrier_private_expedited_success() local
139 …const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE not registered … in test_membarrier_private_expedited_sync_core_fail() local
162 const char *test_name = "sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE"; in test_membarrier_register_private_expedited_sync_core_success() local
179 const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE"; in test_membarrier_private_expedited_sync_core_success() local
196 const char *test_name = "sys membarrier MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED"; in test_membarrier_register_global_expedited_success() local
[all …]
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dbase_test.py354 def _setup_test(self, test_name): argument
378 def _teardown_test(self, test_name): argument
399 def on_fail(self, test_name, begin_time): argument
424 def on_pass(self, test_name, begin_time): argument
446 def on_skip(self, test_name, begin_time): argument
467 def on_exception(self, test_name, begin_time): argument
509 def exec_one_testcase(self, test_name, test_func): argument
847 def _ad_take_bugreport(self, ad, test_name, begin_time): argument
855 def _ad_take_extra_logs(self, ad, test_name, begin_time): argument
878 def _skip_bug_report(self, test_name): argument
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
H A Dbignum_mod_raw.py24 test_name = "mbedtls_mpi_mod_raw_sub" variable in BignumModRawSub
43 test_name = "fix_quasi_reduction" variable in BignumModRawFixQuasiReduction
74 test_name = "mbedtls_mpi_mod_raw_mul" variable in BignumModRawMul
95 test_name = "mbedtls_mpi_mod_raw_inv_prime (Montgomery form only)" variable in BignumModRawInvPrime
113 test_name = "mbedtls_mpi_mod_raw_add" variable in BignumModRawAdd
187 test_name = "Rep canon->mod" variable in BignumModRawCanonicalToModulusRep
195 test_name = "Rep mod->canon" variable in BignumModRawModulusToCanonicalRep
209 test_name = "Convert into Mont: " variable in BignumModRawConvertToMont
222 test_name = "Convert from Mont: " variable in BignumModRawConvertFromMont
235 test_name = "Modular negation: " variable in BignumModRawModNegate
H A 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 …]
H A 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
H A Dbignum_mod.py24 test_name = "mbedtls_mpi_mod_mul" variable in BignumModMul
43 test_name = "mbedtls_mpi_mod_sub" variable in BignumModSub
58 test_name = "mbedtls_mpi_mod_inv non-Mont. form" variable in BignumModInvNonMont
75 test_name = "mbedtls_mpi_mod_inv Mont. form" variable in BignumModInvMont
95 test_name = "mbedtls_mpi_mod_add" variable in BignumModAdd
/aosp_15_r20/external/mbedtls/scripts/mbedtls_dev/
H A Dbignum_mod_raw.py24 test_name = "mbedtls_mpi_mod_raw_sub" variable in BignumModRawSub
43 test_name = "fix_quasi_reduction" variable in BignumModRawFixQuasiReduction
74 test_name = "mbedtls_mpi_mod_raw_mul" variable in BignumModRawMul
95 test_name = "mbedtls_mpi_mod_raw_inv_prime (Montgomery form only)" variable in BignumModRawInvPrime
113 test_name = "mbedtls_mpi_mod_raw_add" variable in BignumModRawAdd
187 test_name = "Rep canon->mod" variable in BignumModRawCanonicalToModulusRep
195 test_name = "Rep mod->canon" variable in BignumModRawModulusToCanonicalRep
209 test_name = "Convert into Mont: " variable in BignumModRawConvertToMont
222 test_name = "Convert from Mont: " variable in BignumModRawConvertFromMont
235 test_name = "Modular negation: " variable in BignumModRawModNegate
H A 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 …]
H A 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
H A Dbignum_mod.py24 test_name = "mbedtls_mpi_mod_mul" variable in BignumModMul
43 test_name = "mbedtls_mpi_mod_sub" variable in BignumModSub
58 test_name = "mbedtls_mpi_mod_inv non-Mont. form" variable in BignumModInvNonMont
75 test_name = "mbedtls_mpi_mod_inv Mont. form" variable in BignumModInvMont
95 test_name = "mbedtls_mpi_mod_add" variable in BignumModAdd
/aosp_15_r20/packages/modules/StatsD/lib/libstatssocket/tests/include/
Dsdk_guard_util.h17 #define TEST_GUARDED_CLASS_NAME(suite_name, test_name) Guarded##suite_name##test_name argument
19 #define TEST_GUARDED_(test_type, suite_name, test_name, sdk) \ argument
34 #define TEST_GUARDED(suite_name, test_name, sdk) TEST_GUARDED_(TEST, suite_name, test_name, sdk) argument
36 #define TEST_GUARDED_F_OR_P_(test_type, suite_name, test_name, sdk) \ argument
46 #define TEST_F_GUARDED(suite_name, test_name, sdk) \ argument
49 #define TEST_P_GUARDED(suite_name, test_name, sdk) \ argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/internal/
H A 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
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/internal/
H A 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
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/internal/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/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
/aosp_15_r20/external/protobuf/conformance/
H A 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()
398 void ConformanceTestSuite::AddExpectedFailedTest(const std::string& test_name) { in AddExpectedFailedTest()
H A 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()
H A 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 …]
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A 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()
398 void ConformanceTestSuite::AddExpectedFailedTest(const std::string& test_name) { in AddExpectedFailedTest()
H A 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()
H A 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 …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/pidfd/
H A Dpidfd_test.c60 const char *test_name = "pidfd_send_signal send SIGUSR1"; in test_pidfd_send_signal_simple_success() local
97 const char *test_name = "pidfd_send_signal signal exited process"; in test_pidfd_send_signal_exited_fail() local
155 const char *test_name = "pidfd_send_signal signal recycled pid"; in test_pidfd_send_signal_recycled_pid_fail() local
353 const char *test_name = "pidfd_send_signal check for support"; in test_pidfd_send_signal_syscall_support() local
394 static void poll_pidfd(const char *test_name, int pidfd) in poll_pidfd()
447 const char *test_name = "pidfd_poll check for premature notification on child thread exec"; in test_pidfd_poll_exec() local
512 const char *test_name = "pidfd_poll check for premature notification on non-empty" in test_pidfd_poll_leader_exit() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dexhaustive_binary_16_bit_test.cc75 #define BINARY_TEST_F16(test_name, ...) \ argument
79 #define BINARY_TEST_F16(test_name, ...) argument
84 #define BINARY_TEST_BF16(test_name, ...) \ argument
88 #define BINARY_TEST_BF16(test_name, ...) argument
91 #define BINARY_TEST_16BIT(test_name, ...) \ argument

12345678910>>...36