/external/antlr/runtime/Python3/antlr3/ |
D | dfa.py | 49 eot, eof, min, max, accept, special, transition argument 55 self.eot = eot 99 if self.eot[s] >= 0: # EOT Transition to accept state? 100 s = self.eot[s] 116 if self.eot[s] >= 0: 117 s = self.eot[s]
|
/external/antlr/runtime/Python/antlr3/ |
D | dfa.py | 49 eot, eof, min, max, accept, special, transition argument 55 self.eot = eot 108 if self.eot[s] >= 0: # EOT Transition to accept state? 111 s = self.eot[s] 128 if self.eot[s] >= 0: 131 s = self.eot[s]
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | DFA.as | 15 protected var eot:Array; // short[] 33 eot:Array, eof:Array, min:Array, max:Array, accept:Array, special:Array, transition:Array, 39 this.eot = eot; 101 // eot[s]>=0 indicates that an EOT edge goes to another 103 if ( eot[s]>=0 ) { // EOT Transition to accept state? 105 s = eot[s]; 107 // TODO: I had this as return accept[eot[s]] 121 if ( eot[s]>=0 ) { // EOT Transition? 123 s = eot[s]; 135 trace("eot["+s+"]="+eot[s]);
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
D | DFA.java | 42 protected short[] eot; field in DFA 105 if ( eot[s]>=0 ) { // EOT Transition to accept state? in predict() 107 s = eot[s]; in predict() 123 if ( eot[s]>=0 ) { // EOT Transition? in predict() 125 s = eot[s]; in predict() 137 System.err.println("eot["+s+"]="+eot[s]); in predict()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | DFA.cs | 57 protected short[] eot; field in Antlr.Runtime.DFA 148 if ( eot[s] >= 0 ) in Predict() 152 s = eot[s]; in Predict() 171 if ( eot[s] >= 0 ) in Predict() 175 s = eot[s]; in Predict() 211 Console.Error.WriteLine("eot[{0}]={1}", s, eot[s]); in DfaDebugInvalidSymbol()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | DFA.cs | 61 protected short[] eot; field in Antlr.Runtime.DFA 126 if (eot[s] >= 0) { // EOT Transition to accept state? in Predict() 129 s = eot[s]; in Predict() 145 if (eot[s] >= 0) { // EOT Transition? in Predict() 148 s = eot[s]; in Predict() 161 Console.Error.WriteLine("eot[" + s + "]=" + eot[s]); in Predict()
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
D | DFA.js | 58 if ( this.eot[s]>=0 ) { // EOT Transition to accept state? 59 s = this.eot[s]; 75 if ( this.eot[s]>=0 ) { // EOT Transition? 76 s = this.eot[s];
|
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | DFA.pm | 98 if ($self->eot->[$s] >= 0) { # EOT Transition to accept state? 99 $s = $self->eot->[$s]; 118 if ($self->eot->[$s] >= 0) { # EOT Transition? 119 $s = $self->eot->[$s];
|
/external/antlr/runtime/C/src/ |
D | antlr3cyclicdfa.c | 148 if (cdfa->eot[s] >= 0) in antlr3dfapredict() 150 s = cdfa->eot[s]; in antlr3dfapredict() 167 if (cdfa->eot[s] >= 0) in antlr3dfapredict() 169 s = cdfa->eot[s]; in antlr3dfapredict()
|
/external/antlr/runtime/ObjC/Framework/ |
D | DFA.m | 91 // eot[s]>=0 indicates that an EOT edge goes to another 93 if (eot[s] >= 0) { 95 s = eot[s]; 97 // TODO: I had this as return accept[eot[s]] 112 if (eot[s] >= 0) {// EOT transition? we may still accept the input in the next state 114 s = eot[s]; 126 NSLog(@"eot[%d] = %d\n", s, min[s]); 255 @synthesize eot;
|
D | DFA.h | 34 const NSInteger *eot; variable 73 @property const NSInteger *eot;
|
/external/antlr/tool/src/main/java/org/antlr/analysis/ |
D | NFAState.java | 249 public void setEOTTargetState(boolean eot) { in setEOTTargetState() argument 250 EOTTargetState = eot; in setEOTTargetState()
|
D | DFA.java | 209 public Vector<Integer> eot; field in DFA 324 public List<? extends String> getJavaCompressedEOT() { return getRunLengthEncoding(eot); } 405 eot = new Vector<Integer>(this.getNumberOfStates()); // Vector<int> 406 eot.setSize(this.getNumberOfStates()); 599 eot.set(s.stateNumber, Utils.integer(edge.target.stateNumber)); 612 eot.set(s.stateNumber, Utils.integer(edge.target.stateNumber));
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_visitor.cpp | 107 write->eot = true; in emit_dummy_fs() 547 inst->eot = true; in emit_fb_writes() 757 inst->eot = false; in emit_urb_writes() 759 inst->eot = slot == last_slot && stage != MESA_SHADER_GEOMETRY; in emit_urb_writes() 792 inst->eot = true; in emit_urb_writes() 836 inst->eot = true; in emit_urb_writes() 861 inst->eot = true; in emit_cs_terminate()
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3cyclicdfa.inl | 6 , const ANTLR_INT32* const eot 14 , m_eot(eot) 140 * eot[s]>=0 indicates that an EOT edge goes to another
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/ |
D | font-face.out.b | 1 @font-face{font-family:'gzipper';src:url(yanone.eot);src:local('gzipper'),url(yanone.ttf) format('t…
|
D | font-face.out | 1 @font-face{font-family:'gzipper';src:url(yanone.eot);src:local('gzipper'),url(yanone.ttf) format('t…
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | font-face.css | 3 src: url(yanone.eot);
|
D | font-face.css.min | 1 @font-face{font-family:'gzipper';src:url(yanone.eot);src:local('gzipper'),url(yanone.ttf) format('t…
|
/external/igt-gpu-tools/assembler/ |
D | brw_eu.h | 230 bool eot, 241 bool eot); 258 bool eot,
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | dfa.rb | 145 eot = nil, eof = nil, min = nil, max = nil, argument 150 @eot = eot || self.class::EOT #.eot
|
/external/sfntly/doc/ |
D | MicroTypeExpress.md | 20 sfnttool -e -x source.ttf source.eot 33 (in the tools/conversion/eot directory). This code implements almost all
|
/external/antlr/runtime/Ruby/test/unit/ |
D | test-dfa.rb | 24 dfa.eot.should == DFASubclass::EOT
|
/external/antlr/runtime/Python3/unittests/ |
D | testdfa.py | 32 eot=[],
|
/external/antlr/runtime/Python/unittests/ |
D | testdfa.py | 32 eot=[],
|