Searched refs:app (Results 126 - 150 of 387) sorted by relevance

1234567891011>>

/haiku/src/tests/servers/app/text_rendering/
H A Dmain.cpp68 Application app; local
69 app.Run();
/haiku/src/preferences/input/
H A DInput.cpp82 InputApplication app; local
83 app.Run();
/haiku/src/preferences/printers/
H A DPrinters.cpp23 PrintersApp app; local
24 app.Run();
/haiku/src/apps/devices/
H A DDevicesApplication.cpp81 DevicesApplication app; local
82 app.Run();
/haiku/src/tests/kits/interface/
H A DGetMouseTest.cpp64 BApplication app("application/x-vnd.getmousetest");
68 app.Run();
H A DClippingPlusRedraw.cpp108 ClippingApp *app = new ClippingApp(); local
109 app->Run();
110 delete app;
H A DPulseTest.cpp64 BApplication app("application/x-vnd.pulse_test");
68 app.Run();
H A DTruncateString.cpp52 BApplication app("application/x-vnd.Haiku-TruncateString");
62 app.Run();
/haiku/src/tests/kits/app/bapplication/
H A DAppRunTester.cpp47 @case 1 launch the app two times: B_MULTIPLE_LAUNCH | B_ARGV_ONLY,
50 @results first app: ReadyToRun(), QuitRequested()
51 second app: ReadyToRun(), QuitRequested()
55 BApplication app("application/x-vnd.obos-app-run-test");
76 @case 2 launch the app two times: B_MULTIPLE_LAUNCH | B_ARGV_ONLY,
79 @results first app: ArgvReceived(), ReadyToRun(), QuitRequested()
80 second app: ArgvReceived(), ReadyToRun(), QuitRequested()
84 BApplication app("application/x-vnd.obos-app
[all...]
H A DAppQuitTester.cpp54 BApplication app("application/x-vnd.obos-app-quit-test");
75 BApplication app("application/x-vnd.obos-app-quit-test");
98 BApplication app("application/x-vnd.obos-app-quit-test");
123 BApplication app("application/x-vnd.obos-app-quit-test");
/haiku/src/preferences/media/
H A DMedia.cpp79 Media app; local
80 if (app.InitCheck() == B_OK)
81 app.Run();
/haiku/headers/private/interface/
H A DWindowInfo.h52 int32* get_token_list(team_id app, int32 *count);
53 void do_bring_to_front_team(BRect zoomRect, team_id app, bool zoom);
54 void do_minimize_team(BRect zoomRect, team_id app, bool zoom);
/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp26 print_usage(const char *app) argument
28 printf("usage:\t%s <host> [-p <port>] [-w <width>] [-h <height>]\n", app);
30 " [-h <height>] [-c <command>]\n", app);
31 printf("\t%s --help\n\n", app);
192 BApplication app("application/x-vnd.Haiku-RemoteDesktop");
224 app.Run();
/haiku/src/tests/kits/storage/
H A DTestApp.cpp65 fAppThread = spawn_thread(&_AppThreadStart, "query app",
142 if (BTestApp *app = (BTestApp*)data) {
143 app->Lock();
144 app->Run();
/haiku/src/bin/screen_blanker/
H A DScreenSaverWindow.cpp64 ScreenBlanker* app = dynamic_cast<ScreenBlanker*>(be_app); local
65 if (app != NULL && app->IsPasswordWindowShown()) {
/haiku/src/tests/add-ons/kernel/network/
H A Dnet_stack_tester.cpp8 #include <app/Application.h>
/haiku/src/tests/kits/interface/btextview/
H A DTextViewTest.cpp18 BApplication app("application/x-vnd.Haiku-interfacekit-textviewtest");
/haiku/src/tests/kits/interface/btextcontrol/
H A DTextControlTest.cpp18 BApplication app("application/x-vnd.Haiku-interfacekit-textcontroltest");
/haiku/src/apps/pulse/
H A DDeskbarPulseView.h16 #include <app/MessageRunner.h>
/haiku/src/servers/app/
H A DOffscreenServerWindow.h17 OffscreenServerWindow(const char *title, ServerApp *app,
/haiku/src/tests/kits/app/bclipboard/
H A DCountTester.cpp32 BApplication app("application/x-vnd.clipboardtest");
45 BApplication app("application/x-vnd.clipboardtest");
70 BApplication app("application/x-vnd.clipboardtest");
100 BApplication app("application/x-vnd.clipboardtest");
140 BApplication app("application/x-vnd.clipboardtest");
177 BApplication app("application/x-vnd.clipboardtest");
207 BApplication app("application/x-vnd.clipboardtest");
221 BApplication app("application/x-vnd.clipboardtest");
249 BApplication app("application/x-vnd.clipboardtest");
/haiku/src/add-ons/translators/rtf/
H A Dmain.cpp63 BApplication app("application/x-vnd.Haiku-RTFTranslator");
71 app.Run();
/haiku/src/tests/apps/fake_app_server/
H A DAppServer.cpp127 ServerApp *app = (ServerApp *)sAppServer->fAppList->ItemAt(i++); local
128 if (!app)
131 app->PingTarget();
236 // 1) port_id - receiver port of a regular app
238 // 2) team_id - app's team ID
239 // 3) int32 - handler token of the regular app
240 // 4) char * - signature of the regular app
269 // Create the ServerApp subthread for this app
272 ServerApp *app = new ServerApp(clientReplyPort, serverListen, clientLooperPort, local
276 fAppList->AddItem(app);
345 ServerApp *app = (ServerApp *)fAppList->ItemAt(i); local
[all...]
/haiku/src/tests/apps/terminal_replicant/
H A Dmain.cpp33 App app; local
34 app.Run();
/haiku/src/tests/kits/game/direct_window_info_test/
H A Ddwinfo.cpp101 BApplication app("application/x-vnd.DWInfo");
105 app.Run();

Completed in 149 milliseconds

1234567891011>>