Searched refs:app (Results 176 - 200 of 387) sorted by relevance

1234567891011>>

/haiku/src/apps/debuganalyzer/
H A DDebugAnalyzer.cpp118 DebugAnalyzer app; local
119 app.Run();
/haiku/src/tests/servers/app/cursor_test/
H A DCursorBitmapTest.cpp136 Application app; local
138 app.Run();
/haiku/src/apps/autoraise/
H A DAutoRaiseApp.cpp75 AutoRaiseApp *app = new AutoRaiseApp(); local
76 app->Run();
/haiku/src/preferences/time/
H A DTime.cpp122 TimeApplication app; local
124 app.Run();
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp131 fThread = spawn_thread(_ThreadEntry, "message runner app thread",
175 MessageRunnerTestApp *app = static_cast<MessageRunnerTestApp*>(data); local
176 app->Lock();
177 app->Run();
H A DGetInfoTester.cpp50 MessageRunnerTestApp app(kTesterSignature);
78 MessageRunnerTestApp app(kTesterSignature);
/haiku/src/tests/kits/storage/testapps/
H A Ddump_mime_types.cpp41 // preferred app
44 printf(" preferred app: %s\n", preferredApp);
74 const char *app; local
76 supportingApps.FindString("applications", k, &app) == B_OK;
82 printf("%s\n", app);
/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();
/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/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/bin/
H A Ddpms.cpp23 BApplication app("application/x-vnd.Haiku.dpms");
H A Ddraggers.cpp28 BApplication app("application/x-vnd.Haiku-draggers");
/haiku/src/servers/registrar/
H A DClipboard.cpp3 #include <app/Clipboard.h>
/haiku/src/tests/kits/app/bapplication/
H A DAppQuitRequestedTester.cpp54 BApplication app("application/x-vnd.obos-app-quit-requested-test");
63 // run the app
H A DBApplicationTester.cpp35 test_app(const char *app, const char *expectedResult) argument
37 // run the app
39 CHK(runner.Run(app) == B_OK);
121 supertype, but a different one than in the app
153 supertype, and the same as in the app attributes/resources
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp29 // the app looper's port ID once a BApplication has been created, and
49 // find app looper port
142 // find app file and get signature from resources
147 // init app file
159 printf("ERROR: Couldn't init app file: %s\n", strerror(error));
161 printf("ERROR: Couldn't get app ref: %s\n", strerror(error));
162 // create the app
163 TestApp *app = NULL; local
165 app = new TestApp(signature);
180 // run the app
[all...]
H A DRosterLaunchTestApp1.cpp29 // the app looper's port ID once a BApplication has been created, and
49 // find app looper port
135 // find app file and get signature from resources
140 // init app file
152 printf("ERROR: Couldn't init app file: %s\n", strerror(error));
154 printf("ERROR: Couldn't get app ref: %s\n", strerror(error));
155 // create the app
156 TestApp *app = NULL; local
158 app = new TestApp(signature);
173 // run the app
[all...]
H A DRosterWatchingTestApp1.cpp29 // the app looper's port ID once a BApplication has been created, and
49 // find app looper port
142 // find app file and get signature from resources
147 // init app file
159 printf("ERROR: Couldn't init app file: %s\n", strerror(error));
161 printf("ERROR: Couldn't get app ref: %s\n", strerror(error));
162 // create the app
163 TestApp *app = NULL; local
165 app = new TestApp(signature);
180 // run the app
[all...]
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S62 call efi_main # call app with "image" and "systab" argument
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.cpp48 ofstream ofs("recv.log", ios::binary | ios::app);
86 ofstream ofs("send.log", ios::binary | ios::app);
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp93 PPDConfigApplication app; local
94 app.Run();
/haiku/src/tests/kits/interface/
H A DMenuTriggerTest.cpp106 Application app;// app; local
108 app.Run();
H A DScrollViewSetBorderTest.cpp113 Application app; local
114 return app.Run();
/haiku/src/tests/libs/alm/
H A DAreas.cpp83 Areas app; local
84 app.Run();
H A DComplexButtons.cpp84 BApplication app("application/x-vnd.haiku.ComplexButtons");
91 app.Run();

Completed in 111 milliseconds

1234567891011>>