Searched refs:Names (Results 1 – 13 of 13) sorted by relevance
/frameworks/support/v7/appcompat/ |
D | THEMES.txt | 49 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/ |
D | MetadataExtractor.cpp | 371 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/ |
D | MetadataExtractor.h | 85 bool populateForEachMetadata(const llvm::NamedMDNode *Names,
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | permission-tree-element.jd | 18 ….pm.PackageManager#addPermission PackageManager.addPermission()}</code>. Names within the tree ar…
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 749 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/ |
D | BitcodeWriter.cpp | 748 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/ |
D | BitcodeWriter.cpp | 777 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/ |
D | retrieve-details.jd | 51 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/ |
D | android_mk.jd | 129 <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/ |
D | guide.jd | 50 <a href="#custom_binding_class_names">Custom Binding Class Names</a> 564 Custom Binding Class Names
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | services.jd | 171 <li><strong>Package Names</strong> - Specify the package names of applications whose accessibility
|
/frameworks/base/docs/html/tools/help/ |
D | MonkeyDevice.jd | 665 <a href="#table1">Table 1. Property Variable Names</a>.
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_android.jd | 46 <a href="#PackageNames">Working With Package Names</a>
|