/frameworks/base/docs/html/distribute/googleplay/promote/ |
badge-files.jd | 15 <img src="{@docRoot}images/brand/en_generic_rgb_wo_60.png" alt="Get It On Google Play"> 21 <a href="{@docRoot}downloads/brand/en_generic_rgb_wo.ai">English (English)</a><br/> 23 <a href="{@docRoot}downloads/brand/af_generic_rgb_wo.ai">Afrikaans (Afrikaans)</a><br/> 25 <a href="{@docRoot}downloads/brand/ar_generic_rgb_wo.ai">??????? (Arabic)</a><br/> 27 <a href="{@docRoot}downloads/brand/be_generic_rgb_wo.ai">?????????? (Belarusian)</a><br/> 29 <a href="{@docRoot}downloads/brand/bg_generic_rgb_wo.ai">????????? (Bulgarian)</a><br/> 31 <a href="{@docRoot}downloads/brand/ca_generic_rgb_wo.ai">Català (Catalan)</a><br/> 33 <a href="{@docRoot}downloads/brand/zh-cn_generic_rgb_wo.ai">?? (??) (Chinese)</a><br/> 35 <a href="{@docRoot}downloads/brand/zh-hk_generic_rgb_wo.ai">?????) (Chinese Hong Kong)</a><br/> 37 <a href="{@docRoot}downloads/brand/zh-tw_generic_rgb_wo.ai">?? (??) (Chinese Taiwan)</a><br/ [all...] |
brand.jd | 1 page.title=Brand Guidelines 10 <h2 id="brand-android">Android</h2> 12 <p>The following are guidelines for the Android brand 19 <img alt="" src="{@docRoot}images/brand/mediaplayer.png"> 49 <img alt="" src="{@docRoot}images/brand/Android_Robot_100.png" 52 <a href="{@docRoot}images/brand/Android_Robot_100.png">100x118</a> | 53 <a href="{@docRoot}images/brand/Android_Robot_200.png">200x237</a><br> 54 <a href="{@docRoot}downloads/brand/Android_Robot_outlined.ai">Illustrator (.ai)</a></p> 76 <img alt="" src="{@docRoot}images/brand/android_logo_no.png"> 85 <h2 id="brand-google_play">Google Play</h2 [all...] |
/external/chromium_org/chrome/browser/google/ |
google_util_chromeos.cc | 23 // Path to file that stores the RLZ brand code on ChromeOS. 27 // Reads the brand code from file |kRLZBrandFilePath|. 29 std::string brand; local 31 if (!base::ReadFileToString(brand_file_path, &brand)) 32 LOG(WARNING) << "Brand code file missing: " << brand_file_path.value(); 33 TrimWhitespace(brand, TRIM_ALL, &brand); 34 return brand; 37 // Sets the brand code to |brand| [all...] |
google_util_chromeos.h | 15 // Returns the brand code stored in Local State that has been assigned to a 19 // Clears brand code for the current session (not persisted through browser 23 // Reads the brand code from a board-specific file and stores it to Local State.
|
google_util.cc | 109 bool GetBrand(std::string* brand) { 111 brand->assign(brand_for_testing); 118 brand->assign(WideToASCII(brand16)); 122 bool GetReactivationBrand(std::string* brand) { 126 brand->assign(WideToASCII(brand16)); 132 bool GetBrand(std::string* brand) { 134 brand->assign(brand_for_testing); 139 brand->assign(keystone_glue::BrandCode()); 141 brand->assign(google_util::chromeos::GetBrand()); 143 brand->clear() [all...] |
google_util.h | 43 // Returns in |brand| the brand code or distribution tag that has been 45 bool GetBrand(std::string* brand); 47 // Returns in |brand| the reactivation brand code or distribution tag 50 bool GetReactivationBrand(std::string* brand); 106 // True if a build is strictly organic, according to its brand code. 107 bool IsOrganic(const std::string& brand); 110 // a slightly different set of brand codes from the standard IsOrganic 112 bool IsOrganicFirstRun(const std::string& brand); [all...] |
/external/chromium_org/chrome/browser/ |
auto_launch_trial.h | 19 // based on the user's brand code: 21 // - brand RNGP auto launches Chrome on computer startup. 22 // - brand RNGQ does not. 23 // - any other brand code does whatever comes natural to it. 41 // Whether the brand is part of the experiment group for auto-launch. 44 // Whether the brand is part of the control group for auto-launch.
|
/external/chromium_org/chrome/installer/gcapi_mac/ |
gcapi.h | 25 // sets up the brand code and master prefs. 28 // |brand_code| If not NULL, a string containing the brand code Google Chrome 29 // should use. Has no effect if Google Chrome has an embedded brand 30 // code. Overwrites existing brand files. 35 // succeeded but writing of master prefs, brand code, or other noncrucial
|
/external/chromium_org/rlz/lib/ |
financial_ping_test.cc | 12 // The "GGLA" brand is used to test the normal code flow of the code, and the 13 // "TEST" brand is used to test the supplementary brand code code flow. In one 14 // case below, the brand "GOOG" is used because the code wants to use a brand 65 const char* brand = brand_string.empty() ? "GGLA" : brand_string.c_str(); local 92 points, "swg", brand, NULL, "en", false, &request)); 95 "/tools/pso/ping?as=swg&brand=%s&hl=en&" 97 , brand); 105 points, "swg", brand, "IdOk2", NULL, false, &request)) [all...] |
rlz_lib_clear.cc | 53 SupplementaryBranding::SupplementaryBranding(const char* brand) 59 ASSERT_STRING("ProductBranding: existing brand is not empty"); 63 if (brand == NULL || brand[0] == 0) { 64 ASSERT_STRING("ProductBranding: new brand is empty"); 68 g_supplemental_branding.Get() = brand;
|
/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_org/chrome/installer/util/ |
fake_product_state.h | 19 void set_brand(const std::wstring& brand) { brand_ = brand; }
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
FileTypeBox.java | 33 * Each brand is a printable four-character code, registered with ISO, that 81 * Gets the brand identifier. 83 * @return the brand identifier 90 * Sets the major brand of the file used to determine an appropriate reader. 92 * @param majorBrand the new major brand 99 * Sets the "informative integer for the minor version of the major brand". 101 * @param minorVersion the version number of the major brand 108 * Gets an informative integer for the minor version of the major brand.
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
SegmentTypeBox.java | 32 * Each brand is a printable four-character code, registered with ISO, that 80 * Gets the brand identifier. 82 * @return the brand identifier 89 * Sets the major brand of the file used to determine an appropriate reader. 91 * @param majorBrand the new major brand 98 * Sets the "informative integer for the minor version of the major brand". 100 * @param minorVersion the version number of the major brand 107 * Gets an informative integer for the minor version of the major brand.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
structseq.h | 34 /* Macro, *only* to be used to fill in brand new objects */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
structseq.h | 34 /* Macro, *only* to be used to fill in brand new objects */
|
/external/chromium_org/chrome/browser/rlz/ |
rlz_unittest.cc | 95 bool was_ping_sent_for_brand(const std::string& brand) const { 96 return pinged_brands_.count(brand) > 0; 135 virtual bool SendFinancialPing(const std::string& brand, 139 EXPECT_FALSE(brand.empty()); 140 pinged_brands_.insert(brand); 161 void SetMainBrand(const char* brand); 162 void SetReactivationBrand(const char* brand); 164 void SetRegistryBrandValue(const wchar_t* name, const char* brand); 184 // Make sure a non-organic brand code is set in the registry or the RLZTracker 190 void RlzLibTest::SetMainBrand(const char* brand) { 257 std::string brand; local 263 std::string brand; local [all...] |
/external/chromium_org/chrome/common/ |
attrition_experiments.h | 21 // A comma-separated list of brand codes that are associated with Skype.
|
/frameworks/base/docs/html/design/style/ |
branding.jd | 6 everyone else's. In Android, your app can shine as an extension of your brand. </p> 10 <p>Use your brand color for accent by overriding the Android framework's default blue in UI elements like checkboxes, progress bars, radio buttons, sliders, tabs, and scroll indicators.</p> 62 Example of a the logo in the action bar. This works well in cases where the brand's logo matches the name of the app. 73 and they have a distinctive look intended to fit your brand, use them on your 74 Android app as well. <strong>If you take this approach, make sure your brand styling is 85 Android's, use Android's symbol but give it your brand's styling. That way, users will 90 your other icons as a part of your brand.</p> 96 <p>The brand's normal icon for sharing on other platforms is a right arrow. 110 brand new app only for Android? In this case, use Android's standard icons and rely
|
/external/chromium_org/chrome/installer/gcapi/ |
gcapi_omaha_experiment.h | 22 // Writes a reactivation brand code experiment label in the Chrome product and 30 // Writes a relaunch brand code experiment label in the Chrome product and
|
/external/chromium_org/rlz/test/ |
rlz_unittest_main.cc | 28 // Now re-run all the tests using a supplementary brand code. This brand
|
/external/chromium_org/rlz/chromeos/lib/ |
rlz_value_store_chromeos.cc | 29 // Brand name used when there is no supplementary brand name. 59 std::string brand = SupplementaryBranding::GetBrand(); local 60 if (brand.empty()) 61 brand = kNoSupplementaryBrand; 62 return key + "." + GetAccessPointName(access_point) + "." + brand; 67 std::string brand = SupplementaryBranding::GetBrand(); local 68 if (brand.empty()) 69 brand = kNoSupplementaryBrand; 70 return key + "." + GetProductName(product) + "." + brand; [all...] |
/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...] |
/external/chromium_org/chrome/browser/extensions/updater/ |
manifest_fetch_data.cc | 89 // Append brand code, rollcall and active ping parameters. 92 std::string brand; local 93 google_util::GetBrand(&brand); 94 if (!brand.empty() && !google_util::IsOrganic(brand)) 95 parts.push_back("brand=" + brand);
|
/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)) {
|