/external/dtc/tests/ |
D | fdtdump.dts | 14 device_type = "cpu"; 19 device_type = "cpu"; 31 device_type = "memory";
|
D | test01.dts | 19 device_type = "cpu"; 30 device_type = "cpu"; 48 device_type = "memory";
|
D | label01.dts | 19 device_type = "cpu"; 30 device_type = "cpu"; 53 device_type = "memory";
|
D | boot-cpuid.dts | 6 device_type = "cpu"; 11 device_type = "cpu";
|
D | subnode_iterate.dts | 14 device_type = "cpu"; 31 device_type = "cpu";
|
D | bad-string-props.dts | 4 device_type = <0xdeadbeef>;
|
D | base01.dts | 10 device_type = "memory";
|
/external/autotest/client/site_tests/network_MobileSuspendResume/ |
D | network_MobileSuspendResume.py | 308 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)
|
D | control.wimax | 26 tag='autoconnect_off-wimax', device_type='wimax') 28 tag='autoconnect_on-wimax', device_type='wimax')
|
D | control.wimax_stress_autoconnect_on | 26 stress_iterations=1000, device_type='wimax')
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adpater_tests.py | 51 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/ |
D | mbim_open_generic_sequence.py | 54 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/ |
D | manager.py | 243 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/ |
D | bluetooth_AdapterHIDReports.py | 43 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/ |
D | mbim_device_context.py | 50 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/ |
D | enterprise_CFM_USBPeripheralHotplugDetect.py | 112 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/ |
D | bluetooth_IDCheck.py | 56 device_type = utils.get_device_type().lower() 57 alias_format = '%s_[a-z0-9]{4}' % device_type
|
/external/autotest/server/site_tests/bluetooth_AdapterPairing/ |
D | bluetooth_AdapterPairing.py | 35 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/ |
D | cell_tools.py | 320 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/ |
D | device.cpp | 31 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/ |
D | des_01.py | 209 if self.test_context.device_type == test_context.DEVICE_TYPE_MBIM: 213 self.test_context.device_type = test_context.DEVICE_TYPE_NCM_MBIM
|
D | des_02.py | 337 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/ |
D | test_flow.py | 61 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/ |
D | security_DeviceJail_Lockdown.py | 51 if child.device_type != 'usb_interface':
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | cros_interface_unittest.py | 138 device_type = cri.GetDeviceTypeName() 139 self.assertTrue(device_type.isalpha())
|