Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 33) sorted by relevance

12

/haiku/src/kits/storage/mime/
H A DMimeSnifferAddonManager.cpp203 MimeSnifferAddonManager::_GetAddons(AddonReference**& references, int32& count) in _GetAddons() argument
210 references = new(std::nothrow) AddonReference*[count]; in _GetAddons()
211 if (!references) in _GetAddons()
215 references[i] = (AddonReference*)fAddons.ItemAt(i); in _GetAddons()
216 references[i]->GetReference(); in _GetAddons()
224 MimeSnifferAddonManager::_PutAddons(AddonReference** references, int32 count) in _PutAddons() argument
227 references[i]->PutReference(); in _PutAddons()
229 delete[] references; in _PutAddons()
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DBlocker.cpp11 references(1), in Data()
18 references(1) in Data()
29 int32 references; member
123 fData->references++; in operator =()
146 if (--fData->references == 0) in _Unset()
/haiku/headers/private/storage/mime/
H A DMimeSnifferAddonManager.h49 status_t _GetAddons(AddonReference**& references,
51 void _PutAddons(AddonReference** references,
/haiku/docs/develop/kernel/arch/ppc/
H A Dbebox.rst10 references chapter
/haiku/docs/develop/kernel/vm/
H A Dvm_cache19 …Allocates a vm_cache_ref, setting it to point to the passed in cache. It initalizes the references
22 …nction for this cache's store, call that function. Finally, increment this cache references' count.
H A Dvm86 …Check to see if there are still references to this region. If not, remove it from the global list …
/haiku/docs/user/support/
H A DReferenceable.dox42 object, of how much references there are to it in the running application.
77 In debug mode, the destructor checks that no references to the object are
106 \brief Return the number of references to the object.
152 transparent. It automatically acquires and release references to the pointed
163 An uninitialized references behaves similarly to a NULL pointer.
H A DArchivable.dox62 If your class holds references to other BArchivable objects that you wish
173 In this method, you can rebuild references to objects that may be direct
229 references upon unarchival so that they are equivalent to those that were
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DNOTES.txt2 references:
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/
H A DLICENCE.txt17 and on using the USBKit that I used as references.
/haiku/src/bin/bfs_tools/
H A DTODO29 - reduce memory overhead: use just the block_run references instead of real Inodes
/haiku/src/bin/rc/
H A DDoxyfile153 # Configuration::addtions related to external references
/haiku/docs/develop/busses/usb/
H A DUSB_stack_design.rst8 …y harvesting data all over the place because they couldn't simply send references of themselves. T…
10 …by the Pipes, and contain the actual data for the transfers (including references to the callbacks…
/haiku/docs/develop/libroot/
H A Dindex.rst96 application code. Since code in libroot references the underscore-prefixed function only, it will
/haiku/docs/develop/servers/app_server/
H A Ddoxygen_config419 # contain links (just like the HTML output) instead of page references
461 # contain links (just like the HTML output) instead of page references.
562 # Configuration::addtions related to external references
606 # class references variables) of the class with other documented classes.
/haiku/docs/develop/kits/storage/
H A Ddoxygen_config419 # contain links (just like the HTML output) instead of page references
461 # contain links (just like the HTML output) instead of page references.
562 # Configuration::addtions related to external references
606 # class references variables) of the class with other documented classes.
/haiku/src/preferences/printers/
H A Ddoxygen.cfg419 # contain links (just like the HTML output) instead of page references
461 # contain links (just like the HTML output) instead of page references.
562 # Configuration::addtions related to external references
606 # class references variables) of the class with other documented classes.
/haiku/docs/develop/kits/support/
H A Ddoxygen_config419 # contain links (just like the HTML output) instead of page references
461 # contain links (just like the HTML output) instead of page references.
562 # Configuration::addtions related to external references
606 # class references variables) of the class with other documented classes.
/haiku/docs/user/storage/
H A DFilePanel.dox240 object references by this panel is not destroyed by this method.
519 \brief Hook method that gets called when the entry ref references by the
/haiku/docs/develop/release/
H A Dcookbook.rst109 * Update website references.
/haiku/docs/user/
H A Dapidoc.dox294 - \c \\see {references} \n
295 This section contains references to other parts of the documentation.
520 - Used to place references to other documentation that might not be
595 -# End with a list of references to other classes, functions, pages, etc.
642 -# Use \c \\see if you have any references to other methods, classes or
/haiku/src/system/boot/
H A DJamfile376 # a second time, so undefined references in the file systems can be
/haiku/docs/user/netservices/
H A DHttpResult.dox70 references</a> for more information.
/haiku/build/jam/
H A DFileRules329 # Creates local references to <source objects>, i.e. identifiers with the
/haiku/docs/develop/packages/
H A DFileFormat.rst35 The main section, containing structured data with references to unstructured
145 sections) by an offset and the number of bytes. These references always point

12