Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Dsl4a_session_test.py95 fn = session._create_client_side_connection
96 self.assertEqual(fn.call_count, 1)
99 self.assertEqual(fn.call_args_list[0][0][0].client_port, 0)
140 fn = session._create_client_side_connection
141 self.assertEqual(fn.call_count, 1)
144 self.assertEqual(fn.call_args_list[0][0][0].client_port, 0)
Drpc_client_test.py206 fn = client.fake_function_please_do_not_be_implemented
208 fn('arg1', 'arg2', kwarg1=1, kwarg2=2)
/tools/test/connectivity/acts/framework/acts/libs/
Dversion_selector.py183 def add_fn(self, fn, min_version, max_version): argument
209 new_entry = _VersionSelector.Entry(min_version, fn, direction=0)
214 _VersionSelector.Entry(min_version, fn, direction=1),
215 _VersionSelector.Entry(max_version, fn, direction=-1)]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBluetoothBaseTest.py76 def bt_test_wrap(fn): argument
78 test_id = "{}:{}:{}".format(self.__class__.__name__, fn.__name__,
85 result = fn(self, *args, **kwargs)
96 result = fn(self, *args, **kwargs)
115 return fn(self, *args, **kwargs)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/pts/
Dpts_base_class.py137 def pts_test_wrap(fn): argument
139 test_id = "{}:{}:{}".format(self.__class__.__name__, fn.__name__,
145 result = fn(self, *args, **kwargs)
156 result = fn(self, *args, **kwargs)
166 return fn(self, *args, **kwargs)
/tools/test/connectivity/acts/framework/tests/libs/ota/
Dota_updater_test.py58 'create_from_configs') as fn:
61 fn.assert_any_call(user_params, android_devices[i])
/tools/doc_generation/
Dswitcher4.py67 fn = os.path.split(doc)
68 print "File: ", stubs, fn[1], "\r",
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py609 def wifi_test_wrap(fn): argument
626 result = fn(self, *args, **kwargs)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py99 def tel_test_wrap(fn): argument
118 result = fn(self, *args, **kwargs)
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...