Searched refs:InitCheck (Results 201 - 225 of 1512) sorted by relevance

1234567891011>>

/haiku/headers/private/storage/sniffer/
H A DRPatternList.h30 status_t InitCheck() const;
H A DCharStream.h35 status_t InitCheck() const;
/haiku/src/servers/registrar/mime/
H A DRegistrarThread.h22 virtual status_t InitCheck();
/haiku/headers/private/shared/
H A DIconView.h25 status_t InitCheck() const;
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardInputDevice.cpp27 VirtualKeyboardInputDevice::InitCheck() function in class:VirtualKeyboardInputDevice
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFreezeTransformationCommand.h31 virtual status_t InitCheck();
H A DRemovePathsCommand.h36 virtual status_t InitCheck();
H A DUnassignPathCommand.cpp39 // InitCheck
41 UnassignPathCommand::InitCheck() function in class:UnassignPathCommand
/haiku/src/apps/icon-o-matic/style/
H A DAssignStyleCommand.h32 virtual status_t InitCheck();
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommand.cpp26 // InitCheck
28 Command::InitCheck() function in class:Command
H A DCommand.h22 virtual status_t InitCheck();
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformGradientCommand.h32 virtual status_t InitCheck();
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioAdapter.cpp97 status_t error = InitCheck();
108 AudioAdapter::InitCheck() const function in class:AudioAdapter
110 status_t error = AudioReader::InitCheck();
114 error = fFinalConverter->InitCheck();
/haiku/src/kits/storage/
H A DResources.cpp103 error = file->InitCheck();
106 error = fFile.InitCheck();
249 BResources::InitCheck() const function in class:BResources
268 status_t error = InitCheck();
294 status_t error = InitCheck();
319 status_t error = InitCheck();
344 status_t error = InitCheck();
346 error = fFile.InitCheck();
368 error = InitCheck();
390 error = InitCheck();
[all...]
H A DDirectory.cpp228 if (InitCheck() != B_OK)
257 if (InitCheck() == B_OK)
276 if (InitCheck() != B_OK)
296 if (entry == NULL || !entry->Exists() || InitCheck() != B_OK)
316 if (dirPath.InitCheck() != B_OK || entryPath.InitCheck() != B_OK)
352 if (InitCheck() != B_OK)
377 if (InitCheck() != B_OK)
386 if (InitCheck() != B_OK)
428 if (InitCheck() !
[all...]
/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp238 CPPUNIT_ASSERT( resourceStrings.InitCheck() == B_OK );
248 CPPUNIT_ASSERT( resourceStrings.InitCheck() == B_OK );
259 CPPUNIT_ASSERT( resourceStrings.InitCheck() == B_OK );
270 CPPUNIT_ASSERT( resourceStrings.InitCheck() == B_OK );
281 CPPUNIT_ASSERT( resourceStrings.InitCheck() == B_OK );
292 CPPUNIT_ASSERT( resourceStrings.InitCheck() == B_OK );
303 CPPUNIT_ASSERT( resourceStrings.InitCheck() == B_OK );
314 CPPUNIT_ASSERT( resourceStrings.InitCheck() == B_OK );
325 CPPUNIT_ASSERT( resourceStrings.InitCheck() == B_OK );
336 CPPUNIT_ASSERT( equals(resourceStrings.InitCheck(), B_ERRO
[all...]
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp91 fCStatus = (node && node->InitCheck() == B_OK ? B_OK : B_BAD_VALUE);
97 // InitCheck
105 BNodeInfo::InitCheck() const function in class:BNodeInfo
134 if (error == B_OK && InitCheck() != B_OK)
182 if (error == B_OK && InitCheck() != B_OK)
247 && (!icon || icon->InitCheck() != B_OK || icon->Bounds() != bounds)) {
250 if (error == B_OK && InitCheck() != B_OK)
343 && (icon->InitCheck() != B_OK || icon->Bounds() != bounds)) {
346 if (error == B_OK && InitCheck() != B_OK)
355 error = bitmap.InitCheck();
[all...]
H A DDirectory.cpp221 if (InitCheck() != B_OK)
237 if (InitCheck() == B_OK)
256 if (InitCheck() != B_OK)
276 if (entry == NULL || !entry->Exists() || InitCheck() != B_OK)
296 if (dirPath.InitCheck() != B_OK || entryPath.InitCheck() != B_OK)
332 if (InitCheck() != B_OK)
357 if (InitCheck() != B_OK)
366 if (InitCheck() != B_OK)
408 if (InitCheck() !
[all...]
/haiku/src/kits/interface/
H A DDecorInfo.cpp81 return InitCheck();
96 DecorInfo::InitCheck() const function in class:BPrivate::DecorInfo
136 if (InitCheck() != B_OK || IsDefault())
220 if (InitCheck() != B_OK)
225 if (entry.InitCheck() != B_OK)
252 if (!isUpdate && InitCheck() != B_NO_INIT) {
302 if (entry.InitCheck() != B_OK) {
303 fInitStatus = entry.InitCheck();
323 if (resources.InitCheck() != B_OK) {
324 fprintf(stderr, "DecorInfo::_Init()\t BResource InitCheck() failur
[all...]
/haiku/src/kits/print/
H A DPrinter.cpp96 return InitCheck();
104 return InitCheck();
114 return InitCheck();
127 return InitCheck();
143 if (spoolDir.InitCheck() != B_OK)
158 BPrinter::InitCheck() const function in class:BPrivate::Print::BPrinter
161 return spoolDir.InitCheck();
178 if (spoolDir.InitCheck() == B_OK)
420 if (driver.InitCheck() == B_OK && driver.Exists() && driver.IsFile())
432 if (driverPath.InitCheck() !
[all...]
/haiku/headers/os/net/
H A DNetAddress.h35 status_t InitCheck() const;
50 status_t InitCheck();
/haiku/src/add-ons/accelerants/radeon/
H A Dsettings.cpp47 if( file.InitCheck() != B_OK )
78 if( file.InitCheck() != B_OK )
/haiku/src/add-ons/index_server/audiotags/
H A DAudioTagAnalyser.cpp22 AudioTagAnalyser::InitCheck() function in class:AudioTagAnalyser
46 if (file.InitCheck() != B_OK)
57 if (mediaFile.InitCheck() != B_OK)
65 if (file.InitCheck() != B_OK)
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerAddOn.cpp51 status_t VideoMixerAddOn::InitCheck( function in class:VideoMixerAddOn
54 PRINT("VideoMixerAddOn::InitCheck\n");
90 *out_error = node->InitCheck();
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_settings.cpp32 if ((ret = file.InitCheck()) == B_OK) {
56 if ((ret = file.InitCheck()) == B_OK) {

Completed in 180 milliseconds

1234567891011>>