HomeSort by relevance Sort by last modified time
    Searched defs:_root (Results 1 - 25 of 45) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 46 object _root; field in class:Antlr.Runtime.Tree.CommonTreeNodeStream
72 this._root = tree;
74 _it = new TreeIterator(adaptor, _root);
109 return _root;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 48 object _root; field in class:Antlr.Runtime.Tree.CommonTreeNodeStream
76 this._root = tree;
78 _it = new TreeIterator( adaptor, _root );
123 return _root;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TextTrieMap.java 27 private Node _root = new Node(); field in class:TextTrieMap
47 _root.add(chitr, val);
94 find(_root, chitr, handler);
125 if (!_root.hasChildFor(ch1)) {
129 return new ParseState(_root);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TextTrieMap.java 25 private Node _root = new Node(); field in class:TextTrieMap
45 _root.add(chitr, val);
92 find(_root, chitr, handler);
123 if (!_root.hasChildFor(ch1)) {
127 return new ParseState(_root);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 216 : _root(NULL), _exit(NULL), _function(F) {}
278 BallLarusNode* _root; member in class:llvm::BallLarusDag
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 358 _root = None variable
    [all...]
  /external/google-styleguide/cpplint/
cpplint.py 546 _root = None variable
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 445 _root = None variable
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py 455 class _Root(TK.Tk):
3558 _root = None variable in class:_Screen
    [all...]
Tkinter.py 241 self._root = master._root()
281 f = CallWrapper(callback, None, self._root).__call__
1227 def _root(self): member in class:Misc
    [all...]
  /external/python/cpython3/Lib/
turtle.py 431 class _Root(TK.Tk):
3667 _root = None variable in class:_Screen
    [all...]
typing.py 118 '_root', which serves as a guard against naive subclassing of the
120 derived from TypingMeta must pass _root=True.
128 def __new__(cls, name, bases, namespace, *, _root=False):
129 if not _root:
155 class _TypingBase(metaclass=TypingMeta, _root=True):
192 class _FinalTypingBase(_TypingBase, _root=True):
195 Prevents instantiation unless _root=True is given in class call.
201 def __new__(cls, *args, _root=False, **kwds):
203 if _root is True:
211 class _ForwardRef(_TypingBase, _root=True)
2118 _root = True variable in class:NamedTuple
    [all...]
  /external/tinyxml2/
tinyxml2.h 337 MemPoolT() : _blockPtrs(), _root(0), _currentAllocs(0), _nAllocs(0), _maxAllocs(0), _nUntracked(0) {}
348 _root = 0;
363 if ( !_root ) {
373 _root = blockItems;
375 Item* const result = _root;
377 _root = _root->next;
397 item->next = _root;
398 _root = item;
439 Item* _root; member in class:tinyxml2::MemPoolT
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 455 class _Root(TK.Tk):
3557 _root = None variable in class:_Screen
    [all...]
Tkinter.py 1165 def _root(self): member in class:Misc
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 455 class _Root(TK.Tk):
3557 _root = None variable in class:_Screen
    [all...]
Tkinter.py 1165 def _root(self): member in class:Misc
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 455 class _Root(TK.Tk):
3557 _root = None variable in class:_Screen
    [all...]
Tkinter.py 1165 def _root(self): member in class:Misc
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 455 class _Root(TK.Tk):
3557 _root = None variable in class:_Screen
    [all...]
Tkinter.py 1165 def _root(self): member in class:Misc
    [all...]
  /tools/repohooks/tools/
cpplint.py 547 _root = None variable
    [all...]
  /external/opencv/ml/src/
mltree.cpp 3347 CvDTreeNode _root; local
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 314 self._root = master._root()
348 f = CallWrapper(callback, None, self._root).__call__
1373 def _root(self): member in class:Misc
    [all...]
  /external/annotation-tools/asmx/test/lib/
jakarta-oro-2.0.8.jar 

Completed in 731 milliseconds

1 2