Searched refs:InitCheck (Results 51 - 75 of 1512) sorted by relevance

1234567891011>>

/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.h20 virtual status_t InitCheck();
/haiku/src/add-ons/input_server/filters/switch_workspace/
H A DSwitchWorkspaceInputFilter.h20 virtual status_t InitCheck();
/haiku/src/preferences/media/
H A DMedia.cpp33 if (file.InitCheck()==B_OK) {
65 Media::InitCheck() function in class:Media
68 return fWindow->InitCheck();
80 if (app.InitCheck() == B_OK)
H A DMedia.h24 status_t InitCheck();
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttributeIterator.h20 status_t InitCheck();
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVirtualPartition.h37 status_t InitCheck();
H A DSparablePartition.cpp53 status_t status = InitCheck();
74 SparablePartition::InitCheck() function in class:SparablePartition
H A DMemoryChunk.h45 status_t InitCheck() { return Data() ? B_OK : B_NO_MEMORY; } function in class:MemoryChunk
62 status_t InitCheck() { return B_OK; } function in class:StaticMemoryChunk
/haiku/src/kits/storage/sniffer/
H A DPatternList.cpp32 PatternList::InitCheck() const { function in class:PatternList
33 return fRange.InitCheck();
46 if (InitCheck() != B_OK)
65 ssize_t result = InitCheck();
/haiku/src/kits/package/
H A DFetchUtils.cpp71 if (node.InitCheck() != B_OK)
72 return node.InitCheck();
88 if (node.InitCheck() != B_OK)
89 return node.InitCheck();
H A DPackageResolvableExpression.cpp70 BPackageResolvableExpression::InitCheck() const function in class:BPackageKit::BPackageResolvableExpression
77 != (fVersion.InitCheck() == B_OK))
110 if (fVersion.InitCheck() == B_OK)
155 if (fVersion.InitCheck() != B_OK)
158 if (version.InitCheck() != B_OK)
190 if (compatibleVersion.InitCheck() != B_OK)
/haiku/src/tests/kits/storage/
H A DNodeTest.cpp208 CPPUNIT_ASSERT( node.InitCheck() == B_NO_INIT );
215 CPPUNIT_ASSERT( node.InitCheck() == B_OK );
220 CPPUNIT_ASSERT( node.InitCheck() == B_ENTRY_NOT_FOUND );
225 CPPUNIT_ASSERT( equals(node.InitCheck(), B_BAD_VALUE, B_NO_INIT) );
230 CPPUNIT_ASSERT( node.InitCheck() == B_ENTRY_NOT_FOUND );
235 CPPUNIT_ASSERT( node.InitCheck() == B_OK );
240 CPPUNIT_ASSERT( node.InitCheck() == B_OK );
245 CPPUNIT_ASSERT( node.InitCheck() == B_NAME_TOO_LONG );
252 CPPUNIT_ASSERT( entry.InitCheck() == B_OK );
254 CPPUNIT_ASSERT( node.InitCheck()
[all...]
/haiku/src/kits/storage/
H A DVolume.cpp61 BVolume::InitCheck(void) const function in class:BVolume
113 status_t error = (directory && InitCheck() == B_OK ? B_OK : B_BAD_VALUE);
134 status_t error = (InitCheck() == B_OK ? B_OK : B_BAD_VALUE);
148 status_t error = (InitCheck() == B_OK ? B_OK : B_BAD_VALUE);
162 if (InitCheck() != B_OK)
179 status_t error = (name && InitCheck() == B_OK ? B_OK : B_BAD_VALUE);
196 if (!name || InitCheck() != B_OK)
249 if (InitCheck() != B_OK)
266 if (InitCheck() != B_OK)
284 status_t error = (InitCheck()
[all...]
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp47 if (manager.InitCheck() != B_OK) {
71 if (interface.InitCheck() == B_OK) {
128 if (manager.InitCheck() != B_OK) {
134 if (interface.InitCheck() != B_OK) {
167 if (manager.InitCheck() != B_OK) {
173 if (interface.InitCheck() != B_OK) {
200 if (manager.InitCheck() != B_OK) {
206 if (interface.InitCheck() != B_OK) {
231 if (manager.InitCheck() != B_OK) {
237 if (interface.InitCheck() !
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp76 PPPInterface::InitCheck() const function in class:PPPInterface
146 if (InitCheck() != B_OK) {
147 printf("%s:InitCheck fail\n", __func__);
148 return InitCheck();
180 if (InitCheck() != B_OK || !username)
193 if (InitCheck() != B_OK || !password)
206 if (InitCheck() != B_OK)
228 if (InitCheck() != B_OK)
229 return InitCheck();
246 if (InitCheck() !
[all...]
/haiku/src/kits/midi/
H A DSoftSynth.cpp83 BSoftSynth::InitCheck() function in class:BSoftSynth
140 if (directory.InitCheck() != B_OK)
184 InitCheck();
225 if (InitCheck())
370 if (InitCheck()) {
381 if (InitCheck()) {
392 if (InitCheck()) {
403 if (InitCheck()) {
414 if (InitCheck()) {
424 if (InitCheck()) {
[all...]
/haiku/src/preferences/time/
H A DTimeSettings.cpp43 if (file.InitCheck() == B_OK) {
64 if (file.InitCheck() == B_OK)
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDFile.cpp41 status_t PPDFile::InitCheck() function in class:PPDFile
43 return fFile.InitCheck();
/haiku/src/system/boot/loader/file_systems/bfs/
H A DLink.cpp32 Link::InitCheck() function in class:BFS::Link
34 return fStream.InitCheck();
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp52 // InitCheck
54 RequestPort::InitCheck() const function in class:RequestPort
56 return fPort.InitCheck();
78 if (InitCheck() != B_OK)
79 RETURN_ERROR(InitCheck());
121 if (InitCheck() != B_OK)
122 RETURN_ERROR(InitCheck());
163 if (InitCheck() != B_OK)
164 RETURN_ERROR(InitCheck());
/haiku/src/preferences/screen/
H A DScreenSettings.cpp32 if (file.InitCheck() == B_OK)
51 if (file.InitCheck() == B_OK)
/haiku/src/preferences/printers/
H A DScreenSettings.cpp32 if (file.InitCheck() == B_OK)
51 if (file.InitCheck() == B_OK)
/haiku/src/kits/locale/
H A DCountry.cpp76 return InitCheck();
81 BCountry::InitCheck() const function in class:BCountry
96 status_t valid = InitCheck();
115 status_t status = InitCheck();
148 status_t status = InitCheck();
174 status_t status = InitCheck();
185 status_t status = InitCheck();
196 status_t status = InitCheck();
/haiku/headers/os/add-ons/input_server/
H A DInputServerFilter.h20 virtual status_t InitCheck();
/haiku/headers/private/app/
H A DServerMemoryAllocator.h24 status_t InitCheck();

Completed in 122 milliseconds

1234567891011>>