Searched refs:Identify (Results 1 - 25 of 66) sorted by relevance

123

/haiku-fatelf/headers/os/translation/
H A DTranslatorAddOn.h30 extern status_t Identify(BPositionIO* source, const translation_format* format,
H A DTranslator.h30 virtual status_t Identify(BPositionIO* source,
H A DTranslatorRoster.h40 virtual status_t Identify(BPositionIO* source,
/haiku-fatelf/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp115 // the expected Identify() string for that image
134 // Identify (output: B_TRANSLATOR_ANY_TYPE)
137 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK);
143 // Identify (output: B_TRANSLATOR_BITMAP)
146 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
153 // Identify (output: B_BMP_FORMAT)
156 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
179 // Identify (bad input, output types)
183 result = proster->Identify(&wronginput, NULL, &ti, 0,
188 // Identify (wron
[all...]
/haiku-fatelf/src/add-ons/translators/stxt/
H A DSTXTTranslator.h61 virtual status_t Identify(BPositionIO *inSource,
/haiku-fatelf/src/tests/add-ons/translators/tifftranslator/
H A DTIFFTranslatorTest.cpp76 // the expected Identify() string for that image
95 // Identify (output: B_TRANSLATOR_ANY_TYPE)
98 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK);
104 // Identify (output: B_TRANSLATOR_BITMAP)
107 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
114 // Identify (output: B_TIFF_FORMAT)
117 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
140 // Identify (bad input, output types)
144 result = proster->Identify(&wronginput, NULL, &ti, 0,
149 // Identify (wron
[all...]
/haiku-fatelf/src/add-ons/translators/rtf/
H A DRTFTranslator.cpp118 RTFTranslator::Identify(BPositionIO *stream, function in class:RTFTranslator
129 status_t status = parser.Identify();
H A DRTFTranslator.h42 virtual status_t Identify(BPositionIO *inSource,
/haiku-fatelf/src/kits/network/libnetapi/
H A DUrlRequest.cpp67 status_t err = Identify();
132 BUrlRequest::Identify() function in class:BUrlRequest
/haiku-fatelf/headers/os/net/
H A DUrlRequest.h43 status_t Identify();
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKFileSystem.h33 virtual float Identify(KPartition* partition, void** cookie);
H A DKDiskSystem.h54 virtual float Identify(KPartition* partition, void** cookie);
H A DKPartitioningSystem.h35 virtual float Identify(KPartition* partition, void** cookie);
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.h54 static status_t Identify(int fd, btrfs_super_block* superBlock);
/haiku-fatelf/src/kits/translation/
H A DFuncTranslator.h48 virtual status_t Identify(BPositionIO *inSource,
H A DFuncTranslator.cpp94 BFuncTranslator::Identify(BPositionIO* source, const translation_format* format, function in class:BPrivate::BFuncTranslator
H A DTranslatorRosterPrivate.h58 status_t Identify(BPositionIO* source,
/haiku-fatelf/src/tests/add-ons/translators/pngtranslator/
H A DPNGTranslatorTest.cpp114 // Identify (output: B_TRANSLATOR_ANY_TYPE)
117 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK);
123 // Identify (output: B_TRANSLATOR_BITMAP)
126 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
133 // Identify (output: B_PNG_FORMAT)
136 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
159 // Identify (bad input, output types)
163 result = proster->Identify(&wronginput, NULL, &ti, 0,
168 // Identify (wrong type of input data)
171 result = proster->Identify(
[all...]
/haiku-fatelf/src/tests/add-ons/translators/stxttranslator/
H A DSTXTTranslatorTest.cpp91 // Identify (output: B_TRANSLATOR_ANY_TYPE)
94 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK);
100 // Identify (output: B_TRANSLATOR_TEXT)
103 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
110 // Identify (output: B_STYLED_TEXT_FORMAT)
113 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
136 // Identify (bad input, output types)
140 result = proster->Identify(&wronginput, NULL, &ti, 0,
145 // Identify (wrong type of input data)
148 result = proster->Identify(
[all...]
/haiku-fatelf/src/apps/cortex/Persistence/
H A DXML.h98 static status_t Identify(
/haiku-fatelf/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp109 // the expected Identify() string for that image
128 // Identify (output: B_TRANSLATOR_ANY_TYPE)
131 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK);
137 // Identify (output: B_TRANSLATOR_BITMAP)
140 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
147 // Identify (output: B_TGA_FORMAT)
150 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL,
173 // Identify (bad input, output types)
177 result = proster->Identify(&wronginput, NULL, &ti, 0,
182 // Identify (wron
[all...]
/haiku-fatelf/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.cpp118 if (BTranslatorRoster::Default()->Identify(&file, NULL, &translatorInfo, 0,
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.h44 status_t Identify(int fd, partition_data *partition);
/haiku-fatelf/src/add-ons/translators/shared/
H A DBaseTranslator.h73 virtual status_t Identify(BPositionIO *inSource,
/haiku-fatelf/src/add-ons/translators/raw/
H A DRAWTranslator.cpp134 status = raw.Identify();
231 status = raw.Identify();

Completed in 88 milliseconds

123