Searched defs:detach (Results 26 - 50 of 91) sorted by relevance

1234

/external/apache-xml/src/main/java/org/apache/xpath/axes/
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();
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();
H A DAxesWalker.java177 public void detach() method in class:AxesWalker
H A DNodeSequence.java393 * @see DTMIterator#detach()
395 public void detach() method in class:NodeSequence
398 m_iter.detach();
399 super.detach();
/external/apache-xml/src/main/java/org/apache/xpath/objects/
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
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();
/external/libcxx/src/
H A Dthread.cpp55 thread::detach() function in class:thread
66 throw system_error(error_code(ec, system_category()), "thread::detach failed");
/external/skia/include/core/
H A DSkRefCnt.h192 T* detach() { return this->release(); } function in class:SkAutoTUnref
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/
H A DSkOSWindow_AndroidNative.cpp21 this->detach();
152 void SkOSWindow::detach() { function in class:SkOSWindow
/external/valgrind/coregrind/
H A Dvgdb-invoker-solaris.c203 static void detach(pid_t pid) function
287 detach(pid);
300 detach(pid);
343 detach(pid);
495 detach(pid);
500 detach(pid);
506 detach(pid);
511 detach(pid);
515 detach(pid);
521 detach(*(in
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractClientConnAdapter.java134 protected void detach() { method in class:AbstractClientConnAdapter
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
H A Dvolume.py210 def detach(self, force=False): member in class:Volume
411 self.detach()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp129 bool Graph::Node::detach(Graph::Node *node) function in class:nv50_ir::Graph::Node
/external/skia/include/private/
H A DSkTDArray.h73 T* detach() { function in class:SkTDArray
H A DSkTemplates.h56 If detach() is called, the object reference is set to null. If the object
66 T* detach() { return this->release(); } function in class:SkAutoTCallVProc
73 If detach() is called, the object reference is set to null. If the object
83 T* detach() { return this->release(); } function in class:SkAutoTCallIProc
102 T* detach() { return this->release(); } function in class:SkAutoTDelete
110 T* detach() { return this->release(); } function in class:SkAutoTDeleteArray
321 T* detach() {
/external/skia/src/pathops/
H A DSkOpSpan.cpp141 span->upCast()->detach(kept);
296 span->detach(this->ptT());
337 void SkOpSpan::detach(SkOpPtT* kept) { function in class:SkOpSpan
345 this->segment()->detach(this);
/external/skia/src/views/sdl/
H A DSkOSWindow_SDL.cpp53 void SkOSWindow::detach() { function in class:SkOSWindow
79 this->detach();
222 this->detach();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java77 return normalize().detach();
85 protected abstract ECPoint detach(); method in class:ECPoint
647 protected ECPoint detach() method in class:ECPoint.Fp
1634 protected ECPoint detach() method in class:ECPoint.F2m
/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c393 bool detach = false; local
405 detach = __libdwfl_ptrace_attach (pid, &tid_was_stopped);
410 goto detach;
415 goto detach;
424 detach:
425 if (detach)
/external/kernel-headers/original/uapi/scsi/
H A Dcxlflash_ioctl.h62 __u64 context_id; /* Context to detach */
147 struct dk_cxlflash_detach detach; member in union:cxlflash_ioctls
/external/opencv/cxcore/include/
H A Dcxcore.hpp94 void release() { detach(); }
95 void clear() { detach(); }
108 void detach() function in class:CvImage
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestFragmentTransaction.java88 public FragmentTransaction detach(Fragment fragment) { method in class:TestFragmentTransaction
/external/skia/platform_tools/android/apps/sample_app/src/main/jni/
H A Dcom_skia_SkiaSampleRenderer.cpp82 void SkOSWindow::detach() { function in class:SkOSWindow

Completed in 804 milliseconds

1234