/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
D | cm_13.py | 35 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)
|
D | des_01.py | 16 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
|
D | cm_07.py | 29 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)
|
D | des_02.py | 19 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
|
D | cm_08.py | 32 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)
|
D | cm_05.py | 31 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)
|
D | cm_10.py | 27 self.test_context).run() 31 self.test_context).run()
|
D | cm_04.py | 28 self.test_context).run() 33 self.test_context).run())
|
D | cm_03.py | 28 self.test_context).run() 32 self.test_context).run())
|
D | cm_09.py | 29 self.test_context).run() 33 connect_sequence.ConnectSequence(self.test_context).run())
|
D | cm_06.py | 29 self.test_context).run() 34 self.test_context).run())
|
D | cm_01.py | 28 self.test_context).run())
|
D | cm_02.py | 30 self.test_context).run())
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | Makefile | 10 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 | .gitignore | 1 test_context
|
/external/autotest/client/site_tests/network_ChromeCellularNetworkPresent/ |
D | network_ChromeCellularNetworkPresent.py | 25 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/ |
D | serially_executed_browser_test_case.py | 172 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/ |
D | execltp.in | 204 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/ |
D | test_cil_build_ast.c | 11874 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 …]
|
D | test_cil_resolve_ast.c | 1687 …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/ |
D | hydrogen.h | 898 TestContext* test_context() { return test_context_; } in test_context() function 2144 return function_state()->test_context(); in inlined_test_context()
|