Searched refs:InitCheck (Results 26 - 50 of 1512) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/app/bapplication/testapps/
H A DBApplicationTestApp5b.cpp13 printf("InitCheck(): %lx\n", app.InitCheck());
H A DAppQuitTestApp1.cpp22 report("InitCheck(): %lx\n", app->InitCheck());
H A DAppRunTestApp1.cpp21 report("InitCheck(): %lx\n", app.InitCheck());
/haiku/src/tests/kits/media/streamer_sniff_test/
H A Dmain.cpp29 if (mediaFile->InitCheck() != B_OK) {
31 printf("Error: %s\n", strerror(mediaFile->InitCheck()));
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantBuffer.cpp48 AccelerantBuffer::InitCheck() const function in class:AccelerantBuffer
60 if (InitCheck() == B_OK)
70 if (InitCheck() != B_OK)
85 if (InitCheck() == B_OK)
95 if (InitCheck() == B_OK)
105 if (InitCheck() == B_OK)
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp119 CPPUNIT_ASSERT( dir.InitCheck() == B_NO_INIT );
126 CPPUNIT_ASSERT( dir.InitCheck() == B_OK );
131 CPPUNIT_ASSERT( dir.InitCheck() == B_ENTRY_NOT_FOUND );
136 CPPUNIT_ASSERT( dir.InitCheck() == B_BAD_VALUE );
142 CPPUNIT_ASSERT( dir.InitCheck() == B_ENTRY_NOT_FOUND );
148 CPPUNIT_ASSERT_EQUAL(dir.InitCheck(), B_NOT_A_DIRECTORY);
153 CPPUNIT_ASSERT( dir.InitCheck() == B_NAME_TOO_LONG );
159 CPPUNIT_ASSERT( dir.InitCheck() == B_ENTRY_NOT_FOUND );
166 CPPUNIT_ASSERT( entry.InitCheck() == B_OK );
168 CPPUNIT_ASSERT( dir.InitCheck()
[all...]
H A DPathTest.cpp62 CPPUNIT_ASSERT( path.InitCheck() == B_NO_INIT );
72 CPPUNIT_ASSERT( path.InitCheck() == B_OK );
80 CPPUNIT_ASSERT( path.InitCheck() == B_OK );
88 CPPUNIT_ASSERT( path.InitCheck() == B_OK );
97 CPPUNIT_ASSERT( path.InitCheck() == B_OK );
106 CPPUNIT_ASSERT( path.InitCheck() == B_OK );
114 CPPUNIT_ASSERT( path.InitCheck() == B_ENTRY_NOT_FOUND );
122 CPPUNIT_ASSERT( path.InitCheck() == B_OK );
130 CPPUNIT_ASSERT( path.InitCheck() == B_OK );
138 CPPUNIT_ASSERT( path.InitCheck()
[all...]
/haiku/src/kits/storage/disk_device/
H A DDiskSystem.cpp44 // InitCheck
46 BDiskSystem::InitCheck() const function in class:BDiskSystem
80 if (InitCheck() != B_OK
108 if (InitCheck() != B_OK || !(fFlags & mainBit)) {
125 if (InitCheck() != B_OK
145 return (InitCheck() == B_OK && IsPartitioningSystem()
154 if (InitCheck() != B_OK
174 return (InitCheck() == B_OK && IsPartitioningSystem()
183 return (InitCheck() == B_OK && IsPartitioningSystem()
192 return (InitCheck()
[all...]
/haiku/src/preferences/notifications/
H A DAppRefFilter.cpp32 if (linkedEntry.InitCheck()!=B_OK)
35 if (linkedNode.InitCheck()!=B_OK)
38 if (linkedNodeInfo.InitCheck()!=B_OK)
/haiku/src/add-ons/input_server/devices/wacom/
H A DPointingDevice.cpp27 // InitCheck
29 PointingDevice::InitCheck() function in class:PointingDevice
31 return fParent && fReader ? fReader->InitCheck() : B_NO_INIT;
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A Dprint_transport.cpp55 if (printer.InitCheck() == B_OK) {
58 if (transport->InitCheck() == B_OK) {
/haiku/src/tests/kits/midi/synth_file_reader/
H A Dmain.cpp52 if (synth.InitCheck() == B_OK) {
57 if (reader.InitCheck() == B_OK) {
/haiku/src/kits/storage/
H A DOffsetFile.cpp46 return fFile->InitCheck();
58 // InitCheck
60 OffsetFile::InitCheck() const function in class:BPrivate::Storage::OffsetFile
62 return (fFile ? fFile->InitCheck() : B_NO_INIT);
76 status_t error = InitCheck();
87 status_t error = InitCheck();
99 status_t error = InitCheck();
140 error = InitCheck();
152 error = InitCheck();
H A DFile.cpp133 if (entry->InitCheck() != B_OK)
134 return (fCStatus = entry->InitCheck());
204 return InitCheck() == B_OK
213 return InitCheck() == B_OK
222 if (InitCheck() != B_OK)
223 return InitCheck();
233 if (InitCheck() != B_OK)
234 return InitCheck();
246 if (InitCheck() != B_OK)
247 return InitCheck();
[all...]
/haiku/src/build/libbe/storage/
H A DFile.cpp205 if (entry->InitCheck() != B_OK)
206 return (fCStatus = entry->InitCheck());
312 return (InitCheck() == B_OK
327 return (InitCheck() == B_OK
341 if (InitCheck() != B_OK)
342 return InitCheck();
358 if (InitCheck() != B_OK)
359 return InitCheck();
374 if (InitCheck() != B_OK)
375 return InitCheck();
[all...]
/haiku/headers/private/index_server/
H A DTextDataBase.h19 virtual status_t InitCheck() = 0;
/haiku/headers/private/userlandfs/shared/
H A DLazyInitializable.h17 status_t InitCheck() const;
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.h13 status_t InitCheck();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeJournal.h21 status_t InitCheck();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.h13 status_t InitCheck() const;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVirtualPartition.cpp42 VirtualPartition::InitCheck() function in class:VirtualPartition
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DMSP3430.h22 status_t InitCheck() const;
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRotatePathIndicesCommand.h16 virtual status_t InitCheck();
/haiku/src/kits/app/
H A DDesktopLink.cpp32 DesktopLink::InitCheck() const function in class:BPrivate::DesktopLink
/haiku/src/tests/kits/app/bmessenger/testapps/
H A DBMessengerTestApp1.cpp21 report("InitCheck(): %lx\n", app.InitCheck());

Completed in 131 milliseconds

1234567891011>>