/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 17 <h2 id="brand-android">Android</h2> 19 <p>The following are guidelines for the Android brand 26 <img alt="" src="{@docRoot}images/brand/mediaplayer.png"> 56 <img alt="" src="{@docRoot}images/brand/Android_Robot_100.png" 59 <a href="{@docRoot}images/brand/Android_Robot_100.png">100x118</a> | 60 <a href="{@docRoot}images/brand/Android_Robot_200.png">200x237</a><br> 61 <a href="{@docRoot}downloads/brand/Android_Robot_outlined.ai">Illustrator (.ai)</a></p> 83 <img alt="" src="{@docRoot}images/brand/android_logo_no.png"> 92 <h2 id="brand-google_play">Google Play</h2 [all...] |
badges.jd | 23 <p>For guidelines when using the Google Play badge and other brand assets, 24 see the <a href="{@docRoot}distribute/googleplay/promote/brand.html#brand-google_play">Brand 71 var imagePath = "https://developer.android.com/images/brand/" 332 <label for="ws"><img src="{@docRoot}images/brand/en_app_rgb_wo_45.png" 336 <label for="wm"><img src="{@docRoot}images/brand/en_app_rgb_wo_60.png" 342 <label for="ns"><img src="{@docRoot}images/brand/en_generic_rgb_wo_45.png" 346 <label for="nm"><img src="{@docRoot}images/brand/en_generic_rgb_wo_60.png"
|
/external/chromium/chrome/common/ |
attrition_experiments.h | 23 // locale/brand. 26 // A comma-separated list of brand codes that are associated with Skype.
|
/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.
|
/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)) {
|
/packages/inputmethods/LatinIME/java/res/values/ |
keypress-vibration-durations.xml | 24 <item>MODEL=Nexus S:BRAND=google,5</item> 26 <item>MODEL=Galaxy Nexus:BRAND=google,5</item> 28 <item>MODEL=Nexus 4:BRAND=google,8</item> 30 <item>MODEL=Nexus 10:BRAND=google,16</item>
|
/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/marisa-trie/ |
README | 16 This project *marisa-trie* provides a C++ library *libmarisa* and command line tools *`marisa-*`* for building and operating nesting patricia tries. The brand-new dictionary structure is designed to be static and space efficient. Also, *marisa-trie* enables not only simple lookups but also prefix searches and predictive searches.
|
/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
|
/docs/source.android.com/src/ |
license.jd | 62 license, note that proprietary trademarks and brand features are not 65 <li>Google's trademarks and other brand features (including the 70 href="http://developer.android.com/distribute/googleplay/promote/brand.html">Brand Guidelines</a> for
|
/frameworks/base/docs/html/ |
license.jd | 62 license, note that proprietary trademarks and brand features are not 65 <li>Google's trademarks and other brand features (including the 70 href="{@docRoot}distribute/googleplay/promote/brand.html">Brand Guidelines</a> for
|
/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)));
|
/frameworks/base/docs/html/distribute/googleplay/policies/ |
ip.jd | 166 For example, if your app displays the brand, icon, or title from another app 179 party's work by prominently featuring their brand names or trademarks in your 209 person or entity (or brand) name in your app title or description. 237 A trademark is a brand that uniquely identifies a product and distinguishes 263 not owned by you, or if you are not sure whether a brand is a trademark, you 303 A common misunderstanding is believing that your app may use a brand or
|
/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(),
|
/build/tools/ |
buildinfo.sh | 19 echo "ro.product.brand=$PRODUCT_BRAND"
|