Searched refs:detach (Results 1 - 25 of 236) sorted by relevance

12345678910

/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/libcxx/test/std/thread/futures/futures.promise/
H A Dset_lvalue_at_thread_exit.pass.cpp36 std::thread(func, std::move(p)).detach();
H A Dset_value_at_thread_exit_const.pass.cpp33 std::thread(func, std::move(p)).detach();
H A Dset_value_at_thread_exit_void.pass.cpp36 std::thread(func, std::move(p)).detach();
H A Dset_exception_at_thread_exit.pass.cpp34 std::thread(func, std::move(p)).detach();
H A Dset_rvalue_at_thread_exit.pass.cpp32 std::thread(func, std::move(p)).detach();
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DEquals.java69 left.detach();
70 right.detach();
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
H A Ddtor.pass.cpp49 std::thread(func, std::move(p)).detach();
65 std::thread(func2, std::move(p)).detach();
H A Dmake_ready_at_thread_exit.pass.cpp89 std::thread(func0, std::move(p)).detach();
96 std::thread(func1, std::move(p)).detach();
110 std::thread(func2, std::move(p)).detach();
/external/skia/include/core/
H A DSkDeferredDisplayListRecorder.h43 // null) once 'detach' is called.
47 std::unique_ptr<SkDeferredDisplayList> detach();
/external/skqp/include/core/
H A DSkDeferredDisplayListRecorder.h43 // null) once 'detach' is called.
47 std::unique_ptr<SkDeferredDisplayList> detach();
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
H A Ddetach.pass.cpp16 // void detach();
71 t0.detach();
82 t0.detach();
85 t0.detach();
/external/libcxx/test/std/thread/futures/futures.shared_future/
H A Dget.pass.cpp72 std::thread(func1, std::move(p)).detach();
81 std::thread(func2, std::move(p)).detach();
101 std::thread(func3, std::move(p)).detach();
110 std::thread(func4, std::move(p)).detach();
130 std::thread(func5, std::move(p)).detach();
139 std::thread(func6, std::move(p)).detach();
H A Dwait.pass.cpp51 std::thread(func1, std::move(p)).detach();
65 std::thread(func3, std::move(p)).detach();
79 std::thread(func5, std::move(p)).detach();
H A Dwait_for.pass.cpp54 std::thread(func1, std::move(p)).detach();
70 std::thread(func3, std::move(p)).detach();
86 std::thread(func5, std::move(p)).detach();
/external/libcxx/test/std/thread/futures/futures.unique_future/
H A Dget.pass.cpp72 std::thread(func1, std::move(p)).detach();
81 std::thread(func2, std::move(p)).detach();
101 std::thread(func3, std::move(p)).detach();
110 std::thread(func4, std::move(p)).detach();
130 std::thread(func5, std::move(p)).detach();
139 std::thread(func6, std::move(p)).detach();
H A Dwait.pass.cpp51 std::thread(func1, std::move(p)).detach();
65 std::thread(func3, std::move(p)).detach();
79 std::thread(func5, std::move(p)).detach();
H A Dwait_for.pass.cpp54 std::thread(func1, std::move(p)).detach();
70 std::thread(func3, std::move(p)).detach();
86 std::thread(func5, std::move(p)).detach();
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DFilterExprIterator.java99 public void detach() method in class:FilterExprIterator
101 super.detach();
102 m_exprObj.detach();
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();
/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/xpath/functions/
H A DFuncCount.java57 // nl.detach();
60 nl.detach();
H A DFuncSum.java61 nodes.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/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DFunctionPattern.java125 // nl.detach();
127 nl.detach();
169 nl.detach();
212 nl.detach();

Completed in 481 milliseconds

12345678910