/third_party/backends/backend/ |
H A D | mustek_pp_decl.h | 6 SANE_String_Const name, SANE_Attach_Callback attach); 29 SANE_Attach_Callback attach); 33 SANE_Attach_Callback attach); 37 SANE_Attach_Callback attach); 63 SANE_Attach_Callback attach);
|
H A D | mustek_pp_null.c | 65 SANE_String_Const name, SANE_Attach_Callback attach) in debug_drv_init() 71 return attach(port, name, MUSTEK_PP_NULL_DRIVER, 0); in debug_drv_init() 64 debug_drv_init(SANE_Int options, SANE_String_Const port, SANE_String_Const name, SANE_Attach_Callback attach) debug_drv_init() argument
|
H A D | xerox_mfp-usb.c | 103 usb_configure_device(const char *devname, SANE_Status(*attach)(const char *dev)) in usb_configure_device() 106 sanei_usb_attach_matching_devices(devname, attach); in usb_configure_device()
|
/third_party/zlib/contrib/iostream3/ |
H A D | zfstream.cc | 79 gzfilebuf::attach(int fd, in attach() function in gzfilebuf 94 // Attempt to attach to file in attach() 387 // Initialize stream buffer and attach to file 393 this->attach(fd, mode); in gzifstream() 409 gzifstream::attach(int fd, in attach() function in gzifstream 412 if (!sb.attach(fd, mode | std::ios_base::in)) in attach() 442 // Initialize stream buffer and attach to file 448 this->attach(fd, mode); in gzofstream() 464 gzofstream::attach(int fd, in attach() function in gzofstream 467 if (!sb.attach(f in attach() [all...] |
H A D | zfstream.h | 76 attach(int fd, 293 * Stream will be in state good() if attach succeeded; otherwise 297 attach(int fd, 382 * Stream will be in state good() if attach succeeded; otherwise 386 attach(int fd,
|
/third_party/NuttX/include/nuttx/fs/ |
H A D | automount.h | 53 #define AUTOMOUNT_ATTACH(s,isr,arg) ((s)->attach(s,isr,arg)) 54 #define AUTOMOUNT_DETACH(s) ((s)->attach(s,NULL,NULL)) 115 * attach - Attach or detach the media change interrupt handler to the 120 CODE int (*attach)(FAR const struct automount_lower_s *lower, member
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_bb.cpp | 108 bb->cfg.attach(&pol.get(obb)->cfg, it.getType()); in clone() 299 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach) in splitCommon() argument 315 bb->cfg.attach(e->getTarget(), e->getType()); in splitCommon() 325 if (attach) in splitCommon() 326 this->cfg.attach(&bb->cfg, Graph::Edge::TREE); in splitCommon() 330 BasicBlock::splitBefore(Instruction *insn, bool attach) in splitBefore() argument 338 splitCommon(insn, bb, attach); in splitBefore() 343 BasicBlock::splitAfter(Instruction *insn, bool attach) in splitAfter() argument 351 splitCommon(insn ? insn->next : NULL, bb, attach); in splitAfter()
|
/third_party/zlib/contrib/iostream/ |
H A D | zfstream.cpp | 60 gzfilebuf *gzfilebuf::attach( int file_descriptor, in attach() function in gzfilebuf 261 void gzfilestream_common::attach( int fd, int io_mode ) { in attach() function in gzfilestream_common 263 if ( !buffer.attach( fd, io_mode) ) in attach() 306 gzfilestream_common::attach( fd, io_mode ); in gzifstream() 326 gzfilestream_common::attach( fd, io_mode ); in gzofstream()
|
H A D | zfstream.h | 16 gzfilebuf *attach( int file_descriptor, int io_mode ); 54 void attach( int fd, int io_mode );
|
/third_party/backends/sanei/ |
H A D | sanei_config2.c | 63 SANE_Status (*attach) (const char *dev)) in sanei_config_attach_matching_devices() 141 attach); in sanei_config_attach_matching_devices() 151 (*attach) (name); in sanei_config_attach_matching_devices()
|
H A D | sanei_config.c | 239 SANE_Status (*attach) (SANEI_Config * config, in sanei_configure_attach() 269 * used are device to try to attach in sanei_configure_attach() 432 /* not detected as an option, so we call the attach function in sanei_configure_attach() 436 /* if not an option, try to attach */ in sanei_configure_attach() 438 * we call back the backend for attach. In turn it will call in sanei_configure_attach() 442 DBG (3, "sanei_configure_attach: trying to attach with '%s'\n", in sanei_configure_attach() 444 if(attach!=NULL) in sanei_configure_attach() 445 attach (config, lp2, data); in sanei_configure_attach()
|
/third_party/python/Lib/tkinter/ |
H A D | dnd.py | 214 def attach(self, canvas, x=10, y=10): member in Icon 301 source.attach(self.canvas, x, y) 317 i1.attach(t1.canvas) 318 i2.attach(t2.canvas) 319 i3.attach(t3.canvas)
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | RenderDoc.cpp | 34 void RenderDoc::attach() in attach() function in RenderDoc 75 void RenderDoc::attach() in attach() function in RenderDoc
|
H A D | RenderDoc.h | 21 void attach();
|
/third_party/libwebsockets/lib/system/ |
H A D | system.c | 163 * allocate and add to the head of the pt's attach list in __lws_system_attach() 225 * If anybody used the attach apis, there must be an in lws_system_do_attach() 226 * implementation of the (*attach) lws_system op function in lws_system_do_attach() 229 assert(pt->context->system_ops->attach); in lws_system_do_attach() 230 if (!pt->context->system_ops->attach) { in lws_system_do_attach() 231 lwsl_err("%s: define (*attach)\n", __func__); in lws_system_do_attach() 237 * we detach and get a pointer to the tail attach item. We in lws_system_do_attach() 241 if (pt->context->system_ops->attach(pt->context, pt->tid, NULL, in lws_system_do_attach() 243 lwsl_err("%s: attach problem\n", __func__); in lws_system_do_attach()
|
/third_party/alsa-lib/modules/mixer/simple/python/ |
H A D | common.py | 83 def attach(self, helem): member in StandardElement 84 BaseElement.attach(self, helem) 139 def attach(self, helem): member in EnumElement 140 BaseElement.attach(self, helem) 209 felem.attach(helem)
|
/third_party/skia/example/ |
H A D | HelloWorld.cpp | 33 fWindow->attach(fBackendType); in HelloWorld() 117 fWindow->attach(fBackendType); in onChar()
|
/third_party/backends/include/sane/ |
H A D | sanei_usb.h | 303 * The function attach is called for every device which has been found. 307 * @param attach attach function 313 SANE_Status (*attach) (SANE_String_Const devname)); 494 * @param attach attach function 499 SANE_Status (*attach) (const char *dev));
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/ |
H A D | minimal-http-client-attach.c | 2 * lws-minimal-http-client-attach 9 * This demonstrates how to use the lws_system (*attach) api to allow a 170 .attach = lws_attach_with_pthreads_locking 223 lwsl_user("LWS minimal http client attach\n"); in main() 255 * From our different, non event loop thread, ask for our attach in main() 259 lws_system_get_ops(context)->attach(context, 0, attach_callback, in main()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLifetimeTests.cpp | 287 attach(element, *fbo); in initAttachment() 319 m_attacher.attach(element, *fbo); in drawAttachment() 330 void TextureFboAttacher::attach (GLuint texture, GLuint fbo) in attach() function in deqp::gls::LifetimeTests::details::TextureFboAttacher 538 void RboFboAttacher::attach (GLuint rbo, GLuint fbo) in attach() function in deqp::gls::LifetimeTests::details::RboFboAttacher 605 void ShaderProgramAttacher::attach (GLuint shader, GLuint program) in attach() function in deqp::gls::LifetimeTests::details::ShaderProgramAttacher 1089 m_attacher.attach(*element, *container); in testDeletedNames() 1173 attacher.attach(elementId, *container); in iterate() 1189 attacher.attach(newId, *container); in iterate() 1254 attacher.attach(elementId, *container); in iterate() 1364 testCtx, "attach", "Attachmen in addTestCases() [all...] |
H A D | glsLifetimeTests.hpp | 213 virtual void attach (GLuint element, GLuint container) = 0; 314 void attach (GLuint element, GLuint container); 326 void attach (GLuint element, GLuint container); 339 void attach (GLuint element, GLuint container);
|
/third_party/python/Lib/email/mime/ |
H A D | nonmultipart.py | 18 def attach(self, payload): 23 'Cannot attach additional subparts to non-multipart/*') 17 def attach(self, payload): global() member in MIMENonMultipart
|
H A D | multipart.py | 33 attach new subparts to the message by using the attach() method. 47 self.attach(p)
|
H A D | message.py | 33 message.Message.attach(self, _msg)
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fLifetimeTests.cpp | 215 void attach (GLuint element, GLuint container); 264 void BufferVAOAttacher::attach (GLuint buffer, GLuint vao) in attach() function in deqp::gles3::Functional::__anon30571::BufferVAOAttacher 275 attach(0, varr); in detach() 313 void attach (GLuint buffer, GLuint tf); 326 void BufferTfAttacher::attach (GLuint buffer, GLuint tf) in attach() function in deqp::gles3::Functional::__anon30571::BufferTfAttacher
|