Searched refs:InitCheck (Results 351 - 375 of 1512) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowBuffer.h16 virtual status_t InitCheck() const;
/haiku/headers/private/shared/
H A DMemoryRingIO.h20 status_t InitCheck() const;
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.h25 status_t InitCheck() const;
/haiku/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.h47 virtual status_t InitCheck();
H A DTransformPointsCommand.cpp69 // InitCheck
71 TransformPointsCommand::InitCheck() function in class:TransformPointsCommand
73 return fPath && fIndices && fPoints ? TransformCommand::InitCheck()
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformObjectsCommand.h43 virtual status_t InitCheck();
H A DTransformCommand.h32 virtual status_t InitCheck();
H A DPerspectiveCommand.h32 virtual status_t InitCheck();
/haiku/src/libs/icon/shape/
H A DReferenceImage.h52 virtual status_t InitCheck() const;
/haiku/src/apps/icon-o-matic/style/
H A DAssignStyleCommand.cpp46 // InitCheck
48 AssignStyleCommand::InitCheck() function in class:AssignStyleCommand
/haiku/src/tests/kits/storage/
H A DDataIOTest.cpp33 CPPUNIT_ASSERT(bufferedDataIO.InitCheck() == B_OK);
/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGPrivate.h36 status_t InitCheck();
/haiku/headers/os/package/
H A DPackageResolvable.h56 status_t InitCheck() const;
/haiku/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/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/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/src/apps/diskusage/
H A DSnapshot.cpp86 if (node.InitCheck() == B_OK) {
88 if (nodeInfo.InitCheck() == B_OK) {
/haiku/src/tests/add-ons/translators/exif/
H A Ddump_exif.cpp96 status_t status = file.InitCheck();
120 if (entry.InitCheck() != B_OK || entry.GetRef(&ref) != B_OK)
/haiku/src/tests/kits/app/bmessagerunner/
H A DGetInfoTester.cpp44 InitCheck() should return B_OK.
56 CHK(runner.InitCheck() == B_OK);
72 InitCheck() should return B_ERROR.
84 CHK(runner.InitCheck() == B_ERROR);
/haiku/src/tests/kits/game/push_game_sound_test/
H A Dpush_game_sound_sine.cpp55 if (pushGameSound.InitCheck() != B_OK) {
57 strerror(pushGameSound.InitCheck()));
/haiku/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/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp43 if (link.InitCheck() != B_OK || !link.IsSymLink()) {
54 if (targetEntry.InitCheck() != B_OK) {
/haiku/src/kits/storage/
H A DPath.cpp101 BPath::InitCheck() const function in class:BPath
207 status_t error = (dir && dir->InitCheck() == B_OK ? B_OK : B_BAD_VALUE);
238 status_t error = (InitCheck() == B_OK ? B_OK : B_BAD_VALUE);
260 if (InitCheck() != B_OK)
282 status_t error = InitCheck();
311 if (InitCheck() != B_OK)
330 return (InitCheck() != B_OK && path == NULL)
412 if (InitCheck() == B_OK
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp45 status_t result = repoInfo.InitCheck();
93 && fTargetEntry.InitCheck() == B_OK)
/haiku/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)) {

Completed in 261 milliseconds

<<11121314151617181920>>