Searched refs:fInitCheck (Results 1 - 17 of 17) sorted by relevance

/haiku/src/kits/storage/
H A DAddOnMonitor.cpp21 fInitCheck(B_NO_INIT),
30 fInitCheck(B_NO_INIT),
37 fInitCheck = (status_t)id;
53 return fInitCheck;
72 fInitCheck = status;
80 fInitCheck = B_NO_MEMORY;
86 fInitCheck = status;
95 fInitCheck = B_OK;
/haiku/src/servers/media_addon/
H A DMediaFilePlayer.cpp65 fInitCheck(B_ERROR),
71 fInitCheck = fPlayFile->InitCheck();
72 if (fInitCheck != B_OK)
92 fInitCheck = B_BAD_VALUE;
99 fInitCheck = fSoundPlayer->InitCheck();
100 if (fInitCheck != B_OK)
118 return fInitCheck;
H A DMediaFilePlayer.h43 status_t fInitCheck; member in class:MediaFilePlayer
/haiku/headers/private/storage/
H A DAddOnMonitor.h39 status_t fInitCheck; member in class:BPrivate::Storage::AddOnMonitor
/haiku/src/kits/locale/
H A DCatalogData.cpp13 fInitCheck(B_NO_INIT),
39 return fInitCheck;
H A DDefaultCatalog.cpp101 fInitCheck = status;
114 fInitCheck = ReadFromResource(*appOrAddOnRef);
128 fInitCheck = B_OK;
/haiku/src/tools/locale/
H A DCatalogData.cpp18 fInitCheck(B_NO_INIT),
46 return fInitCheck;
H A DDefaultCatalog.cpp75 fInitCheck = B_NOT_SUPPORTED;
78 language, strerror(fInitCheck));
91 fInitCheck = ReadFromResource(*appOrAddOnRef);
105 fInitCheck = B_OK;
H A DPlainTextCatalog.cpp83 fInitCheck = B_NOT_SUPPORTED;
86 language, strerror(fInitCheck));
101 fInitCheck = B_OK;
/haiku/headers/os/locale/
H A DCatalogData.h83 status_t fInitCheck; member in class:BCatalogData
/haiku/src/preferences/media/
H A DMediaWindow.h111 status_t fInitCheck; member in class:MediaWindow
H A DMediaWindow.cpp186 fInitCheck(B_OK),
230 return fInitCheck;
422 fInitCheck = _InitMedia(true);
423 if (fInitCheck != B_OK)
/haiku/src/kits/midi/
H A DSoftSynth.cpp49 : fInitCheck(false),
87 return fInitCheck;
508 fInitCheck = false;
543 fInitCheck = true;
H A DSoftSynth.h98 bool fInitCheck; member in class:BPrivate::BSoftSynth
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h140 status_t fInitCheck; member in class:RecorderWindow
H A DRecorderWindow.cpp117 fInitCheck(B_OK)
134 fInitCheck = InitWindow();
135 if (fInitCheck != B_OK) {
136 if (fInitCheck == B_NAME_NOT_FOUND)
138 fInitCheck);
141 fInitCheck);
189 return fInitCheck;
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp127 fInitCheck = status;
142 fInitCheck = B_OK;

Completed in 80 milliseconds