Home
last modified time | relevance | path

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

12345678910>>...13

/external/linux-kselftest/tools/testing/selftests/membarrier/
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 …]
/external/python/cpython3/Lib/test/libregrtest/
Druntest.py103 def get_abs_module(ns, test_name): argument
114 def _runtest(ns, test_name): argument
171 def runtest(ns, test_name): argument
212 def _runtest_inner2(ns, test_name): argument
256 def _runtest_inner(ns, test_name, display_failure=True): argument
304 def cleanup_test_droppings(test_name, verbose): argument
/external/protobuf/conformance/
Dtext_format_conformance_suite.cc80 const string& test_name = setting.GetTestName(); in ParseResponse() local
131 void TextFormatConformanceTestSuite::ExpectParseFailure(const string& test_name, in ExpectParseFailure()
157 const string& test_name, ConformanceLevel level, const string& input_text) { in RunValidTextFormatTest()
163 const string& test_name, ConformanceLevel level, const string& input_text) { in RunValidTextFormatTestProto2()
169 const string& test_name, ConformanceLevel level, const string& input_text, in RunValidTextFormatTestWithMessage()
182 const string& test_name, const Message& message) { in RunValidUnknownTextFormatTest()
Dconformance_test.cc66 const string& test_name, const string& input) in ConformanceRequestSetting()
163 void ConformanceTestSuite::ReportSuccess(const string& test_name) { in ReportSuccess()
174 void ConformanceTestSuite::ReportFailure(const string& test_name, in ReportFailure()
198 void ConformanceTestSuite::ReportSkip(const string& test_name, in ReportSkip()
237 const string& test_name = setting.GetTestName(); in VerifyResponse() local
286 void ConformanceTestSuite::RunTest(const string& test_name, in RunTest()
365 void ConformanceTestSuite::AddExpectedFailedTest(const std::string& test_name) { in AddExpectedFailedTest()
Dbinary_json_conformance_suite.cc223 const string& test_name = setting.GetTestName(); in ParseResponse() local
272 const string& proto, const string& test_name, ConformanceLevel level, in ExpectParseFailureForProtoWithProtoVersion()
302 const string& proto, const string& test_name, ConformanceLevel level) { in ExpectParseFailureForProto()
313 const string& proto, const string& test_name, ConformanceLevel level) { in ExpectHardParseFailureForProto()
318 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonTest()
334 const string& test_name, ConformanceLevel level, const TestAllTypesProto3& input, in RunValidJsonTestWithProtobufInput()
344 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonIgnoreUnknownTest()
355 const string& test_name, ConformanceLevel level, in RunValidProtobufTest()
376 const string& test_name, ConformanceLevel level, in RunValidBinaryProtobufTest()
387 const string& test_name, ConformanceLevel level, const Message *input, in RunValidProtobufTestWithMessage()
[all …]
/external/autotest/site_utils/presubmit_hooks/
Dcheck_control_files.py117 def CheckSuites(ctrl_data, test_name, useflags): argument
154 def CheckValidAttr(ctrl_data, attr_whitelist, bvt_whitelist, test_name): argument
203 def CheckRetry(ctrl_data, test_name): argument
221 def CheckDependencies(ctrl_data, test_name): argument
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp317 const char *test_name[], unsigned int number_of_tests, in test_suite()
372 static const char* test_name[] = { in test_api() local
702 static const char* test_name[] = { in test_api_double() local
730 static const char* test_name[] = { in test_atomics() local
786 static const char* test_name[] = { in test_basic() local
1457 static const char* test_name[] = { in test_basic_double() local
1528 static const char* test_name[] = { in test_commonfns() local
1599 static const char* test_name[] = { in test_commonfns_double() local
1650 static const char* test_name[] = { in test_conversions() local
2516 static const char* test_name[] = { in test_conversions_double() local
[all …]
/external/libchrome/base/
Dgtest_prod_util.h21 #define FRIEND_TEST_ALL_PREFIXES(test_case_name, test_name) \ argument
61 #define FORWARD_DECLARE_TEST(test_case_name, test_name) \ argument
/external/autotest/tko/
Dtast.py22 def is_tast_test(test_name): argument
27 def load_tast_test_aux_results(job, test_name): argument
/external/webrtc/webrtc/test/testsupport/
Dgtest_prod_util.h16 #define FRIEND_TEST_WEBRTC(test_case_name, test_name)\ argument
32 #define FRIEND_TEST_ALL_PREFIXES(test_case_name, test_name) \ argument
/external/linux-kselftest/tools/testing/selftests/pidfd/
Dpidfd_test.c57 const char *test_name = "pidfd_send_signal send SIGUSR1"; in test_pidfd_send_signal_simple_success() local
87 const char *test_name = "pidfd_send_signal signal exited process"; in test_pidfd_send_signal_exited_fail() local
138 const char *test_name = "pidfd_send_signal signal recycled pid"; in test_pidfd_send_signal_recycled_pid_fail() local
318 const char *test_name = "pidfd_send_signal check for support"; in test_pidfd_send_signal_syscall_support() local
357 static void poll_pidfd(const char *test_name, int pidfd) in poll_pidfd()
409 const char *test_name = "pidfd_poll check for premature notification on child thread exec"; in test_pidfd_poll_exec() local
473 const char *test_name = "pidfd_poll check for premature notification on non-empty" in test_pidfd_poll_leader_exit() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_macros.h97 #define XLA_GTEST_TEST_(test_case_name, test_name, parent_class) \ argument
127 #define XLA_TEST_F(test_fixture, test_name) \ argument
135 #define XLA_TEST_P_IMPL_(test_case_name, test_name) \ argument
166 #define XLA_TEST_P(test_case_name, test_name) \ argument
Dexhaustive_binary_test.cc97 #define BINARY_TEST_16BIT(test_name, ...) \ argument
101 #define BINARY_TEST_16BIT(test_name, ...) \ argument
105 #define BINARY_TEST_16BIT(test_name, ...) argument
246 #define BINARY_TEST_FLOAT_32(test_name, ...) \ argument
250 #define BINARY_TEST_FLOAT_32(test_name, ...) argument
336 #define BINARY_TEST_FLOAT_64(test_name, ...) \ argument
340 #define BINARY_TEST_FLOAT_64(test_name, ...) argument
Dexhaustive_unary_test.cc238 #define UNARY_TEST_F32(test_name, ...) \ argument
242 #define UNARY_TEST_F32(test_name, ...) argument
246 #define UNARY_TEST_F16(test_name, ...) \ argument
250 #define UNARY_TEST_F16(test_name, ...) argument
254 #define UNARY_TEST_BF16(test_name, ...) \ argument
258 #define UNARY_TEST_BF16(test_name, ...) argument
261 #define UNARY_TEST_FLOAT_32_BITS_OR_LESS(test_name, ...) \ argument
655 #define UNARY_TEST_FLOAT_64(test_name, ...) \ argument
659 #define UNARY_TEST_FLOAT_64(test_name, ...) argument
811 #define UNARY_TEST_COMPLEX_64(test_name, ...) \ argument
[all …]
/external/libepoxy/test/
Dmeson.build66 test_name = test[0] variable
112 test_name = test[0] variable
148 test_name = test[0] variable
172 test_name = t[0] variable
/external/autotest/server/brillo/feedback/
Dclient_factory.py13 def _get_client(fb_client_name, available_clients, test_name, machine, argument
53 def get_audio_client(fb_client_name, test_name, machine, args_str): argument
/external/autotest/server/cros/dynamic_suite/
Dcomparators.py11 def CreateFromStrings(status=None, test_name=None, reason=None): argument
18 def __init__(self, status=mox.IgnoreArg(), test_name=mox.IgnoreArg(), argument
/external/autotest/server/site_tests/bluetooth_AdapterMDSanity/
Dbluetooth_AdapterMDSanity.py47 def md_sanity_batch_run(self, num_iterations=1, test_name=None): argument
61 def run_once(self, host, num_iterations=1, test_name=None, argument
/external/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
/external/tensorflow/tensorflow/tools/test/
Drun_and_gather_logs_lib.py54 def process_test_logs(name, test_name, test_args, benchmark_type, argument
101 def run_and_gather_logs(name, test_name, test_args, argument
/external/angle/scripts/
Dperf_test_runner.py96 test_name = 'DrawCallPerfBenchmark.Run/d3d11_null' variable
98 test_name = 'DrawCallPerfBenchmark.Run/gl' variable
101 test_name = sys.argv[1] variable
/external/autotest/client/bin/
Dfio_util.py71 test_name = '' variable in fio_graph_generator
178 def _write_option(cls, f, test_name, test_type, percentile): argument
203 def _write_graph(cls, test_name, test_type, pass_list, percentile=False): argument
227 def __init__(self, test_name, test_type, pass_list): argument
/external/autotest/server/site_tests/bluetooth_AdapterLEBetterTogether/
Dbluetooth_AdapterLEBetterTogether.py77 def better_together_batch_run(self, num_iterations=1, test_name=None): argument
92 def run_once(self, host, num_iterations=1, test_name=None, argument
/external/libchrome/testing/
Dmultiprocess_func_list.cc36 std::string test_name, in AppendMultiProcessTest()
43 int InvokeChildProcessTest(const std::string& test_name) { in InvokeChildProcessTest()
/external/autotest/server/site_tests/bluetooth_AdapterLESanity/
Dbluetooth_AdapterLESanity.py130 def le_sanity_batch_run(self, num_iterations=1, test_name=None): argument
149 def run_once(self, host, num_iterations=1, test_name=None, argument

12345678910>>...13