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

1234567891011>>

/haiku/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());
H A DBApplicationTestApp3b.cpp13 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp4b.cpp13 printf("InitCheck(): %lx\n", app.InitCheck());
/haiku/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/src/servers/app/drawing/
H A DBBitmapBuffer.cpp18 // InitCheck
20 BBitmapBuffer::InitCheck() const function in class:BBitmapBuffer
24 ret = fBitmap->InitCheck();
32 if (InitCheck() >= B_OK)
41 if (InitCheck() >= B_OK)
50 if (InitCheck() >= B_OK)
59 if (InitCheck() >= B_OK)
68 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/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/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/src/tests/kits/storage/
H A DSymLinkTest.cpp110 CPPUNIT_ASSERT( link.InitCheck() == B_NO_INIT );
117 CPPUNIT_ASSERT( link.InitCheck() == B_OK );
122 CPPUNIT_ASSERT( link.InitCheck() == B_ENTRY_NOT_FOUND );
127 CPPUNIT_ASSERT( equals(link.InitCheck(), B_BAD_VALUE, B_NO_INIT) );
132 CPPUNIT_ASSERT( link.InitCheck() == B_ENTRY_NOT_FOUND );
137 CPPUNIT_ASSERT( link.InitCheck() == B_OK );
142 CPPUNIT_ASSERT( link.InitCheck() == B_OK );
147 CPPUNIT_ASSERT( link.InitCheck() == B_NAME_TOO_LONG );
154 CPPUNIT_ASSERT( entry.InitCheck() == B_OK );
156 CPPUNIT_ASSERT( link.InitCheck()
[all...]
/haiku/headers/private/app/
H A DDesktopLink.h22 status_t InitCheck() const;
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputBackend.h13 status_t InitCheck() const { return fInitStatus; }; function in class:PenInputBackend
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioSupplier.cpp29 AudioSupplier::InitCheck() const function in class:AudioSupplier

Completed in 249 milliseconds

1234567891011>>