/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"];
|
D | constAssertions.symbols | 386 const ns1 = accessorNames('foo'); 387 >ns1 : Symbol(ns1, Decl(constAssertions.ts, 107, 5))
|
D | constAssertions.errors.txt | 123 const ns1 = accessorNames('foo');
|
D | constAssertions.types | 537 const ns1 = accessorNames('foo'); 538 >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/libabigail/tests/data/test-abidiff-exit/ |
D | test-rhbz2114909-v0.cc | 1 namespace ns1 namespace 21 class C : public base_1, ns1::base_1, ns1::base_2
|
D | test-rhbz2114909-v1.cc | 1 namespace ns1 namespace 22 class C : public ns1::base_2
|
D | test-rhbz2114909-report-1.txt | 11 class ns1::base_1 at test-rhbz2114909-v0.cc:3:1 14 'class ns1::base_2' at test-rhbz2114909-v0.cc:8:1 changed:
|
/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/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 …]
|
D | test_argparse.py | 4853 ns1 = argparse.Namespace(a=1, b=2) 4858 self.assertEqual(ns1, ns2) 4859 self.assertNotEqual(ns1, ns3) 4860 self.assertNotEqual(ns1, ns4) 4863 self.assertTrue(ns1 != ns3) 4864 self.assertTrue(ns1 != ns4)
|
D | test__xxsubinterpreters.py | 998 ns1 = pickle.load(chan) 1013 self.assertIn('spam', ns1) 1014 self.assertNotIn('eggs', ns1)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | constify-module-enums-types.hpp | 17 namespace ns1 { namespace 46 ns1::foo member5;
|
D | constify-module-enums-namespace.hpp | 3 namespace ns1 { namespace
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | constify-module-enums-namespace.rs | 12 pub mod ns1 { module 31 pub this_should_work: root::ns1::ns2::foo::Type,
|
/third_party/lzma/C/ |
D | Ppmd7.c | 706 unsigned ns1; in Ppmd7_UpdateModel() local 709 if ((ns1 = c->NumStats) != 1) in Ppmd7_UpdateModel() 711 if ((ns1 & 1) == 0) in Ppmd7_UpdateModel() 714 unsigned oldNU = ns1 >> 1; in Ppmd7_UpdateModel() 734 sum += (UInt32)(2 * ns1 < ns) + 2 * ((unsigned)(4 * ns1 <= ns) & (sum <= 8 * ns1)); in Ppmd7_UpdateModel() 769 CPpmd_State *s = STATS(c) + ns1; in Ppmd7_UpdateModel() 773 c->NumStats = (UInt16)(ns1 + 1); in Ppmd7_UpdateModel()
|
/third_party/typescript/tests/cases/conformance/expressions/typeAssertions/ |
D | constAssertions.ts | 112 const ns1 = accessorNames('foo'); constant
|
/third_party/libabigail/src/ |
D | abg-reporter-priv.cc | 1172 const abg_compat::optional<std::string>& ns1 = symbol1->get_namespace(); in maybe_report_diff_for_symbol() local 1174 if (ns1 != ns2) in maybe_report_diff_for_symbol() 1178 if (ns1.has_value()) in maybe_report_diff_for_symbol() 1179 out << "'" << ns1.value() << "'"; in maybe_report_diff_for_symbol()
|
/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);
|
/third_party/node/doc/api/ |
D | dns.md | 476 { type: 'NS', value: 'ns1.example.com' }, 479 nsname: 'ns1.example.com', 622 (e.g. `['ns1.example.com', 'ns2.example.com']`). 1140 { type: 'NS', value: 'ns1.example.com' }, 1143 nsname: 'ns1.example.com', 1236 `['ns1.example.com', 'ns2.example.com']`).
|