/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugTreeGrammar.cs | 152 PushFollow(Follow._stat_in_prog48); in prog() 278 PushFollow(Follow._expr_in_stat63); in stat() 297 Match(input,17,Follow._17_in_stat98); in stat() 301 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100); in stat() 303 PushFollow(Follow._expr_in_stat102); in stat() 322 Match(input,FUNC,Follow._FUNC_in_stat128); in stat() 520 Match(input,16,Follow._16_in_expr172); in expr() 524 PushFollow(Follow._expr_in_expr176); in expr() 530 PushFollow(Follow._expr_in_expr180); in expr() 549 Match(input,10,Follow._10_in_expr200); in expr() [all …]
|
D | ProfileTreeGrammar.cs | 157 PushFollow(Follow._stat_in_prog48); in prog() 283 PushFollow(Follow._expr_in_stat63); in stat() 302 Match(input,17,Follow._17_in_stat98); in stat() 306 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100); in stat() 308 PushFollow(Follow._expr_in_stat102); in stat() 327 Match(input,FUNC,Follow._FUNC_in_stat128); in stat() 525 Match(input,16,Follow._16_in_expr172); in expr() 529 PushFollow(Follow._expr_in_expr176); in expr() 535 PushFollow(Follow._expr_in_expr180); in expr() 554 Match(input,10,Follow._10_in_expr200); in expr() [all …]
|
D | ProfileGrammarParser.cs | 199 PushFollow(Follow._stat_in_prog53); in prog() 337 PushFollow(Follow._expr_in_stat70); in stat() 344 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72); in stat() 379 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105); in stat() 383 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107); in stat() 387 PushFollow(Follow._expr_in_stat109); in stat() 394 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111); in stat() 441 PushFollow(Follow._func_in_stat143); in stat() 448 NEWLINE9=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat145); in stat() 483 NEWLINE10=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat178); in stat() [all …]
|
D | DebugGrammarParser.cs | 195 PushFollow(Follow._stat_in_prog53); in prog() 333 PushFollow(Follow._expr_in_stat70); in stat() 340 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72); in stat() 375 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105); in stat() 379 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107); in stat() 383 PushFollow(Follow._expr_in_stat109); in stat() 390 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111); in stat() 437 PushFollow(Follow._func_in_stat143); in stat() 444 NEWLINE9=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat145); in stat() 479 NEWLINE10=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat178); in stat() [all …]
|
/external/flatbuffers/rust/flatbuffers/src/ |
D | primitives.rs | 22 use follow::Follow; 176 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> { 197 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsVOffset<T> { 227 impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T> { 249 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipSizePrefix<T> { 260 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipRootOffset<T> { 271 impl<'a> Follow<'a> for FileIdentifier { 283 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipFileIdentifier<T> { 291 impl<'a> Follow<'a> for bool { 306 impl<'a> Follow<'a> for $ty { impl
|
D | vector.rs | 26 use follow::Follow; 62 impl<'a, T: Follow<'a> + 'a> Vector<'a, T> { 120 impl<'a> Follow<'a> for &'a str { impl 142 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl 150 impl<'a, T: Follow<'a> + 'a> Follow<'a> for Vector<'a, T> { 181 impl<'a, T: Follow<'a> + 'a> Clone for VectorIter<'a, T> { 193 impl<'a, T: Follow<'a> + 'a> Iterator for VectorIter<'a, T> { 231 impl<'a, T: Follow<'a> + 'a> DoubleEndedIterator for VectorIter<'a, T> { 252 impl<'a, T: 'a + Follow<'a>> ExactSizeIterator for VectorIter<'a, T> { 259 impl<'a, T: 'a + Follow<'a>> FusedIterator for VectorIter<'a, T> {} [all …]
|
D | follow.rs | 30 pub trait Follow<'a> { interface 38 pub fn lifted_follow<'a, T: Follow<'a>>(buf: &'a [u8], loc: usize) -> T::Inner { in lifted_follow() 46 impl<'a, T: Follow<'a> + 'a> FollowStart<T> { 56 impl<'a, T: Follow<'a>> Follow<'a> for FollowStart<T> {
|
D | table.rs | 17 use follow::Follow; 37 pub fn get<T: Follow<'a> + 'a>( in get() 50 impl<'a> Follow<'a> for Table<'a> { 59 pub fn get_root<'a, T: Follow<'a> + 'a>(data: &'a [u8]) -> T::Inner { in get_root() 63 pub fn get_size_prefixed_root<'a, T: Follow<'a> + 'a>(data: &'a [u8]) -> T::Inner { in get_size_prefixed_root()
|
D | vtable.rs | 18 use follow::Follow; 86 impl<'a> Follow<'a> for VTable<'a> {
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | Simplifier.m | 571 …char_literal1=(CommonTree *)[self match:input TokenType:8 Follow:FOLLOW_8_in_poly52]; if ( state.f… 575 … [self match:input TokenType:TokenTypeDOWN Follow:nil]; if ( state.failed ) return retval; 579 …a=(CommonTree *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_poly56]; if ( state.failed ) … 585 …b=(CommonTree *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_poly60]; if ( state.failed ) … 589 … [self match:input TokenType:TokenTypeUP Follow:nil]; if ( state.failed ) return retval; 640 …char_literal2=(CommonTree *)[self match:input TokenType:8 Follow:FOLLOW_8_in_poly73]; if ( state.f… 644 … [self match:input TokenType:TokenTypeDOWN Follow:nil]; if ( state.failed ) return retval; 655 …char_literal3=(CommonTree *)[self match:input TokenType:8 Follow:FOLLOW_8_in_poly76]; if ( state.f… 659 … [self match:input TokenType:TokenTypeDOWN Follow:nil]; if ( state.failed ) return retval; 663 …a=(CommonTree *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_poly80]; if ( state.failed ) … [all …]
|
D | PolyDifferentiator.m | 344 … char_literal1=(CommonTree *)[self match:input TokenType:8 Follow:FOLLOW_8_in_poly44]; 351 [self match:input TokenType:TokenTypeDOWN Follow:nil]; 377 [self match:input TokenType:TokenTypeUP Follow:nil]; 400 … MULT4=(CommonTree *)[self match:input TokenType:MULT Follow:FOLLOW_MULT_in_poly55]; 404 [self match:input TokenType:TokenTypeDOWN Follow:nil]; 408 INT5=(CommonTree *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_poly57]; 414 ID6=(CommonTree *)[self match:input TokenType:ID Follow:FOLLOW_ID_in_poly59]; 418 [self match:input TokenType:TokenTypeUP Follow:nil]; 467 … MULT7=(CommonTree *)[self match:input TokenType:MULT Follow:FOLLOW_MULT_in_poly71]; 471 [self match:input TokenType:TokenTypeDOWN Follow:nil]; [all …]
|
D | PolyPrinter.m | 241 [self match:input TokenType:8 Follow:FOLLOW_8_in_poly43]; 243 [self match:input TokenType:DOWN Follow:nil]; 259 [self match:input TokenType:UP Follow:nil]; 275 [self match:input TokenType:MULT Follow:FOLLOW_MULT_in_poly74]; 277 [self match:input TokenType:DOWN Follow:nil]; 293 [self match:input TokenType:UP Follow:nil]; 309 [self match:input TokenType:9 Follow:FOLLOW_9_in_poly104]; 311 [self match:input TokenType:DOWN Follow:nil]; 327 [self match:input TokenType:UP Follow:nil]; 343 INT1=(CommonTree *)[self match:input TokenType:INT Follow:FOLLOW_INT_in_poly134]; [all …]
|
/external/antlr/runtime/ObjC/Framework/ |
D | BaseRecognizer.h | 104 - (id) match:(id<IntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow; 107 - (BOOL) mismatchIsMissingToken:(id<IntStream>)anInput Follow:(ANTLRBitSet *)follow; 131 Follow:(ANTLRBitSet *)follow; 135 Follow:(ANTLRBitSet *)follow; 141 Follow:(ANTLRBitSet *)follow; 145 - (void) consumeUntilFollow:(id<IntStream>)anInput Follow:(ANTLRBitSet *)bitSet;
|
D | MismatchedNotSetException.h | 44 Follow:(NSString *)expecting; 47 - (id) initWithStream:(id<IntStream>)anInput Follow:(NSString *)expecting;
|
D | MismatchedNotSetException.m | 44 Follow:(NSString *)expected 46 return [[MismatchedNotSetException alloc] initWithStream:anInput Follow:(NSString *)expected]; 56 - (id) initWithStream:(id<IntStream>)anInput Follow:(NSString *)expected
|
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCWalker.m | 398 [self match:input TokenType:FUNC_DECL Follow:FOLLOW_FUNC_DECL_in_declaration87]; 400 [self match:input TokenType:DOWN Follow:nil]; 410 [self match:input TokenType:UP Follow:nil]; 420 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101]; 422 [self match:input TokenType:DOWN Follow:nil]; 440 [self match:input TokenType:UP Follow:nil]; 482 [self match:input TokenType:VAR_DEF Follow:FOLLOW_VAR_DEF_in_variable126]; 484 [self match:input TokenType:DOWN Follow:nil]; 502 [self match:input TokenType:UP Follow:nil]; 541 [self match:input TokenType:K_ID Follow:FOLLOW_K_ID_in_declarator150]; [all …]
|
D | SimpleCTP.m | 398 [self match:input TokenType:FUNC_DECL Follow:FOLLOW_FUNC_DECL_in_declaration87]; 400 [self match:input TokenType:DOWN Follow:nil]; 410 [self match:input TokenType:UP Follow:nil]; 420 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101]; 422 [self match:input TokenType:DOWN Follow:nil]; 440 [self match:input TokenType:UP Follow:nil]; 482 [self match:input TokenType:VAR_DEF Follow:FOLLOW_VAR_DEF_in_variable126]; 484 [self match:input TokenType:DOWN Follow:nil]; 502 [self match:input TokenType:UP Follow:nil]; 541 [self match:input TokenType:K_ID Follow:FOLLOW_K_ID_in_declarator150]; [all …]
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
D | devicedb.cc | 58 void Follow(const DeviceDecisionTreeNode* root, in Follow() function 73 Follow(root, variable_values); in Follow() 86 Follow(root, variable_values); in UpdateVariablesFromDatabase()
|
/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableParser.m | 355 [self match:input TokenType:12 Follow:FOLLOW_12_in_method116]; 357 [self match:input TokenType:ID Follow:FOLLOW_ID_in_method118]; 359 [self match:input TokenType:7 Follow:FOLLOW_7_in_method120]; 361 [self match:input TokenType:8 Follow:FOLLOW_8_in_method122]; 412 [self match:input TokenType:13 Follow:FOLLOW_13_in_block153]; 478 [self match:input TokenType:14 Follow:FOLLOW_14_in_block165]; 541 [self match:input TokenType:ID Follow:FOLLOW_ID_in_stat189]; 543 [self match:input TokenType:10 Follow:FOLLOW_10_in_stat191]; 545 [self match:input TokenType:INT Follow:FOLLOW_INT_in_stat193]; 547 [self match:input TokenType:9 Follow:FOLLOW_9_in_stat195]; [all …]
|
/external/flatbuffers/tests/include_test/sub/ |
D | include_test2_generated.rs | 42 impl<'a> flatbuffers::Follow<'a> for FromInclude { 95 impl<'a> flatbuffers::Follow<'a> for Unused { 102 impl<'a> flatbuffers::Follow<'a> for &'a Unused { 151 impl<'a> flatbuffers::Follow<'a> for TableB<'a> {
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.rs | 41 impl<'a> flatbuffers::Follow<'a> for EnumInNestedNS { 99 impl<'a> flatbuffers::Follow<'a> for StructInNestedNS { 106 impl<'a> flatbuffers::Follow<'a> for &'a StructInNestedNS { 159 impl<'a> flatbuffers::Follow<'a> for TableInNestedNS<'a> {
|
/external/fmtlib/support/ |
D | build.gradle | 47 targetSdkVersion 25 // Follow Compile SDK 48 versionCode 21 // Follow release count 49 versionName "5.3.0" // Follow Official version
|
/external/antlr/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCParser.m | 492 [self match:input TokenType:11 Follow:FOLLOW_11_in_declaration62]; 580 [self match:input TokenType:11 Follow:FOLLOW_11_in_variable103]; 618 [self match:input TokenType:ID Follow:FOLLOW_ID_in_declarator122]; 669 ID3=(CommonToken *)[self match:input TokenType:ID Follow:FOLLOW_ID_in_functionHeader153]; 671 [self match:input TokenType:7 Follow:FOLLOW_7_in_functionHeader155]; 707 [self match:input TokenType:10 Follow:FOLLOW_10_in_functionHeader163]; 733 [self match:input TokenType:8 Follow:FOLLOW_8_in_functionHeader173]; 873 [self match:input TokenType:19 Follow:FOLLOW_19_in_block286]; 947 [self match:input TokenType:20 Follow:FOLLOW_20_in_block326]; 1059 [self match:input TokenType:11 Follow:FOLLOW_11_in_stat348]; [all …]
|
/external/antlr/runtime/ObjC/Framework/examples/treeparser/ |
D | LangDumpDecl.m | 136 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45]; 138 [self match:input TokenType:DOWN Follow:nil]; 156 [self match:input TokenType:UP Follow:nil]; 199 [self match:input TokenType:INTTYPE Follow:FOLLOW_INTTYPE_in_type81]; 240 [self match:input TokenType:ID Follow:FOLLOW_ID_in_declarator95];
|
/external/flatbuffers/samples/ |
D | monster_generated.rs | 37 impl<'a> flatbuffers::Follow<'a> for Color { 98 impl<'a> flatbuffers::Follow<'a> for Equipment { 156 impl<'a> flatbuffers::Follow<'a> for Vec3 { 164 impl<'a> flatbuffers::Follow<'a> for &'a Vec3 { 221 impl<'a> flatbuffers::Follow<'a> for Monster<'a> { 403 impl<'a> flatbuffers::Follow<'a> for Weapon<'a> {
|