Searched refs:app (Results 51 - 75 of 387) sorted by path

1234567891011>>

/haiku/src/apps/terminal/
H A DPrefWindow.cpp39 BString app = B_TRANSLATE_SYSTEM_NAME("Terminal"); local
40 BString title = B_TRANSLATE_COMMENT("%app% settings", "window title");
41 title.ReplaceFirst("%app%", app);
/haiku/src/apps/text_search/
H A DTextSearch.cpp16 GrepApp app; local
17 app.Run();
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp636 // inside Workspaces app
1070 // if the app is running, don't quit
1146 WorkspacesApp app; local
1147 app.Run();
/haiku/src/bin/
H A DWindowShade.cpp134 BApplication app("application/x-vnd.Haiku-WindowShade");
161 // IGNORED, for compatibility with original app
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();
H A Dcheckitout.cpp245 CheckItOut app; local
247 app.Run();
H A Ddpms.cpp23 BApplication app("application/x-vnd.Haiku.dpms");
H A Ddraggers.cpp28 BApplication app("application/x-vnd.Haiku-draggers");
H A Dlistfont.cpp82 BApplication app("application/x-vnd.Haiku-listfont");
H A Dmimeset.cpp232 BApplication app("application/x-vnd.haiku.mimeset");
H A Dnotify.cpp287 NotifyApp app; local
288 if (app.InitCheck() != B_OK)
291 app.Run();
292 if (!app.HasGoodArguments())
H A Dscreeninfo.cpp92 BApplication app("application/x-vnd.Haiku-screen_info");
H A Dsetcontrollook.cpp28 BApplication app("application/x-vnd.Haiku-setcontrollook");
H A Dsetdecor.cpp83 BApplication app("application/x-vnd.Haiku-setdecor");
204 app.Run();
H A Dtrash.cpp10 #include <app/Message.h>
11 #include <app/Messenger.h>
H A Dversion.cpp27 " -s, --system print system version instead of app version\n"
125 BApplication app("application/x.vnd.Haiku-version");
/haiku/src/bin/keystore/
H A Dkeystore.cpp330 BApplication app("application/x-vnd.Haiku-keystore-cli");
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp302 BApplication app("application/x-vnd.Haiku-mail2mbox");
/haiku/src/bin/screen_blanker/
H A DScreenBlanker.cpp327 ScreenBlanker app; local
328 app.Run();
H A DScreenSaverWindow.cpp64 ScreenBlanker* app = dynamic_cast<ScreenBlanker*>(be_app); local
65 if (app != NULL && app->IsPasswordWindowShown()) {
/haiku/src/bin/unzip/
H A Dbeosmain.cpp24 #include <app/Application.h>
36 BApplication app( unzip_signature );
/haiku/src/libs/print/libprint/
H A DPrinterDriver.cpp79 AboutBox app(GetSignature(), GetDriverName(), GetVersion(), copyright.String());
80 app.Run();
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc561 set_current(buf_ptr, !(mode & ios::out+ios::trunc+ios::app));
H A Dfilebuf.cc86 if (mode & ios::app)
108 if (mode & ios::app)
H A Dstrstream.cc51 (mode == ios::app || mode == ios::ate) ? cp + strlen(cp) : cp)

Completed in 201 milliseconds

1234567891011>>