/third_party/typescript/tests/baselines/reference/ |
D | circular4.symbols | 5 export namespace ns1 { 6 >ns1 : Symbol(ns1, Decl(a.ts, 0, 31)) 20 import type { ns1 } from './a'; 21 >ns1 : Symbol(ns1, Decl(b.ts, 0, 13)) 29 export type T = ns1.nested.T; 31 >ns1 : Symbol(ns1, Decl(b.ts, 0, 13)) 32 >nested : Symbol(ns1.nested, Decl(a.ts, 1, 22)) 33 >T : Symbol(ns1.nested.T, Decl(a.ts, 2, 27))
|
D | circular4.types | 5 export namespace ns1 { 15 import type { ns1 } from './a'; 16 >ns1 : any 20 export type T = ns1.nested.T; 22 >ns1 : any
|
D | circular4.errors.txt | 7 export namespace ns1 { 16 import type { ns1 } from './a'; 19 export type T = ns1.nested.T;
|
D | constAssertions.js | 109 const ns1 = accessorNames('foo'); 195 const ns1 = accessorNames('foo'); constant 313 declare const ns1: readonly ["get-foo", "set-foo"];
|
/third_party/musl/src/stat/ |
D | utimensat.c | 18 long ns0=0, ns1=0; in utimensat() local 21 ns1 = times[1].tv_nsec; in utimensat() 23 if (!NS_SPECIAL(ns1)) s1 = times[1].tv_sec; in utimensat() 27 ((long long[]){s0, ns0, s1, ns1}) : 0, flags); in utimensat() 33 times ? ((long[]){s0, ns0, s1, ns1}) : 0, flags); in utimensat()
|
/third_party/typescript/tests/cases/conformance/externalModules/typeOnly/ |
D | circular4.ts | 5 export namespace ns1 { namespace 12 import type { ns1 } from './a'; 15 export type T = ns1.nested.T;
|
/third_party/boost/libs/fusion/test/sequence/ |
D | adapt_struct_named.cpp | 56 BOOST_FUSION_ADAPT_STRUCT_NAMED_NS(s, (ns1), s1, m) 70 BOOST_FUSION_ADAPT_STRUCT_NAMED_NS(s, (ns1), s1, (auto, m)) 76 BOOST_FUSION_ADAPT_STRUCT_NAMED_NS(empty_struct, (ns1), renamed_empty_struct1, ) 148 typedef boost::fusion::result_of::begin<ns1::s1>::type b; in main() 149 typedef boost::fusion::result_of::end<ns1::s1>::type e; in main()
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_25.txt | 47 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 51 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 55 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 59 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 63 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 67 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 71 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 75 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
|
/third_party/libxml2/result/XPath/tests/ |
D | nssimple | 14 2 namespace ns1 href=nsuri1 18 Expression: //*[namespace::ns1] 22 namespace ns1 href=nsuri1
|
/third_party/boost/libs/hana/example/tutorial/ |
D | integral-branching.cpp | 16 namespace ns1 { namespace 48 std::unique_ptr<int> a = ns1::make_unique<int>(3); in main() 49 std::unique_ptr<Student> b = ns1::make_unique<Student>("Bob", 25); in main()
|
/third_party/python/Lib/test/ |
D | test_types.py | 1565 ns1 = types.SimpleNamespace() 1574 self.assertEqual(len(ns1.__dict__), 0) 1575 self.assertEqual(vars(ns1), {}) 1582 ns1 = vars(types.SimpleNamespace()) 1585 self.assertEqual(ns1, {}) 1589 ns1 = types.SimpleNamespace() 1595 self.assertEqual(ns1.__dict__, {}) 1609 ns1 = types.SimpleNamespace() 1611 ns1.a = 'spam' 1612 ns1.b = 'ham' [all …]
|
/third_party/boost/libs/type_erasure/test/ |
D | test_member.cpp | 50 BOOST_TYPE_ERASURE_MEMBER((ns1)(ns2)(ns_has_f1_0), f1, 0) 54 ns1::ns2::ns_has_f1_0<int()>, in BOOST_AUTO_TEST_CASE() 70 ns1::ns2::ns_has_f1_0<int(), const _self>, in BOOST_AUTO_TEST_CASE() 79 ns1::ns2::ns_has_f1_0<int(), const _self>, in BOOST_AUTO_TEST_CASE() 88 ns1::ns2::ns_has_f1_0<int(), const _self>, in BOOST_AUTO_TEST_CASE()
|
D | test_free.cpp | 40 BOOST_TYPE_ERASURE_FREE((ns1)(ns2)(ns_has_f1_1), f1, 1) 44 ns1::ns2::ns_has_f1_1<int(_self&)>, in BOOST_AUTO_TEST_CASE() 61 ns1::ns2::ns_has_f1_1<int(const _self&)>, in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/chrono/test/duration/ |
D | arithmetic_pass.cpp | 246 boost::chrono::nanoseconds ns1(15); in main() local 248 BOOST_TEST(ns1 / ns2 == 3); in main() 251 BOOST_CONSTEXPR boost::chrono::nanoseconds ns1(15); in main() local 253 BOOST_CONSTEXPR_ASSERT(ns1 / ns2 == 3); in main() 302 boost::chrono::nanoseconds ns1(15); in main() local 304 boost::chrono::nanoseconds r = ns1 % ns2; in main() 308 BOOST_CONSTEXPR boost::chrono::nanoseconds ns1(15); in main() local 310 BOOST_CONSTEXPR boost::chrono::nanoseconds r = ns1 % ns2; in main()
|
/third_party/boost/libs/type_index/examples/ |
D | demangled_names.cpp | 26 namespace ns1 { namespace ns2 { namespace 51 ns1::ns2::user_defined_type t_in_ns; in main()
|
D | table_of_names.cpp | 34 namespace ns1 { namespace ns2 { namespace
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | c14n.c | 467 xmlNsPtr ns1 = cur->nsTab[i]; in xmlC14NVisibleNsStackFind() local 469 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlC14NVisibleNsStackFind() 470 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)); in xmlC14NVisibleNsStackFind() 500 xmlNsPtr ns1 = cur->nsTab[i]; in xmlExcC14NVisibleNsStackFind() local 502 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlExcC14NVisibleNsStackFind() 503 if(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)) { in xmlExcC14NVisibleNsStackFind() 504 return(xmlC14NIsVisible(ctx, ns1, cur->nodeTab[i])); in xmlExcC14NVisibleNsStackFind() 549 const xmlNsPtr ns1 = (const xmlNsPtr) data1; in xmlC14NNsCompare() local 551 if (ns1 == ns2) in xmlC14NNsCompare() 553 if (ns1 == NULL) in xmlC14NNsCompare() [all …]
|
/third_party/libxml2/ |
D | c14n.c | 437 xmlNsPtr ns1 = cur->nsTab[i]; in xmlC14NVisibleNsStackFind() local 439 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlC14NVisibleNsStackFind() 440 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)); in xmlC14NVisibleNsStackFind() 470 xmlNsPtr ns1 = cur->nsTab[i]; in xmlExcC14NVisibleNsStackFind() local 472 if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { in xmlExcC14NVisibleNsStackFind() 473 if(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL)) { in xmlExcC14NVisibleNsStackFind() 474 return(xmlC14NIsVisible(ctx, ns1, cur->nodeTab[i])); in xmlExcC14NVisibleNsStackFind() 519 const xmlNsPtr ns1 = (const xmlNsPtr) data1; in xmlC14NNsCompare() local 521 if (ns1 == ns2) in xmlC14NNsCompare() 523 if (ns1 == NULL) in xmlC14NNsCompare() [all …]
|
/third_party/libxml2/test/XPath/docs/ |
D | ns | 1 <doc xmlns:ns1="nsuri1">
|
/third_party/libxml2/test/XPath/tests/ |
D | nssimple | 3 //*[namespace::ns1]
|
/third_party/boost/libs/spirit/classic/test/ |
D | symbols_tests.cpp | 103 symbols<> ns1; in default_constructible() local 108 (void)ns1; (void)ws1; (void)ns2; (void)ws2; in default_constructible()
|
/third_party/typescript/tests/cases/conformance/expressions/typeAssertions/ |
D | constAssertions.ts | 112 const ns1 = accessorNames('foo'); constant
|
/third_party/boost/tools/quickbook/test/unit/ |
D | symbols_tests.cpp | 84 symbols<int, char, quickbook::tst<int, char> > ns1; in default_constructible() local 89 (void)ns1; in default_constructible()
|
/third_party/lwip/src/netif/ppp/ |
D | ppp.c | 1110 int sdns(ppp_pcb *pcb, u32_t ns1, u32_t ns2) { in sdns() argument 1114 ip_addr_set_ip4_u32_val(ns, ns1); in sdns() 1125 int cdns(ppp_pcb *pcb, u32_t ns1, u32_t ns2) { in cdns() argument 1131 ip_addr_set_ip4_u32_val(nsb, ns1); in cdns()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 437 int sdns(ppp_pcb *pcb, u32_t ns1, u32_t ns2); 438 int cdns(ppp_pcb *pcb, u32_t ns1, u32_t ns2);
|