HomeSort by relevance Sort by last modified time
    Searched full:product_name (Results 201 - 225 of 490) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/qcms/
qcms.gyp 9 'product_name': 'qcms',
  /external/chromium_org/third_party/skia/gyp/
sfnt.gyp 5 'product_name': 'skia_sfnt',
xml.gyp 5 'product_name': 'skia_xml',
xps.gyp 5 'product_name': 'skia_xps',
  /external/chromium_org/tools/gyp/test/mac/debuginfo/
test.gyp 71 'product_name': 'My App',
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test.gyp 8 'product_name': 'My App',
  /external/skia/gyp/
sfnt.gyp 5 'product_name': 'skia_sfnt',
xml.gyp 5 'product_name': 'skia_xml',
xps.gyp 5 'product_name': 'skia_xps',
  /system/core/toolbox/
lsusb.c 170 char *mfg_name, *product_name, *serial; local
175 product_name = usb_device_get_product_name(dev);
179 mfg_name, product_name, serial);
182 free(product_name);
  /external/chromium/chrome/browser/
memory_details_mac.cc 157 info.product_name = version_info->product_name();
160 info.product_name = process_data_[index].name;
205 info.product_name = ASCIIToUTF16(version_info.Name());
208 info.product_name = process_data_[CHROME_BROWSER].name;
  /external/chromium_org/chrome/browser/
memory_details_mac.cc 169 info.product_name = version_info->product_name();
172 info.product_name = process_data_[index].name;
217 info.product_name = ASCIIToUTF16(version_info.Name());
220 info.product_name = process_data_[CHROME_BROWSER].name;
  /external/chromium_org/chromeos/display/
output_util.cc 149 std::string product_name; local
151 // ParseOutputDeviceData fails if it doesn't have product_name.
152 ParseOutputDeviceData(prop, nitems, &manufacturer_id, &product_name);
154 // Generates product specific value from product_name instead of product code.
156 uint32 product_code_hash = product_name.empty() ?
157 0 : base::Hash(product_name);
  /external/chromium_org/native_client_sdk/src/build_tools/
dsc2gyp.py 31 'product_name': '%(NAME)s_x86_32%(EXT)s',
45 'product_name': '%(NAME)s_x86_64%(EXT)s',
62 'product_name': 'lib%(NAME)s%(EXT)s',
77 'product_name': 'lib%(NAME)s%(EXT)s',
103 'product_name': '%(NAME)s%(EXT)s',
133 'product_name': '%(NAME)s.nmf',
  /external/chromium/base/
file_version_info_unittest.cc 43 L"This is the product name", // product_name
68 EXPECT_EQ(kExpectedValues[i][j++], version_info->product_name());
file_version_info_mac.mm 45 string16 FileVersionInfoMac::product_name() {
  /external/chromium/chrome/browser/ui/views/
update_recommended_message_box.cc 98 const string16 product_name = l10n_util::GetStringUTF16(kProductNameId); local
104 product_name)),
  /external/chromium_org/base/
file_version_info_unittest.cc 42 L"This is the product name", // product_name
67 EXPECT_EQ(kExpectedValues[i][j++], version_info->product_name());
  /external/chromium_org/chrome/common/
chrome_version_info.cc 45 return UTF16ToUTF8(version_info_->product_name());
83 return PRODUCT_NAME;
  /external/chromium_org/components/breakpad/
breakpad_client.h 53 base::string16* product_name,
90 virtual void GetProductNameAndVersion(std::string* product_name,
  /external/chromium_org/third_party/libexif/
libexif.gyp 23 'product_name': 'exif',
78 'product_name': 'libexif',
  /external/chromium_org/chrome/app/policy/
policy_templates.json 140 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing it.
157 'desc': '''Configures the default home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing it.
163 If you enable this setting, users cannot change their home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, but they can still can choose the New Tab Page as their home page.
181 'desc': '''Configures the type of the default home page in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing home page preferences. The home page can either be set to a URL you specify or set to the New Tab Page.
187 If you enable or disable this setting, users cannot change their homepage type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
205 'desc': '''Configures the default browser checks in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing them.
207 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will always check on startup whether it is the default browser and automatically register itself if possible.
209 If this setting is disabled, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will never check if it is the default browser and will disable user controls for setting this option.
211 If this setting is not set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will allow the user to control whether it is the default browser and whether user notifications should be shown when it isn't.''',
227 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing the locale
    [all...]
  /build/target/product/
core_minimal.mk 23 PRODUCT_NAME := core
full_x86.mk 41 PRODUCT_NAME := full_x86
  /external/chromium/third_party/libevent/
libevent.gyp 14 'product_name': 'event',

Completed in 514 milliseconds

1 2 3 4 5 6 7 891011>>