Searched refs:InitCheck (Results 376 - 400 of 1552) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/private/
H A DPort.h28 status_t InitCheck() const;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DUserlandFS.cpp149 if (InitCheck() != B_OK)
150 return InitCheck();
224 status_t error = fFileSystems->InitCheck();
254 if ((error = fPort->InitCheck()) != B_OK)
H A DRequestPortPool.cpp28 // InitCheck
30 RequestPortPool::InitCheck() const function in class:RequestPortPool
122 if (port->InitCheck() != B_OK)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DPortChannel.h24 status_t InitCheck() const;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DEntry.h22 status_t InitCheck() const;
/haiku-fatelf/src/tests/add-ons/print/ppd/parser/
H A DPPDFile.h56 status_t InitCheck();
H A DParser.h43 status_t InitCheck();
H A DScanner.h29 status_t InitCheck();
/haiku-fatelf/src/tests/add-ons/print/ppd/test/
H A DTestScanner.cpp25 if (scanner.InitCheck() != B_OK) {
/haiku-fatelf/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_test.cpp50 if (entry.InitCheck() != B_OK || !entry.Exists()) {
59 if (mediaFile.InitCheck() != B_OK) {
101 if (pushGameSound.InitCheck() != B_OK) {
103 strerror(pushGameSound.InitCheck()));
/haiku-fatelf/src/tests/kits/locale/
H A DcatalogSpeed.cpp62 assert(cat1.InitCheck() == B_OK);
90 assert(cat->InitCheck() == B_OK);
123 assert(cat1.InitCheck() == B_OK);
156 assert(cat->InitCheck() == B_OK);
/haiku-fatelf/src/tests/kits/net/urlRequest/
H A DurlUpload_test.cpp30 if (!t.InitCheck()) {
/haiku-fatelf/src/tools/restest/
H A DOffsetFile.h17 status_t InitCheck() const;
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfManager.cpp31 return fLock.InitCheck();
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/
H A DSmallResourceData.cpp64 if (InitCheck() == B_OK)
70 SmallResourceData::InitCheck() function in class:SmallResourceData
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DBlockerPool.cpp31 // InitCheck
33 BlockerPool::InitCheck() const function in class:BlockerPool
91 status_t error = blocker.InitCheck();
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp31 // InitCheck
33 RequestPortPool::InitCheck() const function in class:RequestPortPool
125 if (port->InitCheck() != B_OK)
/haiku-fatelf/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DAddOn.cpp41 MediaAddOn::InitCheck(const char **out_failure_text) function in class:MediaAddOn
96 if (node && (node->InitCheck() < B_OK)) {
/haiku-fatelf/src/add-ons/media/media-add-ons/video_producer_demo/
H A DAddOn.cpp44 MediaAddOn::InitCheck(const char **out_failure_text) function in class:MediaAddOn
99 if (node && (node->InitCheck() < B_OK)) {
/haiku-fatelf/src/apps/diskusage/
H A DSnapshot.cpp86 if (node.InitCheck() == B_OK) {
88 if (nodeInfo.InitCheck() == B_OK) {
/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.cpp71 // InitCheck
73 TransformPointsCommand::InitCheck() function in class:TransformPointsCommand
75 return fPath && fIndices && fPoints ? TransformCommand::InitCheck()
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformObjectsCommand.cpp69 // InitCheck
71 TransformObjectsCommand::InitCheck() function in class:TransformObjectsCommand
73 return fObjects && fOriginals ? TransformCommand::InitCheck()
/haiku-fatelf/src/bin/pkgman/
H A Dcommand_add_repo.cpp91 result = addRequest.InitCheck();
111 result = refreshRequest.InitCheck();
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypeWindow.cpp197 if (node.InitCheck() != B_OK)
201 if (info.InitCheck() != B_OK)
248 status_t status = node.InitCheck();
255 status = nodeInfo.InitCheck();
279 if (node.InitCheck() != B_OK
280 || info.InitCheck() != B_OK)
310 if (node.InitCheck() != B_OK
311 || info.InitCheck() != B_OK)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DBlockerPool.cpp31 // InitCheck
33 BlockerPool::InitCheck() const function in class:BlockerPool
91 status_t error = blocker.InitCheck();

Completed in 211 milliseconds

<<11121314151617181920>>