Searched refs:pub (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | linking.jd | 62 <pre>http://play.google.com/store/search?q=pub:<publisher_name></pre> 66 <pre>market://search?q=pub:<publisher_name></pre> 72 …<a href="http://play.google.com/store/search?q=pub:Google Inc.">http://play.google.com/store/searc… 178 <td><nobr><code>http://play.google.com/store/search?q=pub:<publisher_name></code></nobr></td> 179 <td><nobr><code>market://search?q=pub:<publisher_name></code></nobr></td>
|
D | badges.jd | 89 $("#snippet").show().html(linkStartCode + "search?q=pub:" + publisherName 92 $("#button-preview").html(linkStart + "search?q=pub:" + publisherName
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | linking.jd | 77 <pre>http://play.google.com/store/search?q=pub:<publisher_name></pre> 81 <pre>market://search?q=pub:<publisher_name></pre> 87 …<a href="http://play.google.com/store/search?q=pub:Google Inc.">http://play.google.com/store/searc… 209 <td><nobr><code>http://play.google.com/store/search?q=pub:<publisher_name></code></nobr></td> 210 <td><nobr><code>market://search?q=pub:<publisher_name></code></nobr></td>
|
D | badges.jd | 108 $("#snippet").show().html(linkStartCode + "search?q=pub:" + publisherName 111 $("#button-preview").html(linkStart + "search?q=pub:" + publisherName
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | KeySetManagerService.java | 706 PublicKey pub = PackageParser.parsePublicKey(encodedPublicKey); in readPublicKeyLPw() local 707 if (pub != null) { in readPublicKeyLPw() 708 mPublicKeys.put(identifier, pub); in readPublicKeyLPw()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 407 void setPublic(bool pub) { mPublic = pub; } in setPublic() argument 557 void writePublicDefinitions(const String16& package, FILE* fp, bool pub);
|
D | Resource.cpp | 2017 static String8 getSymbolPackage(const String8& symbol, const sp<AaptAssets>& assets, bool pub) { in getSymbolPackage() argument 2022 return pub ? assets->getPackage() : assets->getSymbolsPrivatePackage(); in getSymbolPackage() 2303 const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0; in writeLayoutClasses() local 2317 getSymbolPackage(name8, assets, pub).string(), in writeLayoutClasses() 2327 if (pub) { in writeLayoutClasses() 2340 getSymbolPackage(name8, assets, pub).string(), in writeLayoutClasses() 2445 const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0; in writeTextLayoutClasses() local
|
D | ResourceTable.cpp | 3271 void ResourceTable::writePublicDefinitions(const String16& package, FILE* fp, bool pub) in writePublicDefinitions() argument 3293 if (c->getPublic() != pub) { in writePublicDefinitions() 3302 if (pub) { in writePublicDefinitions() 3311 if (!pub) { in writePublicDefinitions()
|