Searched refs:app (Results 101 - 125 of 387) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/app/bclipboard/
H A DLockTester.cpp32 BApplication app("application/x-vnd.clipboardtest");
53 BApplication app("application/x-vnd.clipboardtest");
77 BApplication app("application/x-vnd.clipboardtest");
91 BApplication app("application/x-vnd.clipboardtest");
104 BApplication app("application/x-vnd.clipboardtest");
H A DBClipboardTester.cpp33 BApplication app("application/x-vnd.clipboardtest");
48 BApplication app("application/x-vnd.clipboardtest");
H A DReadWriteTester.cpp35 BApplication app("application/x-vnd.clipboardtest");
52 BApplication app("application/x-vnd.clipboardtest");
71 BApplication app("application/x-vnd.clipboardtest");
88 BApplication app("application/x-vnd.clipboardtest");
129 BApplication app("application/x-vnd.clipboardtest");
146 BApplication app("application/x-vnd.clipboardtest");
181 BApplication app("application/x-vnd.clipboardtest");
197 BApplication app("application/x-vnd.clipboardtest");
229 BApplication app("application/x-vnd.clipboardtest");
242 BApplication app("applicatio
[all...]
/haiku/src/servers/app/
H A DOffscreenServerWindow.cpp16 OffscreenServerWindow::OffscreenServerWindow(const char *title, ServerApp *app, argument
19 : ServerWindow(title, app, clientPort, looperPort, handlerID),
/haiku/src/apps/firstbootprompt/
H A DBootPrompt.cpp25 BootPromptApp app; local
26 app.Run();
/haiku/src/tests/kits/app/bmessagerunner/
H A DSetCountTester.cpp67 MessageRunnerTestApp app(kTesterSignature);
91 MessageRunnerTestApp app(kTesterSignature);
118 MessageRunnerTestApp app(kTesterSignature);
119 MessageRunnerTestLooper *looper = app.TestLooper();
131 CHK(app.CountReplies() == count - 1);
141 CHK(app.CountReplies() == count - 1 + newCount);
155 MessageRunnerTestApp app(kTesterSignature);
156 MessageRunnerTestLooper *looper = app.TestLooper();
168 CHK(app.CountReplies() == 1);
177 CHK(app
[all...]
H A DSetIntervalTester.cpp67 MessageRunnerTestApp app(kTesterSignature);
91 MessageRunnerTestApp app(kTesterSignature);
119 MessageRunnerTestApp app(kTesterSignature);
120 MessageRunnerTestLooper *looper = app.TestLooper();
132 CHK(app.CountReplies() == count - 1);
141 CHK(app.CountReplies() == count);
156 MessageRunnerTestApp app(kTesterSignature);
157 MessageRunnerTestLooper *looper = app.TestLooper();
169 CHK(app.CountReplies() == 1);
178 CHK(app
[all...]
/haiku/src/preferences/tracker/
H A DTrackerPreferences.cpp18 BApplication app("application/x-vnd.Haiku-TrackerPreferences");
/haiku/src/tests/servers/app/workspace_switcher/
H A Dworkspace_switcher.cpp18 BApplication app("application/x-vnd.Haiku-test-wss");
/haiku/src/bin/
H A Dsetcontrollook.cpp28 BApplication app("application/x-vnd.Haiku-setcontrollook");
H A Dffm.cpp16 BApplication app("application/x-vnd.Haiku-ffm");
H A Dquit.cpp8 #include <app/Messenger.h>
22 printf("could not find running app with sig %s\n", argv[1]);
H A Dalert.cpp73 app from the shell. The function isn't called if there were no command
196 Is called when the app receives a B_READY_TO_RUN message. The message
226 AlertApplication app; local
227 if (app.InitCheck() != B_OK)
230 app.Run();
231 if (!app.GoodArguments())
234 fprintf(stdout, "%s\n", app.ChoiceText());
235 return app.ChoiceNumber();
/haiku/src/bin/media_client/
H A Dmedia_client.cpp30 BApplication app("application/x-vnd.Haiku-media_client");
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp83 // This shouldn't be necessary -- all cursors owned by the app
121 \brief Pings the target app to make sure it's still working
126 the target app still exists. We do this not by sending a message
128 just because the app might simply be hung. If this is the case, it
129 should be up to the user to kill it. If the app has been killed, its
201 ServerApp *app = (ServerApp *)data; local
202 BPrivate::LinkReceiver &reader = app->fLink.Receiver();
207 while (!app->fQuitting) {
208 STRACE(("info: ServerApp::MonitorApp listening on port %ld.\n", app->fMessagePort));
213 // ToDo: this should kill the app, bu
[all...]
/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp28 PrintServerApp* app; member in struct:AsyncThreadParams
32 AsyncThreadParams(PrintServerApp* app, Printer* p, BMessage* m) argument
33 : app(app)
37 app->Acquire();
44 app->Release();
67 if (p->app->fUseConfigWindow) {
136 if (p->app->CreatePrinter(printerName.String(),
149 p->app->SelectPrinter(printerName.String());
/haiku/src/kits/storage/mime/
H A DSupportingApps.cpp138 app signature in their list of supporting apps following this call.
142 supporting app.
153 \param app The application whose supported types you are setting
156 \param fullSync If \c true, \c app is removed as a supporting application
164 SupportingApps::SetSupportedTypes(const char *app, const BMessage *types, bool fullSync) argument
166 if (app == NULL || types == NULL)
173 std::set<std::string> &newTypes = fSupportedTypes[app];
174 std::set<std::string> &strandedTypes = fStrandedTypes[app];
180 // supported types list and adding the app as a supporting app fo
223 DeleteSupportedTypes(const char *app, bool fullSync) argument
240 AddSupportingApp(const char *type, const char *app) argument
260 RemoveSupportingApp(const char *type, const char *app) argument
[all...]
/haiku/src/apps/resedit/
H A DApp.cpp16 App app; local
17 app.Run();
/haiku/src/apps/switcher/
H A DSwitcher.cpp93 Switcher app; local
94 app.Run();
/haiku/src/preferences/virtualmemory/
H A DVirtualMemory.cpp62 VirtualMemory app; local
63 app.Run();
/haiku/src/tests/apps/delay_shutdown/
H A DDelayShutdown.cpp75 DelayShutdownApp app; local
76 app.Run();
/haiku/src/tests/kits/interface/
H A DMenuBeginningTest.cpp2 // Start the app from the terminal
47 BApplication app("application/x-vnd.menu-test");
50 app.Run();
/haiku/src/tests/libs/alm/
H A DNestedLayout.cpp67 NestedLayout app; local
68 app.Run();
/haiku/src/tests/servers/app/pulsed_drawing/
H A Dmain.cpp59 PulsedApplication app; local
60 app.Run();
/haiku/src/preferences/screen/
H A DScreenApplication.cpp71 ScreenApplication app; local
72 app.Run();

Completed in 101 milliseconds

1234567891011>>