Home
last modified time | relevance | path

Searched refs:devs (Results 1 – 9 of 9) sorted by relevance

/developtools/integration_verification/tools/fotff/pkg/dayu200/
Ddayu200.go76 devs := res.DeviceList()
78 if len(devs) != len(locs) {
83 ret.locations[devs[i]] = loc
/developtools/hdc/scripts/
Dhdc_test.py246 devs = res.split()
247 print(devs)
248 return devs
423 devs = get_devs()
424 if len(devs) == 1:
426 if len(devs) > 1:
427 for dev in devs:
454 devs = get_devs(server_head)
455 for dev in devs:
/developtools/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts89 let devs = { variable
92 expect(spRecordTrace.compareArray(devs)).toBeTruthy();
99 let devs = { variable
102 expect(spRecordTrace.compareArray(!devs)).toBeTruthy();
/developtools/hdc/src/host/
Dext_client.cpp191 vector<string> devs; in UpdateList() local
192 Base::SplitString(str, "\n", devs); in UpdateList()
193 for (size_t i = 0; i < devs.size(); i++) { in UpdateList()
194 string::size_type pos = devs[i].find("\t"); in UpdateList()
195 if (pos != string::npos || (pos = devs[i].find(" ")) != string::npos) { in UpdateList()
196 string key = devs[i].substr(0, pos); in UpdateList()
Dclient.cpp673 vector<string> devs; in UpdateList() local
674 Base::SplitString(str, "\n", devs); in UpdateList()
675 for (size_t i = 0; i < devs.size(); i++) { in UpdateList()
676 string::size_type pos = devs[i].find("\t"); in UpdateList()
678 string key = devs[i].substr(0, pos); in UpdateList()
681 string key = devs[i]; in UpdateList()
Dhost_usb.cpp212 libusb_device **devs = nullptr; in WatchUsbNodeChange() local
217 ssize_t cnt = libusb_get_device_list(thisClass->ctxUSB, &devs); in WatchUsbNodeChange()
224 while ((dev = devs[i++]) != nullptr) { // must postfix++ in WatchUsbNodeChange()
236 libusb_free_device_list(devs, 1); in WatchUsbNodeChange()
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts397 compareArray(devs: Array<string>): boolean {
399 if (devs.length != this.deviceSelect!.options.length) {
406 devs.forEach((value) => {
418 let devs: string[] = res.trim().replace(/\r\n/g, '\r').replace(/\n/g, '\r').split(/\r/);
419 if (devs.length == 1 && devs[0].indexOf('Empty') != -1) {
423 let clearFlag = this.compareArray(devs);
426 if (devs.length == 0) {
430 for (let i = 0 ; i < devs.length ; i++) {
431 let dev = devs[i];
448 HdcDeviceManager.getDevices().then((devs: USBDevice[]) => {
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecordTrace.ts397 compareArray(devs: Array<string>): boolean {
399 if (devs.length != this.deviceSelect!.options.length) {
406 devs.forEach((value) => {
418 let devs: string[] = res.trim().replace(/\r\n/g, '\r').replace(/\n/g, '\r').split(/\r/);
419 if (devs.length == 1 && devs[0].indexOf('Empty') != -1) {
423 let clearFlag = this.compareArray(devs);
426 if (devs.length == 0) {
430 for (let i = 0; i < devs.length; i++) {
431 let dev = devs[i];
448 HdcDeviceManager.getDevices().then((devs: USBDevice[]) => {
[all …]
/developtools/profiler/hiebpf/include/
Dvmlinux.h43071 struct request_queue *devs[0]; member
52482 struct device devs; member
101252 } devs[8]; member
133846 struct xhci_virt_device *devs[256]; member