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

  /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/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/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/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
  /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/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;
  /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/v8/tools/
run_perf.py 155 self._children = []
158 self._children.append(child)
292 for trace in self._children:
294 res = reduce(lambda r, t: r + t.GetResults(), self._children, Results())
405 for child in node._children:
  /system/media/camera/docs/
metadata_model.py 137 self._sort_by_name(self._children)
147 return (i for i in self._children)
661 self._children = self._sections
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1691 milliseconds