Searched refs:InitCheck (Results 251 - 275 of 1512) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/kits/app/bmessagerunner/
H A DBMessageRunnerTester.cpp63 @results InitCheck() should return B_OK. The message runner turns
75 CHK(runner.InitCheck() == B_OK);
86 @results InitCheck() should return B_BAD_VALUE.
99 CHK(runner.InitCheck() == B_BAD_VALUE);
108 @results R5: InitCheck() should return B_ERROR.
110 Haiku: InitCheck() should return B_OK.
124 CHK(runner.InitCheck() == B_ERROR);
128 CHK(runner.InitCheck() == B_OK);
141 @results InitCheck() should return B_OK.
155 CHK(runner.InitCheck()
[all...]
/haiku/src/apps/installer/
H A DCopyEngine.cpp133 ret = source.InitCheck();
138 ret = destination.InitCheck();
150 status_t ret = directory.InitCheck();
181 status_t ret = source.InitCheck();
187 ret = destination->InitCheck();
259 status_t ret = source.InitCheck();
286 ret = srcFolder.InitCheck();
329 ret = sourcePath.InitCheck();
334 ret = destPath.InitCheck();
356 ret = sourceDirectory.InitCheck();
[all...]
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp172 if (InitCheck() != B_OK)
173 return InitCheck();
201 // InitCheck
203 BDiskDevice::InitCheck() const function in class:BDiskDevice
223 if (InitCheck() != B_OK)
257 status_t error = InitCheck();
259 TRACE(" InitCheck() failed\n");
309 status_t error = InitCheck();
342 status_t error = InitCheck();
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp57 status_t PreviewPage::InitCheck() const { function in class:PreviewPage
101 status_t PreviewView::InitCheck() const { function in class:PreviewView
102 return fReader.InitCheck();
106 if (fReader.InitCheck() == B_OK) {
116 if (fCachedPage && fCachedPage->InitCheck() == B_OK)
242 if (fPreview->InitCheck() == B_OK) {
290 if (jobFile.InitCheck() == B_OK) {
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.cpp84 // InitCheck
86 MasterServerDevice::InitCheck() function in class:MasterServerDevice
88 return BInputServerDevice::InitCheck();
169 if (dir.InitCheck() >= B_OK) {
178 if (path.InitCheck() >= B_OK) {
212 if (device && device->InitCheck() >= B_OK
257 if (path.InitCheck() >= B_OK) {
269 if (dir.InitCheck() >= B_OK) {
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp65 // InitCheck
67 TreePath::InitCheck() const function in class:TreePath
91 if (InitCheck() == B_OK && index >= 0 && (uint32)index < GetLength())
107 status_t error = (fLength < fMaxLength ? InitCheck() : B_BAD_VALUE);
120 status_t error = InitCheck();
197 return InitCheck();
214 // InitCheck
216 TreeIterator::InitCheck() const function in class:TreeIterator
218 return (fTree && fCurrentNode && fPath ? fPath->InitCheck() : B_NO_INIT);
261 status_t error = InitCheck();
555 ItemIterator::InitCheck() const function in class:ItemIterator
867 ObjectItemIterator::InitCheck() const function in class:ObjectItemIterator
1097 DirEntryIterator::InitCheck() const function in class:DirEntryIterator
1298 StreamReader::InitCheck() const function in class:StreamReader
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp100 status_t CVideoIn::InitCheck() function in class:CVideoIn
105 Trace("CVideoIn::InitCheck()");
106 if( (res = fRadeon.InitCheck()) != B_OK )
109 if( (res = fCapture.InitCheck()) != B_OK )
112 if( (res = fI2CPort.InitCheck()) != B_OK )
130 res = fTheater->InitCheck();
143 (fTuner.InitCheck() == B_OK ? C_VIDEO_IN_HAS_TUNER : 0) +
144 (fSound.InitCheck() == B_OK ? C_VIDEO_IN_HAS_SOUND : 0);
202 if( fSound.InitCheck() == B_OK )
217 if( fSound.InitCheck()
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp117 - any other value: see \c PPPManager::InitCheck()
119 \sa PPPManager::InitCheck()
122 PPPInterfaceListener::InitCheck() const function in class:PPPInterfaceListener
127 return Manager().InitCheck();
160 if (interface.InitCheck() != B_OK)
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp53 status_t TunerLocale::InitCheck() function in class:TunerLocale
92 if((status = directory.InitCheck()) != B_OK)
99 if((status = locale->InitCheck()) == B_OK){
/haiku/src/kits/print/
H A DPrinterRoster.cpp63 status_t status = fUserPrintersDirectory.InitCheck();
89 status_t status = dir.InitCheck();
114 status_t status = dir.InitCheck();
/haiku/src/tests/add-ons/print/ppd/parser/
H A DScanner.cpp26 status_t Scanner::InitCheck() function in class:Scanner
28 return fCurrentFile->InitCheck();
195 if (newFile->InitCheck() != B_OK) {
/haiku/src/tests/kits/media/
H A DBufferTest.cpp39 s = group->InitCheck();
58 s = group->InitCheck();
75 s = group2->InitCheck();
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.cpp52 Directory::InitCheck() function in class:FFS::Directory
67 if (iterator->InitCheck() != B_OK) {
96 if (iterator.InitCheck() != B_OK)
/haiku/src/tests/system/kernel/fs/
H A DKPathTest.cpp93 status_t status = path.InitCheck();
131 CPPUNIT_ASSERT(path.InitCheck() == B_OK);
149 CPPUNIT_ASSERT(path.InitCheck() == B_NO_MEMORY);
249 CPPUNIT_ASSERT(one.InitCheck() == B_OK);
253 CPPUNIT_ASSERT(two.InitCheck() == B_OK);
257 CPPUNIT_ASSERT(one.InitCheck() == B_OK);
263 CPPUNIT_ASSERT(two.InitCheck() == B_NO_INIT);
266 CPPUNIT_ASSERT(two.InitCheck() == B_OK);
271 CPPUNIT_ASSERT(two.InitCheck() == B_OK);
317 CPPUNIT_ASSERT(path.InitCheck()
[all...]
/haiku/src/apps/icon-o-matic/shape/commands/
H A DInsertPointCommand.cpp57 status_t status = InitCheck();
73 status_t status = InitCheck();
102 status_t status = InitCheck();
H A DSplitPointsCommand.cpp50 if (InitCheck() < B_OK)
76 // InitCheck
78 SplitPointsCommand::InitCheck() function in class:SplitPointsCommand
80 status_t status = PathCommand::InitCheck();
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp180 ret = outFile.InitCheck();
211 // if (sourceNode.InitCheck() >= B_OK && destNode.InitCheck() >= B_OK) {
245 if (node.InitCheck() == B_OK) {
247 if (nodeInfo.InitCheck() == B_OK)
/haiku/headers/private/fs_shell/
H A DKPath.h26 fssh_status_t InitCheck() const;
/haiku/headers/private/kernel/disk_device_manager/
H A DKFileDiskDevice.h22 virtual status_t InitCheck() const;
/haiku/headers/private/userlandfs/private/
H A DPort.h32 status_t InitCheck() const;
/haiku/headers/private/userlandfs/shared/
H A DRecursiveLock.h31 status_t InitCheck() const function in class:UserlandFSUtil::RecursiveLock
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.h30 status_t InitCheck();
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.h26 virtual status_t InitCheck();
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.h27 virtual status_t InitCheck();
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.h47 status_t InitCheck();

Completed in 124 milliseconds

<<11121314151617181920>>