Searched refs:InitCheck (Results 1 - 25 of 1552) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/kits/app/bapplication/testapps/
H A DBApplicationTestApp2.cpp11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp3.cpp11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp4.cpp11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp5.cpp11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp1.cpp11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp1a.cpp11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp2a.cpp11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp3a.cpp11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp4a.cpp11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp5a.cpp11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp1b.cpp13 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp2b.cpp13 printf("InitCheck(): %lx\n", app.InitCheck());
/haiku-fatelf/src/apps/soundrecorder/
H A DRecorderApp.cpp25 RecorderApp::InitCheck() function in class:RecorderApp
28 return fRecorderWin->InitCheck();
37 if (app.InitCheck() == B_OK)
H A DRecorderApp.h19 status_t InitCheck();
/haiku-fatelf/src/bin/makeudfimage/
H A DFileStream.cpp23 FileStream::InitCheck() const function in class:FileStream
25 status_t error = PositionIOStream::InitCheck();
27 error = fFile.InitCheck();
H A DMemoryStream.cpp24 MemoryStream::InitCheck() const function in class:MemoryStream
26 status_t error = PositionIOStream::InitCheck();
/haiku-fatelf/src/servers/app/drawing/
H A DBBitmapBuffer.cpp19 // InitCheck
21 BBitmapBuffer::InitCheck() const function in class:BBitmapBuffer
25 ret = fBitmap->InitCheck();
33 if (InitCheck() >= B_OK)
42 if (InitCheck() >= B_OK)
51 if (InitCheck() >= B_OK)
60 if (InitCheck() >= B_OK)
69 if (InitCheck() >= B_OK)
H A DBitmapBuffer.cpp8 // is not used if InitCheck() returns an error, so the checks
23 // InitCheck
25 BitmapBuffer::InitCheck() const function in class:BitmapBuffer
37 if (InitCheck() >= B_OK)
46 if (InitCheck() >= B_OK)
55 if (InitCheck() >= B_OK)
64 if (InitCheck() >= B_OK)
73 if (InitCheck() >= B_OK)
H A DMallocBuffer.cpp31 // InitCheck
33 MallocBuffer::InitCheck() const function in class:MallocBuffer
49 if (InitCheck() >= B_OK)
58 if (InitCheck() >= B_OK)
67 if (InitCheck() >= B_OK)
76 if (InitCheck() >= B_OK)
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DVIPPort.cpp25 status_t CVIPPort::InitCheck() const function in class:CVIPPort
27 return fRadeon.InitCheck();
/haiku-fatelf/src/kits/storage/sniffer/
H A DRPattern.cpp25 RPattern::InitCheck() const { function in class:RPattern
26 status_t err = fRange.InitCheck();
30 err = fPattern->InitCheck();
36 if (fRange.InitCheck() != B_OK)
39 if (fPattern->InitCheck() != B_OK)
54 if (!data || InitCheck() != B_OK)
66 ssize_t result = InitCheck();
/haiku-fatelf/src/tests/kits/storage/
H A DSymLinkTest.cpp107 CPPUNIT_ASSERT( link.InitCheck() == B_NO_INIT );
114 CPPUNIT_ASSERT( link.InitCheck() == B_OK );
119 CPPUNIT_ASSERT( link.InitCheck() == B_ENTRY_NOT_FOUND );
124 CPPUNIT_ASSERT( equals(link.InitCheck(), B_BAD_VALUE, B_NO_INIT) );
129 CPPUNIT_ASSERT( link.InitCheck() == B_ENTRY_NOT_FOUND );
134 CPPUNIT_ASSERT( link.InitCheck() == B_OK );
139 CPPUNIT_ASSERT( link.InitCheck() == B_OK );
144 CPPUNIT_ASSERT( link.InitCheck() == B_NAME_TOO_LONG );
151 CPPUNIT_ASSERT( entry.InitCheck() == B_OK );
153 CPPUNIT_ASSERT( link.InitCheck()
[all...]
/haiku-fatelf/headers/private/app/
H A DDesktopLink.h22 status_t InitCheck() const;
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DPenInputBackend.h13 status_t InitCheck() const { return fInitStatus; }; function in class:PenInputBackend
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioSupplier.cpp29 AudioSupplier::InitCheck() const function in class:AudioSupplier

Completed in 134 milliseconds

1234567891011>>