HomeSort by relevance Sort by last modified time
    Searched refs:_last (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 36 protected int _last = -1; field in class:DTMAxisIteratorBase
125 if (_last == -1) // Not previously established
140 _last++;
148 return _last;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
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/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTTreeParser.stg 46 var _last:<ASTLabelType> = null;<\n>
67 _last = <ASTLabelType>(input.LT(1));
69 var _save_last_<treeLevel>:<ASTLabelType> = _last;
98 _last = _save_last_<treeLevel>;
105 * setting of _last
108 _last = <ASTLabelType>(input.LT(1));
114 _last = <ASTLabelType>(input.LT(1));
139 _last = <ASTLabelType>(input.LT(1));
161 _last = (<ASTLabelType>)input.LT(1);
177 _last = <ASTLabelType>(input.LT(1))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTTreeParser.stg 45 <ASTLabelType> _last = null;<\n>
66 _last = (<ASTLabelType>)input.LT(1);
68 <ASTLabelType> _save_last_<treeLevel> = _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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
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/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
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/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 48 <ASTLabelType> _last = default(<ASTLabelType>);<\n>
69 _last = (<ASTLabelType>)input.LT(1);
71 <ASTLabelType> _save_last_<treeLevel> = _last;
100 _last = _save_last_<treeLevel>;
107 * setting of _last
110 _last = (<ASTLabelType>)input.LT(1);
116 _last = (<ASTLabelType>)input.LT(1);
141 _last = (<ASTLabelType>)input.LT(1);
163 _last = (<ASTLabelType>)input.LT(1);
179 _last = (<ASTLabelType>)input.LT(1)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 49 <ASTLabelType> _last = default(<ASTLabelType>);<\n>
70 _last = (<ASTLabelType>)input.LT(1);
72 <ASTLabelType> _save_last_<treeLevel> = _last;
101 _last = _save_last_<treeLevel>;
108 * setting of _last
111 _last = (<ASTLabelType>)input.LT(1);
117 _last = (<ASTLabelType>)input.LT(1);
142 _last = (<ASTLabelType>)input.LT(1);
164 _last = (<ASTLabelType>)input.LT(1);
180 _last = (<ASTLabelType>)input.LT(1)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
feedparser.py 149 self._last = None
187 self._last = msg
363 if self._last.get_content_maintype() == 'multipart':
364 epilogue = self._last.epilogue
366 self._last.epilogue = None
371 self._last.epilogue = epilogue[:-end]
373 payload = self._last.get_payload()
378 self._last.set_payload(payload)
383 self._last = self._cur
  /external/python/cpython2/Lib/email/
feedparser.py 170 self._last = None
208 self._last = msg
384 if self._last.get_content_maintype() == 'multipart':
385 epilogue = self._last.epilogue
387 self._last.epilogue = None
392 self._last.epilogue = epilogue[:-end]
394 payload = self._last.get_payload()
399 self._last.set_payload(payload)
404 self._last = self._cur
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 149 self._last = None
187 self._last = msg
363 if self._last.get_content_maintype() == 'multipart':
364 epilogue = self._last.epilogue
366 self._last.epilogue = None
371 self._last.epilogue = epilogue[:-end]
373 payload = self._last.get_payload()
378 self._last.set_payload(payload)
383 self._last = self._cur
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 149 self._last = None
187 self._last = msg
363 if self._last.get_content_maintype() == 'multipart':
364 epilogue = self._last.epilogue
366 self._last.epilogue = None
371 self._last.epilogue = epilogue[:-end]
373 payload = self._last.get_payload()
378 self._last.set_payload(payload)
383 self._last = self._cur
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 149 self._last = None
187 self._last = msg
363 if self._last.get_content_maintype() == 'multipart':
364 epilogue = self._last.epilogue
366 self._last.epilogue = None
371 self._last.epilogue = epilogue[:-end]
373 payload = self._last.get_payload()
378 self._last.set_payload(payload)
383 self._last = self._cur
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 149 self._last = None
187 self._last = msg
363 if self._last.get_content_maintype() == 'multipart':
364 epilogue = self._last.epilogue
366 self._last.epilogue = None
371 self._last.epilogue = epilogue[:-end]
373 payload = self._last.get_payload()
378 self._last.set_payload(payload)
383 self._last = self._cur
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py     [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementTree.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 521 self._last = 0
524 if len(self._warnings) > self._last:
532 return self._warnings[self._last:]
535 self._last = len(self._warnings)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 597 self._last = 0
600 if len(self._warnings) > self._last:
608 return self._warnings[self._last:]
611 self._last = len(self._warnings)
    [all...]

Completed in 461 milliseconds

1 2 3