Searched defs:ND (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt/
H A DPackage.cpp249 const size_t ND = dir->getDirs().size(); local
251 for (i=0; i<ND; i++) {
H A DAaptAssets.cpp1837 const size_t ND = mDirs.size(); local
1860 for (j = 0; j < ND; j++) {
1871 for (i = 0; i < ND; i++) {
1879 for (j = i+1; j < ND; j++) {
1900 const size_t ND=getDirs().size(); local
1902 for (i=0; i<ND; i++) {
2426 const size_t ND = resdirs.size(); local
2427 for (size_t i=0; i<ND; i++) {
H A DCommand.cpp809 const size_t ND = densities.size(); local
810 for (size_t i=0; i<ND; i++) {
1466 const size_t ND = densities.size(); local
1467 for (size_t i=0; i<ND; i++) {
/frameworks/compile/slang/
H A Dslang_rs_context.cpp158 clang::NamedDecl *const ND = *I; member in class:slang::clang
161 switch (ND->getKind()) {
164 ND)->getCanonicalDecl()->getUnderlyingType().getTypePtr();
168 T = static_cast<const clang::RecordDecl*>(ND)->getTypeForDecl();
H A Dslang_rs_export_type.cpp92 const clang::NamedDecl *ND,
110 } else if (ND) {
112 clang::FullSourceLoc(ND->getLocation(), SM),
114 << ND->getName() << TargetAPI;
366 // ND - (optional) top-level named declaration that we are validating.
375 clang::NamedDecl *ND,
391 clang::VarDecl *VD = (ND ? llvm::dyn_cast<clang::VarDecl>(ND) : NULL);
445 if (!ValidateTypeHelper(C, FT, ND, Loc, SPS, true, UnionDecl,
462 if (ND) {
91 ReportTypeError(clang::DiagnosticsEngine *DiagEngine, const clang::NamedDecl *ND, const clang::RecordDecl *TopLevelRecord, const char *Message, unsigned int TargetAPI = 0) argument
372 ValidateTypeHelper( clang::ASTContext &C, const clang::Type *&T, clang::NamedDecl *ND, clang::SourceLocation Loc, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, bool InCompositeType, clang::RecordDecl *UnionDecl, unsigned int TargetAPI, bool IsFilterscript) argument
575 ValidateType(clang::ASTContext &C, clang::QualType QT, clang::NamedDecl *ND, clang::SourceLocation Loc, unsigned int TargetAPI, bool IsFilterscript) argument
[all...]

Completed in 440 milliseconds