Home
last modified time | relevance | path

Searched refs:test_context (Results 1 – 21 of 21) sorted by relevance

/external/autotest/client/cros/cellular/mbim_compliance/tests/
Dcm_13.py35 self.test_context).run()
36 connect_sequence.ConnectSequence(self.test_context).run()
37 mbim_close_sequence.MBIMCloseSequence(self.test_context).run()
39 self.test_context).run()
60 {'idVendor': self.test_context.id_vendor,
61 'idProduct': self.test_context.id_product},
62 self.test_context.mbim_communication_interface.bInterfaceNumber,
63 self.test_context.interrupt_endpoint.bEndpointAddress,
64 self.test_context.mbim_functional.wMaxControlMessage)
Ddes_01.py16 from autotest_lib.client.cros.cellular.mbim_compliance import test_context
30 self.test_context).run()
31 device = self.test_context.device
209 if self.test_context.device_type == test_context.DEVICE_TYPE_MBIM:
213 self.test_context.device_type = test_context.DEVICE_TYPE_NCM_MBIM
214 self.test_context.ncm_communication_interface = (
216 self.test_context.mbim_communication_interface = (
218 self.test_context.no_data_data_interface = no_data_data_interface
219 self.test_context.ncm_data_interface = ncm_data_interface
220 self.test_context.mbim_data_interface = mbim_data_interface
Dcm_07.py29 self.test_context).run()
43 {'idVendor': self.test_context.id_vendor,
44 'idProduct': self.test_context.id_product},
45 self.test_context.mbim_communication_interface.bInterfaceNumber,
46 self.test_context.interrupt_endpoint.bEndpointAddress,
47 self.test_context.mbim_functional.wMaxControlMessage)
Ddes_02.py19 from autotest_lib.client.cros.cellular.mbim_compliance import test_context
28 self.test_context).run()
29 device = self.test_context.device
337 if self.test_context.device_type == test_context.DEVICE_TYPE_NCM_MBIM:
341 self.test_context.device_type = test_context.DEVICE_TYPE_MBIM
342 self.test_context.mbim_communication_interface = (
344 self.test_context.no_data_data_interface = no_data_data_interface
345 self.test_context.mbim_data_interface = mbim_data_interface
346 self.test_context.mbim_functional = mbim_descriptor
347 self.test_context.interrupt_endpoint = interrupt_endpoint_descriptor
Dcm_08.py32 self.test_context).run()
46 {'idVendor': self.test_context.id_vendor,
47 'idProduct': self.test_context.id_product},
48 self.test_context.mbim_communication_interface.bInterfaceNumber,
49 self.test_context.interrupt_endpoint.bEndpointAddress,
50 self.test_context.mbim_functional.wMaxControlMessage)
Dcm_05.py31 self.test_context).run()
48 {'idVendor': self.test_context.id_vendor,
49 'idProduct': self.test_context.id_product},
50 self.test_context.mbim_communication_interface.bInterfaceNumber,
51 self.test_context.interrupt_endpoint.bEndpointAddress,
52 self.test_context.mbim_functional.wMaxControlMessage)
Dcm_10.py27 self.test_context).run()
31 self.test_context).run()
Dcm_04.py28 self.test_context).run()
33 self.test_context).run())
Dcm_03.py28 self.test_context).run()
32 self.test_context).run())
Dcm_09.py29 self.test_context).run()
33 connect_sequence.ConnectSequence(self.test_context).run())
Dcm_06.py29 self.test_context).run()
34 self.test_context).run())
Dcm_01.py28 self.test_context).run())
Dcm_02.py30 self.test_context).run())
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
DMakefile10 default: test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench
12 test_context: test_context.o testlib.o target
31 $(RM) -rf *.o test_context test_surface test_subpicture test_blocks test_rendering xvmc_bench
D.gitignore1 test_context
/external/autotest/client/site_tests/network_ChromeCellularNetworkPresent/
Dnetwork_ChromeCellularNetworkPresent.py25 with cntc.ChromeNetworkingTestContext() as test_context:
26 networks = test_context.find_cellular_networks()
33 if network["Type"] != test_context.CHROME_NETWORK_TYPE_CELLULAR:
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dserially_executed_browser_test_case.py172 test_context = browser_test_context.GetCopy()
173 if not test_context:
184 if test_context.test_class != obj:
187 test_class=obj, finder_options=test_context.finder_options):
188 if test.id() in test_context.test_case_ids_to_run:
/external/ltp/
Dexecltp.in204 test_context = context[test]
207 test_context = ('Could not determine context for %s; please see '
210 test_set_context['%s : %s' % (testsuite, test)] = test_context
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c11874 struct cil_context *test_context; in test_cil_fill_context() local
11875 cil_context_init(&test_context); in test_cil_fill_context()
11877 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context()
11896 struct cil_context *test_context; in test_cil_fill_context_unnamedlvl() local
11897 cil_context_init(&test_context); in test_cil_fill_context_unnamedlvl()
11899 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_unnamedlvl()
11918 struct cil_context *test_context = NULL; in test_cil_fill_context_nocontext_neg() local
11920 … int rc = cil_fill_context(test_tree->root->cl_head->cl_head->next->next->cl_head, test_context); in test_cil_fill_context_nocontext_neg()
11939 struct cil_context *test_context; in test_cil_fill_context_nouser_neg() local
11940 cil_context_init(&test_context); in test_cil_fill_context_nouser_neg()
[all …]
Dtest_cil_resolve_ast.c1687 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context() local
1689 …t(test_db->ast->root->cl_head->next->next->next->next->next->next->next->next, test_context, args); in test_cil_resolve_context()
1717 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_macro() local
1732 …>ast->root->cl_head->next->next->next->next->next->next->next->next->cl_head, test_context, args); in test_cil_resolve_context_macro()
1762 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_macro_neg() local
1777 …->ast->root->cl_head->next->next->next->next->next->next->next->next->cl_head, test_context, args); in test_cil_resolve_context_macro_neg()
1807 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_namedrange() local
1809 …_db->ast->root->cl_head->next->next->next->next->next->next->next->next->next, test_context, args); in test_cil_resolve_context_namedrange()
1837 …struct cil_context *test_context = (struct cil_context*)test_db->ast->root->cl_head->next->next->n… in test_cil_resolve_context_namedrange_neg() local
1839 …_db->ast->root->cl_head->next->next->next->next->next->next->next->next->next, test_context, args); in test_cil_resolve_context_namedrange_neg()
[all …]
/external/v8/src/crankshaft/
Dhydrogen.h898 TestContext* test_context() { return test_context_; } in test_context() function
2144 return function_state()->test_context(); in inlined_test_context()