/third_party/typescript/tests/baselines/reference/ |
D | parserErrorRecovery_LeftShift1.types | 2 retValue = bfs.VARIABLES >> ); 3 >retValue = bfs.VARIABLES >> : number 5 >bfs.VARIABLES >> : number 6 >bfs.VARIABLES : any 7 >bfs : any
|
D | parserErrorRecovery_LeftShift1.errors.txt | 2 …rRecovery/LeftShifts/parserErrorRecovery_LeftShift1.ts(1,12): error TS2304: Cannot find name 'bfs'. 7 retValue = bfs.VARIABLES >> ); 11 !!! error TS2304: Cannot find name 'bfs'.
|
D | constructorWithIncompleteTypeAnnotation.js | 19 var bfs = new BasicFeatures(); variable 22 retValue = bfs.VARIABLES(); 28 case = bfs.STATEMENTS(4); 35 retValue = bfs.TYPES(); 41 retValue = bfs.OPERATOR ' );
|
D | parserErrorRecovery_LeftShift1.js | 2 retValue = bfs.VARIABLES >> ); 5 retValue = bfs.VARIABLES >> ;
|
D | constructorWithIncompleteTypeAnnotation.types | 38 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 …]
|
D | constructorWithIncompleteTypeAnnotation.errors.txt | 9 …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 …]
|
D | parserErrorRecovery_LeftShift1.symbols | 2 retValue = bfs.VARIABLES >> );
|
D | constructorWithIncompleteTypeAnnotation.symbols | 37 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 ' );
|
D | parserSyntaxWalker.generated.symbols | 19 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();
|
D | parserSyntaxWalker.generated.types | 19 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/ |
D | constructorWithIncompleteTypeAnnotation.ts | 21 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/ |
D | breadth_first_search.hpp | 227 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/ |
D | samsung-i2s.c | 83 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()
|
D | broadwell_i2s.c | 94 scale = uc_priv->audio_pll_clk / uc_priv->samplingrate / uc_priv->bfs; in init_sscr0() 260 uc_priv->bfs = 32; in broadwell_i2s_probe()
|
D | tegra_i2s.c | 103 priv->bfs = 32; in tegra_i2s_probe()
|
D | rockchip_i2s.c | 129 priv->bfs = 32; in rockchip_i2s_probe()
|
D | sandbox.c | 125 uc_priv->bfs = 32; in sandbox_i2s_probe()
|
/third_party/curl/tests/server/ |
D | tftpd.c | 188 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/ |
D | format_test_exceptions.cpp | 78 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/ |
D | parserErrorRecovery_LeftShift1.ts | 1 retValue = bfs.VARIABLES >> );
|
/third_party/uboot/u-boot-2020.01/include/ |
D | i2s.h | 81 unsigned int bfs; /* Bit clock frame size */ member
|
/third_party/boost/libs/graph/example/ |
D | Jamfile.v2 | 22 run bfs.cpp ; 24 run bfs-example.cpp ; 25 run bfs-example2.cpp ; 26 run bfs-name-printer.cpp ;
|
D | regression.cfg | 14 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/ |
D | Jamfile.v2 | 37 [ run bfs.cpp ]
|