/external/autotest/client/cros/multimedia/ |
D | usb_facade_native.py | 307 def _find_usb_device_bus_id(self, product_name): argument 326 return read_product_name == product_name 345 'Bus ID of %s found: %s', product_name, bus_id) 348 logging.error('Bus ID of %s not found', product_name) 352 def has_found_device(self, product_name): argument 361 return self._device_product_name == product_name 364 def find_usb_device(self, product_name): argument 374 device_bus_id = self._find_usb_device_bus_id(product_name) 377 raise USBDeviceDriversManagerError(error_message % product_name) 379 self._device_product_name = product_name
|
/external/syslinux/com32/hdt/ |
D | hdt-menu-summary.c | 86 hardware->dmi.system.product_name); in compute_summarymenu() 88 "System Product Name: %s", hardware->dmi.system.product_name); in compute_summarymenu() 188 pci_device->dev_info->product_name); in compute_summarymenu()
|
D | hdt-menu-pci.c | 54 pci_device->dev_info->product_name); in compute_pci_device() 56 pci_device->dev_info->product_name); in compute_pci_device() 175 pci_device->dev_info->product_name); in compute_PCI()
|
D | hdt-cli-pci.c | 115 more_printf("Product Name : %s\n", pci_device->dev_info->product_name); in show_pci_device() 195 pci_device->dev_info->product_name); in show_pci_devices() 253 pci_device->dev_info->product_name); in show_pci_irq()
|
D | hdt-menu-pxe.c | 97 p->pci_device->dev_info->product_name); in compute_PXE() 99 p->pci_device->dev_info->product_name); in compute_PXE()
|
D | hdt-menu-dmi.c | 47 snprintf(buffer, sizeof buffer, "Product : %s", dmi->system.product_name); in compute_system() 49 dmi->system.product_name); in compute_system() 196 dmi->base_board.product_name); in compute_motherboard() 198 dmi->base_board.product_name); in compute_motherboard()
|
D | hdt-menu-kernel.c | 78 pci_device->dev_info->product_name); in compute_kernel()
|
D | hdt-cli-pxe.c | 74 p->pci_device->dev_info->product_name); in main_show_pxe()
|
D | hdt-dump-pxe.c | 55 add_s("Product_name", hardware->pxe.pci_device->dev_info->product_name); in dump_pxe()
|
D | hdt-dump-pci.c | 95 pci_device->dev_info->product_name); in dump_pci()
|
D | hdt-dump.c | 55 dump_options[2].item = hardware->dmi.system.product_name; in get_value_from_option()
|
/external/syslinux/com32/gplinclude/dmi/ |
D | dmi_base_board.h | 44 char product_name[BASE_BOARD_PRODUCT_NAME_SIZE]; member
|
D | dmi_system.h | 30 char product_name[SYSTEM_PRODUCT_NAME_SIZE]; member
|
/external/google-breakpad/src/client/linux/sender/ |
D | google_crash_report_sender.cc | 39 DEFINE_string(product_name, "",
|
/external/libchrome/base/ |
D | file_version_info.h | 57 virtual base::string16 product_name() = 0;
|
D | file_version_info_unittest.cc | 72 EXPECT_EQ(kExpectedValues[j++], version_info->product_name()); in TEST()
|
/external/curl/packages/vms/ |
D | build_gnv_curl_pcsi_text.com | 69 $ product_name = " ''majorver'.''minorver'" 71 $ product_name = " ''majorver'.''minorver'-''updatepatch'"
|
/external/syslinux/com32/modules/ |
D | pcitest.c | 90 pci_device->dev_info->product_name); in display_pci_devices()
|
D | dmitest.c | 103 moreprintf("\tProduct Name %s\n", dmi->system.product_name); in display_system() 116 moreprintf("\tProduct Name %s\n", dmi->base_board.product_name); in display_base_board()
|
/external/syslinux/com32/lib/pci/ |
D | scan.c | 293 strlcpy(dev->dev_info->product_name, "unknown", 7); in get_name_from_pci_ids() 372 strlcpy(dev->dev_info->product_name, product, in get_name_from_pci_ids() 409 strlcpy(dev->dev_info->product_name, product, in get_name_from_pci_ids()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | 3c515.c | 218 const char *product_name; member 659 vp->product_name = "3c515"; in corkscrew_found_device() 683 printf("3Com %s at 0x%hX, ", vp->product_name, ioaddr); in corkscrew_probe1()
|
/external/syslinux/com32/lua/doc/ |
D | syslinux.asc | 153 print(dmitable["system.product_name"]) 156 if ( string.match(dmitable["system.product_name"], "ESPRIMO P7935") ) then
|
/external/syslinux/com32/include/sys/ |
D | pci.h | 29 char product_name[PCI_PRODUCT_NAME_SIZE]; member
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_msi.py | 242 product_name = "Python %s %s" % (self.target_version, fullname) 244 product_name = "Python %s" % (fullname) 246 product_name, msilib.gen_uuid(),
|
/external/syslinux/com32/gpllib/dmi/ |
D | dmi.c | 647 strlcpy(dmi->system.product_name, dmi_string(h, data[0x05]), in dmi_decode() 648 sizeof(dmi->system.product_name)); in dmi_decode() 671 strlcpy(dmi->base_board.product_name, dmi_string(h, data[0x05]), in dmi_decode() 672 sizeof(dmi->base_board.product_name)); in dmi_decode()
|