Home
last modified time | relevance | path

Searched refs:fo (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/third_party/typescript/tests/baselines/reference/
DstrictFunctionTypes1.js10 declare function fo(x: Object): void;
14 const x1 = f1(fo, fs); // (x: string) => void
15 const x2 = f2("abc", fo, fs); // "abc"
16 const x3 = f3("abc", fo, fx); // "abc" | "def"
17 const x4 = f4(fo, fs); // Func<string>
21 const x10 = f2(never, fo, fs); // string
22 const x11 = f3(never, fo, fx); // "def"
55 var x1 = f1(fo, fs); // (x: string) => void
56 var x2 = f2("abc", fo, fs); // "abc"
57 var x3 = f3("abc", fo, fx); // "abc" | "def"
[all …]
DstrictFunctionTypes1.types35 declare function fo(x: Object): void;
36 >fo : (x: Object) => void
48 const x1 = f1(fo, fs); // (x: string) => void
50 >f1(fo, fs) : (x: string) => void
52 >fo : (x: Object) => void
55 const x2 = f2("abc", fo, fs); // "abc"
57 >f2("abc", fo, fs) : "abc"
60 >fo : (x: Object) => void
63 const x3 = f3("abc", fo, fx); // "abc" | "def"
65 >f3("abc", fo, fx) : "def" | "abc"
[all …]
DstrictFunctionTypes1.symbols59 declare function fo(x: Object): void;
60 >fo : Symbol(fo, Decl(strictFunctionTypes1.ts, 6, 58))
73 const x1 = f1(fo, fs); // (x: string) => void
76 >fo : Symbol(fo, Decl(strictFunctionTypes1.ts, 6, 58))
79 const x2 = f2("abc", fo, fs); // "abc"
82 >fo : Symbol(fo, Decl(strictFunctionTypes1.ts, 6, 58))
85 const x3 = f3("abc", fo, fx); // "abc" | "def"
88 >fo : Symbol(fo, Decl(strictFunctionTypes1.ts, 6, 58))
91 const x4 = f4(fo, fs); // Func<string>
94 >fo : Symbol(fo, Decl(strictFunctionTypes1.ts, 6, 58))
[all …]
DenumWithQuotedElementName1.types5 'fo"o',
6 >'fo"o' : typeof E["fo\"o"]
DenumWithQuotedElementName2.types5 "fo'o",
6 >"fo'o" : typeof E["fo'o"]
DenumWithQuotedElementName1.symbols5 'fo"o',
6 >'fo"o' : Symbol(E['fo"o'], Decl(enumWithQuotedElementName1.ts, 0, 8))
DenumWithQuotedElementName2.symbols5 "fo'o",
6 >"fo'o" : Symbol(E["fo'o"], Decl(enumWithQuotedElementName2.ts, 0, 8))
DimportTypeAmbientMissing.errors.txt1 …mport/importTypeAmbientMissing.ts(8,17): error TS2307: Cannot find module 'fo' or its correspondin…
12 const x: import("fo") = { x: 0, y: 0 }; // typo, error
14 !!! error TS2307: Cannot find module 'fo' or its corresponding type declarations.
/third_party/quickjs/
Dqjsc.c176 FILE *fo, JSValueConst obj, const char *c_name, in output_object_code() argument
193 fprintf(fo, "const uint32_t %s_size = %u;\n\n", in output_object_code()
195 fprintf(fo, "const uint8_t %s[%u] = {\n", in output_object_code()
197 dump_hex(fo, out_buf, out_buf_len); in output_object_code()
198 fprintf(fo, "};\n\n"); in output_object_code()
283 static void compile_file(JSContext *ctx, FILE *fo, in compile_file() argument
319 output_object_code(ctx, fo, obj, c_name, FALSE); in compile_file()
489 FILE *fo; in main() local
625 fo = fopen(cfilename, "w"); in main()
626 if (!fo) { in main()
[all …]
/third_party/boost/libs/nowide/test/
Dtest_fstream.cpp175 OFStream fo(filepath, std::ios_base::out | std::ios::trunc); in test_flush() local
176 TEST(fo); in test_flush()
184 fo << input; in test_flush()
186 TEST(fo.flush()); in test_flush()
203 nw::ofstream fo(filename); in test_ofstream_creates_file() local
204 TEST(fo); in test_ofstream_creates_file()
211 nw::ofstream fo; in test_ofstream_creates_file() local
212 fo.open(filename); in test_ofstream_creates_file()
213 TEST(fo); in test_ofstream_creates_file()
225 nw::ofstream fo(filename); in test_ofstream_write() local
[all …]
/third_party/typescript/tests/cases/compiler/
DstrictFunctionTypes1.ts12 declare function fo(x: Object): void;
16 const x1 = f1(fo, fs); // (x: string) => void
17 const x2 = f2("abc", fo, fs); // "abc"
18 const x3 = f3("abc", fo, fx); // "abc" | "def"
19 const x4 = f4(fo, fs); // Func<string>
23 const x10 = f2(never, fo, fs); // string
24 const x11 = f3(never, fo, fx); // "def"
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dlocal_ssa_elim_test.cpp54 OpName %fo "fo" in TEST_F()
172 OpName %fo "fo" in TEST_F()
296 OpName %fo "fo" in TEST_F()
440 OpName %fo "fo" in TEST_F()
583 OpName %fo "fo" in TEST_F()
718 OpName %fo "fo" in TEST_F()
1539 OpName %fo "fo" in TEST_F()
2094 OpName %fo "fo" in TEST_F()
2222 OpName %fo "fo" in TEST_F()
2593 OpName %fo "fo" in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dlocal_ssa_elim_test.cpp54 OpName %fo "fo" in TEST_F()
172 OpName %fo "fo" in TEST_F()
296 OpName %fo "fo" in TEST_F()
440 OpName %fo "fo" in TEST_F()
583 OpName %fo "fo" in TEST_F()
718 OpName %fo "fo" in TEST_F()
1539 OpName %fo "fo" in TEST_F()
2094 OpName %fo "fo" in TEST_F()
2222 OpName %fo "fo" in TEST_F()
2593 OpName %fo "fo" in TEST_F()
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dlocal_ssa_elim_test.cpp54 OpName %fo "fo" in TEST_F()
60 OpName %fo "fo" in TEST_F()
183 OpName %fo "fo" in TEST_F()
189 OpName %fo "fo" in TEST_F()
331 OpName %fo "fo" in TEST_F()
337 OpName %fo "fo" in TEST_F()
483 OpName %fo "fo" in TEST_F()
489 OpName %fo "fo" in TEST_F()
621 OpName %fo "fo" in TEST_F()
627 OpName %fo "fo" in TEST_F()
/third_party/spirv-tools/test/opt/
Dlocal_ssa_elim_test.cpp54 OpName %fo "fo" in TEST_F()
172 OpName %fo "fo" in TEST_F()
296 OpName %fo "fo" in TEST_F()
440 OpName %fo "fo" in TEST_F()
583 OpName %fo "fo" in TEST_F()
718 OpName %fo "fo" in TEST_F()
1539 OpName %fo "fo" in TEST_F()
2094 OpName %fo "fo" in TEST_F()
2459 OpName %fo "fo" in TEST_F()
2588 OpName %fo "fo" in TEST_F()
[all …]
/third_party/python/Lib/test/test_email/data/
Dmsg_25.txt50 fo
54 fo
58 fo
62 fo
66 fo
70 fo
74 fo
78 fo
86 fo
89 fo
/third_party/boost/libs/math/doc/
Dwin32_nmake.mak42 xml/$(PROJECT_NAME).fo : xml\$(PROJECT_NAME).docbook xml/catalog.xml
44 …ARAM) $(PDF_XSL_PARAM) --xinclude -o "xml\$(PROJECT_NAME).fo" "$(BOOST)\tools\boostbook\xsl\fo.xsl…
46 pdf/$(PROJECT_NAME).pdf : xml\$(PROJECT_NAME).fo
49 call $(FO) xml\$(PROJECT_NAME).fo pdf\$(PROJECT_NAME).pdf
51 html/index.html : xml\$(PROJECT_NAME).fo
/third_party/python/Tools/unicode/
Dgenmap_support.py179 def print_autogen(fo, source): argument
180 fo.write(f'// AUTO-GENERATED FILE FROM {source}: DO NOT EDIT\n')
183 def loadmap(fo, natcol=0, unicol=1, sbcs=0): argument
184 print("Loading from", fo)
185 fo.seek(0, 0)
187 for line in fo:
/third_party/ffmpeg/tests/ref/fate/
Davstring26 |'\fo\o:': blahblah| -> |\fo\o:| + |: blahblah|
27 |\'fo\o\:': foo ' :blahblah| -> |'foo:: foo | + |:blahblah|
/third_party/libxml2/result/VC/
DNS3.rdr2 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
5 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
8 mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/
DNS32 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
5 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
8 mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/
/third_party/boost/libs/concept_check/test/
Dstl_concept_covering.cpp184 forward_iterator_archetype< equality_comparable_archetype<> > fo; in main() local
185 fo = std::adjacent_find(fo, fo); in main()
189 convertible_to_archetype< null_archetype<> > > fo; in main() local
192 fo = std::adjacent_find(fo, fo, pred); in main()
199 forward_iterator_archetype<Right> fo; in main() local
200 in = std::find_first_of(in, in, fo, fo); in main()
276 forward_iterator_archetype<Left> fo; in main() local
279 fo = std::search_n(fo, fo, n, value); in main()
283 convertible_to_archetype<null_archetype<> > > fo; in main() local
288 fo = std::search_n(fo, fo, n, value, pred); in main()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dxmlproc.sh44 xsl_fo=bz-fo.xsl
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dxmlproc.sh44 xsl_fo=bz-fo.xsl
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
/third_party/bzip2/
Dxmlproc.sh44 xsl_fo=bz-fo.xsl
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out

12345678910>>...28