Searched refs:app (Results 26 - 50 of 387) sorted by relevance

1234567891011>>

/haiku/src/preferences/mail/
H A Dmain.cpp16 BApplication app("application/x-vnd.Haiku-Mail");
21 app.Run();
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A Dmain.cpp16 BApplication app("application/x-vnd.Haiku-FullTextSearch");
21 app.Run();
/haiku/src/tests/kits/app/bapplication/testapps/
H A DAppQuitTestApp2.cpp31 CommonTestApp *app = new CommonTestApp( local
32 "application/x-vnd.obos-app-quit-testapp1", &error);
35 report("InitCheck(): %lx\n", app->InitCheck());
36 app->SetReportDestruction(true);
38 app->SetMessageHandler(new Quitter);
39 app->PostMessage(MSG_QUIT, app);
40 app->Run();
42 delete app;
H A DBApplicationTestApp1.cpp10 BApplication app((const char*)NULL);
11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp1a.cpp10 BApplication app((const char*)NULL, NULL);
11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp2a.cpp10 BApplication app("no valid MIME string", NULL);
11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp3a.cpp10 BApplication app("image/gif", NULL);
11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp4a.cpp10 BApplication app("application/x-vnd.obos-bapplication-testapp4", NULL);
11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp5a.cpp10 BApplication app("application/x-vnd.obos-bapplication-testapp5", NULL);
11 printf("InitCheck(): %lx\n", app.InitCheck());
H A DAppQuitTestApp1.cpp18 CommonTestApp *app = new CommonTestApp( local
19 "application/x-vnd.obos-app-quit-testapp1", &error);
22 report("InitCheck(): %lx\n", app->InitCheck());
23 app->SetReportDestruction(true);
24 app->Quit();
H A DBApplicationTestApp1b.cpp11 BApplication app((const char*)NULL, &error);
13 printf("InitCheck(): %lx\n", app.InitCheck());
H A DBApplicationTestApp2b.cpp11 BApplication app("no valid MIME string", &error);
13 printf("InitCheck(): %lx\n", app.InitCheck());
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItApp.cpp19 StickItApp app; local
20 app.Run();
/haiku/src/tests/servers/registrar/
H A Dnegative_shutdown_reply.cpp24 TestApp app; local
25 app.Run();
H A Dno_shutdown_reply.cpp11 BApplication app("application/x-vnd.haiku.no-shutdown-reply");
/haiku/src/preferences/shortcuts/
H A Dmain.cpp21 ShortcutsApp app; local
23 app.Run();
/haiku/src/apps/diskusage/
H A DDiskUsage.cpp24 App app; local
25 app.Run();
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumerApp.cpp49 // start in standalone app mode
50 NodeHarnessApp app(g_pAppSignature);
51 app.Run();
56 MediaNodeControlApp app(g_pAppSignature, id);
57 app.Run();
/haiku/3rdparty/mmu_man/scripts/
H A Ddump_windows.sh3 # get running app signatures and filter out background apps
4 roster | sed -n 's/)$//;s/^ *//;/[^64] (/s/ .*(/\t/p' | while read team app; do
5 echo "# team $team $app"
11 echo "hey \"$app\" set Frame of Window \"$title\" to \"BRect($frame)\""
/haiku/src/add-ons/translators/exr/
H A Dmain.cpp19 BApplication app("application/x-vnd.Haiku-EXRTranslator");
27 app.Run();
/haiku/src/add-ons/translators/icns/
H A Dmain.cpp15 BApplication app("application/x-vnd.Haiku-ICNSTranslator");
23 app.Run();
/haiku/src/add-ons/translators/webp/
H A Dmain.cpp24 BApplication app("application/x-vnd.Haiku-WebPTranslator");
29 app.Run();
/haiku/src/apps/clock/
H A Dclock.cpp21 BApplication app(kAppSignature);
27 app.Run();
/haiku/src/apps/musiccollection/
H A Dmain.cpp22 BApplication app(kAppSignature);
28 app.Run();
/haiku/src/bin/unzip/
H A Dbeosmain.cpp24 #include <app/Application.h>
36 BApplication app( unzip_signature );

Completed in 89 milliseconds

1234567891011>>