Home
last modified time | relevance | path

Searched refs:devices (Results 601 - 613 of 613) sorted by relevance

1...<<2122232425

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp2244 const vector<VkPhysicalDevice> devices = enumeratePhysicalDevices(context.getInstanceInterface(), context.getInstance()); in enumeratePhysicalDevices() local
2246 log << TestLog::Integer("NumDevices", "Number of devices", "", QP_KEY_TAG_NONE, deInt64(devices.size())); in enumeratePhysicalDevices()
2248 for (size_t ndx = 0; ndx < devices.size(); ndx++) in enumeratePhysicalDevices()
2249 log << TestLog::Message << ndx << ": " << devices[ndx] << TestLog::EndMessage; in enumeratePhysicalDevices()
2251 CheckEnumeratePhysicalDevicesIncompleteResult()(context, results, devices.size()); in enumeratePhysicalDevices()
3121 msg << "Chosen device index " << deviceIdx << " too big: chosen device group " << devGroupIdx << " has " << numPhysicalDevices << " devices"; in deviceGroupPeerMemoryFeatures()
3125 // Need at least 2 devices for peer memory features. in deviceGroupPeerMemoryFeatures()
3127 TCU_THROW(NotSupportedError, "Need a device group with at least 2 physical devices"); in deviceGroupPeerMemoryFeatures()
6991 addFunctionCase(testGroup, "physical_devices", "Physical devices", enumeratePhysicalDevice in createFeatureInfoInstanceTests()
[all...]
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.cpp905 NapiParamUtils::SetDeviceDescriptors(env, action.devices, jsArray); in SetValueBlockedDeviceAction()
906 napi_set_named_property(env, result, "devices", jsArray); in SetValueBlockedDeviceAction()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp467 LOGI("devices size = %d", process.size()); in GetCallback()
763 option.devices = {DEVICE_CLOUD}; in GetSyncOption()
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp2347 .devices = {"deviceName"}, in HWTEST_F()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c1088 * chance to detach the sub-devices in the correct order. in usb_detach_device()
1090 * will detach all sub-devices from the bottom and upwards! in usb_detach_device()
1148 * to device_detach(). USB devices should in usb_probe_and_attach_sub()
1494 (bus->devices[device_index] != NULL); in usb_alloc_device()
1540 * of USB devices out there that do not work very well with in usb_alloc_device()
1627 * buggy USB devices out there that actually receive in usb_alloc_device()
1685 * Workaround for buggy USB devices. in usb_alloc_device()
1763 * Most USB devices should attach to config index 0 by in usb_alloc_device()
1808 * Some USB devices do not have any configurations. Ignore any in usb_alloc_device()
2005 * children devices, i
[all...]
H A Dusb_dev.c28 * usb_dev.c - An abstraction layer for creating devices under /dev/...
72 /* character device structure used for devices (/dev/ugenX.Y and /dev/uXXX) */
132 cpd->udev = cpd->bus->devices[cpd->dev_index]; in usb_ref_device()
508 /* destroy symlink devices, if any */ in usb_fifo_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_pd.c1744 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_reset_pending_pd()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_pd.c1744 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) { in p2p_reset_pending_pd()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs940 pub devices: *mut devstat,
4606 devices: *mut devstat, in devstat_selectdevs()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp862 // Make sure devices are same between the two in TEST()
893 // Make sure devices are same between the three in TEST()
929 // Make sure devices are same between the three in TEST()
968 // Make sure devices are same between the three in TEST()
1014 // Make sure the devices in two and three are all found in one in TEST()
1063 // Add two new physical devices to the front (A, B, 0, 2, 3) in TEST()
1080 // Delete last two physical devices (A, B, 0, 2) in TEST()
1124 // Make sure the devices in two and three are all found in one in TEST()
1318 std::vector<DeviceWrapper> devices; in TEST() local
1320 devices in TEST()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp318 option.devices = {DEVICE_CLOUD}; in CallSync()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c536 /* set up devices array */ in xhci_init()
537 sc->sc_bus.devices = sc->sc_devices; in xhci_init()
2531 * NOTE: HS/FS/LS devices and the SS root HUB can have in xhci_configure_device()

Completed in 88 milliseconds

1...<<2122232425