Home
last modified time | relevance | path

Searched refs:packages (Results 1 – 11 of 11) sorted by relevance

/build/tools/droiddoc/templates/
Dpackage-list.cs1 <?cs each:pkg=docs.packages ?><?cs var: pkg.name ?>
Dpackages.cs22 <?cs each:pkg = docs.packages ?>
Dmacros.cs231 <?cs # A list of links to packages, for use in the side navigation of packages (panel nav) ?><?cs
232 def:package_link_list(packages) ?><?cs
233 each:pkg=packages ?>
Dhead_tag.cs31 #resize-packages-nav{border-bottom:3px solid #666;}
Dtodo.cs49 <?cs each:pkg=packages ?>
/build/target/product/security/
DREADME10 testkey -- a generic key for packages that do not otherwise specify a key.
11 platform -- a test key for packages that are part of the core platform.
13 media -- a test key for packages that are part of the media/download system.
/build/tools/droiddoc/templates-sdk/
Dcustomization.cs154 <?cs call:package_link_list(docs.packages) ?>
156 </div> <!-- end packages -->
157 </div> <!-- end resize-packages -->
/build/tools/droiddoc/src/
DStubs.java131 … HashMap<PackageInfo, List<ClassInfo>> packages = new HashMap<PackageInfo, List<ClassInfo>>(); in writeStubs() local
136 if (packages.containsKey(cl.containingPackage())) { in writeStubs()
137 packages.get(cl.containingPackage()).add(cl); in writeStubs()
141 packages.put(cl.containingPackage(), classes); in writeStubs()
149 writeXML(xmlWriter, packages, notStrippable); in writeStubs()
/build/tools/releasetools/
Dcheck_target_files_signatures367 for (old, new), packages in sorted(by_certpair.items()):
370 for i in sorted(packages):
/build/core/
Dmain.mk419 packages
558 $(info user packages for $(TARGET_DEVICE) ($(INTERNAL_PRODUCT)):)
/build/tools/droiddoc/templates/assets/
Dandroid-developer-docs.css37 #resize-packages-nav {
44 #packages-nav {