Home
last modified time | relevance | path

Searched refs:GetAllTranslators (Results 1 – 14 of 14) sorted by relevance

/haiku/src/tests/kits/translation/
H A DTranslatorRosterTest.cpp180 CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &nloaded) == B_NO_ERROR); in ConstructorTest()
268 CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &ncount) == B_OK); in DefaultTest()
316 result = proster->GetAllTranslators(&pids, &ncount); in InstantiateTest()
399 CPPUNIT_ASSERT(proster->GetAllTranslators(&pInstids, &instcount) == B_OK); in CompareWithDefault()
403 CPPUNIT_ASSERT(pDefRoster->GetAllTranslators(&pDefids, &defcount) == B_OK); in CompareWithDefault()
453 proster->GetAllTranslators(&translators, &instcount); in AddTranslatorsTest()
520 CPPUNIT_ASSERT(roster.GetAllTranslators(NULL, &nloaded) == B_BAD_VALUE); in GetAllTranslatorsTest()
522 CPPUNIT_ASSERT(roster.GetAllTranslators(&pids, NULL) == B_BAD_VALUE); in GetAllTranslatorsTest()
524 CPPUNIT_ASSERT(roster.GetAllTranslators(NULL, NULL) == B_BAD_VALUE); in GetAllTranslatorsTest()
529 roster.GetAllTranslators(&pids, &nloaded) == B_NO_ERROR); in GetAllTranslatorsTest()
[all …]
H A DTranslationUtilsTest.cpp291 CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &ncount) == B_OK); in GetDefaultSettingsTest()
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h69 status_t GetAllTranslators(translator_id** _ids,
H A DTranslationUtils.cpp814 || roster->GetAllTranslators(&translators, &numTranslators) != B_OK) in GetDefaultSettings()
895 status_t err = roster->GetAllTranslators(&ids, &count); in AddTranslationItems()
H A DTranslatorRoster.cpp823 BTranslatorRoster::Private::GetAllTranslators(translator_id** _ids, in GetAllTranslators() function in BTranslatorRoster::Private
1433 BTranslatorRoster::GetAllTranslators(translator_id** _ids, int32* _count) in GetAllTranslators() function in BTranslatorRoster
1438 return fPrivate->GetAllTranslators(_ids, _count); in GetAllTranslators()
/haiku/src/bin/
H A Dtranslate.cpp372 status = fRoster->GetAllTranslators(&ids, &count); in FindPath()
459 status_t status = fRoster->GetAllTranslators(&ids, &count); in GetMimeTypeFromCode()
494 fTranslatorRoster->GetAllTranslators(&fTranslatorArray, &fTranslatorCount); in TranslateApp()
/haiku/headers/os/translation/
H A DTranslatorRoster.h64 virtual status_t GetAllTranslators(translator_id** _list,
/haiku/src/apps/screenshot/
H A DUtility.cpp205 status_t status = roster->GetAllTranslators(&translators, &numTranslators); in FindTranslator()
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp380 roster->GetAllTranslators(&outId, &outCount); in Draw()
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp98 roster->GetAllTranslators(&translators, &numTranslators); in _PopulateListView()
/haiku/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp526 CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &count) == B_OK); in ConfigMessageTest()
/haiku/src/tests/add-ons/translators/stxttranslator/
H A DSTXTTranslatorTest.cpp401 CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &count) == B_OK); in ConfigMessageTest()
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp1085 CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &count) == B_OK); in ConfigMessageTest()
/haiku/docs/user/translation/
H A DTranslatorRoster.dox242 \fn virtual status_t BTranslatorRoster::GetAllTranslators(translator_id**\