Home
last modified time | relevance | path

Searched refs:ns2 (Results 1 – 25 of 42) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
Dcircular4.symbols2 import type { ns2 } from './b';
3 >ns2 : Symbol(ns2, Decl(a.ts, 0, 13))
11 export type T = ns2.nested.T;
13 >ns2 : Symbol(ns2, Decl(a.ts, 0, 13))
14 >nested : Symbol(ns2.nested, Decl(b.ts, 1, 22))
15 >T : Symbol(ns2.nested.T, Decl(b.ts, 2, 27))
23 export namespace ns2 {
24 >ns2 : Symbol(ns2, Decl(b.ts, 0, 31))
DsystemModule9.types14 import e, * as ns2 from 'file5';
16 >ns2 : any
43 ns2.f();
44 >ns2.f() : any
45 >ns2.f : any
46 >ns2 : any
Dcircular4.types2 import type { ns2 } from './b';
3 >ns2 : any
7 export type T = ns2.nested.T;
9 >ns2 : any
18 export namespace ns2 {
DsystemModule9.symbols13 import e, * as ns2 from 'file5';
15 >ns2 : Symbol(ns2, Decl(systemModule9.ts, 4, 9))
35 ns2.f();
36 >ns2 : Symbol(ns2, Decl(systemModule9.ts, 4, 9))
Dcircular4.errors.txt6 import type { ns2 } from './b';
9 export type T = ns2.nested.T;
17 export namespace ns2 {
DsystemModule9.js6 import e, * as ns2 from 'file5';
14 ns2.f();
68 ns2.f();
DunusedImports_entireImportDeclaration.symbols32 import d4, * as ns2 from "./a";
34 >ns2 : Symbol(ns2, Decl(b.ts, 5, 10))
DunusedImports_entireImportDeclaration.errors.txt5 /b.ts(6,17): error TS6133: 'ns2' is declared but its value is never read.
28 import d4, * as ns2 from "./a";
30 !!! error TS6133: 'ns2' is declared but its value is never read.
DunusedImports_entireImportDeclaration.types34 import d4, * as ns2 from "./a";
36 >ns2 : typeof ns
DsystemModule9.errors.txt20 import e, * as ns2 from 'file5';
32 ns2.f();
DunusedImports_entireImportDeclaration.js14 import d4, * as ns2 from "./a";
/third_party/libxml2/result/XPath/tests/
Dnssimple7 namespace ns2 href=nsuri2
15 3 namespace ns2 href=nsuri2
25 namespace ns2 href=nsuri2
29 Expression: /doc/elem/namespace::ns2/following::*
35 Expression: /doc/elem/namespace::ns2/preceding::*
/third_party/libabigail/tests/data/test-abidiff-exit/
Dtest-rhbz2114909-report-1.txt6 …[C] 'function void foo(ns2::C&)' at test-rhbz2114909-v1.cc:33:1 has some indirect sub-type changes:
7 parameter 1 of type 'ns2::C&' has sub-type changes:
8 in referenced type 'class ns2::C' at test-rhbz2114909-v1.cc:22:1:
12 class ns2::base_1 at test-rhbz2114909-v0.cc:16:1
Dtest-rhbz2114909-v1.cc14 namespace ns2 namespace
33 foo(ns2::C&) in foo()
Dtest-rhbz2114909-v0.cc14 namespace ns2 namespace
32 foo(ns2::C&) in foo()
/third_party/python/Lib/test/
Dtest_types.py1566 ns2 = types.SimpleNamespace(x=1, y=2)
1576 self.assertEqual(len(ns2.__dict__), 2)
1577 self.assertEqual(vars(ns2), {'y': 2, 'x': 1})
1583 ns2 = vars(types.SimpleNamespace(x=1, y=2))
1586 self.assertEqual(ns2, {'y': 2, 'x': 1})
1590 ns2 = types.SimpleNamespace(x=1, y=2)
1596 self.assertEqual(ns2.__dict__, {'y': 2, 'x': 1})
1610 ns2 = types.SimpleNamespace(x=1, y=2, w=3)
1613 ns2.z = 4
1614 ns2.theta = None
[all …]
/third_party/typescript/tests/cases/conformance/externalModules/typeOnly/
Dcircular4.ts4 import type { ns2 } from './b';
7 export type T = ns2.nested.T;
13 export namespace ns2 { namespace
/third_party/node/test/fixtures/es-modules/
Dcjs-exports.mjs16 import * as ns2 from './exports-cases2.js';
22 strictEqual(ns2.__esModule, true);
23 strictEqual(ns2.name, 'name');
24 deepEqual(Object.keys(ns2), ['__esModule', 'case2', 'default', 'name', 'pi']);
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dconstify-module-enums-types.hpp26 namespace ns2 { namespace
47 ns2::Foo *member6;
55 ns2::Foo member1;
Dconstify-module-enums-namespace.hpp4 namespace ns2 { namespace
14 enum ns2::foo this_should_work;
/third_party/libxml2/test/XPath/tests/
Dnssimple4 /doc/elem/namespace::ns2/following::*
5 /doc/elem/namespace::ns2/preceding::*
/third_party/typescript/tests/cases/compiler/
DsystemModule9.ts8 import e, * as ns2 from 'file5';
16 ns2.f();
DunusedImports_entireImportDeclaration.ts14 import d4, * as ns2 from "./a";
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dconstify-module-enums-namespace.rs15 pub mod ns2 { module
31 pub this_should_work: root::ns1::ns2::foo::Type,
/third_party/libxml2/test/XPath/docs/
Dns3 <elem xmlns:ns2="nsuri2"/>

12