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

1 2 3

  /external/autotest/client/cros/multimedia/
usb_facade_native.py 307 def _find_usb_device_bus_id(self, product_name):
310 @param product_name: The product name of the USB device as it appears
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):
355 @param product_name: The product name of the USB device as it appears
361 return self._device_product_name == product_name
364 def find_usb_device(self, product_name):
367 @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:__anon36965
dmi_system.h 30 char product_name[SYSTEM_PRODUCT_NAME_SIZE]; member in struct:__anon36980
  /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;
  /test/vts/utils/native/libprofiling/
VtsProfilingInterface.cpp 88 char product_name[PROPERTY_VALUE_MAX]; local
91 property_get("ro.build.product", product_name, "unknown_product");
94 string(product_name) + "_" + string(device_id) + "_" +
  /system/core/mkbootimg/
unpack_bootimg 61 product_name = unpack('16s', args.boot_img.read(16))
62 print('product name: %s' % 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);
  /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/autotest/client/common_lib/cros/manual/
get_usb_devices.py 156 def get_list_by_product(usbdata, product_name):
157 """retrive the list of dictionary based on product_name
163 if product_name == _data['Product']:
  /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"
  /external/syslinux/com32/include/sys/
pci.h 29 char product_name[PCI_PRODUCT_NAME_SIZE]; member in struct:pci_dev_info
  /system/iot/attestation/at-factory-tool/
atftman.py 122 product_name: The name for the product.
126 def __init__(self, product_id, product_name, product_attributes, vboot_key):
128 self.product_name = product_name
922 product_name = file_object.get(self.JSON_PRODUCT_NAME)
925 if not product_name or not attribute_string or not vboot_key_string:
    [all...]
  /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 473 milliseconds

1 2 3