Home
last modified time | relevance | path

Searched refs:Identify (Results 1 – 25 of 136) sorted by relevance

123456

/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp137 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK); in IdentifyTests()
146 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
156 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
183 result = proster->Identify(&wronginput, NULL, &ti, 0, in IdentifyTest()
191 result = proster->Identify(&wronginput, NULL, &ti); in IdentifyTest()
198 CPPUNIT_ASSERT(proster->Identify(&mallempty, NULL, &ti) == B_NO_TRANSLATOR); in IdentifyTest()
204 CPPUNIT_ASSERT(proster->Identify(&memmonkey, NULL, &ti) == B_NO_TRANSLATOR); in IdentifyTest()
214 CPPUNIT_ASSERT(proster->Identify(&mallabrev, NULL, &ti) == B_NO_TRANSLATOR); in IdentifyTest()
242 CPPUNIT_ASSERT(proster->Identify(&mallbadfs, NULL, &ti) == B_OK); in IdentifyTest()
266 CPPUNIT_ASSERT(proster->Identify(&mallbadr, NULL, &ti) == B_NO_TRANSLATOR); in IdentifyTest()
[all …]
/haiku/src/tests/add-ons/translators/pngtranslator/
H A DPNGTranslatorTest.cpp117 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK); in IdentifyTests()
126 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
136 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
163 result = proster->Identify(&wronginput, NULL, &ti, 0, in IdentifyTest()
171 result = proster->Identify(&wronginput, NULL, &ti); in IdentifyTest()
180 result = proster->Identify(&badsig1, NULL, &ti); in IdentifyTest()
189 result = proster->Identify(&badsig2, NULL, &ti); in IdentifyTest()
/haiku/src/tests/add-ons/translators/tifftranslator/
H A DTIFFTranslatorTest.cpp98 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK); in IdentifyTests()
107 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
117 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
144 result = proster->Identify(&wronginput, NULL, &ti, 0, in IdentifyTest()
152 result = proster->Identify(&wronginput, NULL, &ti); in IdentifyTest()
/haiku/src/tests/add-ons/translators/stxttranslator/
H A DSTXTTranslatorTest.cpp94 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK); in IdentifyTests()
103 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
113 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
140 result = proster->Identify(&wronginput, NULL, &ti, 0, in IdentifyTest()
148 result = proster->Identify(&wronginput, NULL, &ti); in IdentifyTest()
159 result = proster->Identify(&wrongmagic, NULL, &ti); in IdentifyTest()
170 result = proster->Identify(&wrongversion, NULL, &ti); in IdentifyTest()
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.cpp63 Volume::Identify(int fd, ufs2_super_block *superBlock) in Identify() function in Volume
104 status_t status = Identify(fDevice, &fSuperBlock); in Mount()
H A DVolume.h40 static status_t Identify(int fd, ufs2_super_block* superBlock);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVolume.cpp38 Volume::Identify(int fd, XfsSuperBlock *superBlock) in Identify() function in Volume
102 status_t status = Identify(fDevice, &fSuperBlock); in Mount()
H A DVolume.h50 static status_t Identify(int fd, XfsSuperBlock *superBlock);
/haiku/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp131 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti) == B_OK); in IdentifyTests()
140 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
150 CPPUNIT_ASSERT(proster->Identify(&file, NULL, &ti, 0, NULL, in IdentifyTests()
177 result = proster->Identify(&wronginput, NULL, &ti, 0, in IdentifyTest()
185 result = proster->Identify(&wronginput, NULL, &ti); in IdentifyTest()
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.h60 virtual status_t Identify(BPositionIO *inSource,
/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/translators/rtf/
H A DRTFTranslator.h42 virtual status_t Identify(BPositionIO *inSource,
H A DRTFTranslator.cpp154 RTFTranslator::Identify(BPositionIO *stream, in Identify() function in RTFTranslator
166 status_t status = parser.Identify(); in Identify()
/haiku/headers/private/kernel/disk_device_manager/
H A DKFileSystem.h33 virtual float Identify(KPartition* partition, void** cookie);
H A DKPartitioningSystem.h35 virtual float Identify(KPartition* partition, void** cookie);
/haiku/src/add-ons/translators/raw/
H A DLibRAW.h69 status_t Identify();
/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, in Identify() function in BPrivate::BFuncTranslator
H A DTranslatorRoster.cpp717 BTranslatorRoster::Private::Identify(BPositionIO* source, in Identify() function in BTranslatorRoster::Private
747 if (translator.Identify(source, format, &extension, &info, wantType) in Identify()
803 if (translator.Identify(source, format, ioExtension, &info, wantType) in GetTranslators()
1376 BTranslatorRoster::Identify(BPositionIO* source, BMessage* ioExtension, in Identify() function in BTranslatorRoster
1383 return fPrivate->Identify(source, ioExtension, hintType, hintMIME, wantType, in Identify()
1574 status_t status = fPrivate->Identify(source, ioExtension, hintType, in Translate()
1653 status = translator->Identify(source, NULL, ioExtension, &info, in Translate()
/haiku/src/apps/cortex/Persistence/
H A DXML.h98 static status_t Identify(
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.cpp163 status_t status = Identify(fDevice, &fSuperBlock); in Mount()
343 Volume::Identify(int fd, exfat_super_block* superBlock) in Identify() function in Volume
/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/kernel/file_systems/reiserfs/
H A DVolume.h44 status_t Identify(int fd, partition_data *partition);
/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.cpp118 if (BTranslatorRoster::Default()->Identify(&file, NULL, &translatorInfo, 0, in _InterestingEntry()

123456