Searched refs:InitCheck (Results 126 - 150 of 1552) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DTree.cpp83 // InitCheck
85 Tree::InitCheck() const function in class:Tree
125 status_t error = (block ? InitCheck() : B_BAD_VALUE);
135 status_t error = (node ? InitCheck() : B_BAD_VALUE);
169 status_t error = (name && foundItem && entryIndex ? InitCheck()
183 status_t error = (name && foundItem && entryIndex ? InitCheck()
238 status_t error = (item ? InitCheck() : B_BAD_VALUE);
241 error = iterator.InitCheck();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DTree.cpp83 // InitCheck
85 Tree::InitCheck() const function in class:Tree
125 status_t error = (block ? InitCheck() : B_BAD_VALUE);
135 status_t error = (node ? InitCheck() : B_BAD_VALUE);
169 status_t error = (name && foundItem && entryIndex ? InitCheck()
183 status_t error = (name && foundItem && entryIndex ? InitCheck()
238 status_t error = (item ? InitCheck() : B_BAD_VALUE);
241 error = iterator.InitCheck();
/haiku-fatelf/src/tests/kits/app/bmessagerunner/
H A DSetCountTester.cpp62 InitCheck() should return B_ERROR.
73 CHK(runner.InitCheck() == B_ERROR);
77 CHK(runner.InitCheck() == B_ERROR);
86 InitCheck() should return B_OK.
97 CHK(runner.InitCheck() == B_OK);
103 CHK(runner.InitCheck() == B_OK);
112 InitCheck() should return B_OK.
126 CHK(runner.InitCheck() == B_OK);
135 CHK(runner.InitCheck() == B_OK);
149 InitCheck() shoul
[all...]
H A DSetIntervalTester.cpp62 InitCheck() should return B_ERROR.
73 CHK(runner.InitCheck() == B_ERROR);
77 CHK(runner.InitCheck() == B_ERROR);
86 InitCheck() should return B_OK.
97 CHK(runner.InitCheck() == B_OK);
103 CHK(runner.InitCheck() == B_OK);
112 InitCheck() should return B_OK.
127 CHK(runner.InitCheck() == B_OK);
136 CHK(runner.InitCheck() == B_OK);
149 InitCheck() shoul
[all...]
/haiku-fatelf/src/kits/print/
H A DJobs.cpp65 if (node.InitCheck() != B_OK) return;
78 if (entry.InitCheck() == B_OK && entry.GetName(name) == B_OK) {
102 if (node.InitCheck() == B_OK) {
116 if (node.InitCheck() != B_OK) return false;
122 return (info.InitCheck() == B_OK &&
151 if (node.InitCheck() == B_OK &&
159 if (entry.InitCheck() == B_OK) entry.Remove();
171 if (job->InitCheck() == B_OK) {
193 if (job.InitCheck() == B_OK && Lock()) {
222 if (inherited::Folder()->InitCheck()
[all...]
/haiku-fatelf/src/tests/kits/app/
H A DRegistrarThreadManagerTest.cpp149 CHK(fApplication && fApplication->InitCheck() == B_OK);
175 CHK(thread->InitCheck() == B_OK);
185 CHK(thread->InitCheck() == B_OK);
195 CHK(thread->InitCheck() == B_OK);
237 CHK(fApplication && fApplication->InitCheck() == B_OK);
261 CHK(thread->InitCheck() == B_OK);
272 CHK(thread->InitCheck() == B_OK);
283 CHK(thread->InitCheck() == B_OK);
301 CHK(thread->InitCheck() == B_OK);
311 CHK(thread->InitCheck()
[all...]
/haiku-fatelf/src/tests/kits/storage/
H A DResourcesTest.cpp232 CPPUNIT_ASSERT( file.InitCheck() == B_OK );
240 CPPUNIT_ASSERT( file.InitCheck() == B_OK );
248 CPPUNIT_ASSERT( file.InitCheck() == B_OK );
256 CPPUNIT_ASSERT( file.InitCheck() == B_OK );
264 CPPUNIT_ASSERT( file.InitCheck() == B_OK );
272 CPPUNIT_ASSERT( file.InitCheck() == B_OK );
280 CPPUNIT_ASSERT( file.InitCheck() == B_OK );
288 CPPUNIT_ASSERT( file.InitCheck() == B_OK );
299 CPPUNIT_ASSERT( file.InitCheck() == B_OK );
307 CPPUNIT_ASSERT( file.InitCheck()
[all...]
/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DRemovePointsCommand.cpp75 // InitCheck
77 RemovePointsCommand::InitCheck() function in class:RemovePointsCommand
79 status_t status = PathCommand::InitCheck();
92 return InitCheck();
99 status_t status = InitCheck();
133 status_t status = InitCheck();
188 if (InitCheck() < B_OK)
H A DChangePointCommand.cpp50 // InitCheck
52 ChangePointCommand::InitCheck() function in class:ChangePointCommand
58 status_t ret = PathCommand::InitCheck();
88 status_t status = InitCheck();
H A DFlipPointsCommand.cpp39 if (InitCheck() < B_OK)
51 // InitCheck
53 FlipPointsCommand::InitCheck() function in class:FlipPointsCommand
55 status_t status = PathCommand::InitCheck();
/haiku-fatelf/src/kits/media/
H A DTrackReader.cpp57 if (track->InitCheck() != B_OK)
84 if (file->InitCheck() != B_OK)
88 if (fMediaFile->InitCheck() != B_OK)
102 if (track == 0 || track->InitCheck() != B_OK)
178 BTrackReader::InitCheck() function in class:BPrivate::BTrackReader
181 return fMediaTrack ? fMediaTrack->InitCheck() : B_ERROR;
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKFileDiskDevice.cpp71 if (tmpDevicePath.InitCheck() != B_OK)
72 return tmpDevicePath.InitCheck();
129 KFileDiskDevice::InitCheck() const function in class:KFileDiskDevice
131 return KDiskDevice::InitCheck();
209 if (path->InitCheck() != B_OK)
210 return path->InitCheck();
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp24 // InitCheck
26 AuthenticationServer::InitCheck() const function in class:AuthenticationServer
41 if (InitCheck() != B_OK)
42 return InitCheck();
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.cpp18 // InitCheck
20 NodeTable::InitCheck() const function in class:NodeTable
22 RETURN_ERROR(fNodes.InitCheck() && fElementArray.InitCheck()
/haiku-fatelf/src/kits/interface/
H A DDecorInfo.cpp78 return InitCheck();
93 DecorInfo::InitCheck() const function in class:BPrivate::DecorInfo
133 if (InitCheck() != B_OK || IsDefault())
214 if (InitCheck() != B_OK)
219 if (entry.InitCheck() != B_OK)
246 if (!isUpdate && InitCheck() != B_NO_INIT) {
292 if (entry.InitCheck() != B_OK) {
293 fInitStatus = entry.InitCheck();
313 if (resources.InitCheck() != B_OK) {
314 fprintf(stderr, "DecorInfo::_Init()\t BResource InitCheck() failur
[all...]
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.cpp91 Volume::InitCheck() function in class:Volume
108 return volume.InitCheck() < B_OK ? 0 : 0.8;
119 if (volume->InitCheck() < B_OK) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DAuthenticationServer.cpp20 // InitCheck
22 AuthenticationServer::InitCheck() const function in class:AuthenticationServer
37 if (InitCheck() != B_OK)
38 return InitCheck();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNodeTable.cpp18 // InitCheck
20 NodeTable::InitCheck() const function in class:NodeTable
22 RETURN_ERROR(fNodes.InitCheck() && fElementArray.InitCheck()
/haiku-fatelf/src/tools/restest/
H A DOffsetFile.cpp36 return fFile.InitCheck();
48 // InitCheck
50 OffsetFile::InitCheck() const function in class:OffsetFile
52 return fFile.InitCheck();
/haiku-fatelf/headers/libs/print/libprint/
H A DPreview.h36 status_t InitCheck() const;
83 status_t InitCheck() const;
133 status_t InitCheck() const { return fPreview->InitCheck(); } function in class:PreviewWindow
/haiku-fatelf/headers/os/bluetooth/
H A DLocalDeviceAddOn.h13 virtual status_t InitCheck(LocalDevice* lDevice)=0;
/haiku-fatelf/headers/os/locale/
H A DFormat.h43 status_t InitCheck() const;
/haiku-fatelf/headers/os/package/
H A DRequest.h29 status_t InitCheck() const;
/haiku-fatelf/headers/private/net/
H A DDynamicBuffer.h22 // InitCheck() should be called to guarantee the object initialization
24 status_t InitCheck() const;
/haiku-fatelf/headers/private/shared/
H A DIconView.h19 status_t InitCheck() const;

Completed in 235 milliseconds

1234567891011>>