Home
last modified time | relevance | path

Searched refs:identify (Results 1 – 25 of 77) sorted by relevance

1234

/haiku/src/add-ons/translators/pcx/
H A DPCX.h53 extern status_t identify(BMessage *settings, BPositionIO &stream, uint8 &type, int32 &bitsPerPixel);
H A DPCXTranslator.cpp104 if (PCX::identify(ioExtension, *stream, type, bitsPerPixel) != B_OK) in DerivedIdentify()
H A DPCX.cpp230 PCX::identify(BMessage *settings, BPositionIO &stream, uint8 &type, int32 &bitsPerPixel) in identify() function in PCX
/haiku/src/add-ons/translators/ico/
H A DICO.h87 extern status_t identify(BMessage *settings, BPositionIO &stream, uint8 &type, int32 &bitsPerPixel);
H A DICOTranslator.cpp113 if (ICO::identify(ioExtension, *stream, type, bitsPerPixel) != B_OK) in DerivedIdentify()
H A DICO.cpp499 ICO::identify(BMessage *settings, BPositionIO &stream, uint8 &type, int32 &bitsPerPixel) in identify() function in ICO
/haiku/docs/develop/servers/registrar/
H A DProtocols.rst258 - B_REG_APP_NOT_PRE_REGISTERED: The token does not identify a pre-registered
321 - B_REG_APP_NOT_PRE_REGISTERED: The token does not identify a pre-registered
353 - B_REG_APP_NOT_REGISTERED: The team does not identify a registered
394 - B_BAD_TEAM_ID: The supplied team ID does not identify a registered
465 - B_BAD_TEAM_ID: The supplied team ID does not identify a registered
1028 - "name": Name used to identify the particular clipboard to add
1054 - "name": Name used to identify the particular clipboard
1083 - "name": Name used to identify the particular clipboard
1110 - "name": Name used to identify the particular clipboard
1139 - "name": Name used to identify the particular clipboard
[all …]
/haiku/docs/user/media/
H A DFileInterface.dox30 The Media Server will then call upon the node to try to identify
125 \brief Implement this method to allow the Media Roster to identify
141 \return \c B_OK if you can identify the file's contents, otherwise return
/haiku/docs/user/locale/
H A DCatalog.dox59 must be linked with liblocalestub.a. This allows the Locale Kit to identify
132 executable or library file (so there is no entry_ref usable to identify the
165 The comment is also used as a way to uniquely identify a string, so if two
H A DLocaleRoster.dox264 identify the image for which to load the catalog.
H A DCollator.dox165 Numeric sorting enables the collator to identify strings of digits as
/haiku/docs/user/translation/
H A DTranslator.dox197 The translator examines the data in source and tries to identify its format
201 format and returns \c B_OK. If it is unable to identify the data or cannot
/haiku/docs/user/drivers/
H A DUSB3.dox29 \brief Uniquely identify various USB objects that are used in the module.
35 \brief Uniquely identify USB devices.
41 \brief Uniquely identify USB interfaces.
47 \brief Uniquely identify USB pipes.
/haiku/docs/develop/apps/haikudepot/
H A Dserver.rst109 able to identify that the Coordinator has completed, but that something
/haiku/docs/develop/kernel/
H A Dobsolete_pnp_manager.rst123 one device per connection and that a device can be uniquely identify
172 // the given attributes must _uniquely_ identify a device node;
391 node driver via its rescan() hook. To identify a bus node, define
H A Ddevice_manager_introduction.rst112 unique ID that can be used to identify it, and also differentiate it
115 driver, so that user applications can identify, say, a USB printer no
/haiku/src/tests/kits/app/bmessenger/
H A DBMessengerCases105 case 8: signature is not NULL and team is > 0, but both identify different
112 team is > 0 and both identify the same application (more than one
/haiku/docs/develop/build/rc/
H A Dnotes.rst66 isn't used to identify the attribute. It is probably best to add a new kind of definition:
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DEsounD-protocol.txt21 and to identify the byte order to be employed.
/haiku/docs/user/support/
H A DFlattenable.dox46 methods handle the actual flattening and unflattening. To identify flattened
/haiku/docs/user/storage/
H A DResources.dox324 \note Since a type and name pair may not identify a resource uniquely,
672 identify an existing resource.
703 identify an existing resource.
/haiku/docs/develop/packages/
H A DBootstrapping.rst134 Contains ``RecipeFormatVersion=1`` so haikuporter can identify the haikuports
/haiku/docs/develop/kernel/arch/sparc/
H A Doverview.rst87 identify places where we do a lot of misaligned accesses that trigger it, and
172 Bits 41-0: VA63-22 as the 'tag' to identify this entry
/haiku/docs/user/keyboard/
H A Dkeyboard.dox19 Each key on the keyboard is assigned a numeric code to identify it to the
417 This serves to identify which accent character is contained in the array
/haiku/docs/user/netservices/
H A DErrorsExt.dox40 identify the origin of the error. Common practise is to pass the

1234