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

  /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/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...]
  /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/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
ognl-3.0.jar 
  /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 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 772 milliseconds