HomeSort by relevance Sort by last modified time
    Searched full:brand (Results 1 - 25 of 1726) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/
attrition_experiments.h 23 // locale/brand.
26 // A comma-separated list of brand codes that are associated with Skype.
  /external/chromium/chrome/browser/rlz/
rlz.cc 52 bool SendFinancialPing(const std::wstring& brand, const std::wstring& lang,
57 std::string brand_ascii(WideToASCII(brand));
141 std::wstring brand; local
142 GoogleUpdateSettings::GetBrand(&brand);
145 if (SendFinancialPing(brand, lang, referral, is_organic(brand))) {
153 static bool is_organic(const std::wstring& brand) {
154 return (brand.size() < 2) ? false : (brand.substr(0, 2) == L"GG");
176 std::wstring brand; local
    [all...]
rlz.h 36 // If the chrome brand is organic (no partners) then the RLZ library is not
  /external/chromium/chrome/browser/search_engines/
search_terms_data.cc 81 string16 brand; local
82 if (GoogleUpdateSettings::GetBrand(&brand) && !brand.empty() &&
83 !GoogleUpdateSettings::IsOrganic(brand)) {
  /external/quake/quake/src/WinQuake/data/
HELP.TXT 42 problem, we need to know the device brand name
72 Video card brand and model: (only if video problem)
73 Audio card brand and model: (only if audio problem)
74 Modem brand and model: (only if modem problem)
75 Network card brand and model: (only if netgame problem)
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 54 * (BRAND)/(PRODUCT)/(DEVICE):(VERSION.RELEASE)/(BUILD_ID)/
66 assertEquals(Build.BRAND, fingerprintSegs[0]);
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 61 assertNotEmpty("BRAND", Build.BRAND);
  /external/chromium/chrome/browser/google/
google_update_settings_unittest.cc 36 // Test some brand codes to ensure that future changes to this method won't
  /external/chromium/chrome/browser/cocoa/
keystone_glue.mm 71 // Constants for the brand file (uses an external file so it can survive updates
75 #define kBrandFileName @"Google Chrome Brand.plist";
77 #define kBrandFileName @"Chromium Brand.plist";
227 // Returns the brand file path to use for Keystone.
350 // Having a channel means Dev/Beta, so there is no brand code to go with
359 // If there is a system brand file, use it.
390 // If Keystone hasn't been installed yet, the location the brand file
399 LOG(ERROR) << "Failed to create the directory for the brand file";
406 // Had stored brand, use it.
474 // Brand path and brand key must be cleared together or ksadmin seem
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
keystone_promote_preflight.sh 55 # Make sure the directory for the system brand file exists.
62 # Copy the brand file
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
flipcase.good 2 09 - 02 - 2002 00.00 Brand New Tmc 2 -
flipcase.inp 2 09 - 02 - 2002 00.00 Brand New Tmc 2 -
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 65 VAR_MAP.put("build.brand", new StaticVarGetter(Build.BRAND));
74 VAR_MAP.put("build.brand", new StaticVarGetter(Long.toString(Build.TIME)));
  /external/chromium/chrome/browser/extensions/
extension_rlz_module.cc 151 std::string brand; local
152 EXTENSION_FUNCTION_VALIDATE(args_->GetString(3, &brand));
170 signature.c_str(), brand.c_str(),
  /frameworks/base/docs/html/
license.jd 59 license, note that proprietary trademarks and brand features are not
62 <li>Google's trademarks and other brand features (including the
65 Guidelines for Third Party Use of Google Brand Features</a> for
  /build/tools/
buildinfo.sh 19 echo "ro.product.brand=$PRODUCT_BRAND"
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.h 51 // user clicked on the star. (if NO, this is a brand new bookmark).
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher.jd 74 <li>Promote the brand and tell the story of the app.</li>
79 <h3 id="promoting_brand_story">Promote the brand story</h3>
81 <p>App launcher icons are an opportunity to showcase the brand and hint at the story of what your
86 <li>Use a color scheme that suits your brand.</li>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 102 xml.attribute(null, "brand", Build.BRAND);
  /external/bison/
THANKS 32 H. Merijn Brand h.m.brand@hccnet.nl
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 302 std::wstring brand; local
303 GoogleUpdateSettings::GetBrand(&brand);
304 return GoogleUpdateSettings::IsOrganicFirstRun(brand);
  /development/pdk/docs/porting/
usersguide.jd 25 the work to Google Inc. No Google or third-party trademarks or brand features
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
HttpClientFactory.java 121 Build.BRAND,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h 155 char brand; /* hardware type */ member in struct:scc_hw_config
  /system/bluetooth/data/
main.conf 9 # %b - substituted for ro.product.brand

Completed in 1113 milliseconds

1 2 3 4 5 6 7 8 91011>>