Searched refs:InitCheck (Results 226 - 250 of 1512) sorted by relevance

1234567891011>>

/haiku/src/kits/storage/
H A DAddOnMonitor.cpp51 AddOnMonitor::InitCheck() function in class:AddOnMonitor
84 status = fPulseRunner->InitCheck();
88 "fPulseRunner->InitCheck()\n");
H A DMimeType.cpp135 BMimeType::InitCheck() const function in class:BMimeType
153 return InitCheck() == B_OK && BMimeType::IsValid(Type());
180 return InitCheck() == B_OK
220 if (InitCheck() == B_NO_INIT && type.InitCheck() == B_NO_INIT)
222 else if (InitCheck() == B_OK && type.InitCheck() == B_OK)
263 status_t err = InitCheck();
293 status_t err = InitCheck();
326 status_t err = InitCheck();
[all...]
/haiku/src/libs/print/libprint/
H A DPrinterData.cpp79 if (dir.InitCheck() != B_OK)
83 if (path0.InitCheck() != B_OK)
/haiku/src/preferences/datatranslations/
H A DDataTranslationsSettings.cpp37 if (file.InitCheck() == B_OK
57 if (file.InitCheck() == B_OK)
/haiku/src/tests/kits/app/
H A DDanoMessageTest.cpp31 if (file.InitCheck() != B_OK) {
32 fprintf(stderr, "Could not open message \"%s\": %s\n", argv[i], strerror(file.InitCheck()));
/haiku/src/tests/kits/interface/pictureprint/
H A DDumpPrintJob.cpp37 if (jobFile.InitCheck() != B_OK) {
43 if (reader.InitCheck() != B_OK) {
H A DPreview.h44 status_t InitCheck() const;
62 status_t InitCheck() const;
/haiku/src/system/boot/loader/file_systems/bfs/
H A DFile.cpp40 File::InitCheck() function in class:BFS::File
42 return fStream.InitCheck();
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.h22 status_t InitCheck() const;
52 virtual status_t InitCheck();
/haiku/src/kits/tracker/
H A DTrackerString.h101 if (expression == NULL || expression->InitCheck() != B_OK)
111 if (expression.InitCheck() != B_OK)
/haiku/src/kits/package/
H A DRequest.cpp40 BRequest::InitCheck() const function in class:BPackageKit::BRequest
59 status_t error = InitCheck();
H A DDownloadFileRequest.cpp36 fInitStatus = targetEntry.InitCheck();
49 status_t error = InitCheck();
/haiku/src/servers/registrar/mime/
H A DRegistrarThread.cpp55 // InitCheck()
59 RegistrarThread::InitCheck() function in class:RegistrarThread
70 status_t err = InitCheck();
/haiku/src/add-ons/kernel/network/ppp/pap/
H A Dpap.cpp41 success && pap && pap->InitCheck() == B_OK ? "OK" : "ERROR");
43 return success && pap && pap->InitCheck() == B_OK;
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A Dipcp.cpp58 success && ipcp && ipcp->InitCheck() == B_OK ? "OK" : "ERROR");
60 return success && ipcp && ipcp->InitCheck() == B_OK;
/haiku/src/add-ons/kernel/network/ppp/modem/
H A Dmodem.cpp41 success && device && device->InitCheck() == B_OK ? "OK" : "ERROR");
43 return success && device && device->InitCheck() == B_OK;
/haiku/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_triangle.cpp57 if (pushGameSound.InitCheck() != B_OK) {
59 strerror(pushGameSound.InitCheck()));
/haiku/src/add-ons/kernel/bus_managers/i2c/
H A DI2CPrivate.h49 status_t InitCheck();
69 status_t InitCheck();
/haiku/src/tests/kits/interface/bshelf/Container/
H A DTPreferences.h29 status_t InitCheck(void);
52 inline status_t TPreferences::InitCheck(void) function in class:TPreferences
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DTPreferences.h29 status_t InitCheck(void);
52 inline status_t TPreferences::InitCheck(void) function in class:TPreferences
/haiku/headers/libs/print/libprint/
H A DPrintJobReader.h43 status_t InitCheck() const;
66 status_t InitCheck() const;
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformGradientCommand.cpp47 TransformGradientCommand::InitCheck() function in class:TransformGradientCommand
49 return fGradient != NULL ? TransformCommand::InitCheck() : B_NO_INIT;
/haiku/src/apps/icon-o-matic/shape/commands/
H A DNudgePointsCommand.cpp72 // InitCheck
74 NudgePointsCommand::InitCheck() function in class:NudgePointsCommand
77 return TransformCommand::InitCheck();
H A DRotatePathIndicesCommand.cpp35 RotatePathIndicesCommand::InitCheck() function in class:RotatePathIndicesCommand
37 status_t ret = PathCommand::InitCheck();
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp68 MultiAudioAddOn::InitCheck(const char** _failureText) function in class:MultiAudioAddOn
129 *_error = node->InitCheck();
204 if (device->InitCheck() == B_OK)
227 if (file.InitCheck() == B_OK)
245 if (file.InitCheck() == B_OK && fSettings.Unflatten(&file) == B_OK) {

Completed in 349 milliseconds

1234567891011>>