Searched refs:app (Results 201 - 225 of 387) sorted by relevance

1234567891011>>

/haiku/src/tests/libs/alm/
H A DHelloWorld.cpp107 HelloWorld app; local
108 app.Run();
H A DPinwheel.cpp107 Pinwheel app; local
108 app.Run();
/haiku/src/tests/servers/app/async_drawing/
H A Dmain.cpp115 Application app; local
116 app.Run();
/haiku/src/tests/servers/app/bitmap_bounds/
H A Dmain.cpp106 BApplication app("application/x.vnd-Haiku.BitmapBounds");
118 app.Run();
/haiku/src/tests/servers/app/cursor_test/
H A DCursorTest.cpp140 Application app; local
142 app.Run();
/haiku/src/tests/servers/app/find_view/
H A DFindView.cpp52 BApplication app("application/x-vnd.haiku-find_view");
81 app.Run();
/haiku/src/tests/servers/app/lagging_get_mouse/
H A Dmain.cpp76 BApplication app("application/x.vnd-Haiku.BitmapBounds");
88 app.Run();
/haiku/src/tests/servers/app/stacktile/
H A Dmain.cpp108 TestApp app(numWindows);
109 app.Run();
/haiku/src/preferences/backgrounds/
H A DBackgrounds.cpp151 BackgroundsApplication app; local
152 app.Run();
/haiku/src/tests/kits/interface/
H A DChannelSliderTest.cpp86 App app; local
88 app.Run();
H A DStatusBarTest.cpp121 Application app; local
123 app.Run();
/haiku/src/apps/screenshot/
H A DScreenshotApp.cpp120 ScreenshotApp app; local
121 return app.Run();
/haiku/src/tests/servers/app/hide_and_show/
H A DHideAndShow.cpp134 Application app; local
136 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/apps/packageinstaller/
H A Dmain.cpp128 PackageInstaller app; local
129 app.Run();
/haiku/src/add-ons/translators/ppm/
H A DPPMMain.cpp46 BApplication app("application/x-vnd.Haiku-PPMTranslator");
84 app.Run();
/haiku/src/tests/kits/media/
H A DVideoDecoder.cpp125 BApplication app("application/x-vnd.Haiku-VideoDecoder");
130 app.Run();
/haiku/src/tests/servers/app/tiled_bitmap_test/
H A DTiledBitmapTest.cpp137 Application app; local
139 app.Run();
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterApp.cpp166 SoftwareUpdaterApp app; local
167 return app.Run();
/haiku/src/apps/deskbar/
H A DDeskbarMenu.cpp447 TBarApp* app = dynamic_cast<TBarApp*>(be_app); local
448 if (app == NULL)
453 fRecentsCount = app->Settings()->recentDocsCount;
454 fRecentsEnabled = app->Settings()->recentDocsEnabled;
457 fRecentsCount = app->Settings()->recentAppsCount;
458 fRecentsEnabled = app->Settings()->recentAppsEnabled;
461 fRecentsCount = app->Settings()->recentDocsCount;
462 fRecentsEnabled = app->Settings()->recentDocsEnabled;
469 fRecentsCount = app->Settings()->recentFoldersCount;
470 fRecentsEnabled = app
[all...]
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp54 BApplication *app = new BApplication("application/x-vnd.Be-MYTE"); local
88 app->Run();
90 delete app;
/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp1 // sample BGLView app from the Be Book, modified to stress direct mode support.
273 SampleGLApp *app = new SampleGLApp; local
274 app->Run();
275 delete app;
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp178 BApplication* app = new BApplication(kAppSignature); local
183 app->Run();
185 delete app;
/haiku/src/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp184 DrawingDebuggerApp *app = new DrawingDebuggerApp(); local
185 app->Run();
186 delete app;
/haiku/src/tests/servers/app/following/
H A Dmain.cpp155 BApplication* app = new BApplication("application/x.vnd-Haiku.Following"); local
160 app->Run();
162 delete app;

Completed in 79 milliseconds

1234567891011>>