Searched refs:vendor (Results 301 - 325 of 618) sorted by relevance
1...<<11121314151617181920>>...25
/third_party/libinput/test/ |
H A D | litest-device-synaptics-rmi4.c | 81 .vendor = 0x6cb,
|
H A D | litest-device-synaptics-t440.c | 75 .vendor = 0x2,
|
H A D | litest-device-synaptics-x220.c | 75 .vendor = 0x2,
|
H A D | litest-device-synaptics-hover.c | 77 .vendor = 0x2,
|
H A D | litest-device-wacom-cintiq-13hdt-pen.c | 110 .vendor = 0x56a,
|
H A D | litest-device-wacom-cintiq-24hd-pen.c | 110 .vendor = 0x56a,
|
H A D | litest-device-yubikey.c | 31 .vendor = 0x1050,
|
H A D | litest-device-atmel-hover.c | 91 .vendor = 0x0,
|
H A D | litest-device-bcm5974.c | 102 .vendor = 0x5ac,
|
H A D | litest-device-alps-semi-mt.c | 77 .vendor = 0x2,
|
H A D | litest-device-wacom-calibrated-tablet.c | 112 .vendor = 0x56a,
|
H A D | litest-device-wacom-bamboo-2fg-pen.c | 89 .vendor = 0x56a,
|
H A D | litest-device-wacom-bamboo-16fg-pen.c | 89 .vendor = 0x56a,
|
H A D | litest.h | 1299 unsigned int vendor; in litest_has_palm_detect_size() local 1303 vendor = libinput_device_get_id_vendor(dev->libinput_device); in litest_has_palm_detect_size() 1305 if (vendor == VENDOR_ID_WACOM) in litest_has_palm_detect_size() 1309 if (vendor == VENDOR_ID_APPLE) in litest_has_palm_detect_size()
|
/third_party/node/deps/v8/src/base/ |
H A D | cpu.h | 37 const char* vendor() const { return vendor_; } in vendor() function in v8::base::final
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo.h | 94 // Known PCI vendor IDs 106 // Known non-PCI (i.e. Khronos-registered) vendor IDs 116 // Predicates on vendor IDs 132 // Returns a readable vendor name given the VendorID 133 std::string VendorName(VendorID vendor);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_gtc.c | 27 if (sm->m && sm->m->vendor == EAP_VENDOR_IETF && in eap_gtc_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap.h | 27 int vendor; member
|
H A D | eap_i.h | 25 int vendor; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_gtc.c | 27 if (sm->m && sm->m->vendor == EAP_VENDOR_IETF && in eap_gtc_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap.h | 27 int vendor; member
|
H A D | eap_i.h | 25 int vendor; member
|
/vendor/ohemu/common/ |
H A D | qemu-run | 174 ./vendor/ohemu/common/qemu_mini_test_monitor.sh $test_file &
|
/third_party/backends/backend/ |
H A D | epson2.c | 523 char *vendor = buf + 8; in detect_scsi() local 536 DBG(1, " vendor : %.8s\n", vendor); in detect_scsi() 546 if (strncmp(vendor, "EPSON", 5) != 0) { in detect_scsi() 581 int vendor, product; in detect_usb() local 590 status = sanei_usb_get_vendor_product(s->fd, &vendor, &product); in detect_usb() 596 /* check the vendor ID to see if we are dealing with an EPSON device */ in detect_usb() 597 if (vendor != SANE_EPSON_VENDOR_ID) { in detect_usb() 598 /* this is not a supported vendor ID */ in detect_usb() 599 DBG(1, "not an Epson device at %s (vendor i in detect_usb() 808 int vendor, product; attach_one_config() local [all...] |
/base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/ |
H A D | scanserviceability_fuzzer.cpp | 326 std::string vendor = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestSetScannerInfo() local 330 currentDevice.vendor = vendor.c_str(); in TestSetScannerInfo() 331 currentDevice.vendor = model.c_str(); in TestSetScannerInfo()
|
Completed in 12 milliseconds
1...<<11121314151617181920>>...25