Home
last modified time | relevance | path

Searched refs:vendor (Results 301 - 325 of 618) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/libinput/test/
H A Dlitest-device-synaptics-rmi4.c81 .vendor = 0x6cb,
H A Dlitest-device-synaptics-t440.c75 .vendor = 0x2,
H A Dlitest-device-synaptics-x220.c75 .vendor = 0x2,
H A Dlitest-device-synaptics-hover.c77 .vendor = 0x2,
H A Dlitest-device-wacom-cintiq-13hdt-pen.c110 .vendor = 0x56a,
H A Dlitest-device-wacom-cintiq-24hd-pen.c110 .vendor = 0x56a,
H A Dlitest-device-yubikey.c31 .vendor = 0x1050,
H A Dlitest-device-atmel-hover.c91 .vendor = 0x0,
H A Dlitest-device-bcm5974.c102 .vendor = 0x5ac,
H A Dlitest-device-alps-semi-mt.c77 .vendor = 0x2,
H A Dlitest-device-wacom-calibrated-tablet.c112 .vendor = 0x56a,
H A Dlitest-device-wacom-bamboo-2fg-pen.c89 .vendor = 0x56a,
H A Dlitest-device-wacom-bamboo-16fg-pen.c89 .vendor = 0x56a,
H A Dlitest.h1299 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 Dcpu.h37 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 DSystemInfo.h94 // 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 Deap_gtc.c27 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 Deap.h27 int vendor; member
H A Deap_i.h25 int vendor; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_gtc.c27 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 Deap.h27 int vendor; member
H A Deap_i.h25 int vendor; member
/vendor/ohemu/common/
H A Dqemu-run174 ./vendor/ohemu/common/qemu_mini_test_monitor.sh $test_file &
/third_party/backends/backend/
H A Depson2.c523 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 Dscanserviceability_fuzzer.cpp326 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