Searched refs:app (Results 251 - 275 of 387) sorted by path

<<111213141516

/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp133 BApplication* app = new BApplication("application/x.vnd-Haiku.Scrolling"); local
138 app->Run();
140 delete app;
/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp167 BApplication app(kAppSignature);
179 app.Run();
/haiku/src/tests/servers/app/stacktile/
H A Dmain.cpp108 TestApp app(numWindows);
109 app.Run();
/haiku/src/tests/servers/app/statusbar/
H A Dmain.cpp87 BApplication app("application/x-vnd.stippi.statusbar_test");
93 app.Run();
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp268 TestApp app(testMode);
269 app.Run();
/haiku/src/tests/servers/app/text_rendering/
H A Dmain.cpp68 Application app; local
69 app.Run();
/haiku/src/tests/servers/app/textview/
H A Dmain.cpp34 application app; local
35 app.Run();
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp437 BApplication app(kAppSignature);
453 app.Run();
/haiku/src/tests/servers/app/view_state/
H A DViewState.cpp144 Application app; local
145 app.Run();
/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp116 BApplication app("application/x-vnd.haiku-view_transit");
134 app.Run();
/haiku/src/tests/servers/app/window_creation/
H A Dmain.cpp151 TestApp app(numWindows, testViews);
152 app.Run();
/haiku/src/tests/servers/app/window_invalidation/
H A DWindowInvalidation.cpp195 Application app; local
196 app.Run();
/haiku/src/tests/servers/app/workspace_activated/
H A DWorkspaceActivated.cpp129 Application app; local
131 app.Run();
/haiku/src/tests/servers/app/workspace_switcher/
H A Dworkspace_switcher.cpp18 BApplication app("application/x-vnd.Haiku-test-wss");
/haiku/src/tests/servers/debug/
H A DDebugWindowTest.cpp13 BApplication app("application/x-vnd.haiku-debugwindowtest");
/haiku/src/tests/servers/registrar/
H A Dmessage_deliverer_test.cpp6 // Small app for testing the registrar's MessageDeliverer.
107 TestApp app; local
156 // app with parameter "broadcast". We can't do the broadcast ourselves,
159 // get our app info
161 error = app.GetAppInfo(&appInfo);
167 // get the app path
171 printf("Failed to get app path: %s\n", strerror(error));
179 printf("Failed re-launch app for broadcasting: %s\n", strerror(errno));
187 app.Run();
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");
H A Duser_shutdown_reply.cpp30 TestApp app; local
31 app.Run();
/haiku/src/tests/system/kernel/
H A Dfibo_exec.cpp20 usage(char const *app) argument
22 printf("usage: %s [-s] ###\n", app);
H A Dfibo_fork.cpp23 usage(char const *app) argument
25 printf("usage: %s ###\n", app);
H A Dfibo_load_image.cpp18 usage(char const *app) argument
20 printf("usage: %s [-s] ###\n", app);
H A Dnode_monitor_test.cpp90 Application app; local
91 app.Run();
/haiku/src/tools/cppunit/
H A DTestApp.cpp70 fAppThread = spawn_thread(&_AppThreadStart, "query app",
154 if (BTestApp *app = (BTestApp*)data) {
155 app->Lock();
156 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)\""

Completed in 138 milliseconds

<<111213141516