Searched defs:devices (Results 1 - 25 of 25) sorted by relevance

/external/deqp/android/scripts/
H A Dinstall.py55 def installToDevices (devices, doParallel):
56 padLen = max([len(device.model) for device in devices])+1
58 common.parallelApply(installToDevice, [(device, ("(%s):%s" % (device.model, ' ' * (padLen - len(device.model))))) for device in devices]);
60 common.serialApply(installToDevice, [(device, ) for device in devices]);
63 devices = common.getDevices(common.ADB_BIN)
64 installToDevices(devices, doParallel)
70 parser.add_argument('-a', '--all', dest='all', action="store_true", help="Install to all devices.")
78 devices = common.getDevices(common.ADB_BIN) variable
79 if len(devices) == 0:
80 common.die('No devices connecte
91 devices = common.getDevices(common.ADB_BIN) variable
93 devices = [dev for dev in devices if dev.serial in args.serial] variable
[all...]
H A Ddebug.py274 devices = { variable
663 parser.add_argument('--device', dest='device', default="default", choices=devices, help="Pull default libraries for this device.")
667 device = devices[args.device]
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Ddevice.cpp32 cl_uint num_entries, cl_device_id *devices,
39 if ((!num_entries && devices) ||
40 (!num_devices && !devices))
43 // Collect matching devices
57 if (devices)
60 devices);
31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id *devices, cl_uint *num_devices) argument
/external/openssh/
H A Dauth2-chall.c65 KbdintDevice *devices[] = { variable
82 char *devices; member in struct:KbdintAuthctxt
94 for (i = 0; devices[i] != NULL; i++)
95 if (strcmp(devices[i]->name, devname) == 0) {
96 for (j = i; devices[j] != NULL; j++)
97 devices[j] = devices[j+1];
118 for (i = 0; devices[i]; i++) {
121 buffer_append(&b, devices[i]->name,
122 strlen(devices[
[all...]
/external/blktrace/btt/
H A Dbt_timeline.c30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
/external/e2fsprogs/misc/
H A Dblkid.c63 "\tdev\tspecify device(s) to probe (default: all devices)\n",
270 char *devices[128] = { NULL, }; local
354 devices[numdev++] = argv[optind++];
380 /* Load any additional devices not in the cache */
382 blkid_get_dev(cache, devices[i], BLKID_DEV_NORMAL);
389 /* If we didn't specify a single device, show all available devices */
406 /* Add all specified devices to cache (optionally display tags) */
408 blkid_dev dev = blkid_get_dev(cache, devices[i],
H A Dfsck.c4 * devices are on separate spindles. It is based on the same ideas as
99 static char *devices[MAX_DEVICES]; variable
1119 fprintf(stderr, _("%s: too many devices\n"),
1147 devices[num_devices++] = dev ? dev : string_copy(arg);
1315 fs = lookup(devices[i]);
1317 fs = create_fs_device(devices[i], 0, "auto",
/external/mesa3d/src/gbm/main/
H A Dgbm.c47 struct gbm_device *devices[16]; variable in typeref:struct:gbm_device
118 dev = devices[i]->stat.st_rdev;
121 gbm = devices[i];
154 memset(devices, 0, sizeof devices);
164 if (device_num < ARRAY_SIZE(devices)-1)
165 devices[device_num++] = gbm;
/external/kernel-headers/original/uapi/linux/
H A Dvfio.h141 * the devices subdirectory of the IOMMU group sysfs entry. The
357 struct vfio_pci_dependent_device devices[]; member in struct:vfio_pci_hot_reset_info
/external/libmtp/src/
H A Dlibusb-glue.c118 * Get a list of the supported USB devices.
121 * add in to the list of supported devices. What we need is the
127 * @param devices a pointer to a pointer that will hold a device
131 * of devices in the device list if the call was successful.
135 int LIBMTP_Get_Supported_Devices_List(LIBMTP_device_entry_t ** const devices, int * const numdevs) argument
137 *devices = (LIBMTP_device_entry_t *) &mtp_device_table;
153 * USB MTP devices
154 * @param devlist dynamic linked list of pointers to usb devices with MTP
189 * of USB MTP devices
190 * @param devlist dynamic linked list of pointers to usb devices wit
583 LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t ** devices, int * numdevs) argument
[all...]
H A Dlibmtp.c1601 LIBMTP_raw_device_t *devices; local
1605 ret = LIBMTP_Detect_Raw_Devices(&devices, &numdevs);
1610 if (devices == NULL || numdevs == 0) {
1614 first_device = LIBMTP_Open_Raw_Device(&devices[0]);
1615 free(devices);
1665 * preferred way to access devices in the new interface where
1666 * several devices can come and go as the library is working
1863 * Recursive function that adds MTP devices to a linked list
1864 * @param devices a list of raw devices t
1868 create_usb_mtp_devices(LIBMTP_raw_device_t *devices, int numdevs) argument
1920 LIBMTP_raw_device_t *devices; local
[all...]
/external/libusb/libusb/
H A Dlibusbi.h326 /* we traverse usbfs without knowing how many devices we are going to find.
334 struct libusb_device *devices[0]; member in struct:discovered_devs
366 /* Enumerate all the USB devices on the system, returning them in a list
367 * of discovered devices.
369 * Your implementation should enumerate all devices on the system,
400 * populated). This can now be added to the discovered devices list
411 * of USB devices connected to the system.
467 * it to the list of discovered devices, and also when the user requests
/external/libusb-compat/libusb/
H A Dcore.c311 struct usb_device *devices = NULL; local
333 LIST_ADD(devices, dev);
336 *ret = devices;
340 dev = devices;
594 /* walk through the devices we already know about, removing duplicates
597 dev = bus->devices;
616 LIST_DEL(bus->devices, dev);
637 LIST_ADD(bus->devices, dev);
H A Dusb.h268 struct usb_device *devices; member in struct:usb_bus
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh63 devices = 0x00F0u /* Mask for having any Device table */ enumerator in enum:OT::ValueFormat::Flags
177 return (format & devices) != 0;
/external/libusb/libusb/os/
H A Dlinux_usbfs.c56 * devices to usbfs nodes.
96 /* do we have a busnum to relate devices? this also implies that we can read
259 usbi_dbg("found usb devices in sysfs");
656 /* we hit this error path frequently with buggy devices :( */
728 /* buggy devices sometimes fail to report their active config.
737 /* some buggy devices have a configuration 0, but we're
739 * not support buggy devices in these circumstances.
834 /* open a bus directory and adds all discovered devices to discdevs. on
836 * (and devices freed). on success, the new discdevs pointer should be used
997 DIR *devices local
[all...]
/external/blktrace/
H A Dblkparse.c257 static struct per_dev_info *devices; variable in typeref:struct:per_dev_info
374 devices = realloc(devices, size);
375 if (!devices) {
379 memset(&devices[ndevices], 0, sizeof(struct per_dev_info));
380 devices[ndevices].name = name;
391 if (!devices[i].dev)
392 devices[i].dev = dev;
393 if (devices[i].dev == dev)
394 return &devices[
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_i.h266 * devices - List of known P2P Device peers
268 struct dl_list devices; member in struct:p2p_data
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c178 struct wps_registrar_device *devices; member in struct:wps_registrar
266 for (dev = reg->devices; dev; dev = dev->next) {
303 d->next = reg->devices;
304 reg->devices = d;
687 wps_free_devices(reg->devices);
688 reg->devices = NULL;
983 * @p2p_dev_addr: Limit allowed PBC devices to the specified P2P device, %NULL
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h266 * devices - List of known P2P Device peers
268 struct dl_list devices; member in struct:p2p_data
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c178 struct wps_registrar_device *devices; member in struct:wps_registrar
266 for (dev = reg->devices; dev; dev = dev->next) {
303 d->next = reg->devices;
304 reg->devices = d;
687 wps_free_devices(reg->devices);
688 reg->devices = NULL;
983 * @p2p_dev_addr: Limit allowed PBC devices to the specified P2P device, %NULL
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_i.h266 * devices - List of known P2P Device peers
268 struct dl_list devices; member in struct:p2p_data
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c178 struct wps_registrar_device *devices; member in struct:wps_registrar
266 for (dev = reg->devices; dev; dev = dev->next) {
303 d->next = reg->devices;
304 reg->devices = d;
687 wps_free_devices(reg->devices);
688 reg->devices = NULL;
983 * @p2p_dev_addr: Limit allowed PBC devices to the specified P2P device, %NULL
/external/mesa3d/include/CL/
H A Dcl.hpp103 * std::vector<cl::Device> devices = context.getInfo<CL_CONTEXT_DEVICES>();
108 * program_.build(devices);
113 * cl::CommandQueue queue(context, devices[0], 0, &err);
1224 VECTOR_CLASS<Device>* devices)
1249 devices->assign(&ids[0], &ids[n]);
1299 VECTOR_CLASS<Device>* devices) const
1313 devices->assign(&ids[0], &ids[n]);
1318 /*! \brief Get the list of available D3D10 devices.
1326 * \param devices returns a vector of OpenCL D3D10 devices foun
1222 createSubDevices( const cl_device_partition_property_ext * properties, VECTOR_CLASS<Device>* devices) argument
1420 Context( const VECTOR_CLASS<Device>& devices, cl_context_properties* properties = NULL, void (CL_CALLBACK * notifyFptr)( const char *, const void *, ::size_t, void *) = NULL, void* data = NULL, cl_int* err = NULL) argument
2417 Program( const Context& context, const VECTOR_CLASS<Device>& devices, const Binaries& binaries, VECTOR_CLASS<cl_int>* binaryStatus = NULL, cl_int* err = NULL) argument
2459 build( const VECTOR_CLASS<Device>& devices, const char* options = NULL, void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, void* data = NULL) const argument
[all...]
/external/toybox/generated/
H A Dglobals.h483 struct double_list *devices; member in struct:fsck_data

Completed in 1148 milliseconds