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

  /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/google-breakpad/src/client/linux/sender/
google_crash_report_sender.cc 39 DEFINE_string(product_name, "",
  /external/libchrome/base/
file_version_info.h 73 virtual base::string16 product_name() = 0;
file_version_info_unittest.cc 45 L"This is the product name", // product_name
69 EXPECT_EQ(kExpectedValues[j++], version_info->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' -
build_gnv_curl_pcsi_desc.com 91 $ product_name = " ''majorver'.''minorver'"
93 $ product_name = " ''majorver'.''minorver'-''updatepatch'"
95 $ product_line = product_line + " ''product_name' full;"
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
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(),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
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(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
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(),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
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(),
    [all...]
  /build/
envsetup.sh 4 - lunch: lunch <product_name>-<build_variant>
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 1743 def product_name(self): member in class:DeviceUtils
    [all...]

Completed in 416 milliseconds