Home
last modified time | relevance | path

Searched refs:Names (Results 1 – 13 of 13) sorted by relevance

/frameworks/support/v7/appcompat/
DTHEMES.txt49 Names: Theme.Base.AppCompat, Theme.Base.AppCompat.Light and Theme.Base.AppCompat.Light.DarkActionBar
61 Names: Theme.AppCompat, Theme.AppCompat.Light and Theme.AppCompat.Light.DarkActionBar
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp371 const llvm::NamedMDNode *Names, in populateForEachMetadata() argument
373 if (!Names && !Signatures && mCompilerVersion == 0) { in populateForEachMetadata()
419 if (Names) { in populateForEachMetadata()
421 llvm::MDNode *Name = Names->getOperand(i); in populateForEachMetadata()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h85 bool populateForEachMetadata(const llvm::NamedMDNode *Names,
/frameworks/base/docs/html/guide/topics/manifest/
Dpermission-tree-element.jd18 ….pm.PackageManager#addPermission PackageManager.addPermission()}</code>. Names within the tree ar…
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp749 SmallVector<StringRef, 4> Names; in WriteModuleMetadataStore() local
750 M->getMDKindNames(Names); in WriteModuleMetadataStore()
752 if (Names.empty()) return; in WriteModuleMetadataStore()
756 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { in WriteModuleMetadataStore()
758 StringRef KName = Names[MDKindID]; in WriteModuleMetadataStore()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp748 SmallVector<StringRef, 4> Names; in WriteModuleMetadataStore() local
749 M->getMDKindNames(Names); in WriteModuleMetadataStore()
751 if (Names.empty()) return; in WriteModuleMetadataStore()
755 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { in WriteModuleMetadataStore()
757 StringRef KName = Names[MDKindID]; in WriteModuleMetadataStore()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp777 SmallVector<StringRef, 4> Names; in WriteModuleMetadataStore() local
778 M->getMDKindNames(Names); in WriteModuleMetadataStore()
780 if (Names.empty()) return; in WriteModuleMetadataStore()
784 for (unsigned MDKindID = 0, e = Names.size(); MDKindID != e; ++MDKindID) { in WriteModuleMetadataStore()
786 StringRef KName = Names[MDKindID]; in WriteModuleMetadataStore()
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-details.jd51 The <a href="retrieve-names.html">Retrieving Contact Names</a> lesson shows how to
63 in more detail in the <a href="retrieve-names.html">Retrieving Contact Names</a> lesson.
/frameworks/base/docs/html/ndk/guides/
Dandroid_mk.jd129 <li>Names that begin with {@code LOCAL_}, such as {@code LOCAL_MODULE}.</li>
130 <li>Names that begin with {@code PRIVATE_}, {@code NDK_}, or {@code APP}. The build system uses
/frameworks/base/docs/html/tools/data-binding/
Dguide.jd50 <a href="#custom_binding_class_names">Custom Binding Class Names</a>
564 Custom Binding Class Names
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dservices.jd171 <li><strong>Package Names</strong> - Specify the package names of applications whose accessibility
/frameworks/base/docs/html/tools/help/
DMonkeyDevice.jd665 <a href="#table1">Table 1. Property Variable Names</a>.
/frameworks/base/docs/html/tools/testing/
Dtesting_android.jd46 <a href="#PackageNames">Working With Package Names</a>