Home
last modified time | relevance | path

Searched refs:file4 (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DsystemModule11.symbols39 === tests/cases/compiler/file4.ts ===
41 >x : Symbol(x, Decl(file4.ts, 0, 10))
44 >foo : Symbol(foo, Decl(file4.ts, 0, 13))
49 >z : Symbol(z, Decl(file4.ts, 4, 3))
50 >z1 : Symbol(z1, Decl(file4.ts, 4, 6))
53 >z : Symbol(z, Decl(file4.ts, 5, 8))
54 >z1 : Symbol(z1, Decl(file4.ts, 4, 6))
55 >z2 : Symbol(z2, Decl(file4.ts, 5, 10))
58 >s : Symbol(s, Decl(file4.ts, 7, 8))
59 >s2 : Symbol(s2, Decl(file4.ts, 7, 10))
DmoduleScoping.symbols19 === tests/cases/conformance/externalModules/file4.ts ===
21 >file3 : Symbol(file3, Decl(file4.ts, 0, 0))
24 >t1 : Symbol(t1, Decl(file4.ts, 1, 3))
28 >t2 : Symbol(t2, Decl(file4.ts, 2, 3))
32 >t3 : Symbol(t3, Decl(file4.ts, 3, 3))
34 >file3 : Symbol(file3, Decl(file4.ts, 0, 0))
38 >v4 : Symbol(v4, Decl(file4.ts, 4, 3))
39 >a : Symbol(a, Decl(file4.ts, 4, 10))
40 >b : Symbol(b, Decl(file4.ts, 4, 18))
DexportStarForValues3.symbols24 === tests/cases/compiler/file4.ts ===
26 >C : Symbol(C, Decl(file4.ts, 0, 0))
27 >x : Symbol(C.x, Decl(file4.ts, 0, 20))
32 >x : Symbol(x, Decl(file4.ts, 3, 3))
35 export * from "file4"
DexportStarForValues8.symbols24 === tests/cases/compiler/file4.ts ===
26 >C : Symbol(C, Decl(file4.ts, 0, 0))
27 >x : Symbol(C.x, Decl(file4.ts, 0, 20))
32 >x : Symbol(x, Decl(file4.ts, 3, 10))
35 export * from "file4"
DesModuleInteropTslibHelpers.symbols36 === tests/cases/compiler/file4.ts ===
38 >Bar : Symbol(Bar, Decl(file4.ts, 0, 8))
40 >resolve : Symbol(resolve, Decl(file4.ts, 0, 12))
43 >resolve : Symbol(resolve, Decl(file4.ts, 0, 12))
46 >Bar : Symbol(Bar, Decl(file4.ts, 2, 8))
Demitter.forAwait(target=es5).symbols38 === tests/cases/conformance/statements/for-await-ofStatements/file4.ts ===
40 >f4 : Symbol(f4, Decl(file4.ts, 0, 0))
43 >x : Symbol(x, Decl(file4.ts, 1, 7))
44 >y : Symbol(y, Decl(file4.ts, 1, 15))
47 >x : Symbol(x, Decl(file4.ts, 1, 7))
48 >y : Symbol(y, Decl(file4.ts, 1, 15))
Demitter.forAwait(target=es2017).symbols38 === tests/cases/conformance/statements/for-await-ofStatements/file4.ts ===
40 >f4 : Symbol(f4, Decl(file4.ts, 0, 0))
43 >x : Symbol(x, Decl(file4.ts, 1, 7))
44 >y : Symbol(y, Decl(file4.ts, 1, 15))
47 >x : Symbol(x, Decl(file4.ts, 1, 7))
48 >y : Symbol(y, Decl(file4.ts, 1, 15))
Demitter.forAwait(target=es2015).symbols38 === tests/cases/conformance/statements/for-await-ofStatements/file4.ts ===
40 >f4 : Symbol(f4, Decl(file4.ts, 0, 0))
43 >x : Symbol(x, Decl(file4.ts, 1, 7))
44 >y : Symbol(y, Decl(file4.ts, 1, 15))
47 >x : Symbol(x, Decl(file4.ts, 1, 7))
48 >y : Symbol(y, Decl(file4.ts, 1, 15))
Demitter.forAwait(target=es2018).symbols38 === tests/cases/conformance/statements/for-await-ofStatements/file4.ts ===
40 >f4 : Symbol(f4, Decl(file4.ts, 0, 0))
43 >x : Symbol(x, Decl(file4.ts, 1, 7))
44 >y : Symbol(y, Decl(file4.ts, 1, 15))
47 >x : Symbol(x, Decl(file4.ts, 1, 7))
48 >y : Symbol(y, Decl(file4.ts, 1, 15))
DpathMappingBasedModuleResolution4_classic.symbols20 import {y as b} from "file4" // found with fallback
21 >y : Symbol(b, Decl(file4.ts, 0, 10))
33 === c:/file4.ts ===
35 >y : Symbol(y, Decl(file4.ts, 0, 10))
DpathMappingBasedModuleResolution3_classic.symbols22 import {y as b} from "file4" // found with fallback
23 >y : Symbol(b, Decl(file4.ts, 0, 10))
35 === c:/file4.ts ===
37 >y : Symbol(y, Decl(file4.ts, 0, 10))
DsystemModule15.symbols31 import {value2} from "./file4"
58 === tests/cases/compiler/file4.ts ===
60 >value2 : Symbol(value2, Decl(file4.ts, 0, 10))
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/
Dwith---outFile-and-multiple-declaration-files-in-the-program.js12 namespace main.file4 { import DynamicMenu = Common.SomeComponent.DynamicMenu; export function foo(a…
38 1 namespace main.file4 { import DynamicMenu = Common.SomeComponent.DynamicMenu; export func…
87 var file4;
88 (function (file4) {
90 file4.foo = foo;
91 })(file4 = main.file4 || (main.file4 = {}));
Dwithout---outFile-and-multiple-declaration-files-in-the-program.js12 namespace main.file4 { import DynamicMenu = Common.SomeComponent.DynamicMenu; export function foo(a…
38 1 namespace main.file4 { import DynamicMenu = Common.SomeComponent.DynamicMenu; export func…
95 var file4;
96 (function (file4) {
98 file4.foo = foo;
99 })(file4 = main.file4 || (main.file4 = {}));
/third_party/ltp/testcases/commands/tar/
Dtar_tests.sh112 ROD touch file4
113 EXPECT_PASS tar r${verbose}f $fname file4 \> tar.out
114 check_listing "$verbose" file4
115 check_content $fname "$verbose" $TAR_FILES file4
116 ROD rm file4
118 check_extraction $fname "$verbose" $TAR_FILES file4
/third_party/ltp/runtest/
Dltp-aio-stress.part137 …08 aio-stress -I500 -o3 -S -r32 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/file4
38 …09 aio-stress -I500 -o3 -S -r64 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/file4
39 …10 aio-stress -I500 -o3 -S -r128 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/file4
40 … -o3 -S -r256 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/file4 $TMPDIR/file5 $TM…
41 … -o3 -S -r512 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/file4 $TMPDIR/file5 $TM…
42 … -o2 -O -r4 -t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/file4 $TMPDIR/file5 $TM…
53 …-t8 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file7 $TMPDIR/file8 $TMPDIR/file4 $TMPDIR/file3 $T…
54 …unkfile $TMPDIR/file2 $TMPDIR/file7 $TMPDIR/file8 $TMPDIR/file3 $TMPDIR/file4 $TMPDIR/file5 $T…
55 …e $TMPDIR/file2 $TMPDIR/file7 $TMPDIR/file8 $TMPDIR/file3 $TMPDIR/file4 $TMPDIR/file5 $T…
66 … $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file7 $TMPDIR/file8 $TMPDIR/file4 $TMPDIR/file3 $T…
[all …]
Dltp-aio-stress.part232 …2004 aio-stress -I500 -o3 -S -r32 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/file4
33 …2005 aio-stress -I500 -o3 -S -r64 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/file4
37 …2009 aio-stress -I500 -o3 -O -r32 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/file4
38 …2010 aio-stress -I500 -o3 -O -r64 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/file4
/third_party/typescript/src/testRunner/unittests/tsserver/
DresolutionCache.ts646 const file4: File = { constant
650 return { file1, file2, file3, file4 };
664 …const { file1, file2, file3, file4 } = getFiles(fileContent1, fileContent2, fileContent3, fileCont… constant
666 const files = [module1, module2, file1, file2, file3, file4, configFile, libFile]; constant
675 … getExpectedRelativeModuleResolutionTrace(host, file4, module1, module6Name, expectedTrace);
676 … getExpectedRelativeModuleResolutionTrace(host, file4, module2, module2Name, expectedTrace);
685 host.writeFile(file4.path, file4.content + fileContent4);
700 const { file1, file2, file3, file4 } = getFiles(fileContent); constant
702 const files = [module1, module2, file1, file2, file3, file4, configFile, libFile]; constant
711 …getExpectedNonRelativeModuleResolutionFromCacheTrace(host, file4, module1, module1Name, `${tscWatc…
[all …]
/third_party/node/test/fixtures/module-load-order/
Dfile4.reg1 exports.file4 = 'file4.reg';
Dfile4.reg21 exports.file4 = 'file4.reg2';
/third_party/node/test/fixtures/module-load-order/file4/
Dindex.reg1 exports.file4 = 'file4/index.reg';
Dindex.node1 exports.file4 = 'file4/index.node';
Dindex.reg21 exports.file4 = 'file4/index.reg2';
/third_party/ltp/testcases/commands/ldd/datafiles/
Dmain.c6 void file4(void);
14 file4(); in main()
/third_party/e2fsprogs/tests/f_unshare_blocks_no_space/
Dexpect.118 File /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018)
39 /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018)
51 /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018)
63 /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018)
75 /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018)
87 /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018)
99 /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018)
111 /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018)
123 /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018)

1234