HomeSort by relevance Sort by last modified time
    Searched refs:detach (Results 276 - 300 of 615) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 54 thread::detach() function in class:thread
65 throw system_error(error_code(ec, system_category()), "thread::detach failed");
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java 127 * state. After<code>detach</code> has been invoked, calls to
131 public void detach() method in class:UnionPathIterator
137 m_iterators[i].detach(); method
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Animation.cpp 120 void Animation::detach() function in class:blink::Animation
126 AnimationNode::detach();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.h 107 virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
301 child->detach(childrenContext);
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ElementShadow.cpp 198 void ElementShadow::detach(const Node::AttachContext& context) function in class:blink::ElementShadow
204 root->detach(childrenContext);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.cpp 100 void HTMLOptionElement::detach(const AttachContext& context) function in class:blink::HTMLOptionElement
103 HTMLElement::detach(context);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
ScreencastApp.js 71 this._screencastView.detach();
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FlowControl.pxd 23 cpdef detach(self) member in class:ControlBlock
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_indirect.cpp 239 return typeface.detach();
308 return face.detach();
  /external/chromium_org/third_party/skia/tools/
PictureRenderingFlags.cpp 239 renderer.reset(tiledRenderer.detach());
377 return renderer.detach();
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 261 success = SkCachingPixelRef::Install(gen.detach(), &lazy);
263 success = SkInstallDiscardablePixelRef(gen.detach(), &lazy, factory);
  /frameworks/native/libs/binder/
BpBinder.cpp 68 void BpBinder::ObjectManager::detach(const void* objectID) function in class:android::BpBinder::ObjectManager
304 mObjects.detach(objectID);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 325 public void detach() { method in class:Editor
327 mImageShow.detach();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 219 self.detach()
230 def detach(self): member in class:Icon
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 219 self.detach()
230 def detach(self): member in class:Icon
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp 151 // detach() is not called in this case.
186 void HTMLDocumentParser::detach() function in class:blink::HTMLDocumentParser
190 DocumentParser::detach();
192 m_scriptRunner->detach();
193 m_treeBuilder->detach();
237 // Setting the ready state above can fire mutation event and detach us
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkStream.cpp 244 return that.detach();
270 return that.detach();
401 return that.detach();
748 return that.detach();
891 return dupStream.detach();
SkPictureData.cpp 546 fOpData = data.detach();
589 return data.detach();
600 return data.detach();
  /external/chromium_org/extensions/renderer/resources/
event.js 60 NullAttachmentStrategy.prototype.detach = function(manual) {
74 // Only attach / detach on the first / last listener removed.
82 this.detach(true);
85 UnfilteredAttachmentStrategy.prototype.detach = function(manual) {
125 FilteredAttachmentStrategy.prototype.detach = function(manual) {
406 this.attachmentStrategy.detach(false);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
View.js 212 this.detach();
256 detach: function(overrideHideOnDetach)
300 children[i].detach();
  /external/skia/src/core/
SkScaledImageCache.cpp 522 this->detach(rec);
550 void SkScaledImageCache::detach(Rec* rec) { function in class:SkScaledImageCache
580 this->detach(rec);

Completed in 1633 milliseconds

<<11121314151617181920>>