Symbol: application
src/add-ons/translators/hvif/HVIFMain.cpp
20
BApplication application("application/x-vnd.Haiku.HVIFTranslator");
src/add-ons/translators/hvif/HVIFMain.cpp
25
application.Run();
src/add-ons/translators/psd/PSDTranslatorApp.cpp
14
BApplication application("application/x-vnd.Haiku-PSDTranslator");
src/add-ons/translators/psd/PSDTranslatorApp.cpp
22
application.Run();
src/apps/bootmanager/BootManager.cpp
53
BootManager application;
src/apps/bootmanager/BootManager.cpp
54
application.Run();
src/apps/processcontroller/PCWorld.cpp
158
PCApplication application;
src/apps/processcontroller/PCWorld.cpp
159
application.Run();
src/apps/serialconnect/SerialApp.cpp
412
SerialApp* application = (SerialApp*)be_app;
src/apps/serialconnect/SerialApp.cpp
418
bytesRead = application->fSerialPort.Read(buffer, sizeof(buffer));
src/apps/serialconnect/SerialApp.cpp
421
acquire_sem(application->fSerialLock);
src/bin/screenmode/screenmode.cpp
248
BApplication application("application/x-vnd.Haiku-screenmode");
src/kits/tracker/FSUtils.cpp
3928
FSLaunchItem(const entry_ref* application, const BMessage* refsReceived,
src/kits/tracker/FSUtils.cpp
3931
return TrackerLaunch(application, refsReceived, async, openWithOK);
src/kits/tracker/FSUtils.h
189
_IMPEXP_TRACKER status_t FSLaunchItem(const entry_ref* application,
src/preferences/joysticks/Joysticks.cpp
25
Joysticks application("application/x-vnd.Haiku-Joysticks");
src/preferences/joysticks/Joysticks.cpp
26
application.Run();
src/preferences/locale/LocalePreflet.cpp
110
BMessenger application(signature);
src/preferences/locale/LocalePreflet.cpp
111
status = application.SendMessage(B_QUIT_REQUESTED);
src/servers/app/ClientMemoryAllocator.cpp
36
ClientMemoryAllocator::ClientMemoryAllocator(ServerApp* application)
src/servers/app/ClientMemoryAllocator.cpp
38
fApplication(application),
src/servers/app/ClientMemoryAllocator.h
40
ClientMemoryAllocator(ServerApp* application);
src/servers/print_addon/PrintAddOnServerApplication.cpp
231
PrintAddOnServerApplication application(
src/servers/print_addon/PrintAddOnServerApplication.cpp
233
application.Run();
src/tests/kits/interface/pictureprint/DumpPrintJob.cpp
15
void printArguments(const char* application) {
src/tests/kits/interface/pictureprint/DumpPrintJob.cpp
16
printf("Usage: %s [--pictures] files\n", application);
src/tests/servers/app/textview/main.cpp
34
application app;