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

123

/haiku/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,
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.cpp63 Volume::Identify(int fd, ufs2_super_block *superBlock) function in class:Volume
71 ERROR("Invalid superblock! Identify failed!!\n");
104 status_t status = Identify(fDevice, &fSuperBlock);
H A DVolume.h40 static status_t Identify(int fd, ufs2_super_block* superBlock);
/haiku/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/src/add-ons/translators/stxt/
H A DSTXTTranslator.h60 virtual status_t Identify(BPositionIO *inSource,
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVolume.cpp38 Volume::Identify(int fd, XfsSuperBlock *superBlock) function in class:Volume
41 TRACE("Volume::Identify() : Identifying Volume in progress");
69 ERROR("Volume::Identify(): Invalid Superblock!\n");
102 status_t status = Identify(fDevice, &fSuperBlock);
H A DVolume.h50 static status_t Identify(int fd, XfsSuperBlock *superBlock);
/haiku/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/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/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
/haiku/src/add-ons/translators/rtf/
H A DRTFTranslator.h42 virtual status_t Identify(BPositionIO *inSource,
H A DRTFTranslator.cpp154 RTFTranslator::Identify(BPositionIO *stream, function in class:RTFTranslator
166 status_t status = parser.Identify();
/haiku/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/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/src/apps/cortex/Persistence/
H A DXML.h98 static status_t Identify(
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.h44 status_t Identify(int fd, partition_data *partition);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.h70 static status_t Identify(int fd, btrfs_super_block* superBlock);
/haiku/src/add-ons/translators/raw/
H A DLibRAW.h69 status_t Identify();
/haiku/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/src/add-ons/translators/shared/
H A DBaseTranslator.h73 virtual status_t Identify(BPositionIO *inSource,
/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.cpp118 if (BTranslatorRoster::Default()->Identify(&file, NULL, &translatorInfo, 0,

Completed in 107 milliseconds

123