Home
last modified time | relevance | path

Searched refs:ns1 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
Dcircular4.symbols5 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))
Dcircular4.types5 export namespace ns1 {
15 import type { ns1 } from './a';
16 >ns1 : any
20 export type T = ns1.nested.T;
22 >ns1 : any
Dcircular4.errors.txt7 export namespace ns1 {
16 import type { ns1 } from './a';
19 export type T = ns1.nested.T;
DconstAssertions.js109 const ns1 = accessorNames('foo');
195 const ns1 = accessorNames('foo'); constant
313 declare const ns1: readonly ["get-foo", "set-foo"];
DconstAssertions.symbols386 const ns1 = accessorNames('foo');
387 >ns1 : Symbol(ns1, Decl(constAssertions.ts, 107, 5))
DconstAssertions.errors.txt123 const ns1 = accessorNames('foo');
DconstAssertions.types537 const ns1 = accessorNames('foo');
538 >ns1 : readonly ["get-foo", "set-foo"]
/third_party/musl/src/stat/
Dutimensat.c18 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/
Dcircular4.ts5 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/
Dtest-rhbz2114909-v0.cc1 namespace ns1 namespace
21 class C : public base_1, ns1::base_1, ns1::base_2
Dtest-rhbz2114909-v1.cc1 namespace ns1 namespace
22 class C : public ns1::base_2
Dtest-rhbz2114909-report-1.txt11 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/
Dmsg_25.txt47 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/
Dtest_types.py1565 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 …]
Dtest_argparse.py4853 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)
Dtest__xxsubinterpreters.py998 ns1 = pickle.load(chan)
1013 self.assertIn('spam', ns1)
1014 self.assertNotIn('eggs', ns1)
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dconstify-module-enums-types.hpp17 namespace ns1 { namespace
46 ns1::foo member5;
Dconstify-module-enums-namespace.hpp3 namespace ns1 { namespace
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dconstify-module-enums-namespace.rs12 pub mod ns1 { module
31 pub this_should_work: root::ns1::ns2::foo::Type,
/third_party/lzma/C/
DPpmd7.c706 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/
DconstAssertions.ts112 const ns1 = accessorNames('foo'); constant
/third_party/libabigail/src/
Dabg-reporter-priv.cc1172 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/
Dppp.c1110 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/
Dppp_impl.h437 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/
Ddns.md476 { 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']`).

12