/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 45 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() argument 56 NS.getNSClassId(NSAPI::ClassId_NSString) == II && in rewriteObjCRedundantCallWithLiteral() 57 NS.getNSStringSelector(NSAPI::NSStr_stringWithString) == Sel) || in rewriteObjCRedundantCallWithLiteral() 60 NS.getNSClassId(NSAPI::ClassId_NSArray) == II && in rewriteObjCRedundantCallWithLiteral() 61 NS.getNSArraySelector(NSAPI::NSArr_arrayWithArray) == Sel) || in rewriteObjCRedundantCallWithLiteral() 64 NS.getNSClassId(NSAPI::ClassId_NSDictionary) == II && in rewriteObjCRedundantCallWithLiteral() 65 NS.getNSDictionarySelector( in rewriteObjCRedundantCallWithLiteral() 165 const NSAPI &NS, Commit &commit) { in rewriteToObjCSubscriptSyntax() argument 174 IFace = NS.getASTContext().getObjContainingInterface( in rewriteToObjCSubscriptSyntax() 181 if ((II == NS.getNSClassId(NSAPI::ClassId_NSArray) && in rewriteToObjCSubscriptSyntax() [all …]
|
/external/expat/lib/ |
D | xmltok_ns.c | 9 NS(XmlGetUtf8InternalEncoding)(void) in NS() function 15 NS(XmlGetUtf16InternalEncoding)(void) in NS() function 29 static const ENCODING * const NS(encodings)[] = { 40 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in NS() function 43 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 48 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in NS() function 51 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS() 56 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in NS() function 63 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in NS() 64 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent); in NS() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | predefined-expr.cpp | 125 namespace NS { namespace 397 template <typename T, template <typename> class Param = NS::ClassTemplate> 446 NS::Base::staticFunction(); in main() 448 NS::Base b; in main() 455 b.withTemplateParameter1(NS::ClassTemplate<int>()); in main() 456 b.withTemplateParameter2(NS::ClassTemplate<NS::Base *>()); in main() 460 b.functionTemplate1<NS::Base *>(0); in main() 465 NS::Base().refQualifiedFunction(); in main() 467 NS::Derived d; in main() 470 NS::ClassTemplate<int> t1; in main() [all …]
|
D | mangle-std-externc.cpp | 10 namespace NS { namespace 26 return NS::D<NS::C>::i; in f()
|
D | mangle-subst.cpp | 50 namespace NS { namespace 62 namespace NS { namespace 66 namespace NS { namespace
|
/external/clang/test/Index/ |
D | index-refs.cpp | 2 namespace NS { namespace 11 NS::MyInt NS::gx = EnumVal; 14 NS::MyInt x; in foo() 37 namespace NS { namespace 42 using namespace NS; 43 using namespace NS::Inn; 44 using NS::Foo;
|
D | file-refs.cpp | 1 namespace NS { namespace 9 void NS::C::m() { in m() 15 NS::C c1(); in f() 16 NS::C c2 = NS::C(); in f()
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/ |
D | p1.cpp | 24 namespace NS { namespace 31 namespace NS { namespace 32 void NS::foo() {} // expected-warning{{extra qualification on member 'foo'}} in foo() 33 int NS::bar; // expected-warning{{extra qualification on member 'bar'}} 34 struct NS::X { }; // expected-warning{{extra qualification on member 'X'}} 35 template<typename T> struct NS::Y; // expected-warning{{extra qualification on member 'Y'}} 36 …template<typename T> void NS::wibble(T) { } // expected-warning{{extra qualification on member 'wi… in wibble()
|
/external/clang/test/SemaCXX/ |
D | for-range-no-std.cpp | 16 namespace NS { namespace 28 NS::iter begin(NS::NoADL); // expected-note {{not viable}} 29 NS::iter end(NS::NoADL); 36 for (int b : NS::ADL()) {} // ok in f() 37 …for (int b : NS::NoADL()) {} // expected-error {{no matching function for call to 'begin'}} expect… in f()
|
D | elaborated-type-specifier.cpp | 19 namespace NS { namespace 28 void test_X_elab(NS::X x) { in test_X_elab() 33 namespace NS { namespace
|
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/ |
D | p3.cpp | 5 namespace NS { namespace 8 using namespace NS; 20 namespace NS { namespace 23 using namespace NS; 25 using C = NS::C; // ok, same type
|
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
D | p1.cpp | 56 for (A NS:A()) { // expected-error {{no viable conversion from 'int' to 'A'}} in g() local 182 namespace NS { namespace 189 int *begin(NS::NoADL); 190 int *end(NS::NoADL); 197 for (auto u : NS::ADL()) { in j() 199 …for (auto u : NS::NoADL()) { // expected-error {{no matching function for call to 'begin'}} expect… in j()
|
/external/clang/include/clang/Edit/ |
D | Rewriters.h | 21 const NSAPI &NS, Commit &commit); 24 const NSAPI &NS, Commit &commit); 27 const NSAPI &NS, Commit &commit);
|
/external/clang/test/PCH/ |
D | chain-friend-instantiation.cpp | 8 namespace NS { namespace 20 class TClass: public NS::TBaseClass<T> 27 namespace NS { namespace
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
D | RSSFeedCreateFeedTask.java | 45 private static final String NS = ""; //$NON-NLS-1$ field in RSSFeedCreateFeedTask 92 …" type=\"application/atom+xml\" href=\"" + (!isNullString(feedURL)?feedURL:NS) + "\"/>" + NL); //$… in createFeedXML() 95 …sb.append(" <name>" + (!isNullString(project)?project + SP : NS) + Messages.getString("RSSFeedC… in createFeedXML() 97 …sb.append(" <id>" + (!isNullString(feedURL)?feedURL:NS) + "</id>" + NL); //$NON-NLS-1$ //$NON-NLS… in createFeedXML()
|
D | RSSFeedUpdateEntryTask.java | 64 private static final String NS = ""; //$NON-NLS-1$ field in RSSFeedUpdateEntryTask 103 …tString("RSSFeedUpdateEntryTask.ReplacingWith") + " '" + replacement + "'":NS)); //$NON-NLS-1$ //$… in execute() 244 …System.out.print((debug>0?aNode.getNodeName() + " = ":NS) + aNode.getNodeValue()); //$NON-NLS-1$ /… in findAndReplace() 246 … System.out.println(isNullString(replacement)?NS:" => " + replacement); //$NON-NLS-1$ //$NON-NLS-2$ in findAndReplace() 252 …transformer.transform(new DOMSource(getParentNode(document,aNode,null,NS)), new StreamResult(Syste… in findAndReplace() 261 … parentEntryNode = getParentNode(document, aNode, "entry", NS); //$NON-NLS-1$ //$NON-NLS-2$ in findAndReplace()
|
/external/srec/srec/include/ |
D | comp_stats.h | 128 #define print_cs_clock1( CLK, NS,FP,PR,IN) print_cs_clock( CLK, NS,FP,PR,IN) argument 139 #define print_cs_clock1( CLK, NS,FP,PR,IN) argument
|
/external/icu4c/data/unidata/ |
D | LineBreak.txt | 20 # "XX", "OP", "CL", "CP", "QU", "NS", "EX", "SY", 508 17D6;NS 635 203C..203D;NS 640 2047..2049;NS 958 3005;NS 979 301C;NS 985 303B..303C;NS 987 3041;NS 989 3043;NS 991 3045;NS [all …]
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
D | p2.cpp | 90 namespace NS { namespace 94 void bar(NS::A& a);
|
/external/icu4c/test/testdata/ |
D | LineBreakTest.txt | 117 × 0023 × 17D6 ÷ # × [0.3] NUMBER SIGN (AL) × [21.03] KHMER SIGN CAMNUC PII KUUH (NS) ÷ [0.3] 118 … ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] KHMER SIGN CAMNUC PII KUUH (NS) ÷ [0.3] 119 …NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [21.03] KHMER SIGN CAMNUC PII KUUH (NS) ÷ [0.3] 120 …[9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] KHMER SIGN CAMNUC PII KUUH (NS) ÷ [0.3] 261 × 2014 × 17D6 ÷ # × [0.3] EM DASH (B2) × [21.03] KHMER SIGN CAMNUC PII KUUH (NS) ÷ [0.3] 262 …17D6 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] KHMER SIGN CAMNUC PII KUUH (NS) ÷ [0.3] 263 ….3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) × [21.03] KHMER SIGN CAMNUC PII KUUH (NS) ÷ [0.3] 264 …[9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] KHMER SIGN CAMNUC PII KUUH (NS) ÷ [0.3] 405 × 0009 × 17D6 ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [21.03] KHMER SIGN CAMNUC PII KUUH (NS) ÷ … 406 …3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) ÷ [18.0] KHMER SIGN CAMNUC PII KUUH (NS) ÷ [0.3] [all …]
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p1.cpp | 292 namespace NS { namespace 301 NS::bar->foo(); in f() 305 NS::bar->foo(); // expected-error {{private member}} in g()
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 885 PragmaNamespace *NS = PragmaHandlers; in RemovePragmaHandler() local 892 NS = Existing->getIfNamespace(); in RemovePragmaHandler() 893 assert(NS && "Invalid namespace, registered as a regular pragma handler!"); in RemovePragmaHandler() 896 NS->RemovePragmaHandler(Handler); in RemovePragmaHandler() 900 if (NS != PragmaHandlers && NS->IsEmpty()) { in RemovePragmaHandler() 901 PragmaHandlers->RemovePragmaHandler(NS); in RemovePragmaHandler() 902 delete NS; in RemovePragmaHandler() 1031 explicit PragmaDiagnosticHandler(const char *NS) : in PragmaDiagnosticHandler() 1032 PragmaHandler("diagnostic"), Namespace(NS) {} in PragmaDiagnosticHandler()
|
/external/oprofile/events/ppc64/pa6t/ |
D | events | 16 event:0x12 counters:2 um:zero minimum:1000 name:GRP1_DCACHE_RD_MISS__NS : Dcache read misses NS 19 event:0x15 counters:5 um:zero minimum:500 name:GRP1_TLB_MISS_D__NS : TLB misses NS (D- only) 48 event:0x52 counters:2 um:zero minimum:500 name:GRP5_DCACHE_RD_MISS__NS : Dcache read misses NS
|
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/ |
D | p1.cpp | 7 namespace NS { namespace
|
/external/webkit/LayoutTests/http/tests/appcache/resources/intercept/ |
D | .htaccess | 2 RewriteRule ^.* /appcache/resources/print-uri.php [L,NS]
|