HomeSort by relevance Sort by last modified time
    Searched refs:attach (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /development/simulator/app/
Semaphore.cpp 44 bool Semaphore::attach(int key) function in class:Semaphore
142 * Attach to an existing semaphore.
144 bool Semaphore::attach(int key)
154 "ERROR: sem_open failed to attach to '%s' (errno=%d)\n",
291 * Attach to an existing semaphore.
293 bool Semaphore::attach(int key)
439 * Attach to an existing semaphore.
441 bool Semaphore::attach(int key)
  /external/qemu/hw/
pcmcia.h 22 int (*attach)(void *state); member in struct:PCMCIACardState
  /external/webkit/WebCore/html/
HTMLFrameSetElement.h 45 virtual void attach();
HTMLImageElement.h 46 virtual void attach();
HTMLObjectElement.cpp 144 void HTMLObjectElement::attach() function in class:WebCore::HTMLObjectElement
151 HTMLPlugInElement::attach();
157 // updateForElement() may have changed us to use fallback content and called detach() and attach().
186 // Update the widget the next time we attach (detaching destroys the plugin).
217 attach();
254 attach();
265 attach();
HTMLFrameElementBase.cpp 187 void HTMLFrameElementBase::attach() function in class:WebCore::HTMLFrameElementBase
197 HTMLFrameOwnerElement::attach();
262 // Start the async timer that is normally stopped by attach(). If it's not stopped and fires, it'll unload the frame.
HTMLOptGroupElement.cpp 131 void HTMLOptGroupElement::attach() function in class:WebCore::HTMLOptGroupElement
135 HTMLFormControlElement::attach();
HTMLOptionElement.cpp 56 void HTMLOptionElement::attach() function in class:WebCore::HTMLOptionElement
60 HTMLFormControlElement::attach();
HTMLVideoElement.cpp 67 void HTMLVideoElement::attach() function in class:WebCore::HTMLVideoElement
69 HTMLMediaElement::attach();
HTMLFormControlElement.h 55 virtual void attach();
HTMLTableElement.h 96 virtual void attach();
  /external/webkit/WebCore/inspector/front-end/
ChangesView.js 61 attach: function(mainElement, statusBarElement)
  /external/webkit/WebCore/rendering/
RenderSVGShadowTreeRootContainer.cpp 79 // Attach shadow root element
82 // Attach subtree, as if it was a regular non-shadow tree
84 child->attach();
MediaControlElements.h 91 virtual void attach();
151 virtual void attach();
MediaControlElements.cpp 155 void MediaControlElement::attach() function in class:WebCore::MediaControlElement
175 ContainerNode::attach();
191 attach();
386 void MediaControlInputElement::attach() function in class:WebCore::MediaControlInputElement
407 ContainerNode::attach();
423 attach();
  /external/webkit/WebCore/svg/
SVGImageElement.h 52 virtual void attach();
SVGImageElement.cpp 155 void SVGImageElement::attach() function in class:WebCore::SVGImageElement
157 SVGStyledTransformableElement::attach();
SVGUseElement.h 61 virtual void attach();
  /external/webkit/WebKit/win/
WebInspector.h 51 virtual HRESULT STDMETHODCALLTYPE attach();
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 114 * @tests java.nio.channels.SelectionKey#attach(Object)
119 method = "attach",
126 Object check = mockSelectionKey.attach(o);
130 check = mockSelectionKey.attach(null);
133 check = mockSelectionKey.attach(o);
150 mockSelectionKey.attach(o);
  /external/webkit/WebCore/inspector/
InspectorFrontendHost.h 63 void attach();
  /external/webkit/WebKit/gtk/webkit/
webkitsoupauthdialog.c 36 * #WebKitSoupAuthDialog is a #SoupSessionFeature that you can attach to your
43 static void attach(SoupSessionFeature* manager, SoupSession* session);
79 feature_interface->attach = attach;
327 static void attach(SoupSessionFeature* manager, SoupSession* session) function
  /frameworks/base/include/binder/
BpBinder.h 70 void attach( const void* objectID,
  /sdk/eclipse/scripts/
create_ddms_symlinks.sh 64 d.png debug-attach.png debug-error.png debug-wait.png delete.png device.png down.png \
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
fstream.cpp 50 attach (nfd, filename);
74 void fstream::attach (int nfd, const char* filename) function in class:ustl::fstream
124 attach (nfd, filename);

Completed in 1040 milliseconds

1 23 4 5 6 7 8