HomeSort by relevance Sort by last modified time
    Searched refs:product_name (Results 1 - 25 of 44) sorted by null

1 2

  /external/autotest/client/cros/multimedia/
usb_facade_native.py 308 def _find_usb_device_bus_id(self, product_name):
311 @param product_name: The product name of the USB device as it appears
327 return read_product_name == product_name
346 'Bus ID of %s found: %s', product_name, bus_id)
349 logging.error('Bus ID of %s not found', product_name)
353 def has_found_device(self, product_name):
356 @param product_name: The product name of the USB device as it appears
362 return self._device_product_name == product_name
365 def find_usb_device(self, product_name):
368 @param product_name: The product name of the USB device as it appear
    [all...]
  /external/syslinux/com32/gplinclude/dmi/
dmi_base_board.h 44 char product_name[BASE_BOARD_PRODUCT_NAME_SIZE]; member in struct:__anon31870
dmi_system.h 30 char product_name[SYSTEM_PRODUCT_NAME_SIZE]; member in struct:__anon31885
  /test/vts/drivers/libprofiling/
VtsProfilingInterface.cpp 67 char product_name[PROPERTY_VALUE_MAX]; local
70 property_get("ro.build.product", product_name, "unknown_product");
72 string file_path = trace_file_path_ + "_" + string(product_name) + "_"
  /external/google-breakpad/src/client/linux/sender/
google_crash_report_sender.cc 39 DEFINE_string(product_name, "",
  /external/libchrome/base/
file_version_info.h 57 virtual base::string16 product_name() = 0;
file_version_info_unittest.cc 48 L"This is the product name", // product_name
72 EXPECT_EQ(kExpectedValues[j++], version_info->product_name());
  /external/syslinux/com32/hdt/
hdt-cli-pxe.c 74 p->pci_device->dev_info->product_name);
hdt-menu-kernel.c 78 pci_device->dev_info->product_name);
hdt-menu-pxe.c 97 p->pci_device->dev_info->product_name);
99 p->pci_device->dev_info->product_name);
hdt-dump-pxe.c 52 add_s("Product_name","no_pci_ids_file or no device found");
55 add_s("Product_name", hardware->pxe.pci_device->dev_info->product_name);
hdt-cli-pci.c 115 more_printf("Product Name : %s\n", pci_device->dev_info->product_name);
195 pci_device->dev_info->product_name);
253 pci_device->dev_info->product_name);
hdt-menu-pci.c 54 pci_device->dev_info->product_name);
56 pci_device->dev_info->product_name);
175 pci_device->dev_info->product_name);
hdt-menu-summary.c 86 hardware->dmi.system.product_name);
88 "System Product Name: %s", hardware->dmi.system.product_name);
188 pci_device->dev_info->product_name);
hdt-dump-pci.c 94 add_s("pci_device.product_name",
95 pci_device->dev_info->product_name);
hdt-menu-dmi.c 47 snprintf(buffer, sizeof buffer, "Product : %s", dmi->system.product_name);
49 dmi->system.product_name);
196 dmi->base_board.product_name);
198 dmi->base_board.product_name);
hdt-dump.c 55 dump_options[2].item = hardware->dmi.system.product_name;
  /external/syslinux/com32/modules/
pcitest.c 90 pci_device->dev_info->product_name);
dmitest.c 103 moreprintf("\tProduct Name %s\n", dmi->system.product_name);
116 moreprintf("\tProduct Name %s\n", dmi->base_board.product_name);
  /build/kati/
shellutil_test.go 32 in: "product_name",
  /external/curl/packages/vms/
build_gnv_curl_pcsi_text.com 69 $ product_name = " ''majorver'.''minorver'"
71 $ product_name = " ''majorver'.''minorver'-''updatepatch'"
73 $ product_line = product_line + " ''product_name' full"
pcsi_product_gnv_curl.com 120 $ product_name = f$element(2, "-", kit_name)
173 $product package 'product_name' -
191 'product_name' -
  /external/syslinux/com32/include/sys/
pci.h 29 char product_name[PCI_PRODUCT_NAME_SIZE]; member in struct:pci_dev_info
  /external/syslinux/com32/lib/pci/
scan.c 250 /* assign the product_name to any matching pci device */
293 strlcpy(dev->dev_info->product_name, "unknown", 7);
366 /* assign the product_name to any matching pci device */
372 strlcpy(dev->dev_info->product_name, product,
401 /* assign the product_name to any matching pci device */
409 strlcpy(dev->dev_info->product_name, product,
  /external/syslinux/gpxe/src/drivers/net/
3c515.c 218 const char *product_name; member in struct:corkscrew_private
659 vp->product_name = "3c515";
683 printf("3Com %s at 0x%hX, ", vp->product_name, ioaddr);

Completed in 296 milliseconds

1 2