HomeSort by relevance Sort by last modified time
    Searched refs:attach (Results 1 - 25 of 328) 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,
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BrowseActivity.java 30 BackgroundHelper.attach(this);
DetailsActivity.java 52 BackgroundHelper.attach(this);
  /external/skia/include/views/
SkOSWindow_Android.h 23 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info);
SkOSWindow_iOS.h 25 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Mac.h 30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Unix.h 41 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
  /frameworks/av/include/radio/
IRadioService.h 39 virtual status_t attach(const radio_handle_t handle,
  /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
  /external/skia/src/views/mac/
SkOSWindow_Mac.mm 68 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, AttachmentInfo* info) {
69 return [(SkNSView*)fHWND attach:attachType withMSAASampleCount:sampleCount andGetInfo:info];
  /external/pdfium/core/src/fxge/agg/agg23/
agg_rendering_buffer.h 65 attach(buf, width, height, stride);
67 void attach(int8u* buf, unsigned width, unsigned height, int stride) function in class:agg::rendering_buffer
  /external/zlib/src/contrib/iostream/
zfstream.h 16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
zfstream.cpp 60 gzfilebuf *gzfilebuf::attach( int file_descriptor, function in class:gzfilebuf
261 void gzfilestream_common::attach( int fd, int io_mode ) { function in class:gzfilestream_common
263 if ( !buffer.attach( fd, io_mode) )
306 gzfilestream_common::attach( fd, io_mode );
326 gzfilestream_common::attach( fd, io_mode );
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserDetailView.java 41 public static UserDetailView inflate(Context context, ViewGroup parent, boolean attach) {
43 R.layout.qs_user_detail, parent, attach);
  /external/zlib/src/contrib/iostream3/
zfstream.cc 77 // Attach to gzipped file
79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
407 // Attach to file and go into fail() state if unsuccessful
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode)
464 gzofstream::attach(int fd, function in class:gzofstream
    [all...]
zfstream.h 70 * @brief Attach to already open gzipped file.
76 attach(int fd,
289 * @brief Attach to already open gzipped file.
293 * Stream will be in state good() if attach succeeded; otherwise
297 attach(int fd,
378 * @brief Attach to already open gzipped file.
382 * Stream will be in state good() if attach succeeded; otherwise
386 attach(int fd,

Completed in 7550 milliseconds

1 2 3 4 5 6 7 8 91011>>