Searched defs:detach (Results 1 - 25 of 133) sorted by path

123456

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb350 def detach method in class:ANTLR3.BaseTree
765 root = root.child( 0 ).detach
907 elsif root.child_count == 1 then root = root.first.detach
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractClientConnAdapter.java134 protected void detach() { method in class:AbstractClientConnAdapter
H A DAbstractPooledConnAdapter.java91 * if it is {@link #detach detach}ed
104 protected void detach() { method in class:AbstractPooledConnAdapter
105 super.detach();
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DBasicPooledConnAdapter.java43 * can be {@link #detach detach}ed to prevent further use on release.
84 protected void detach() { method in class:BasicPooledConnAdapter
86 super.detach();
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java188 * in the INVALID state. After <code>detach</code> has been invoked,
192 public void detach(); method in interface:DTMIterator
195 * Specify if it's OK for detach to release the iterator for reuse.
197 * @param allowRelease true if it is OK for detach to release this iterator
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeIterator.java98 public void detach() method in class:DTMNodeIterator
156 * called after the detach method was invoked.
174 * called after the detach method was invoked.
/external/apache-xml/src/main/java/org/apache/xpath/
H A DArg.java94 public void detach() method in class:Arg
99 m_val.detach();
H A DNodeSet.java239 * <code>detach</code> method was invoked.
263 * <code>detach</code> method was invoked.
287 * state. After<code>detach</code> has been invoked, calls to
295 public void detach(){} method in class:NodeSet
H A DNodeSetDTM.java383 * <code>detach</code> method was invoked.
407 * <code>detach</code> method was invoked.
431 * state. After<code>detach</code> has been invoked, calls to
439 public void detach(){} method in class:NodeSetDTM
442 * Specify if it's OK for detach to release the iterator for reuse.
444 * @param allowRelease true if it is OK for detach to release this iterator
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAxesWalker.java177 public void detach() method in class:AxesWalker
H A DChildTestIterator.java163 * state. After<code>detach</code> has been invoked, calls to
167 public void detach() method in class:ChildTestIterator
173 // Always call the superclass detach last!
174 super.detach();
H A DDescendantIterator.java170 * <code>detach</code> method was invoked.
329 * state. After<code>detach</code> has been invoked, calls to
333 public void detach() method in class:DescendantIterator
339 // Always call the superclass detach last!
340 super.detach();
H A DFilterExprIterator.java99 public void detach() method in class:FilterExprIterator
101 super.detach();
102 m_exprObj.detach();
H A DFilterExprIteratorSimple.java181 public void detach() method in class:FilterExprIteratorSimple
185 super.detach();
186 m_exprObj.detach();
H A DFilterExprWalker.java110 public void detach() method in class:FilterExprWalker
112 super.detach();
115 m_exprObj.detach();
H A DLocPathIterator.java243 clone.detach();
304 iter.detach();
655 /** Control over whether it is OK for detach to reset the iterator. */
659 * Specify if it's OK for detach to release the iterator for reuse.
661 * @param allowRelease true if it is OK for detach to release this iterator
672 * state. After<code>detach</code> has been invoked, calls to
676 public void detach() method in class:LocPathIterator
H A DMatchPatternIterator.java169 * state. After<code>detach</code> has been invoked, calls to
173 public void detach() method in class:MatchPatternIterator
179 // Always call the superclass detach last!
180 super.detach();
H A DNodeSequence.java393 * @see DTMIterator#detach()
395 public void detach() method in class:NodeSequence
398 m_iter.detach();
399 super.detach();
H A DOneStepIterator.java104 * state. After<code>detach</code> has been invoked, calls to
108 public void detach() method in class:OneStepIterator
115 // Always call the superclass detach last!
116 super.detach();
H A DReverseAxesWalker.java63 public void detach() method in class:ReverseAxesWalker
66 super.detach();
H A DUnionPathIterator.java127 * state. After<code>detach</code> has been invoked, calls to
131 public void detach() method in class:UnionPathIterator
137 m_iterators[i].detach();
H A DWalkingIterator.java254 * state. After<code>detach</code> has been invoked, calls to
258 public void detach() method in class:WalkingIterator
265 walker.detach();
271 // Always call the superclass detach last!
272 super.detach();
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXObject.java94 * Specify if it's OK for detach to release the iterator for reuse.
100 * @param allowRelease true if it is OK for detach to release this iterator
108 * in the INVALID state. After <code>detach</code> has been invoked,
112 public void detach(){} method in class:XObject
116 * detach().
124 detach();
H A DXRTreeFrag.java99 * Specify if it's OK for detach to release the iterator for reuse.
101 * @param allowRelease true if it is OK for detach to release this iterator
112 * in the INVALID state. After <code>detach</code> has been invoked,
116 * In general, detach should only be called once on the object.
118 public void detach(){ method in class:XRTreeFrag

Completed in 303 milliseconds

123456