/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
NestedNameSpecifier.h | 125 const NamespaceDecl *NS);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
NestedNameSpecifier.h | 125 const NamespaceDecl *NS);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
NestedNameSpecifier.h | 125 const NamespaceDecl *NS);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
NestedNameSpecifier.h | 125 const NamespaceDecl *NS);
|
/prebuilts/go/darwin-x86/src/net/ |
lookup_plan9.go | 262 func (*Resolver) lookupNS(ctx context.Context, name string) (ns []*NS, err error) { 263 lines, err := queryDNS(ctx, name, "ns") 272 ns = append(ns, &NS{absDomainName([]byte(f[2]))})
|
/prebuilts/go/linux-x86/src/net/ |
lookup_plan9.go | 262 func (*Resolver) lookupNS(ctx context.Context, name string) (ns []*NS, err error) { 263 lines, err := queryDNS(ctx, name, "ns") 272 ns = append(ns, &NS{absDomainName([]byte(f[2]))})
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/ |
vector.d | 33 4c: 04 c4 41 8d R5 = R0 \+ R1, R6 = R0 - R1 \(NS\); 35 54: 11 c4 [c-f][[:xdigit:]] 0b R7 = A1 \+ A0, R5 = A1 - A0 \(NS\);
|
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 233 const NSAPI &NS, edit::Commit &commit, 454 const NSAPI &NS, edit::Commit &commit, 458 ASTContext &Context = NS.getASTContext(); 461 if (UseNsIosOnlyMacro && NS.isMacroDefined("NS_NONATOMIC_IOSONLY")) { 664 const NSAPI &NS, edit::Commit &commit) { 707 const NSAPI &NS, edit::Commit &commit, 727 NS.getASTContext(), /*IsDecl*/true); 737 NS.getASTContext(), /*IsDecl*/true); 745 EndOfEnumDclLoc = trans::findLocationAfterSemi(EnumDcl->getLocEnd(), NS.getASTContext(), 761 const NSAPI &NS, edit::Commit &commit [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
xmltok.c | 1620 #define ns macro 1625 #undef ns macro 1630 #define ns macro 1637 #undef ns macro [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
xmltok.c | 1612 #define ns macro 1615 #undef ns macro 1620 #define ns macro 1625 #undef ns macro [all...] |
/external/clang/lib/AST/ |
TypePrinter.cpp | 913 if (NamespaceDecl *NS = dyn_cast<NamespaceDecl>(DC)) { 915 (NS->isAnonymousNamespace() || NS->isInline())) 917 if (NS->getIdentifier()) 918 OS << NS->getName() << "::"; [all...] |
/external/clang/tools/libclang/ |
CXCursor.cpp | 737 CXCursor cxcursor::MakeCursorNamespaceRef(const NamedDecl *NS, 741 assert(NS && (isa<NamespaceDecl>(NS) || isa<NamespaceAliasDecl>(NS)) && TU && 744 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } }; [all...] |
/external/expat/lib/ |
xmltok.c | 1775 #define ns macro 1780 #undef ns macro 1785 #define ns macro 1792 #undef ns macro [all...] |
/external/python/cpython2/Modules/expat/ |
xmltok.c | 1620 #define ns macro 1625 #undef ns macro 1630 #define ns macro 1637 #undef ns macro [all...] |
/external/python/cpython3/Modules/expat/ |
xmltok.c | 1620 #define ns macro 1625 #undef ns macro 1630 #define ns macro 1637 #undef ns macro [all...] |
/external/cblas/testing/ |
c_cblat2.f | 500 $ NL, NS 635 NS = N 690 ISAME( 3 ) = NS.EQ.N [all...] |
c_dblat2.f | 491 $ NL, NS 626 NS = N 680 ISAME( 3 ) = NS.EQ.N [all...] |
c_sblat2.f | 491 $ NL, NS 626 NS = N 680 ISAME( 3 ) = NS.EQ.N [all...] |
c_zblat2.f | 501 $ NL, NS 636 NS = N 691 ISAME( 3 ) = NS.EQ.N [all...] |
/external/eigen/blas/testing/ |
cblat2.f | 475 $ NL, NS 602 NS = N 656 ISAME( 3 ) = NS.EQ.N 819 $ N, NARGS, NC, NK, NS [all...] |
dblat2.f | 465 $ NL, NS 592 NS = N 646 ISAME( 3 ) = NS.EQ.N 805 $ N, NARGS, NC, NK, NS [all...] |
sblat2.f | 465 $ NL, NS 592 NS = N 646 ISAME( 3 ) = NS.EQ.N 805 $ N, NARGS, NC, NK, NS [all...] |
zblat2.f | 477 $ NL, NS 604 NS = N 658 ISAME( 3 ) = NS.EQ.N 822 $ N, NARGS, NC, NK, NS [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningState.java | [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | 144 DeclContext *NS = UD->getNominatedNamespace(); 145 if (!visited.insert(NS).second) 149 addUsingDirectives(NS, EffectiveDC); 159 DeclContext *NS = UD->getNominatedNamespace(); 160 if (visited.insert(NS).second) { 162 queue.push_back(NS); [all...] |