HomeSort by relevance Sort by last modified time
    Searched refs:QID (Results 1 - 6 of 6) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 24 : 'class' WS ID WS? ('extends' WS QID WS?)?
25 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
44 QID : ID ('.' ID)*
47 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
48 * ever match since k=1 look in the QID loop of '.' will make it loop.
57 TYPE: QID '[]'?
121 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
122 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 31 #define QID 14
FuzzyLexer.h 31 #define QID 9
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 31 #define QID 9
  /external/llvm/lib/Target/R600/
R600MachineScheduler.h 97 SUnit* pickOther(int QID);
R600MachineScheduler.cpp 457 SUnit* R600SchedStrategy::pickOther(int QID) {
459 std::vector<SUnit *> &AQ = Available[QID];
462 MoveUnits(Pending[QID], AQ);

Completed in 394 milliseconds