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

1 2

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTree.as 36 protected var _children:Array;
46 if ( _children==null || i>=_children.length ) {
49 return BaseTree(_children[i]);
56 return _children;
60 for (var i:int = 0; _children!=null && i < _children.length; i++) {
61 var t:Tree = Tree(_children[i]);
70 if ( _children==null ) {
73 return _children.length
    [all...]
  /external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/
base_symbol.py 26 for i in xrange(len(self._children)):
27 if self._children[i] == child:
29 del self._children[i]
36 self._children.append(child)
reference.py 61 self._children = self._children[:len(value_parts)]
65 self._children, value_parts):
75 self._children.append(snippet.Symbol(symbol.trailer, token_snippets))
import_statement.py 32 return ''.join(token_snippet.value for token_snippet in self._children)
42 self._children = self._children[:len(value_parts)*2-1]
46 self._children[::2], value_parts):
52 self._children.append(snippet.TokenSnippet.Create(token.DOT, '.'))
53 self._children.append(
  /external/jetty/src/java/org/eclipse/jetty/util/
StringMap.java 90 if (_root._children!=null)
158 node=(node._children==null)?null:node._children[c%_width];
199 if (parent._children==null)
200 parent._children=new Node[_width];
201 parent._children[c%_width]=node;
205 if (parent._children[oi]==null)
206 parent._children[oi]=node;
209 Node n=parent._children[oi];
286 node=(node._children==null)?null:node._children[c%_width]
558 Node[] _children; field in class:StringMap.Node
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TextTrieMap.java 222 private List<Node> _children; field in class:TextTrieMap.Node
230 _children = children;
249 if (_children == null) {
257 for (Node child : _children) {
277 if (_children == null) {
278 _children = new LinkedList<Node>();
280 _children.add(child);
285 ListIterator<Node> litr = _children.listIterator();
346 Node child = new Node(childText, _values, _children);
349 _children = new LinkedList<Node>()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TextTrieMap.java 220 private List<Node> _children; field in class:TextTrieMap.Node
228 _children = children;
247 if (_children == null) {
255 for (Node child : _children) {
275 if (_children == null) {
276 _children = new LinkedList<Node>();
278 _children.add(child);
283 ListIterator<Node> litr = _children.listIterator();
344 Node child = new Node(childText, _values, _children);
347 _children = new LinkedList<Node>()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 66 self._children = weakref.WeakKeyDictionary()
73 if hasattr(self._parent, '_children'):
74 self._parent._children[self] = None
97 current_process()._children = weakref.WeakKeyDictionary()
100 children = current_process()._children
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 66 self._children = weakref.WeakKeyDictionary()
73 if hasattr(self._parent, '_children'):
74 self._parent._children[self] = None
97 current_process()._children = weakref.WeakKeyDictionary()
100 children = current_process()._children
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 66 self._children = weakref.WeakKeyDictionary()
73 if hasattr(self._parent, '_children'):
74 self._parent._children[self] = None
97 current_process()._children = weakref.WeakKeyDictionary()
100 children = current_process()._children
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 66 self._children = weakref.WeakKeyDictionary()
73 if hasattr(self._parent, '_children'):
74 self._parent._children[self] = None
97 current_process()._children = weakref.WeakKeyDictionary()
100 children = current_process()._children
  /cts/tools/testng/
gen-test-list-xml.py 48 self._children = []
53 return self._children
56 self._children = value
61 self._children.append(child)
64 return not not self._children
173 self._children = None
  /external/fonttools/Lib/fontTools/
inspect.py 53 self._children = []
57 self._children = []
118 if hasattr(self, '_children'):
119 return len(self._children)
125 if hasattr(self, '_children'):
130 self._children = children
136 if not hasattr(self, '_children'):
137 self._children = [None] * len(self)
138 c = self._children[n]
141 c = self._children[n] = Row(self, n, k, v, self._font
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
process.py 70 return list(_current_process._children)
78 for p in list(_current_process._children):
80 _current_process._children.discard(p)
131 _current_process._children.add(self)
147 _current_process._children.discard(self)
246 self._children = set()
308 self._children = set()
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
process.py 70 return list(_current_process._children)
78 for p in list(_current_process._children):
80 _current_process._children.discard(p)
131 _current_process._children.add(self)
147 _current_process._children.discard(self)
246 self._children = set()
308 self._children = set()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 70 return list(_current_process._children)
78 for p in list(_current_process._children):
80 _current_process._children.discard(p)
131 _current_process._children.add(self)
147 _current_process._children.discard(self)
246 self._children = set()
308 self._children = set()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 70 return list(_current_process._children)
78 for p in list(_current_process._children):
80 _current_process._children.discard(p)
131 _current_process._children.add(self)
147 _current_process._children.discard(self)
246 self._children = set()
308 self._children = set()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 28 List _children,
36 children = _children;
  /external/chromium-trace/catapult/catapult_base/catapult_base/refactor/
snippet.py 159 self._children = children
171 return self._children
175 self._children = value
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementTree.py 212 self._children = []
248 return len(self._children)
256 return len(self._children) != 0 # emulate old behaviour, for now
266 return self._children[index]
281 self._children[index] = element
290 del self._children[index]
302 self._children.append(element)
313 self._children.extend(elements)
322 self._children.insert(index, element)
337 self._children.remove(element
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementTree.py 212 self._children = []
248 return len(self._children)
256 return len(self._children) != 0 # emulate old behaviour, for now
266 return self._children[index]
281 self._children[index] = element
290 del self._children[index]
302 self._children.append(element)
313 self._children.extend(elements)
322 self._children.insert(index, element)
337 self._children.remove(element
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 212 self._children = []
248 return len(self._children)
256 return len(self._children) != 0 # emulate old behaviour, for now
266 return self._children[index]
281 self._children[index] = element
290 del self._children[index]
302 self._children.append(element)
313 self._children.extend(elements)
322 self._children.insert(index, element)
337 self._children.remove(element
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 212 self._children = []
248 return len(self._children)
256 return len(self._children) != 0 # emulate old behaviour, for now
266 return self._children[index]
281 self._children[index] = element
290 del self._children[index]
302 self._children.append(element)
313 self._children.extend(elements)
322 self._children.insert(index, element)
337 self._children.remove(element
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 52 private IList<ITree> _children; field in class:Antlr.Runtime.Tree.BaseTree
77 return _children;
82 _children = value;
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
memory_dump_event.py 26 self._children = list(children) if children else None
46 if not self._children:
48 for child in self._children:

Completed in 325 milliseconds

1 2