HomeSort by relevance Sort by last modified time
    Searched defs:detach (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPooledConnAdapter.java 43 * 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/xpath/operations/
Equals.java 69 left.detach();
70 right.detach();
  /external/grpc-grpc-java/context/src/main/java/io/grpc/
ThreadLocalContextStorage.java 41 public void detach(Context toDetach, Context toRestore) { method in class:ThreadLocalContextStorage
  /external/python/cpython3/Lib/multiprocessing/
popen_forkserver.py 22 def detach(self): member in class:_DupFd
popen_spawn_posix.py 19 def detach(self): member in class:_DupFd
resource_sharer.py 36 def detach(self): member in class:DupSocket
55 def detach(self): member in class:DupFd
  /external/skia/tools/sk_app/
Window.cpp 18 void Window::detach() { function in class:sk_app::Window
  /external/skqp/tools/sk_app/
Window.cpp 18 void Window::detach() { function in class:sk_app::Window
  /external/tensorflow/tensorflow/contrib/graph_editor/
edit.py 32 "detach",
39 """Detach all the external control inputs of the subgraph sgv.
52 """Detach all the external control outputs of the subgraph sgv.
71 """Detach the inputs of a subgraph view.
102 """Detach the output of a subgraph view.
141 def detach(sgv, control_inputs=False, control_outputs=None, control_ios=None): function
142 """Detach both the inputs and the outputs of a subgraph view.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildTestIterator.java 163 * 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();
FilterExprIterator.java 99 public void detach() method in class:FilterExprIterator
101 super.detach();
102 m_exprObj.detach();
ReverseAxesWalker.java 63 public void detach() method in class:ReverseAxesWalker
66 super.detach();
MatchPatternIterator.java 169 * 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();
FilterExprIteratorSimple.java 181 public void detach() method in class:FilterExprIteratorSimple
185 super.detach();
186 m_exprObj.detach();
  /external/apache-xml/src/main/java/org/apache/xpath/
Arg.java 94 public void detach() method in class:Arg
99 m_val.detach();
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
VerifierFactory.java 104 public static void detach( final VerifierFactoryObserver o ) { method in class:VerifierFactory
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncCount.java 57 // nl.detach();
60 nl.detach();
FuncSum.java 61 nodes.detach();
  /external/python/cpython2/Demo/threads/
Coroutine.py 24 # 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/
AbstractPooledConnAdapter.java 91 * 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/xml/dtm/ref/
DTMNodeIterator.java 98 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/objects/
XRTreeFragSelectWrapper.java 80 * 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/skia/src/core/
SkDeferredDisplayListRecorder.cpp 23 std::unique_ptr<SkDeferredDisplayList> SkDeferredDisplayListRecorder::detach() { return nullptr; } function in class:SkDeferredDisplayListRecorder
202 std::unique_ptr<SkDeferredDisplayList> SkDeferredDisplayListRecorder::detach() { function in class:SkDeferredDisplayListRecorder
  /external/skqp/src/core/
SkDeferredDisplayListRecorder.cpp 23 std::unique_ptr<SkDeferredDisplayList> SkDeferredDisplayListRecorder::detach() { return nullptr; } function in class:SkDeferredDisplayListRecorder
191 std::unique_ptr<SkDeferredDisplayList> SkDeferredDisplayListRecorder::detach() { function in class:SkDeferredDisplayListRecorder
  /external/v8/src/
detachable-vector.h 16 // extra methods are also provided: free() and detach(), which allow for manual
39 void detach() { vector_ = nullptr; } function in class:v8::internal::DetachableVector

Completed in 1282 milliseconds

1 2 3 4 5 6