Symbol: fApplication
src/add-ons/translators/rtf/convert.cpp
325
fApplication = new BApplication("application/x-vnd.Haiku-RTFTranslator");
src/add-ons/translators/rtf/convert.cpp
331
delete fApplication;
src/add-ons/translators/rtf/convert.cpp
70
BApplication *fApplication;
src/servers/app/ClientMemoryAllocator.cpp
196
fApplication = NULL;
src/servers/app/ClientMemoryAllocator.cpp
203
if (fApplication != NULL) {
src/servers/app/ClientMemoryAllocator.cpp
205
fApplication->ClientTeam(), fApplication->Signature());
src/servers/app/ClientMemoryAllocator.cpp
269
fApplication->ClientTeam(), fApplication->SignatureLeaf());
src/servers/app/ClientMemoryAllocator.cpp
38
fApplication(application),
src/servers/app/ClientMemoryAllocator.cpp
71
if (fApplication == NULL)
src/servers/app/ClientMemoryAllocator.h
54
ServerApp* fApplication;
src/tests/kits/app/RegistrarThreadManagerTest.cpp
114
fApplication = new BTestApp("application/x-vnd.obos.RegistrarThreadManagerTest");
src/tests/kits/app/RegistrarThreadManagerTest.cpp
115
if (fApplication->Init() != B_OK) {
src/tests/kits/app/RegistrarThreadManagerTest.cpp
117
delete fApplication;
src/tests/kits/app/RegistrarThreadManagerTest.cpp
118
fApplication = NULL;
src/tests/kits/app/RegistrarThreadManagerTest.cpp
129
if (fApplication) {
src/tests/kits/app/RegistrarThreadManagerTest.cpp
130
fApplication->Terminate();
src/tests/kits/app/RegistrarThreadManagerTest.cpp
131
delete fApplication;
src/tests/kits/app/RegistrarThreadManagerTest.cpp
132
fApplication = NULL;
src/tests/kits/app/RegistrarThreadManagerTest.cpp
149
CHK(fApplication && fApplication->InitCheck() == B_OK);
src/tests/kits/app/RegistrarThreadManagerTest.cpp
153
BMessenger managerMessenger(NULL, fApplication, &err);
src/tests/kits/app/RegistrarThreadManagerTest.cpp
237
CHK(fApplication && fApplication->InitCheck() == B_OK);
src/tests/kits/app/RegistrarThreadManagerTest.cpp
238
BMessenger managerMessenger(NULL, fApplication, &err);
src/tests/kits/app/RegistrarThreadManagerTest.h
29
BTestApp *fApplication;
src/tests/kits/app/broster/BroadcastTester.cpp
103
fApplication = app;
src/tests/kits/app/broster/BroadcastTester.cpp
116
delete fApplication;
src/tests/kits/app/broster/BroadcastTester.h
44
BApplication *fApplication;
src/tests/kits/app/broster/FindAppTester.cpp
200
fApplication = new BApplication("application/x-vnd.obos-roster-findapp");
src/tests/kits/app/broster/FindAppTester.cpp
214
delete fApplication;
src/tests/kits/app/broster/FindAppTester.h
54
BApplication *fApplication;
src/tests/kits/app/broster/LaunchTester.cpp
248
fApplication = new RosterLaunchApp(testerSignature);
src/tests/kits/app/broster/LaunchTester.cpp
262
delete fApplication;
src/tests/kits/app/broster/LaunchTester.h
97
BApplication *fApplication;
src/tests/kits/app/broster/RosterWatchingTester.cpp
155
fApplication = app;
src/tests/kits/app/broster/RosterWatchingTester.cpp
169
delete fApplication;
src/tests/kits/app/broster/RosterWatchingTester.h
41
BApplication *fApplication;
src/tests/kits/interface/OutlineListViewTest.cpp
80
fApplication = new BApplication("application/x-vnd.OutlineListView.test");
src/tests/kits/interface/OutlineListViewTest.cpp
83
delete fApplication;
src/tests/kits/interface/OutlineListViewTest.cpp
93
BApplication *fApplication;
src/tests/kits/storage/AppFileInfoTest.cpp
179
fApplication
src/tests/kits/storage/AppFileInfoTest.cpp
207
delete fApplication;
src/tests/kits/storage/AppFileInfoTest.cpp
208
fApplication = NULL;
src/tests/kits/storage/AppFileInfoTest.h
41
BApplication *fApplication;
src/tests/kits/storage/MimeTypeTest.cpp
3203
CHK(fApplication != NULL);
src/tests/kits/storage/MimeTypeTest.cpp
3206
BMessenger target(&fApplication->Handler(), fApplication);
src/tests/kits/storage/MimeTypeTest.cpp
3409
BMessenger target2(fApplication);
src/tests/kits/storage/MimeTypeTest.cpp
3434
if (fApplication) {
src/tests/kits/storage/MimeTypeTest.cpp
3435
BMessageQueue &queue = fApplication->Handler().Queue();
src/tests/kits/storage/MimeTypeTest.cpp
558
fApplication = new BTestApp(testSig);
src/tests/kits/storage/MimeTypeTest.cpp
559
if (fApplication->Init() != B_OK) {
src/tests/kits/storage/MimeTypeTest.cpp
561
delete fApplication;
src/tests/kits/storage/MimeTypeTest.cpp
562
fApplication = NULL;
src/tests/kits/storage/MimeTypeTest.cpp
582
if (fApplication) {
src/tests/kits/storage/MimeTypeTest.cpp
583
fApplication->Terminate();
src/tests/kits/storage/MimeTypeTest.cpp
584
delete fApplication;
src/tests/kits/storage/MimeTypeTest.cpp
585
fApplication = NULL;
src/tests/kits/storage/MimeTypeTest.h
74
BTestApp *fApplication;
src/tests/kits/storage/NodeInfoTest.cpp
131
fApplication = new BApplication("application/x-vnd.obos.node-info-test");
src/tests/kits/storage/NodeInfoTest.cpp
158
delete fApplication;
src/tests/kits/storage/NodeInfoTest.cpp
159
fApplication = NULL;
src/tests/kits/storage/NodeInfoTest.h
38
BApplication *fApplication;
src/tests/kits/storage/QueryTest.cpp
1340
if (fApplication) {
src/tests/kits/storage/QueryTest.cpp
1341
BMessageQueue &queue = fApplication->Handler().Queue();
src/tests/kits/storage/QueryTest.cpp
1390
CPPUNIT_ASSERT( fApplication != NULL );
src/tests/kits/storage/QueryTest.cpp
1394
BMessenger target(&fApplication->Handler());
src/tests/kits/storage/QueryTest.cpp
549
fApplication = new BTestApp("application/x-vnd.obos.query-test");
src/tests/kits/storage/QueryTest.cpp
550
if (fApplication->Init() != B_OK) {
src/tests/kits/storage/QueryTest.cpp
552
delete fApplication;
src/tests/kits/storage/QueryTest.cpp
553
fApplication = NULL;
src/tests/kits/storage/QueryTest.cpp
563
if (fApplication) {
src/tests/kits/storage/QueryTest.cpp
564
fApplication->Terminate();
src/tests/kits/storage/QueryTest.cpp
565
delete fApplication;
src/tests/kits/storage/QueryTest.cpp
566
fApplication = NULL;
src/tests/kits/storage/QueryTest.cpp
948
BMessenger messenger(&fApplication->Handler());
src/tests/kits/storage/QueryTest.cpp
965
BMessenger messenger(&fApplication->Handler());
src/tests/kits/storage/QueryTest.h
44
BTestApp *fApplication;
src/tests/kits/storage/VolumeTest.cpp
101
if (fApplication) {
src/tests/kits/storage/VolumeTest.cpp
102
fApplication->Terminate();
src/tests/kits/storage/VolumeTest.cpp
103
delete fApplication;
src/tests/kits/storage/VolumeTest.cpp
104
fApplication = NULL;
src/tests/kits/storage/VolumeTest.cpp
573
BMessenger target(&fApplication->Handler());
src/tests/kits/storage/VolumeTest.cpp
582
CheckWatchingMessage(false, device, fApplication->Handler());
src/tests/kits/storage/VolumeTest.cpp
592
CheckWatchingMessage(true, device, fApplication->Handler(), nodeRef);
src/tests/kits/storage/VolumeTest.cpp
594
BTestHandler *handler2 = fApplication->CreateTestHandler();
src/tests/kits/storage/VolumeTest.cpp
619
CHK(fApplication->Handler().Queue().IsEmpty());
src/tests/kits/storage/VolumeTest.cpp
88
fApplication = new BTestApp("application/x-vnd.obos.volume-test");
src/tests/kits/storage/VolumeTest.cpp
89
if (fApplication->Init() != B_OK) {
src/tests/kits/storage/VolumeTest.cpp
91
delete fApplication;
src/tests/kits/storage/VolumeTest.cpp
92
fApplication = NULL;
src/tests/kits/storage/VolumeTest.h
42
BTestApp *fApplication;