/haiku/src/tests/add-ons/translators/bmptranslator/ |
H A D | BMPTranslatorTest.cpp | 137 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 D | PNGTranslatorTest.cpp | 117 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 D | TIFFTranslatorTest.cpp | 98 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 D | STXTTranslatorTest.cpp | 94 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 D | Volume.cpp | 63 Volume::Identify(int fd, ufs2_super_block *superBlock) in Identify() function in Volume 104 status_t status = Identify(fDevice, &fSuperBlock); in Mount()
|
H A D | Volume.h | 40 static status_t Identify(int fd, ufs2_super_block* superBlock);
|
/haiku/src/add-ons/kernel/file_systems/xfs/ |
H A D | Volume.cpp | 38 Volume::Identify(int fd, XfsSuperBlock *superBlock) in Identify() function in Volume 102 status_t status = Identify(fDevice, &fSuperBlock); in Mount()
|
H A D | Volume.h | 50 static status_t Identify(int fd, XfsSuperBlock *superBlock);
|
/haiku/src/tests/add-ons/translators/tgatranslator/ |
H A D | TGATranslatorTest.cpp | 131 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 D | STXTTranslator.h | 60 virtual status_t Identify(BPositionIO *inSource,
|
/haiku/headers/os/translation/ |
H A D | TranslatorAddOn.h | 30 extern status_t Identify(BPositionIO* source, const translation_format* format,
|
H A D | Translator.h | 30 virtual status_t Identify(BPositionIO* source,
|
/haiku/src/add-ons/translators/rtf/ |
H A D | RTFTranslator.h | 42 virtual status_t Identify(BPositionIO *inSource,
|
H A D | RTFTranslator.cpp | 154 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 D | KFileSystem.h | 33 virtual float Identify(KPartition* partition, void** cookie);
|
H A D | KPartitioningSystem.h | 35 virtual float Identify(KPartition* partition, void** cookie);
|
/haiku/src/add-ons/translators/raw/ |
H A D | LibRAW.h | 69 status_t Identify();
|
/haiku/src/kits/translation/ |
H A D | FuncTranslator.h | 48 virtual status_t Identify(BPositionIO *inSource,
|
H A D | FuncTranslator.cpp | 94 BFuncTranslator::Identify(BPositionIO* source, const translation_format* format, in Identify() function in BPrivate::BFuncTranslator
|
H A D | TranslatorRoster.cpp | 717 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 D | XML.h | 98 static status_t Identify(
|
/haiku/src/add-ons/kernel/file_systems/exfat/ |
H A D | Volume.cpp | 163 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 D | Volume.h | 70 static status_t Identify(int fd, btrfs_super_block* superBlock);
|
/haiku/src/add-ons/kernel/file_systems/reiserfs/ |
H A D | Volume.h | 44 status_t Identify(int fd, partition_data *partition);
|
/haiku/src/add-ons/index_server/fulltext/ |
H A D | FullTextAnalyser.cpp | 118 if (BTranslatorRoster::Default()->Identify(&file, NULL, &translatorInfo, 0, in _InterestingEntry()
|