/third_party/typescript/tests/baselines/reference/ |
D | circular4.symbols | 2 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))
|
D | systemModule9.types | 14 import e, * as ns2 from 'file5'; 16 >ns2 : any 43 ns2.f(); 44 >ns2.f() : any 45 >ns2.f : any 46 >ns2 : any
|
D | circular4.types | 2 import type { ns2 } from './b'; 3 >ns2 : any 7 export type T = ns2.nested.T; 9 >ns2 : any 18 export namespace ns2 {
|
D | systemModule9.symbols | 13 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))
|
D | circular4.errors.txt | 6 import type { ns2 } from './b'; 9 export type T = ns2.nested.T; 17 export namespace ns2 {
|
D | systemModule9.js | 6 import e, * as ns2 from 'file5'; 14 ns2.f(); 68 ns2.f();
|
D | unusedImports_entireImportDeclaration.symbols | 32 import d4, * as ns2 from "./a"; 34 >ns2 : Symbol(ns2, Decl(b.ts, 5, 10))
|
D | unusedImports_entireImportDeclaration.errors.txt | 5 /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.
|
D | unusedImports_entireImportDeclaration.types | 34 import d4, * as ns2 from "./a"; 36 >ns2 : typeof ns
|
D | systemModule9.errors.txt | 20 import e, * as ns2 from 'file5'; 32 ns2.f();
|
D | unusedImports_entireImportDeclaration.js | 14 import d4, * as ns2 from "./a";
|
/third_party/libxml2/result/XPath/tests/ |
D | nssimple | 7 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/ |
D | test-rhbz2114909-report-1.txt | 6 …[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
|
D | test-rhbz2114909-v1.cc | 14 namespace ns2 namespace 33 foo(ns2::C&) in foo()
|
D | test-rhbz2114909-v0.cc | 14 namespace ns2 namespace 32 foo(ns2::C&) in foo()
|
/third_party/python/Lib/test/ |
D | test_types.py | 1566 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/ |
D | circular4.ts | 4 import type { ns2 } from './b'; 7 export type T = ns2.nested.T; 13 export namespace ns2 { namespace
|
/third_party/node/test/fixtures/es-modules/ |
D | cjs-exports.mjs | 16 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/ |
D | constify-module-enums-types.hpp | 26 namespace ns2 { namespace 47 ns2::Foo *member6; 55 ns2::Foo member1;
|
D | constify-module-enums-namespace.hpp | 4 namespace ns2 { namespace 14 enum ns2::foo this_should_work;
|
/third_party/libxml2/test/XPath/tests/ |
D | nssimple | 4 /doc/elem/namespace::ns2/following::* 5 /doc/elem/namespace::ns2/preceding::*
|
/third_party/typescript/tests/cases/compiler/ |
D | systemModule9.ts | 8 import e, * as ns2 from 'file5'; 16 ns2.f();
|
D | unusedImports_entireImportDeclaration.ts | 14 import d4, * as ns2 from "./a";
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | constify-module-enums-namespace.rs | 15 pub mod ns2 { module 31 pub this_should_work: root::ns1::ns2::foo::Type,
|
/third_party/libxml2/test/XPath/docs/ |
D | ns | 3 <elem xmlns:ns2="nsuri2"/>
|