HomeSort by relevance Sort by last modified time
    Searched refs:child (Results 426 - 450 of 1841) sorted by null

<<11121314151617181920>>

  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Site.java 55 // The total size of objects allocated in this site (including child sites),
59 // List of child sites.
62 // List of objects allocated at this site (not including child sites).
153 * Gets a child site of this site.
157 * @return the child site
166 Site child = null; local
173 child = curr;
177 if (child == null) {
178 child = new Site(site, frame.method, frame.signature,
180 site.mChildren.add(child);
    [all...]
  /bionic/libc/arch-mips64/bionic/
__bionic_clone.S 50 # set up child stack
58 PTR_L $t0,FRAME_GP($sp) # copy gp to child stack
78 # Clear return address in child so we don't unwind further.
87 * For O32 etc the child stack must have space for a0..a3 to be stored
88 * For N64 etc, the child stack can be restored to the original value
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 42 * instead of the child-sibling approach in v2. A flat tree (a list) is
94 /** <summary>BaseTree doesn't track child indexes.</summary> */
152 foreach (ITree child in children) {
153 if (child.Type == type)
154 return child;
160 /** <summary>Add t as child of this node.</summary>
163 * Warning: if t has no children, but child does
164 * and child isNil then this routine moves children to t via
165 * t.children = child.children; i.e., without copying the array.
169 //System.out.println("add child "+t.toStringTree()+" "+this.toStringTree())
    [all...]
  /external/autotest/client/site_tests/security_DeviceJail_Lockdown/
security_DeviceJail_Lockdown.py 50 for child in device.children:
51 if child.device_type != 'usb_interface':
54 child.attributes.asint('bInterfaceNumber'))
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UnmodifiableData.java 55 // Check if child already exists
56 Data child = getChild(path); local
58 if (child == null) {
59 // If the child described by path does not exist we throw
63 return child;
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AAddExpression.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AAndExpression.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
ACommaExpression.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
ACommentCommand.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._position_ == child)
110 if(this._comment_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AContentTypeCommand.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._position_ == child)
110 if(this._string_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
ADescendVariable.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._parent_ == child)
110 if(this._child_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
ADivideExpression.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AEqExpression.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AEvarCommand.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AExpandVariable.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._parent_ == child)
110 if(this._child_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AFunctionExpression.java 97 void removeChild(@SuppressWarnings("unused") Node child)
99 // Remove child
100 if(this._name_ == child)
106 if(this._args_.remove(child))
111 throw new RuntimeException("Not a child.");
117 // Replace child
142 throw new RuntimeException("Not a child.");
AGtExpression.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AGteExpression.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AHardIncludeCommand.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AHardLincludeCommand.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AIncludeCommand.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
AInlineCommand.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._position_ == child)
110 if(this._command_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
ALincludeCommand.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._position_ == child)
110 if(this._expression_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
ALtExpression.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");
ALteExpression.java 101 void removeChild(@SuppressWarnings("unused") Node child)
103 // Remove child
104 if(this._left_ == child)
110 if(this._right_ == child)
116 throw new RuntimeException("Not a child.");
122 // Replace child
135 throw new RuntimeException("Not a child.");

Completed in 2330 milliseconds

<<11121314151617181920>>