Searched refs:cloneList (Results 1 - 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAxesWalker.java107 * @param cloneList non-null vector of sources in odd elements, and the
111 * contained on the cloneList.
113 AxesWalker cloneDeep(WalkingIterator cloneOwner, Vector cloneList) argument
116 AxesWalker clone = findClone(this, cloneList);
121 if(null != cloneList)
123 cloneList.addElement(this);
124 cloneList.addElement(clone);
131 clone.m_nextWalker = m_nextWalker.cloneDeep(cloneOwner, cloneList);
133 // If you don't check for the cloneList here, you'll go into an
135 if(null != cloneList)
157 findClone(AxesWalker key, Vector cloneList) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAMultipleCommand.java30 cloneList(this._command_));
H A DASequenceExpression.java30 cloneList(this._args_));
H A DNode.java66 protected <T> List<T> cloneList(List<T> list) method in class:Node
H A DACallCommand.java39 cloneList(this._macro_),
40 cloneList(this._arguments_));
H A DADefCommand.java43 cloneList(this._macro_),
44 cloneList(this._arguments_),
H A DAFunctionExpression.java35 cloneList(this._args_));
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 235 milliseconds