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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 81 virtual void detach() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.h 130 virtual void detach() OVERRIDE FINAL;
HTMLTreeBuilder.h 74 void detach();
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 115 virtual void detach() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
LayerDetailsView.js 140 this._emptyView.detach();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
FileSystemView.js 86 this._visibleView.detach();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorUtils.js 104 editingContext.cssLoadView.detach();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SidebarPane.js 132 this._pane.detach();
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h 173 virtual void detach() OVERRIDE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 112 bool detach(Node *);
  /external/chromium_org/third_party/skia/samplecode/
SamplePictFile.cpp 167 return pic.detach();
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 216 void detach (GLuint element, GLuint container);
272 void BufferVAOAttacher::detach (GLuint buffer, GLuint varr) function in class:deqp::gles3::Functional::__anon3732::BufferVAOAttacher
314 void detach (GLuint buffer, GLuint tf);
334 void BufferTfAttacher::detach (GLuint buffer, GLuint tf) function in class:deqp::gles3::Functional::__anon3732::BufferTfAttacher
  /external/libcxx/src/
thread.cpp 52 thread::detach() function in class:thread
63 throw system_error(error_code(ec, system_category()), "thread::detach failed");
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 112 bool detach(Node *);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 88 public FragmentTransaction detach(Fragment fragment) { method in class:TestFragmentTransaction
  /external/skia/include/core/
SkRefCnt.h 206 * detach() will do nothing and return null.
208 T* detach() { function in class:SkAutoTUnref
  /external/skia/samplecode/
SamplePictFile.cpp 166 return pic.detach();
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 69 * <p>Use this to dismantle resources (for example, detach from handlers
884 // Just in case destroy came in before detach, let's take care of that now
885 detach(); method
897 private final void detach() { method in class:DreamService
899 if (mDebug) Slog.v(TAG, "detach(): Calling onDreamingStopped()");
906 if (mDebug) Slog.v(TAG, "detach(): Removing window from window manager");
1086 public void detach() { method in class:DreamService.DreamServiceWrapper
    [all...]
  /frameworks/base/libs/hwui/
Animator.h 65 void detach() { mTarget = 0; } function in class:android::uirenderer::BaseRenderNodeAnimator
AnimatorManager.cpp 29 animator->detach();
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
BrowserService.java 144 result.detach();
  /frameworks/native/libs/binder/
Binder.cpp 180 e->mObjects.detach(objectID);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseFragmentPagerAdapter.java 121 mCurTransaction.detach(fragment);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 439 mParent.detach(this);
482 mParent.detach(this);
523 mParent.detach(this);
633 oldParent.detach(this);
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 1113 detach(); method
1128 private void detach() { method in class:ArrayBlockingQueue.Itr
1169 detach(); method
1233 detach(); method
    [all...]

Completed in 850 milliseconds

<<11121314151617181920>>