HomeSort by relevance Sort by last modified time
    Searched refs:attach (Results 1 - 25 of 405) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/service/dreams/
IDreamService.aidl 23 void attach(IBinder windowToken, boolean canDoze);
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperService.aidl 26 void attach(IWallpaperConnection connection,
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElement.h 42 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
HTMLLIElement.h 41 virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
HTMLFrameElement.cpp 61 void HTMLFrameElement::attach(const AttachContext& context) function in class:WebCore::HTMLFrameElement
63 HTMLFrameElementBase::attach(context);
  /external/chromium_org/third_party/WebKit/Source/web/
WebHeap.cpp 40 WebCore::ThreadState::attach();
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Android.h 32 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
SkOSWindow_NaCl.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
SkOSWindow_iOS.h 30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Mac.h 35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
  /external/skia/include/views/
SkOSWindow_Android.h 32 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
SkOSWindow_NaCl.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
SkOSWindow_iOS.h 30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Mac.h 35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 18 def attach(self, payload):
23 'Cannot attach additional subparts to non-multipart/*')
17 def attach(self, payload): member in class:MIMENonMultipart
message.py 33 message.Message.attach(self, _msg)
multipart.py 32 attach new subparts to the message by using the attach() method.
46 self.attach(p)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 18 def attach(self, payload):
23 'Cannot attach additional subparts to non-multipart/*')
17 def attach(self, payload): member in class:MIMENonMultipart
message.py 33 message.Message.attach(self, _msg)
multipart.py 32 attach new subparts to the message by using the attach() method.
46 self.attach(p)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TransportWrapper.java 69 public void attach(String address, long attachTimeout, long handshakeTimeout) throws IOException; method in interface:TransportWrapper
  /external/chromium_org/chrome/browser/history/
in_memory_database.cc 69 // Attach to the history database on disk. (We can't ATTACH in the middle of
71 sql::Statement attach(GetDB().GetUniqueStatement("ATTACH ? AS history"));
73 attach.BindString(0, history_name.value());
75 attach.BindString(0, base::WideToUTF8(history_name.value()));
77 if (!attach.Run())
  /frameworks/av/include/soundtrigger/
ISoundTriggerHwService.h 39 virtual status_t attach(const sound_trigger_module_handle_t handle,
  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 65 * Attaches an object to this key. It is acceptable to attach {@code null},
69 * the object to attach, or {@code null} to discard the current
74 public final Object attach(Object anObject) { method in class:SelectionKey
  /packages/apps/Mms/src/com/android/mms/transaction/
Observable.java 44 * Attach an observer to this object.
48 public void attach(Observer observer) { method in class:Observable

Completed in 300 milliseconds

1 2 3 4 5 6 7 8 91011>>