/cts/apps/CameraITS/tools/ |
validate_scene.py | 16 import its.device namespace 47 with its.device.ItsSession() as cam:
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
_dummy.py | 21 Dummy implementation for internal use only to test host-to-device 28 def __init__(self, device = None, wait = False, log_file_id = None ): 29 self._device = device 67 """ Tell the device to start collecting and sending measurement data. """ 71 """ Tell the device to stop collecting measurement data. """
|
/cts/hostsidetests/usage/src/android/app/usage/cts/ |
AppIdleHostTest.java | 19 import com.android.tradefed.device.DeviceNotAvailableException; 20 import com.android.tradefed.device.ITestDevice; 32 * A reference to the device under test. 39 // Get the device, this gives a handle to run commands and install APKs.
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
BasicAdapterTest.java | 165 for (BluetoothDevice device : devices) { 166 assertTrue(BluetoothAdapter.checkBluetoothAddress(device.getAddress())); 198 BluetoothDevice device = adapter.getRemoteDevice("00:11:22:AA:BB:CC"); local 199 assertNotNull(device); 200 assertEquals("00:11:22:AA:BB:CC", device.getAddress()); 201 device = adapter.getRemoteDevice( 203 assertNotNull(device); 204 assertEquals("01:02:03:04:05:06", device.getAddress());
|
/development/ndk/platforms/android-21/include/linux/ |
x25.h | 62 char device[200-sizeof(unsigned long)]; member in struct:x25_subscrip_struct 79 char device[200]; member in struct:x25_route_struct
|
/development/ndk/platforms/android-3/include/linux/mmc/ |
host.h | 76 struct device; 79 struct device *dev;
|
/development/ndk/platforms/android-3/include/linux/ |
msm_audio.h | 58 uint32_t device; member in struct:msm_snd_device_config 68 uint32_t device; member in struct:msm_snd_volume_config
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiDirectBroadcastReceiver.java | 73 // we are connected with the other device, request connection 85 WifiP2pDevice device = (WifiP2pDevice) intent local 87 Log.d(WiFiServiceDiscoveryActivity.TAG, "Device status -" + device.status);
|
/device/generic/goldfish/camera/ |
EmulatedCamera3.h | 39 * disconnection from the actual camera device is handled by calls to 92 * Camera module API and generic hardware device API implementation 96 virtual status_t connectCamera(hw_device_t** device); 166 static int close(struct hw_device_t* device); 174 // State at construction time, and after a device operation error 176 // State after startup-time init and after device instance close 178 // State after being opened, before device instance init 180 // State after device instance initialization
|
/device/lge/bullhead/ |
releasetools.py | 121 _, device = common.GetTypeAndDevice("/radio", info.info_dict) 123 'package_extract_file("radio.img", "%s");' % (device,)) 216 _, device = common.GetTypeAndDevice("/"+i+"bak", info.info_dict) 225 'package_extract_file("bootloader.%s.img", "%s");' % (i, device)) 227 target_device = info.info_dict["build.prop"]["ro.product.device"] 235 _, device = common.GetTypeAndDevice("/"+i, info.info_dict) 240 'package_extract_file("bootloader.%s.img", "%s");' % (i, device)) 248 _, device = common.GetTypeAndDevice("/"+i, info.info_dict) 257 'package_extract_file("bootloader.%s.img", "%s");' % (i, device))
|
/device/linaro/hikey/build/tasks/ |
boot_fat.mk | 9 mcopy -s -i $@ device/linaro/hikey/bootloader/* ::
|
/external/autotest/client/common_lib/cros/ |
dbus_send_unittests.py | 57 object path "/device/eth0" 58 object path "/device/eth1" 155 'Devices': ['/device/eth0', '/device/eth1'],
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_data_channel.py | 23 channel is just used to send raw bytes to the device and read raw bytes from 24 the device. 31 device, 37 @param device: Device handle returned by PyUSB for the modem to test. 46 self._device = device 55 Send the specified payload down to the device using the bulk-out USB 58 @param ntb: Byte array of complete MBIM NTB to be sent to the device. 82 Receive a payload from the device using the bulk-in USB pipe. 84 This API will return any data it receives from the device withi [all...] |
/external/autotest/client/cros/faft/utils/ |
kernel_handler.py | 44 def _get_version(self, device): 47 data = self.os_if.read_partition(device, 0x4000) 50 def _get_datakey_version(self,device): 53 data = self.os_if.read_partition(device, 0x4000) 57 """Scan `cgpt show <device> output to find kernel devices. 78 device = self.os_if.join_part(target_device, line.split()[2]) 79 part_info['device'] = device 80 part_info['version'] = self._get_version(device) 81 part_info['datakey_version'] = self._get_datakey_version(device) [all...] |
/external/autotest/client/site_tests/network_WlanDriver/ |
network_WlanDriver.py | 78 for device in self.DEVICES: 79 net_if = interface.Interface(device) 86 logging.info('Device name %s, module path %s', 89 raise error.TestFail('Unexpected device name %s' % 94 'with device name %s' %
|
/external/chromium-trace/catapult/devil/devil/android/ |
device_blacklist.py | 58 device_dicts = {device: event_info for device in devices}
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
ddms_controller.py | 16 def __init__(self, device, package_info): 18 self._device = device
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
cros_device.py | 8 from telemetry.internal.platform import device namespace 11 class CrOSDevice(device.Device): 47 """Returns a list of available device types."""
|
ios_device.py | 11 from telemetry.internal.platform import device namespace 20 class IOSDevice(device.Device):
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
netlog_profiler.py | 41 self._browser_backend.device.PullFile( 46 # Clean the device 47 self._browser_backend.device.RunShellCommand('rm %s' % output_file)
|
v8_profiler.py | 43 self._browser_backend.device.PullFile( 48 # Clean the device 49 self._browser_backend.device.RunShellCommand('rm %s' % output_file)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
volume.py | 137 def attach(self, instance_id, device, dry_run=False): 145 :type device: str 146 :param device: The device on the instance through which the 155 device, 179 device = None 181 device = self.attach_data.device 185 device, 265 :ivar device: The device the instance has mappe [all...] |
/external/e2fsprogs/lib/blkid/ |
read.c | 49 * <device [<NAME="value"> ...]>device_name</device> 52 * <ID="id"> unique (within this file) ID number of this device 56 * The following tags may be present, depending on the device contents 134 * line starts with "<device" return 1 -> continue parsing line 150 if (!strncmp(p, "<device", 7)) { 151 DBG(DEBUG_READ, printf("found device header: %8s\n", p)); 169 if (!strncmp(*cp, "</device>", 9)) { 170 DBG(DEBUG_READ, printf("found device trailer %9s\n", *cp)); 179 * Allocate a new device struct with device name filled in. Will handl [all...] |
/external/kernel-headers/original/uapi/linux/ |
x25.h | 74 char device[200-sizeof(unsigned long)]; member in struct:x25_subscrip_struct 96 char device[200]; member in struct:x25_route_struct
|
/external/libweave/src/privet/ |
publisher.cc | 29 Publisher::Publisher(const DeviceDelegate* device, 33 : dns_sd_{dns_sd}, device_{device}, cloud_{cloud}, wifi_{wifi} {
|