Searched refs:Run (Results 1 - 25 of 547) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DContainerWindow.cpp436 Run();
H A DTracker.cpp290 gLaunchLooper->Run();
1566 fTrashWatcher->Run();
1569 fClipboardRefsWatcher->Run();
H A DThumbnails.cpp260 job->Run();
H A DSelectionWindow.cpp128 Run();
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp303 Run();
/haiku/src/servers/app/
H A DServerApp.cpp596 // if sucessful, ServerWindow::Run() will already have replied
3751 // NOTE: the reply to the client is handled in ServerWindow::Run()
3756 status = window->Run();
H A DDesktop.cpp2641 status = app->Run();
2648 // if everything went well, ServerApp::Run() will notify
2674 // Run through the list of apps and nuke the proper one
/haiku/src/tests/kits/interface/
H A DGetMouseTest.cpp68 app.Run();
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp1035 thread_id thread = request->Run();
1117 thread_id thread = request->Run();
H A DAbstractServerProcess.cpp375 thread = fRequest->Run();
/haiku/src/apps/deskbar/
H A DSwitcher.cpp445 fWindow->Run();
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp2291 app.Run();
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp514 Run();
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp131 "or install it in the Deskbar."), B_TRANSLATE("Run in window"),
179 app.Run();
/haiku/src/tools/remote_disk_server/
H A Dremote_disk_server.cpp67 int Run() function in class:Server
319 return server.Run();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp1942 block_run::Run(run.AllocationGroup(),
2626 block_run parentRun = parent ? parent->BlockRun() : block_run::Run(0, 0, 0);
/haiku/src/apps/overlayimage/
H A DOverlayApp.cpp31 theApp.Run();
/haiku/src/apps/debugger/
H A DDebugger.cpp278 bool Run(const Options& options);
286 bool Run(const Options& options);
687 CliDebugger::Run(const Options& options) function in class:CliDebugger
753 userInterface->Run();
777 ReportDebugger::Run(const Options& options) function in class:ReportDebugger
810 userInterface->Run();
836 return debugger.Run(options) ? 0 : 1;
839 return debugger.Run(options) ? 0 : 1;
850 app.Run();
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp191 daemon.Run();
/haiku/src/apps/haikudepot/process/
H A DAbstractProcess.h35 status_t Run();
H A DAbstractProcess.cpp49 AbstractProcess::Run() function in class:AbstractProcess
/haiku/src/system/boot/loader/
H A Dmenu.cpp456 Menu::Run() function in class:Menu
1627 menu->Run();
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp454 Run();
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp162 // The main thread will still be blocked in Run(). Unblock it.
232 CommandLineUserInterface::Run() function in class:CommandLineUserInterface
243 fContext->Run();
H A DCommandLineUserInterface.h51 void Run();

Completed in 798 milliseconds

1234567891011>>