Home
last modified time | relevance | path

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

12

/external/autotest/server/site_tests/bluetooth_AdapterQRHealth/
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
/external/pigweed/pw_rpc/pw_rpc_private/
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
/external/tensorflow/tensorflow/python/autograph/operators/
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
/external/tensorflow/tensorflow/python/autograph/impl/
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 …]
/external/protobuf/benchmarks/python/
Dpy_benchmark.py109 def __init__(self, module=None, test_method=None, argument
117 def set_test_method(self, test_method): argument
/external/cronet/stable/third_party/protobuf/benchmarks/python/
Dpy_benchmark.py109 def __init__(self, module=None, test_method=None, argument
117 def set_test_method(self, test_method): argument
/external/cronet/tot/third_party/protobuf/benchmarks/python/
Dpy_benchmark.py109 def __init__(self, module=None, test_method=None, argument
117 def set_test_method(self, test_method): argument
/external/tensorflow/tensorflow/python/util/
Ddecorator_utils_test.py31 def test_method(self): member in GetQualifiedNameTest
100 def test_method(self): member in ValidateCallableTest
/external/python/cpython3/Lib/idlelib/idle_test/
Dtkinter_testing_utils.py30 def decorator(test_method): argument
/external/autotest/server/site_tests/bluetooth_AdapterAUHealth/
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
/external/antlr/runtime/Python3/unittests/
Dtestbase.py13 def wrapper(test_method): argument
/external/antlr/runtime/Python/unittests/
Dtestbase.py13 def wrapper(test_method): argument
/external/clang/test/CodeGenCXX/
Dexceptions-seh-filter-captures.cpp39 void S::test_method() { in test_method() function in S
/external/tensorflow/tensorflow/examples/speech_commands/
Dtrain_test.py28 def requires_contrib(test_method): argument
/external/python/mobly/mobly/
Dbase_test.py679 def _exec_one_test_with_retry(self, test_name, test_method, max_count): argument
712 self, test_name, test_method, repeat_count, max_consecutive_error argument
763 def exec_one_test(self, test_name, test_method, record=None): argument
/external/tensorflow/tensorflow/python/autograph/converters/
Dfunctions_test.py96 def test_method(self): member in FunctionTransformer
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
/external/python/cpython3/Lib/test/
Dtest_docxmlrpc.py38 def test_method(self, arg): member in make_server.TestClass
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_quick_tests_base.py151 def decorator(test_method): argument
/external/cronet/tot/third_party/protobuf/conformance/
Dtext_format_conformance_suite.cc327 const auto test_method = in RunSuiteImpl() local
/external/cronet/stable/third_party/protobuf/conformance/
Dtext_format_conformance_suite.cc327 const auto test_method = in RunSuiteImpl() local
/external/protobuf/conformance/
Dtext_format_conformance_suite.cc327 const auto test_method = in RunSuiteImpl() local
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py195 def __init__(self, test_method, testcases, naming_type): argument
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py195 def __init__(self, test_method, testcases, naming_type): argument
/external/protobuf/python/google/protobuf/internal/
D_parameterized.py195 def __init__(self, test_method, testcases, naming_type): argument

12