/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | ASTTreeParser.stg | 13 _last = _first_0 = nil<\n> 29 _save_last_<treeLevel> = _last = @input.look 59 _last = _save_last_<treeLevel> 64 _last = @input.look 69 _last = @input.look 95 _last = @input.look 115 _last = @input.look 130 _last = @input.look 155 _last = @input.look 175 _last = @input.look [all …]
|
D | AST.stg | 111 @adaptor.child_index( _last ),
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | ASTTreeParser.stg | 18 var _last = null;<\n> 39 _last = this.input.LT(1); 41 var _save_last_<treeLevel> = _last; 70 _last = _save_last_<treeLevel>; 77 * setting of _last 80 _last = this.input.LT(1); 86 _last = this.input.LT(1); 111 _last = this.input.LT(1); 134 _last = this.input.LT(1); 156 _last = this.input.LT(1); [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | ASTTreeParser.stg | 46 <ASTLabelType> _last;<\n> 53 _last = NULL;<\n> 77 _last = (<ASTLabelType>)LT(1); 84 _save_last_<treeLevel> = _last; 114 _last = _save_last_<treeLevel>; 121 * setting of _last 124 _last = (<ASTLabelType>)LT(1); 130 _last = (<ASTLabelType>)LT(1); 156 _last = (<ASTLabelType>)LT(1); 178 _last = (<ASTLabelType>)LT(1); [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | ASTTreeParser.stg | 54 _last = None<\n> 75 _last = self.input.LT(1) 76 _save_last_<treeLevel> = _last 108 _last = _save_last_<treeLevel> 115 * setting of _last 118 _last = self.input.LT(1) 124 _last = self.input.LT(1) 151 _last = self.input.LT(1) 173 _last = self.input.LT(1) 190 _last = self.input.LT(1) [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/ |
D | ASTTreeParser.stg | 54 _last = None<\n> 75 _last = self.input.LT(1) 76 _save_last_<treeLevel> = _last 108 _last = _save_last_<treeLevel> 115 * setting of _last 118 _last = self.input.LT(1) 124 _last = self.input.LT(1) 151 _last = self.input.LT(1) 173 _last = self.input.LT(1) 190 _last = self.input.LT(1) [all …]
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | PolyDifferentiator.m | 209 CommonTree *_last = nil; 336 _last = (CommonTree *)[input LT:1]; 338 CommonTree *_save_last_1 = _last; 343 _last = (CommonTree *)[input LT:1]; 354 _last = (CommonTree *)[input LT:1]; 366 _last = (CommonTree *)[input LT:1]; 379 _last = _save_last_1; 392 _last = (CommonTree *)[input LT:1]; 394 CommonTree *_save_last_1 = _last; 399 _last = (CommonTree *)[input LT:1]; [all …]
|
D | Simplifier.m | 438 CommonTree *_last = nil; 563 _last = (CommonTree *)[input LT:1]; 565 CommonTree *_save_last_1 = _last; 570 _last = (CommonTree *)[input LT:1]; 578 _last = (CommonTree *)[input LT:1]; 584 _last = (CommonTree *)[input LT:1]; 591 _last = _save_last_1; 632 _last = (CommonTree *)[input LT:1]; 634 CommonTree *_save_last_1 = _last; 639 _last = (CommonTree *)[input LT:1]; [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ASTTreeParser.stg | 45 var _last:<ASTLabelType> = null;<\n> 66 _last = <ASTLabelType>(input.LT(1)); 68 var _save_last_<treeLevel>:<ASTLabelType> = _last; 97 _last = _save_last_<treeLevel>; 104 * setting of _last 107 _last = <ASTLabelType>(input.LT(1)); 113 _last = <ASTLabelType>(input.LT(1)); 138 _last = <ASTLabelType>(input.LT(1)); 160 _last = (<ASTLabelType>)input.LT(1); 176 _last = <ASTLabelType>(input.LT(1)); [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMAxisIteratorBase.java | 36 protected int _last = -1; field in DTMAxisIteratorBase 125 if (_last == -1) // Not previously established in getLast() 140 _last++; in getLast() 148 return _last; in getLast()
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | ASTTreeParser.stg | 46 <ASTLabelType> _last = null;<\n> 71 _last = (<ASTLabelType>)input.LT(1); 73 <ASTLabelType> _save_last_<treeLevel> = _last; 102 _last = _save_last_<treeLevel>; 112 * setting of _last 116 _last = (<ASTLabelType>)input.LT(1); 126 _last = (<ASTLabelType>)input.LT(1); 159 _last = (<ASTLabelType>)input.LT(1); 189 _last = (<ASTLabelType>)input.LT(1); 209 _last = (<ASTLabelType>)input.LT(1); [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ASTTreeParser.stg | 89 <ASTLabelType> *_last = nil;<\n> 112 _last = (<ASTLabelType> *)[input LT:1]; 114 <ASTLabelType> *_save_last_<treeLevel> = _last; 143 _last = _save_last_<treeLevel>; 150 * setting of _last 154 _last = (<ASTLabelType> *)[input LT:1]; 161 _last = (<ASTLabelType> *)[input LT:1]; 188 _last = (<ASTLabelType> *)[input LT:1]; 212 _last = (<ASTLabelType> *)[input LT:1]; 229 _last = (<ASTLabelType> *)[input LT:1]; [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | ASTTreeParser.stg | 50 <ASTLabelType> _last = default(<ASTLabelType>); 75 _last = (<ASTLabelType>)input.LT(1); 77 <ASTLabelType> _save_last_<treeLevel> = _last; 106 _last = _save_last_<treeLevel>; 116 * setting of _last 120 _last = (<ASTLabelType>)input.LT(1); 130 _last = (<ASTLabelType>)input.LT(1); 163 _last = (<ASTLabelType>)input.LT(1); 193 _last = (<ASTLabelType>)input.LT(1); 213 _last = (<ASTLabelType>)input.LT(1); [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | ASTTreeParser.stg | 49 <ASTLabelType> _last = default(<ASTLabelType>); 74 _last = (<ASTLabelType>)input.LT(1); 76 <ASTLabelType> _save_last_<treeLevel> = _last; 105 _last = _save_last_<treeLevel>; 115 * setting of _last 119 _last = (<ASTLabelType>)input.LT(1); 129 _last = (<ASTLabelType>)input.LT(1); 162 _last = (<ASTLabelType>)input.LT(1); 192 _last = (<ASTLabelType>)input.LT(1); 212 _last = (<ASTLabelType>)input.LT(1); [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | ASTTreeParser.stg | 47 <ASTLabelType> _last = null;<\n> 68 _last = (<ASTLabelType>)input.LT(1); 70 <ASTLabelType> _save_last_<treeLevel> = _last; 99 _last = _save_last_<treeLevel>; 106 * setting of _last 109 _last = (<ASTLabelType>)input.LT(1); 115 _last = (<ASTLabelType>)input.LT(1); 140 _last = (<ASTLabelType>)input.LT(1); 163 _last = (<ASTLabelType>)input.LT(1); 185 _last = (<ASTLabelType>)input.LT(1); [all …]
|
/external/python/cpython2/Lib/email/ |
D | feedparser.py | 168 self._last = None 206 self._last = msg 382 if self._last.get_content_maintype() == 'multipart': 383 epilogue = self._last.epilogue 385 self._last.epilogue = None 390 self._last.epilogue = epilogue[:-end] 392 payload = self._last.get_payload() 397 self._last.set_payload(payload) 402 self._last = self._cur
|
/external/python/cpython3/Lib/email/ |
D | feedparser.py | 166 self._last = None 208 self._last = msg 394 if self._last.get_content_maintype() == 'multipart': 395 epilogue = self._last.epilogue 397 self._last.epilogue = None 402 self._last.epilogue = epilogue[:-end] 404 payload = self._last._payload 409 self._last._payload = payload 414 self._last = self._cur
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | TokenBuffer.java | 105 protected Segment _last; field in TokenBuffer 156 _first = _last = new Segment(); in TokenBuffer() 181 _first = _last = new Segment(); in TokenBuffer() 558 Object objectId = _last.findObjectId(_appendAt-1); in _appendNativeIds() 562 Object typeId = _last.findTypeId(_appendAt-1); in _appendNativeIds() 1316 next = _last.append(_appendAt, type, _objectId, _typeId); in _appendValue() 1318 next = _last.append(_appendAt, type); in _appendValue() 1323 _last = next; in _appendValue() 1339 next = _last.append(_appendAt, type, value, _objectId, _typeId); in _appendValue() 1341 next = _last.append(_appendAt, type, value); in _appendValue() [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ |
D | BaseTest.java | 62 private String _first, _last; field in BaseTest.FiveMinuteUser.Name 67 _last = l; in Name() 71 public String getLast() { return _last; } in getLast() 74 public void setLast(String s) { _last = s; } in setLast() 82 return _first.equals(other._first) && _last.equals(other._last); in equals()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2006-04-27-ISelFoldingBug.ll | 15 ; CHECK-NEXT: movl _last, %edx 17 ; CHECK-NEXT: movl %esi, _last 20 ; CHECK-NEXT: cmpl %ecx, _last
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 1381 self._last = None # last element 1396 assert self._last is not None, "missing toplevel element" 1397 return self._last 1401 if self._last is not None: 1404 assert self._last.tail is None, "internal error (tail)" 1405 self._last.tail = text 1407 assert self._last.text is None, "internal error (text)" 1408 self._last.text = text 1430 self._last = elem = self._factory(tag, attrs) 1446 self._last = self._elem.pop() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-04-27-ISelFoldingBug.ll | 2 ; RUN: grep "movl _last" %t | count 1 3 ; RUN: grep "cmpl.*_last" %t | count 1
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/ |
D | BaseTest.java | 93 private String _first, _last; field in BaseTest.FiveMinuteUser.Name 98 _last = l; in Name() 102 public String getLast() { return _last; } in getLast() 105 public void setLast(String s) { _last = s; } in setLast() 113 return _first.equals(other._first) && _last.equals(other._last); in equals()
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 1418 self._last = None # last element 1441 if self._last is not None: 1444 assert self._last.tail is None, "internal error (tail)" 1445 self._last.tail = text 1447 assert self._last.text is None, "internal error (text)" 1448 self._last.text = text 1463 self._last = elem = self._factory(tag, attrs) 1479 self._last = self._elem.pop() 1480 assert self._last.tag == tag,\ 1482 self._last.tag, tag) [all …]
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 911 self._last = 0 914 if len(self._warnings) > self._last: 922 return self._warnings[self._last:] 925 self._last = len(self._warnings)
|