Searched defs:attach (Results 1 - 25 of 76) sorted by relevance

1234

/external/python/cpython2/Lib/email/mime/
H A Dnonmultipart.py18 def attach(self, payload):
23 'Cannot attach additional subparts to non-multipart/*')
17 def attach(self, payload): member in class:MIMENonMultipart
/external/python/cpython3/Lib/email/mime/
H A Dnonmultipart.py18 def attach(self, payload):
23 'Cannot attach additional subparts to non-multipart/*')
17 def attach(self, payload): member in class:MIMENonMultipart
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
H A DBackupAgentController.java15 return new BackupAgentController<>(backupAgent).attach();
18 private BackupAgentController<T> attach() { method in class:BackupAgentController
23 ReflectionHelpers.callInstanceMethod(BackupAgent.class, component, "attach",
H A DIntentServiceController.java19 controller.attach();
27 private IntentServiceController<T> attach() { method in class:IntentServiceController
32 ReflectionHelpers.callInstanceMethod(Service.class, component, "attach",
H A DServiceController.java18 controller.attach();
26 private ServiceController<T> attach() { method in class:ServiceController
31 ReflectionHelpers.callInstanceMethod(Service.class, component, "attach",
H A DActivityController.java26 return new ActivityController<>(activity, intent).attach();
30 return new ActivityController<>(activity, null).attach();
37 private ActivityController<T> attach() { method in class:ActivityController
309 attach();
/external/skia/tools/sk_app/android/
H A DWindow_android.cpp38 bool Window_android::attach(BackendType attachType) { function in class:sk_app::Window_android
/external/skqp/tools/sk_app/android/
H A DWindow_android.cpp38 bool Window_android::attach(BackendType attachType) { function in class:sk_app::Window_android
/external/strace/
H A Dubi.c122 struct ubi_attach_req attach; local
125 if (umove_or_printaddr(tcp, arg, &attach))
131 attach.ubi_num, attach.mtd_num,
132 attach.vid_hdr_offset, attach.max_beb_per1024);
/external/libxcam/modules/isp/
H A Dx3a_isp_config.cpp203 X3aIspConfig::attach (SmartPtr<X3aResult> &result, IspConfigTranslator *translator) function in class:XCam::X3aIspConfig
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java146 public void attach(String address, long attachTimeout, long handshakeTimeout) throws IOException { method in class:SocketTransportWrapper
H A DTransportWrapper.java69 public void attach(String address, long attachTimeout, long handshakeTimeout) throws IOException; method in interface:TransportWrapper
/external/pdfium/third_party/agg23/
H A Dagg_renderer_scanline.h33 void attach(base_ren_type& ren, span_gen_type& span_gen) function in class:agg::renderer_scanline_aa
H A Dagg_renderer_base.h38 void attach(pixfmt_type& ren) function in class:agg::renderer_base
H A Dagg_rendering_buffer.h65 attach(buf, width, height, stride);
67 void attach(int8u* buf, unsigned width, unsigned height, int stride) function in class:agg::rendering_buffer
/external/python/cpython2/Lib/lib-tk/
H A DTkdnd.py214 def attach(self, canvas, x=10, y=10): member in class:Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
/external/python/cpython3/Lib/tkinter/
H A Ddnd.py214 def attach(self, canvas, x=10, y=10): member in class:Icon
300 source.attach(self.canvas, x, y)
315 i1.attach(t1.canvas)
316 i2.attach(t2.canvas)
317 i3.attach(t3.canvas)
/external/vogar/src/vogar/monitor/
H A DHostMonitor.java52 public boolean attach(int port) throws IOException { method in class:HostMonitor
/external/skia/tools/sk_app/
H A DCommandSet.cpp33 void CommandSet::attach(Window* window) { function in class:sk_app::CommandSet
/external/skia/tools/sk_app/ios/
H A DWindow_ios.cpp261 bool Window_ios::attach(BackendType attachType) { function in class:sk_app::Window_ios
/external/skia/tools/sk_app/mac/
H A DWindow_mac.cpp261 bool Window_mac::attach(BackendType attachType) { function in class:sk_app::Window_mac
/external/skqp/tools/sk_app/
H A DCommandSet.cpp33 void CommandSet::attach(Window* window) { function in class:sk_app::CommandSet
/external/skqp/tools/sk_app/ios/
H A DWindow_ios.cpp249 bool Window_ios::attach(BackendType attachType) { function in class:sk_app::Window_ios
/external/skqp/tools/sk_app/mac/
H A DWindow_mac.cpp249 bool Window_mac::attach(BackendType attachType) { function in class:sk_app::Window_mac
/external/valgrind/coregrind/
H A Dvgdb-invoker-solaris.c127 static Bool attach(pid_t pid) function
489 if (attach(pid) != True) {

Completed in 605 milliseconds

1234