Home
last modified time | relevance | path

Searched refs:device_type (Results 1 – 25 of 58) sorted by relevance

123

/external/dtc/tests/
Dfdtdump.dts14 device_type = "cpu";
19 device_type = "cpu";
31 device_type = "memory";
Dtest01.dts19 device_type = "cpu";
30 device_type = "cpu";
48 device_type = "memory";
Dlabel01.dts19 device_type = "cpu";
30 device_type = "cpu";
53 device_type = "memory";
Dboot-cpuid.dts6 device_type = "cpu";
11 device_type = "cpu";
Dsubnode_iterate.dts14 device_type = "cpu";
31 device_type = "cpu";
Dbad-string-props.dts4 device_type = <0xdeadbeef>;
Dbase01.dts10 device_type = "memory";
/external/autotest/client/site_tests/network_MobileSuspendResume/
Dnetwork_MobileSuspendResume.py308 def init_flimflam(self, device_type): argument
313 logging.debug('Using device type: %s' % device_type)
314 if device_type == flimflam.FlimFlam.DEVICE_WIMAX:
319 elif device_type == flimflam.FlimFlam.DEVICE_CELLULAR:
326 device_type)
329 device_type=flimflam.FlimFlam.DEVICE_CELLULAR, **kwargs): argument
339 self.init_flimflam(device_type)
Dcontrol.wimax26 tag='autoconnect_off-wimax', device_type='wimax')
28 tag='autoconnect_on-wimax', device_type='wimax')
Dcontrol.wimax_stress_autoconnect_on26 stress_iterations=1000, device_type='wimax')
/external/autotest/server/cros/bluetooth/
Dbluetooth_adpater_tests.py51 def get_bluetooth_emulated_device(host, device_type): argument
105 if device_type not in SUPPORTED_DEVICE_TYPES:
107 device_type)
110 device = SUPPORTED_DEVICE_TYPES[device_type](host)()
113 logging.info('device type: %s', device_type)
130 device.device_type = _retry_device_method('GetHIDDeviceType')
131 logging.info('device type: %s', device.device_type)
265 device = instance.devices[instance.device_type]
408 def get_device(self, device_type): argument
416 self.device_type = device_type
[all …]
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dmbim_open_generic_sequence.py54 device_type = device_context.device_type
84 if device_type == mbim_device_context.DEVICE_TYPE_NCM_MBIM:
116 if device_type == mbim_device_context.DEVICE_TYPE_MBIM:
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dmanager.py243 device_type = platform
244 if not device_type in dependency_dict:
245 device_type = DEFAULT_TYPE
246 return dependency_dict.get(device_type)
/external/autotest/server/site_tests/bluetooth_AdapterHIDReports/
Dbluetooth_AdapterHIDReports.py43 def run_once(self, host, device_type, num_iterations=1, min_pass_count=1): argument
63 device = self.get_device(device_type)
78 if device_type == 'MOUSE':
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_device_context.py50 self.device_type = DEVICE_TYPE_UNKNOWN
173 self.device_type = DEVICE_TYPE_MBIM
175 self.device_type = DEVICE_TYPE_NCM_MBIM
/external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugDetect/
Denterprise_CFM_USBPeripheralHotplugDetect.py112 for device_type, is_found in cros_peripheral_dict.iteritems():
114 cros_peripheral_dict[device_type] = 'Not Found'
173 for device_type, is_found in cfm_peripheral_dict.iteritems():
175 cfm_peripheral_dict[device_type] = 'Not Found'
/external/autotest/client/site_tests/bluetooth_IDCheck/
Dbluetooth_IDCheck.py56 device_type = utils.get_device_type().lower()
57 alias_format = '%s_[a-z0-9]{4}' % device_type
/external/autotest/server/site_tests/bluetooth_AdapterPairing/
Dbluetooth_AdapterPairing.py35 def run_once(self, host, device_type, num_iterations=1, min_pass_count=1, argument
57 device = self.get_device(device_type)
/external/autotest/client/cros/cellular/
Dcell_tools.py320 def __init__(self, device_type): argument
321 self.device_type = device_type
326 self.device_manager.ShutdownAllExcept(self.device_type)
/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddevice.cpp31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, in clGetDeviceIDs() argument
45 if (((device_type & CL_DEVICE_TYPE_DEFAULT) && in clGetDeviceIDs()
47 (device_type & dev.type())) in clGetDeviceIDs()
/external/autotest/client/cros/cellular/mbim_compliance/tests/
Ddes_01.py209 if self.test_context.device_type == test_context.DEVICE_TYPE_MBIM:
213 self.test_context.device_type = test_context.DEVICE_TYPE_NCM_MBIM
Ddes_02.py337 if self.test_context.device_type == test_context.DEVICE_TYPE_NCM_MBIM:
341 self.test_context.device_type = test_context.DEVICE_TYPE_MBIM
/external/autotest/client/site_tests/firmware_TouchMTB/
Dtest_flow.py61 self.device_type = (DEV.TOUCHSCREEN if options[OPTIONS.TOUCHSCREEN]
111 return conf.gesture_names_robot[self.device_type]
115 manual_set = (set(conf.gesture_names_complete[self.device_type]) -
116 set(conf.gesture_names_robot[self.device_type]))
124 return [n for n in conf.gesture_names_complete[self.device_type]
/external/autotest/client/site_tests/security_DeviceJail_Lockdown/
Dsecurity_DeviceJail_Lockdown.py51 if child.device_type != 'usb_interface':
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dcros_interface_unittest.py138 device_type = cri.GetDeviceTypeName()
139 self.assertTrue(device_type.isalpha())

123