Home
last modified time | relevance | path

Searched refs:QID (Results 1 – 19 of 19) sorted by relevance

/external/antlr/runtime/ObjC/Framework/examples/fuzzy/
DFuzzy.g14 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
15 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
21 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
33 : name=QID WS? '('
59 QID : ID ('.' ID)*
62 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
63 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
72 TYPE: QID '[]'?
DFuzzy.m291 …( 'class' WS name= ID ( WS )? ( 'extends' WS QID ( WS )? )? ( 'implements' WS QID ( WS )? ( ',' ( …
292 …: 'class' WS name= ID ( WS )? ( 'extends' WS QID ( WS )? )? ( 'implements' WS QID ( WS )? ( ',' ( …
336 …/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:14:27: ( 'extends' WS QID ( WS )? )? // block
345 …lr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:14:28: 'extends' WS QID ( WS )? // alt
392 …ObjC/Framework/examples/fuzzy/Fuzzy.g:15:3: ( 'implements' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
401 …e/ObjC/Framework/examples/fuzzy/Fuzzy.g:15:4: 'implements' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
453 …tlr/code/antlr3/runtime/ObjC/Framework/examples/fuzzy/Fuzzy.g:15:29: ',' ( WS )? QID ( WS )? // alt
565 … )? ( ',' ( WS )? ARG ( WS )? )* )? ')' ( WS )? ( 'throws' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
566 … )? ( ',' ( WS )? ARG ( WS )? )* )? ')' ( WS )? ( 'throws' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
766 …ime/ObjC/Framework/examples/fuzzy/Fuzzy.g:21:8: ( 'throws' WS QID ( WS )? ( ',' ( WS )? QID ( WS )…
[all …]
DFuzzy.tokens11 QID=14
DFuzzy.h31 #define QID 14 macro
DFuzzyLexer.h31 #define QID 9 macro
/external/antlr/runtime/Python/tests/
Dt020fuzzyLexer.g25 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
26 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
32 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
44 : name=QID WS? '('
70 QID : ID ('.' ID)*
73 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
74 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
83 TYPE: QID '[]'?
Dt019lexer.g17 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
18 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
37 QID : ID ('.' ID)*
40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
41 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
50 TYPE: QID '[]'?
/external/antlr/runtime/Python3/tests/
Dt020fuzzyLexer.g25 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
26 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
32 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
44 : name=QID WS? '('
70 QID : ID ('.' ID)*
73 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
74 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
83 TYPE: QID '[]'?
Dt019lexer.g17 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
18 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
37 QID : ID ('.' ID)*
40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
41 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
50 TYPE: QID '[]'?
/external/antlr/runtime/JavaScript/tests/functional/
Dt020fuzzy.g24 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
25 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
31 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
43 : name=QID WS? '('
69 QID : ID ('.' ID)*
72 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
73 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
82 TYPE: QID '[]'?
Dt019lexer.g17 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
18 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
37 QID : ID ('.' ID)*
40 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
41 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
50 TYPE: QID '[]'?
/external/antlr/runtime/Cpp/tests/
Dt020fuzzyLexer.g32 : 'class' WS name=ID WS? ('extends' WS QID WS?)?
33 ('implements' WS QID WS? (',' WS? QID WS?)*)? '{'
39 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
51 : name=QID WS? '('
77 QID : ID ('.' ID)*
80 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
81 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
90 TYPE: QID '[]'?
Dt019lexer.g24 : 'class' WS name=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 lookahead in the QID loop of '.' will make it loop.
57 TYPE: QID '[]'?
/external/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp455 SUnit* R600SchedStrategy::pickOther(int QID) { in pickOther() argument
457 std::vector<SUnit *> &AQ = Available[QID]; in pickOther()
460 MoveUnits(Pending[QID], AQ); in pickOther()
DR600MachineScheduler.h96 SUnit* pickOther(int QID);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp454 SUnit* R600SchedStrategy::pickOther(int QID) { in pickOther() argument
456 std::vector<SUnit *> &AQ = Available[QID]; in pickOther()
459 MoveUnits(Pending[QID], AQ); in pickOther()
DR600MachineScheduler.h94 SUnit* pickOther(int QID);
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart3.csv25977 ,"US","QID","Villard","Villard","MN","--3-----","RL","1201",,"4542N 09516W",
D2013-1_UNLOCODE_CodeListPart1.csv8080 ,"BR","QID","Tr�s Cora�oes","Tres Coracoes","MG","---4----","AI","0212",,"2142S 04516W",