Searched defs:detach (Results 1 - 25 of 84) sorted by relevance

1234

/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/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/axes/
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 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 DReverseAxesWalker.java63 public void detach() method in class:ReverseAxesWalker
66 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 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();
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFragSelectWrapper.java80 * in the INVALID state. After <code>detach</code> has been invoked,
84 * In general, detach should only be called once on the object.
86 public void detach() method in class:XRTreeFragSelectWrapper
88 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_DETACH_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER, null)); //"detach() not supported by XRTreeFragSelectWrapper!");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192K1Point.java63 protected ECPoint detach() method in class:SecP192K1Point
H A DSecP192R1Point.java62 protected ECPoint detach() method in class:SecP192R1Point
H A DSecP224K1Point.java63 protected ECPoint detach() method in class:SecP224K1Point
H A DSecP224R1Point.java62 protected ECPoint detach() method in class:SecP224R1Point
H A DSecP256K1Point.java63 protected ECPoint detach() method in class:SecP256K1Point
H A DSecP256R1Point.java62 protected ECPoint detach() method in class:SecP256R1Point
H A DSecP384R1Point.java62 protected ECPoint detach() method in class:SecP384R1Point
H A DSecP521R1Point.java61 protected ECPoint detach() method in class:SecP521R1Point
/external/python/cpython2/Demo/threads/
H A DCoroutine.py24 # co.detach() method transfers control directly to the main coroutine
54 # .detach( data=None )
59 # the .detach'er, or .kill the whole thing.
136 def detach(self, data=None): member in class:Coroutine
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractPooledConnAdapter.java91 * if it is {@link #detach detach}ed
104 protected void detach() { method in class:AbstractPooledConnAdapter
105 super.detach();
/external/apache-xml/src/main/java/org/apache/xpath/
H A DArg.java94 public void detach() method in class:Arg
99 m_val.detach();
/external/python/cpython2/Lib/lib-tk/
H A DTkdnd.py219 self.detach()
230 def detach(self): member in class:Icon
/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DInstructionListIterator.java66 * all its uses. In order to do that you would detach the instruction from the original
69 void detach(); method in interface:InstructionListIterator
/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

Completed in 1209 milliseconds

1234