/aosp_15_r20/external/autotest/server/site_tests/bluetooth_AdapterQRHealth/ |
H A D | bluetooth_AdapterQRHealth.py | 26 def run_test_method(self, argument 100 test_method = lambda: self.qr_a2dp(device, test_profile) function 113 test_method = lambda: self.qr_power_cycle_a2dp(device, test_profile) function 126 test_method = lambda: self.qr_hfp_dut_as_src(device, test_profile) function 139 test_method = lambda: self.qr_hfp_dut_as_src(device, test_profile) function 152 test_method = lambda: self.qr_disabled_a2dp(device, test_profile) function 172 test_method = lambda: self.qr_a2dp_cl_keyboard( function 193 test_method = lambda: self.qr_hfp_dut_as_sink_cl_keyboard( function 214 test_method = lambda: self.qr_hfp_dut_as_sink_cl_keyboard( function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/impl/ |
H A D | api_test.py | 147 def test_method(self, x, s, a): member in ApiTest.test_decorator_recursive.TestClass 167 def test_method(self, x, s, a): member in ApiTest.test_decorator_not_recursive.TestClass 188 def test_method(self, x, s, a): member in ApiTest.test_convert_then_do_not_convert.TestClass 211 def test_method(self, x, s, a): member in ApiTest.test_decorator_calls_decorated.TestClass 226 def test_method(self, a): member in ApiTest.test_decorator_preserves_argspec.TestClass 242 def test_method(self, x, y): member in ApiTest.test_do_not_convert_argspec.TestClass 276 def test_method(self, x, s, a): member in ApiTest.test_convert_call_site_decorator.TestClass 366 def test_method(self): member in ApiTest.test_converted_call_method.TestClass 443 def test_method(self): member in ApiTest.test_converted_call_method_converts_recursively.TestClass 457 def test_method(self): member in ApiTest.test_converted_call_method_by_class.TestClass [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/operators/ |
H A D | py_builtins_test.py | 508 def test_method(self): member in PyBuiltinsTest.test_super_in_original_context_unary_call.TestSubclass 526 def test_method(self): member in PyBuiltinsTest.test_super_in_original_context_binary_call.TestSubclass 543 def test_method(self): member in PyBuiltinsTest.test_super_in_original_context_niladic_call.TestSubclass 559 def test_method(self, x): member in PyBuiltinsTest.test_super_in_original_context_caller_with_locals.TestSubclass 577 def test_method(self, x): member in PyBuiltinsTest.test_super_in_original_context_inner_function.TestSubclass 601 def test_method(self, x): member in PyBuiltinsTest.test_super_in_original_context_inner_lambda.TestSubclass
|
/aosp_15_r20/external/autotest/server/site_tests/bluetooth_AdapterAUHealth/ |
H A D | bluetooth_AdapterAUHealth.py | 31 def au_run_method(self, device, test_method, test_profile): argument 146 def au_hfp_run_method(self, device, test_method, test_profile): argument 310 def au_run_avrcp_method(self, device, test_method): argument
|
/aosp_15_r20/external/pigweed/pw_rpc/pw_rpc_private/ |
H A D | test_method.h | 57 const auto& test_method = static_cast<const TestMethod&>(context.method()); in InvokeForTest() local 102 constexpr const TestMethod& test_method() const { return impl_.test; } in test_method() function
|
/aosp_15_r20/external/python/mobly/mobly/ |
D | base_test.py | 696 def _exec_one_test_with_retry(self, test_name, test_method, max_count): argument 729 self, test_name, test_method, repeat_count, max_consecutive_error argument 780 def exec_one_test(self, test_name, test_method, record=None): argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/python/ |
H A D | py_benchmark.py | 109 def __init__(self, module=None, test_method=None, argument 117 def set_test_method(self, test_method): argument
|
/aosp_15_r20/external/protobuf/benchmarks/python/ |
H A D | py_benchmark.py | 109 def __init__(self, module=None, test_method=None, argument 117 def set_test_method(self, test_method): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | decorator_utils_test.py | 31 def test_method(self): member in GetQualifiedNameTest 100 def test_method(self): member in ValidateCallableTest
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/ |
H A D | call_trees_test.py | 235 def test_method(self, a): member in CallTreesTest.test_class_method.TestClass 251 def test_method(self, a): member in CallTreesTest.test_object_method.TestClass
|
H A D | functions_test.py | 96 def test_method(self): member in FunctionTransformer
|
/aosp_15_r20/external/autotest/server/cros/bluetooth/ |
H A D | bluetooth_adapter_tests.py | 482 def retry(test_method, instance, *args, **kwargs): argument 550 def decorator(test_method): argument 796 def expect_fail(self, test_method, *args, **kwargs): argument 836 def expect_test(self, expected_result, test_method, *args, **kwargs): argument 1317 def ignore_failure(instance, test_method, *args, **kwargs): argument
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/ |
D | tkinter_testing_utils.py | 30 def decorator(test_method): argument
|
/aosp_15_r20/external/antlr/runtime/Python/unittests/ |
H A D | testbase.py | 13 def wrapper(test_method): argument
|
/aosp_15_r20/external/antlr/runtime/Python3/unittests/ |
H A D | testbase.py | 13 def wrapper(test_method): argument
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | exceptions-seh-filter-captures.cpp | 39 void S::test_method() { in test_method() function in S
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/ |
D | metrics.proto | 11 optional string test_method = 2; field
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_tokenize.py | 613 def test_method(self): member in TokenizeTest 2165 def test_method(self): member in CTokenizeTest
|
D | test_docxmlrpc.py | 38 def test_method(self, arg): member in make_server.TestClass
|
/aosp_15_r20/external/tensorflow/tensorflow/examples/speech_commands/ |
H A D | train_test.py | 28 def requires_contrib(test_method): argument
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_docxmlrpc.py | 35 def test_method(self, arg): member in make_server.TestClass
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/instrumentation/device/command/ |
D | instrumentation_command_builder.py | 158 def add_test_method(self, class_name, test_method): argument
|
/aosp_15_r20/external/autotest/client/common_lib/cros/bluetooth/ |
H A D | bluetooth_quick_tests_base.py | 151 def decorator(test_method): argument
|
/aosp_15_r20/external/protobuf/conformance/ |
H A D | text_format_conformance_suite.cc | 327 const auto test_method = in RunSuiteImpl() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/ |
H A D | text_format_conformance_suite.cc | 327 const auto test_method = in RunSuiteImpl() local
|