/haiku/src/kits/mail/ |
H A D | b_mail_message.cpp | 105 BSimpleMailAttachment *attach = new BSimpleMailAttachment; in AddEnclosure() local 106 attach->SetDecodedData(data,len); in AddEnclosure() 107 attach->SetHeaderField("Content-Type",MIME_type); in AddEnclosure() 109 ((BEmailMessage *)(fFields))->AddComponent(attach); in AddEnclosure()
|
/haiku/src/add-ons/kernel/bus_managers/random/ |
H A D | yarrow_rng.cpp | 71 attach(OCTET *y, const OCTET *x, const uint32 anyA, const uint32 anyB, in attach() function 125 attach(prandgen->seedptr, (OCTET *) &seed, 0x213D42F6U, 0x6552DAF9U, in chseed() 167 attach(&x, &y, 0x52437EFFU, 0x026A4CEBU, 0xD9E66AC9U, 0x56E5A975U); in reseed() 168 attach(&y, &x, 0xC70B8B41U, 0x9126B036U, 0x36CC6FDBU, 0x31D477F7U); in reseed() 193 attach(&prandgen->rndLeft, prandgen->rndptrX, prandgen->rndptrA->D[0], in chrand() 195 attach(&prandgen->rndRite, &prandgen->rndLeft, prandgen->rndptrB->D[0], in chrand()
|
/haiku/src/libs/stdc++/legacy/ |
H A D | fstream.cc | 94 void fstreambase::attach(int fd) in attach() function in fstreambase 96 if (!rdbuf()->attach(fd)) in attach()
|
/haiku/src/servers/app/drawing/Painter/ |
H A D | agg_clipped_alpha_mask.h | 37 void attach(rendering_buffer& rbuf) in attach() function 42 void attach(rendering_buffer& rbuf, int x, int y, int8u outside) in attach() function
|
H A D | agg_renderer_scanline_subpix.h | 61 void attach(base_ren_type& ren) in attach() function
|
/haiku/headers/libs/agg/ |
H A D | agg_rendering_buffer.h | 60 attach(buf, width, height, stride); in row_ptr_cache() 64 void attach(T* buf, unsigned width, unsigned height, int stride) in attach() function
|
H A D | agg_conv_unclose_polygon.h | 28 void attach(VertexSource& source) { m_source = &source; } in attach() function
|
H A D | agg_image_accessors.h | 41 void attach(const pixfmt_type& pixf) in attach() function 119 void attach(const pixfmt_type& pixf) in attach() function 164 void attach(const pixfmt_type& pixf) in attach() function 242 void attach(const pixfmt_type& pixf) in attach() function
|
H A D | agg_conv_transform.h | 34 void attach(VertexSource& source) { m_source = &source; } in attach() function
|
H A D | agg_span_pattern_gray.h | 53 void attach(source_type& v) { m_src = &v; } in attach() function
|
H A D | agg_span_pattern_rgba.h | 53 void attach(source_type& v) { m_src = &v; } in attach() function
|
H A D | agg_conv_close_polygon.h | 29 void attach(VertexSource& source) { m_source = &source; } in attach() function
|
H A D | agg_span_pattern_rgb.h | 54 void attach(source_type& v) { m_src = &v; } in attach() function
|
H A D | agg_renderer_scanline.h | 115 void attach(base_ren_type& ren) in attach() function 212 void attach(base_ren_type& ren, in attach() function 315 void attach(base_ren_type& ren) in attach() function 403 void attach(base_ren_type& ren, in attach() function
|
H A D | agg_rasterizer_outline.h | 32 void attach(Renderer& ren) { m_ren = &ren; } in attach() function
|
H A D | agg_conv_adaptor_vpgen.h | 29 void attach(VertexSource& source) { m_source = &source; } in attach() function
|
H A D | agg_conv_adaptor_vcgen.h | 52 void attach(VertexSource& source) { m_source = &source; } in attach() function
|
H A D | agg_renderer_mclip.h | 45 void attach(pixfmt_type& pixf) in attach() function 47 m_ren.attach(pixf); in attach()
|
/haiku/headers/os/drivers/pcmcia/ |
H A D | driver_ops.h | 62 dev_node_t *(*attach) (dev_locator_t *loc); member
|
/haiku/3rdparty/kallisti5/ |
H A D | howto-iommu.md | 6 from their host operating system and attach them to guest VM's resulting in 28 no host drivers attempt to attach to the PCI device in question. 62 Now that the requirements are met, we can attach the target GPU to the vfio driver using the inform… 114 Now, we simply attach the device to a VM:
|
H A D | howto-iommu-old.md | 9 from their host operating system and attach them to guest VM's resulting in 50 no host drivers attempt to attach to the PCI device in question. 109 Now, we simply attach the device to a VM:
|
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/ |
H A D | if_ral_pci.c | 108 int (*attach)(device_t, int); member 247 error = (*psc->sc_opns->attach)(dev, pci_get_device(dev)); in ral_pci_attach()
|
/haiku/src/libs/compat/freebsd_network/ |
H A D | shared.h | 39 int (*attach)(device_t dev); member
|
/haiku/src/servers/app/drawing/ |
H A D | AlphaMask.cpp | 76 fMask.attach(fBuffer); in AlphaMask() 268 fBuffer.attach(fBits->Bits(), width, height, width); in _Generate() 278 fBuffer.attach(NULL, 0, 0, 0); in _SetNoClipping() 297 fMask.attach(fBuffer, offsetX, offsetY, fOutsideOpacity); in _AttachMaskToBuffer()
|
/haiku/src/servers/app/ |
H A D | DelayedMessage.cpp | 467 Attachment* attach = new(std::nothrow) Attachment(data, size); in Attach() local 469 if (attach == NULL) in Attach() 472 if (fAttachments.AddItem(attach) == false) { in Attach() 473 delete attach; in Attach()
|