Searched defs:team (Results 126 - 150 of 205) sorted by path

123456789

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp36 ThreadsTableModel(Team* team) argument
206 ThreadListView::ThreadListView(Team* team, Listener* listener) argument
228 ThreadListView::Create(Team* team, Listener* listener) argument
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp333 team_id team; local
350 team_id team; local
365 team_id team; local
414 TeamRemoved(team_id team) argument
[all...]
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp54 ReportUserInterface::Init(Team* team, UserInterfaceListener* listener) argument
/haiku/src/apps/deskbar/
H A DBarApp.cpp492 team_id team = -1; local
510 team_id team = -1; local
807 TBarApp::FetchTeamIcon(team_id team, int3 argument
870 AddTeam(team_id team, uint32 flags, const char* sig, entry_ref* ref) argument
947 RemoveTeam(team_id team) argument
[all...]
H A DExpandoMenuBar.cpp198 team_id team = -1; local
207 team_id team = -1; local
619 AddTeam(BList* team, BBitmap* icon, char* name, char* signature) argument
670 AddTeam(team_id team, const char* signature) argument
686 RemoveTeam(team_id team, bool partial) argument
[all...]
H A DSwitcher.cpp395 team_id team = (addr_t)TeamList()->ItemAt(index); local
536 team_id team = message->FindInt32("team"); local
555 team_id team local
774 team_id team; local
1024 team_id team = (addr_t)teamGroup->TeamList()->ItemAt(i); local
1052 team_id team = (addr_t)teamGroup->TeamList()->ItemAt(i); local
1055 do_minimize_team(BRect(), team, false); local
1150 SwitchWindow(team_id team, bool, bool activate) argument
[all...]
H A DTeamMenu.cpp213 team_id team = -1; local
H A DTeamMenuItem.cpp73 TTeamMenuItem::TTeamMenuItem(BList* team, BBitmap* icon, char* name, argument
131 team_id team = (addr_t)fTeam->ItemAt(index); local
488 _Init(BList* team, BBitmap* icon, char* name, char* signature, float width, float height) argument
[all...]
H A DWindowMenu.cpp70 TWindowMenu::TWindowMenu(const BList* team, const char* signature) argument
/haiku/src/apps/processcontroller/
H A DMemoryBarMenuItem.cpp19 MemoryBarMenuItem::MemoryBarMenuItem(const char *label, team_id team, argument
244 MemoryBarMenuItem::Reset(char* name, team_id team, BBitmap* icon, argument
H A DProcessController.cpp247 ProcessController::_HandleDebugRequest(team_id team, thread_id thread) argument
287 team_id team; local
[all...]
H A DQuitMenu.cpp27 QuitMenuItem::QuitMenuItem(team_id team, BBitmap* icon, const char* title, argument
H A DTeamBarMenuItem.cpp18 TeamBarMenuItem::TeamBarMenuItem(BMenu* menu, BMessage* kill_team, team_id team, argument
220 TeamBarMenuItem::Reset(char* name, team_id team, BBitmap* icon, bool deleteIcon) argument
H A DThreadBarMenu.cpp18 ThreadBarMenu::ThreadBarMenu(const char *title, team_id team, int32 threadCount) argument
50 ThreadBarMenu::Reset(team_id team) argument
/haiku/src/bin/debug/profile/
H A Dprofile.cpp333 _InitDebuggedTeam(Team* team, team_id teamID) argument
349 _InitUndebuggedTeam(Team* team, system_profiler_team_added* addedInfo) argument
371 _LoadTeamImages(Team* team, team_id teamID) argument
[all...]
/haiku/src/bin/debug/strace/
H A Dstrace.cpp789 Team* team = new Team(teamID); local
843 Team* team = it->second; local
870 Team* team = it->second; local
919 Team* team = new(std::nothrow) Team( local
944 Team* team = it->second; local
[all...]
/haiku/src/bin/
H A Dlistsem.c117 team_id team; local
H A Durlwrapper.cpp439 team_id team; local
463 team_id team; local
/haiku/src/kits/app/
H A DAppMisc.cpp47 get_app_path(team_id team, char *buffer) argument
96 get_app_ref(team_id team, entry_ref *ref, bool traverse) argument
159 main_thread_for(team_id team) argument
176 is_app_showing_modal_window(team_id team) argument
[all...]
H A DRoster.cpp590 team_id team; local
605 team_id team; local
631 team_id team; local
666 team_id team; local
730 GetRunningAppInfo(team_id team, app_info* info) const argument
1426 _AddApplication(const char* signature, const entry_ref* ref, uint32 flags, team_id team, thread_id thread, port_id port, bool fullRegistration, uint32* pToken, team_id* otherTeam) const argument
1505 _SetSignature(team_id team, const char* signature) const argument
1534 _SetThread(team_id team, thread_id thread) const argument
1556 _SetThreadAndTeam(uint32 entryToken, thread_id thread, team_id team, port_id* _port) const argument
1606 _CompleteRegistration(team_id team, thread_id thread, port_id port) const argument
1657 _IsAppRegistered(const entry_ref* ref, team_id team, uint32 token, bool* preRegistered, app_info* info) const argument
1777 _ApplicationCrashed(team_id team) argument
1908 team_id team = -1; local
2067 _SetAppFlags(team_id team, uint32 flags) const argument
2612 _SendToRunning(team_id team, int argc, const char* const* args, const BList* messageList, const entry_ref* ref, bool alreadyRunning) const argument
2690 team_id team = data.GetInt32("team", -1); local
[all...]
/haiku/src/kits/debug/
H A DSymbolLookup.cpp63 RemoteMemoryAccessor::RemoteMemoryAccessor(team_id team) argument
224 SymbolLookup::SymbolLookup(team_id team, image_id image) argument
H A Ddebug_support.cpp45 init_debug_context(debug_context *context, team_id team, port_id nubPort) argument
348 debug_create_symbol_lookup_context(team_id team, image_id image, argument
[all...]
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp55 DebugReportGenerator::DebugReportGenerator(::Team* team, argument
113 DebugReportGenerator::Create(::Team* team, UserInterfaceListener* listener, argument
H A DThreadHandler.cpp252 ::Team* team = fThread->GetTeam(); local
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp248 UiUtils::ReportNameForTeam(::Team* team, char* buffer, size_t bufferSize) argument
265 UiUtils::CoreFileNameForTeam(::Team* team, char* buffer, size_t bufferSize) argument

Completed in 163 milliseconds

123456789