Home
last modified time | relevance | path

Searched defs:test_method (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/autotest/server/site_tests/bluetooth_AdapterQRHealth/
H A Dbluetooth_AdapterQRHealth.py26 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 Dapi_test.py147 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 Dpy_builtins_test.py508 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 Dbluetooth_AdapterAUHealth.py31 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 Dtest_method.h57 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/
Dbase_test.py696 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 Dpy_benchmark.py109 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 Dpy_benchmark.py109 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 Ddecorator_utils_test.py31 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 Dcall_trees_test.py235 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 Dfunctions_test.py96 def test_method(self): member in FunctionTransformer
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_tests.py482 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/
Dtkinter_testing_utils.py30 def decorator(test_method): argument
/aosp_15_r20/external/antlr/runtime/Python/unittests/
H A Dtestbase.py13 def wrapper(test_method): argument
/aosp_15_r20/external/antlr/runtime/Python3/unittests/
H A Dtestbase.py13 def wrapper(test_method): argument
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dexceptions-seh-filter-captures.cpp39 void S::test_method() { in test_method() function in S
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/
Dmetrics.proto11 optional string test_method = 2; field
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tokenize.py613 def test_method(self): member in TokenizeTest
2165 def test_method(self): member in CTokenizeTest
Dtest_docxmlrpc.py38 def test_method(self, arg): member in make_server.TestClass
/aosp_15_r20/external/tensorflow/tensorflow/examples/speech_commands/
H A Dtrain_test.py28 def requires_contrib(test_method): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_docxmlrpc.py35 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/
Dinstrumentation_command_builder.py158 def add_test_method(self, class_name, test_method): argument
/aosp_15_r20/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_quick_tests_base.py151 def decorator(test_method): argument
/aosp_15_r20/external/protobuf/conformance/
H A Dtext_format_conformance_suite.cc327 const auto test_method = in RunSuiteImpl() local
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dtext_format_conformance_suite.cc327 const auto test_method = in RunSuiteImpl() local

123