Searched refs:Terminals (Results 1 – 25 of 39) sorted by relevance
12
/external/selinux/sepolgen/src/sepolgen/ |
D | yacc.py | 477 global Productions, Prodnames, Prodmap, Terminals 491 Terminals = { } # A dictionary mapping the names of terminal symbols to a 618 if Terminals.has_key(prodname): 637 if not Terminals.has_key(c): 638 Terminals[c] = [] 690 if Terminals.has_key(t): 691 Terminals[t].append(p.number) 796 for s in Terminals.keys() + Nonterminals.keys(): 831 for t in Terminals.keys(): 875 if not Prodnames.has_key(s) and not Terminals.has_key(s) and s != 'error': [all …]
|
/external/bison/tests/ |
D | reduce.at | 22 ## Useless Terminals. ## 25 AT_SETUP([Useless Terminals]) 49 [[Terminals unused in grammar 238 Terminals unused in grammar 334 Terminals unused in grammar
|
D | conflicts.at | 573 Terminals, with rules where they appear 676 Terminals, with rules where they appear 813 Terminals, with rules where they appear 1156 Terminals, with rules where they appear
|
D | regression.at | 275 Terminals, with rules where they appear 585 Terminals, with rules where they appear
|
/external/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 2812 SmallVector<MachineInstr*, 2> Terminals; in copyCoalesceInMBB() local 2817 Terminals.push_back(&(*MII)); in copyCoalesceInMBB() 2822 WorkList.append(Terminals.begin(), Terminals.end()); in copyCoalesceInMBB()
|
/external/bison/po/ |
D | zh_TW.po | 430 msgid "Terminals, with rules where they appear" 543 msgid "Terminals unused in grammar" 1164 #~ msgid "Terminals which are not used"
|
D | pt_BR.po | 430 msgid "Terminals, with rules where they appear" 544 msgid "Terminals unused in grammar" 1187 #~ msgid "Terminals which are not used"
|
D | da.po | 430 msgid "Terminals, with rules where they appear" 544 msgid "Terminals unused in grammar" 1191 #~ msgid "Terminals which are not used"
|
D | it.po | 428 msgid "Terminals, with rules where they appear" 543 msgid "Terminals unused in grammar" 1186 #~ msgid "Terminals which are not used"
|
D | ru.po | 464 msgid "Terminals, with rules where they appear" 574 msgid "Terminals unused in grammar" 1250 #~ msgid "Terminals which are not used"
|
D | id.po | 452 msgid "Terminals, with rules where they appear" 561 msgid "Terminals unused in grammar" 1231 #~ msgid "Terminals which are not used"
|
D | tr.po | 435 msgid "Terminals, with rules where they appear" 550 msgid "Terminals unused in grammar" 1175 #~ msgid "Terminals which are not used"
|
D | bison.pot | 398 msgid "Terminals, with rules where they appear" 507 msgid "Terminals unused in grammar"
|
D | zh_CN.po | 402 msgid "Terminals, with rules where they appear" 511 msgid "Terminals unused in grammar"
|
D | pt.po | 400 msgid "Terminals, with rules where they appear" 509 msgid "Terminals unused in grammar"
|
D | sr.po | 473 msgid "Terminals, with rules where they appear" 583 msgid "Terminals unused in grammar"
|
D | uk.po | 488 msgid "Terminals, with rules where they appear" 598 msgid "Terminals unused in grammar"
|
D | el.po | 466 msgid "Terminals, with rules where they appear" 576 msgid "Terminals unused in grammar"
|
D | ga.po | 483 msgid "Terminals, with rules where they appear" 595 msgid "Terminals unused in grammar" 1300 #~ msgid "Terminals which are not used"
|
D | pl.po | 482 msgid "Terminals, with rules where they appear" 592 msgid "Terminals unused in grammar" 1286 #~ msgid "Terminals which are not used"
|
D | de.po | 476 msgid "Terminals, with rules where they appear" 585 msgid "Terminals unused in grammar" 1225 #~ msgid "Terminals which are not used"
|
D | hr.po | 474 msgid "Terminals, with rules where they appear" 583 msgid "Terminals unused in grammar" 1456 #~ msgid "Terminals which are not used:"
|
D | ms.po | 457 msgid "Terminals, with rules where they appear" 566 msgid "Terminals unused in grammar"
|
D | sv.po | 473 msgid "Terminals, with rules where they appear" 582 msgid "Terminals unused in grammar"
|
D | et.po | 470 msgid "Terminals, with rules where they appear" 579 msgid "Terminals unused in grammar"
|
12