Home
last modified time | relevance | path

Searched refs:bfs (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserErrorRecovery_LeftShift1.types2 retValue = bfs.VARIABLES >> );
3 >retValue = bfs.VARIABLES >> : number
5 >bfs.VARIABLES >> : number
6 >bfs.VARIABLES : any
7 >bfs : any
DparserErrorRecovery_LeftShift1.errors.txt2 …rRecovery/LeftShifts/parserErrorRecovery_LeftShift1.ts(1,12): error TS2304: Cannot find name 'bfs'.
7 retValue = bfs.VARIABLES >> );
11 !!! error TS2304: Cannot find name 'bfs'.
DconstructorWithIncompleteTypeAnnotation.js19 var bfs = new BasicFeatures(); variable
22 retValue = bfs.VARIABLES();
28 case = bfs.STATEMENTS(4);
35 retValue = bfs.TYPES();
41 retValue = bfs.OPERATOR ' );
DparserErrorRecovery_LeftShift1.js2 retValue = bfs.VARIABLES >> );
5 retValue = bfs.VARIABLES >> ;
DconstructorWithIncompleteTypeAnnotation.types38 var bfs = new BasicFeatures();
39 >bfs : BasicFeatures
47 retValue = bfs.VARIABLES();
48 >retValue = bfs.VARIABLES() : number
50 >bfs.VARIABLES() : number
51 >bfs.VARIABLES : () => number
52 >bfs : BasicFeatures
68 case = bfs.STATEMENTS(4);
70 >bfs.STATEMENTS(4) : any
71 >bfs.STATEMENTS : any
[all …]
DconstructorWithIncompleteTypeAnnotation.errors.txt9 …s/compiler/constructorWithIncompleteTypeAnnotation.ts(27,26): error TS2304: Cannot find name 'bfs'.
15 …s/compiler/constructorWithIncompleteTypeAnnotation.ts(34,28): error TS2304: Cannot find name 'bfs'.
19 …s/compiler/constructorWithIncompleteTypeAnnotation.ts(40,28): error TS2304: Cannot find name 'bfs'.
117 var bfs = new BasicFeatures();
120 retValue = bfs.VARIABLES();
137 case = bfs.STATEMENTS(4);
141 !!! error TS2304: Cannot find name 'bfs'.
154 retValue = bfs.TYPES();
160 !!! error TS2304: Cannot find name 'bfs'.
170 retValue = bfs.OPERATOR ' );
[all …]
DparserErrorRecovery_LeftShift1.symbols2 retValue = bfs.VARIABLES >> );
DconstructorWithIncompleteTypeAnnotation.symbols37 var bfs = new BasicFeatures();
38 >bfs : Symbol(bfs, Decl(constructorWithIncompleteTypeAnnotation.ts, 17, 19))
44 retValue = bfs.VARIABLES();
46 >bfs.VARIABLES : Symbol(BasicFeatures.VARIABLES, Decl(constructorWithIncompleteTypeAnnotation.ts, 5…
47 >bfs : Symbol(bfs, Decl(constructorWithIncompleteTypeAnnotation.ts, 17, 19))
57 case = bfs.STATEMENTS(4);
68 retValue = bfs.TYPES();
74 retValue = bfs.OPERATOR ' );
DparserSyntaxWalker.generated.symbols19 No type information for this code.// var bfs = new BasicFeatures();
22 No type information for this code.// retValue = bfs.VARIABLES();
28 No type information for this code.// retValue = bfs.STATEMENTS(4);
35 No type information for this code.// retValue = bfs.TYPES();
41 No type information for this code.// retValue = bfs.OPERATOR();
DparserSyntaxWalker.generated.types19 No type information for this code.// var bfs = new BasicFeatures();
22 No type information for this code.// retValue = bfs.VARIABLES();
28 No type information for this code.// retValue = bfs.STATEMENTS(4);
35 No type information for this code.// retValue = bfs.TYPES();
41 No type information for this code.// retValue = bfs.OPERATOR();
/third_party/typescript/tests/cases/compiler/
DconstructorWithIncompleteTypeAnnotation.ts21 var bfs = new BasicFeatures();
24 retValue = bfs.VARIABLES();
30 case = bfs.STATEMENTS(4);
37 retValue = bfs.TYPES();
43 retValue = bfs.OPERATOR ' );
/third_party/boost/boost/graph/
Dbreadth_first_search.hpp227 BOOST_GRAPH_EVENT_STUB(on_initialize_vertex, bfs)
228 BOOST_GRAPH_EVENT_STUB(on_discover_vertex, bfs)
229 BOOST_GRAPH_EVENT_STUB(on_examine_vertex, bfs)
230 BOOST_GRAPH_EVENT_STUB(on_examine_edge, bfs)
231 BOOST_GRAPH_EVENT_STUB(on_tree_edge, bfs)
232 BOOST_GRAPH_EVENT_STUB(on_non_tree_edge, bfs)
233 BOOST_GRAPH_EVENT_STUB(on_gray_target, bfs)
234 BOOST_GRAPH_EVENT_STUB(on_black_target, bfs)
235 BOOST_GRAPH_EVENT_STUB(on_finish_vertex, bfs)
/third_party/uboot/u-boot-2020.01/drivers/sound/
Dsamsung-i2s.c83 static void i2s_set_bitclk_framesize(struct i2s_reg *i2s_reg, unsigned bfs) in i2s_set_bitclk_framesize() argument
89 switch (bfs) { in i2s_set_bitclk_framesize()
362 i2s_set_bitclk_framesize(i2s_reg, pi2s_tx->bfs); in i2s_tx_init()
423 if (dev_read_u32u(dev, "samsung,i2s-bit-clk-framesize", &priv->bfs)) in samsung_i2s_ofdata_to_platdata()
425 debug("bfs = %d\n", priv->bfs); in samsung_i2s_ofdata_to_platdata()
Dbroadwell_i2s.c94 scale = uc_priv->audio_pll_clk / uc_priv->samplingrate / uc_priv->bfs; in init_sscr0()
260 uc_priv->bfs = 32; in broadwell_i2s_probe()
Dtegra_i2s.c103 priv->bfs = 32; in tegra_i2s_probe()
Drockchip_i2s.c129 priv->bfs = 32; in rockchip_i2s_probe()
Dsandbox.c125 uc_priv->bfs = 32; in sandbox_i2s_probe()
/third_party/curl/tests/server/
Dtftpd.c188 static struct bf bfs[2]; variable
318 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */ in rw_init()
320 bfs[1].counter = BF_FREE; in rw_init()
322 return &bfs[0].buf.hdr; in rw_init()
343 bfs[current].counter = BF_FREE; /* free old one */ in readit()
346 b = &bfs[current]; /* look at new buffer */ in readit()
367 b = &bfs[nextone]; /* look at "next" buffer */ in read_ahead()
421 bfs[current].counter = ct; /* set size of data to write */ in writeit()
423 if(bfs[current].counter != BF_FREE) /* if not free */ in writeit()
425 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */ in writeit()
[all …]
/third_party/boost/libs/format/test/
Dformat_test_exceptions.cpp78 bad_format_string bfs(2, 3); in main() local
79 BOOST_TEST(boost::contains(bfs.what(), "bad_format_string")); in main()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ErrorRecovery/LeftShifts/
DparserErrorRecovery_LeftShift1.ts1 retValue = bfs.VARIABLES >> );
/third_party/uboot/u-boot-2020.01/include/
Di2s.h81 unsigned int bfs; /* Bit clock frame size */ member
/third_party/boost/libs/graph/example/
DJamfile.v222 run bfs.cpp ;
24 run bfs-example.cpp ;
25 run bfs-example2.cpp ;
26 run bfs-name-printer.cpp ;
Dregression.cfg14 compile libs/graph/example/bfs-example.cpp
15 compile libs/graph/example/bfs-name-printer.cpp
16 compile libs/graph/example/bfs.cpp
/third_party/boost/libs/graph/test/
DJamfile.v237 [ run bfs.cpp ]