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

<<111213141516

/haiku/src/tests/kits/interface/bbitmap/
H A DSetBitsTester.cpp490 BApplication app("application/x-vnd.obos.bitmap-setbits-test");
527 BApplication app("application/x-vnd.obos.bitmap-setbits-test");
564 BApplication app("application/x-vnd.obos.bitmap-setbits-test");
596 BApplication app("application/x-vnd.obos.bitmap-setbits-test");
619 BApplication app("application/x-vnd.obos.bitmap-setbits-test");
631 BApplication app("application/x-vnd.obos.bitmap-setbits-test");
645 BApplication app("application/x-vnd.obos.bitmap-setbits-test");
/haiku/src/servers/print/
H A DConfigWindow.cpp394 AppSettings* app = s->FindAppSettings(fSenderMimeType.String()); local
395 if (app)
396 fPrinterName = app->GetPrinter();
437 AppSettings* app = s->FindAppSettings(mime); local
438 if (app)
439 app->SetPrinter(printer);
/haiku/src/add-ons/translators/raw/
H A Dmain.cpp34 BApplication app("application/x-vnd.Haiku-RAWTranslator");
151 app.Run();
/haiku/src/libs/stdc++/legacy/
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)
/haiku/src/tests/kits/app/bmessenger/
H A DBMessengerTester.cpp58 = "application/x-vnd.obos-app-run-testapp1";
350 BApplication app("application/x-vnd.obos-bmessenger-test");
351 // run the remote app
361 // quit the remote app
396 BApplication app("application/x-vnd.obos-bmessenger-test");
397 // run the remote app
401 // quit the remote app
419 Team() should return the remote app's team ID.
424 BApplication app("application/x-vnd.obos-bmessenger-test");
425 // run the remote app
[all...]
/haiku/src/tests/kits/app/common/
H A DCommonTestApp.cpp151 if (CommonTestApp *app = (CommonTestApp*)data)
152 result = app->_EventLoop();
168 static const char *kAppRunnerTeamPort = "app runner team port";
178 outputPort = create_port(10, "common test app port");
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp199 Application app; local
201 app.Run();
H A DToolTipTest.cpp328 Application app; local
330 app.Run();
H A DSimpleAlertTest.cpp206 Application app; local
208 app.Run();
H A DSliderTest.cpp188 Application app; local
190 app.Run();
H A DControlLookTest.cpp202 Application app; local
204 app.Run();
H A DScrollViewTest.cpp216 Application app; local
218 app.Run();
/haiku/src/tests/kits/media/notificationtest/
H A Dmain.cpp212 App app("application/x-vnd.OpenBeOS-NotificationTest");
213 app.Run();
/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp167 BApplication app(kAppSignature);
179 app.Run();
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp268 TestApp app(testMode);
269 app.Run();
/haiku/src/tests/servers/app/gradients/
H A Dmain.cpp201 BApplication app(kAppSignature);
212 app.Run();
/haiku/src/apps/showimage/
H A DShowImageApp.cpp105 // tell the clipboard to notify this app when its contents change
187 // Tell the app to begin checking
260 ShowImageApp app; local
261 app.Run();
/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/tests/libs/alm/
H A DFriendLayout.cpp169 Friend app; local
170 app.Run();
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp276 Application app;// app; local
278 app.Run();
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMatic.cpp28 ZipOMatic app; local
29 app.Run();
141 // BAlert instead of the app-wide BAlert. This avoids making
177 // in src/servers/app/Desktop.cpp Desktop::ActivateWindow()
/haiku/src/bin/
H A Dsetdecor.cpp83 BApplication app("application/x-vnd.Haiku-setdecor");
204 app.Run();
/haiku/src/tests/kits/interface/bwindowstack/
H A DWindowStackTest.cpp167 BApplication app("application/x-vnd.windowstack_test");
177 app.Run();
/haiku/src/tests/kits/game/simple_game_sound_test/
H A DSimpleSoundTest.cpp51 SimpleSoundApp app("application/x-vnd.OBOS.GameKitApp");
52 app.Run();

Completed in 97 milliseconds

<<111213141516