/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 | 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_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 | 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_09.py | 29 self.test_context).run() 33 connect_sequence.ConnectSequence(self.test_context).run())
|
D | cm_03.py | 28 self.test_context).run() 32 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/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/mesa3d/src/gallium/state_trackers/xvmc/ |
D | Makefile.am | 41 tests/test_context \ 50 tests_test_context_SOURCES = tests/test_context.c tests/testlib.c
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cPipelineStatisticsQueryTests.cpp | 295 tcu::TestContext& test_context, in executeQuery() argument 313 test_context.getLog() << tcu::TestLog::Message in executeQuery() 323 test_context.getLog() << tcu::TestLog::Message << "Skipping " in executeQuery() 339 test_context.getLog() << tcu::TestLog::Message in executeQuery() 356 test_context.getLog() << tcu::TestLog::Message in executeQuery() 388 test_context.getLog() << tcu::TestLog::Message << "glEndQuery() call failed with error code" in executeQuery() 455 test_context.getLog() << tcu::TestLog::Message in executeQuery() 473 … test_context.getLog() << tcu::TestLog::Message << "glGetQueryObjecti64v() call failed with error " in executeQuery() 492 test_context.getLog() << tcu::TestLog::Message << "glGetQueryObjectiv() call failed with error " in executeQuery() 506 …test_context.getLog() << tcu::TestLog::Message << "glGetQueryObjectui64v() call failed with error " in executeQuery() [all …]
|
D | gl4cContextFlushControlTests.hpp | 154 DrawSetup(deqp::Context& test_context, bool shall_flush_on_release);
|
D | gl4cPipelineStatisticsQueryTests.hpp | 264 const glu::RenderContext& render_context, tcu::TestContext& test_context, 289 tcu::TestContext& test_context, _verification_type verification_type);
|
D | gl4cContextFlushControlTests.cpp | 383 gl4cts::ContextFlushControl::FunctionalTest::DrawSetup::DrawSetup(deqp::Context& test_context, in DrawSetup() argument 385 : m_test_context(test_context), m_fbo(0), m_rbo(0), m_vao(0), m_po(0) in DrawSetup()
|
/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/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | .gitignore | 1 test_context
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | Android.bp | 13 "lb2/test_context.cpp",
|
D | CMakeLists.txt | 31 lb2/test_context.cpp
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredFBO.hpp | 36 …static bool checkFBOCompleteness(tcu::TestContext& test_context, const glw::Functions& gl, glw::GL…
|
D | esextcGeometryShaderLayeredFBO.cpp | 51 bool GeometryShaderLayeredFBOShared::checkFBOCompleteness(tcu::TestContext& test_context, const glw… in checkFBOCompleteness() argument 67 test_context.getLog() << tcu::TestLog::Message << "Test iteration [" << fbo_id << "] failed. " in checkFBOCompleteness()
|