Searched refs:teams (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/servers/media/
H A DBufferManager.cpp56 info->teams.insert(team);
91 info.teams.insert(team);
119 if (info->teams.find(team) == info->teams.end()) {
125 info->teams.erase(team);
130 if (info->teams.empty()) {
152 entry.value.teams.erase(team);
154 if (entry.value.teams.empty()) {
156 "has no teams\n", entry.key.GetHashCode());
177 printf(" assigned teams
[all...]
H A DBufferManager.h60 std::set<team_id> teams; member in struct:BufferManager::buffer_info
/haiku-fatelf/src/apps/deskbar/
H A DShowHideMenuItem.h48 const BList* teams,
H A DShowHideMenuItem.cpp55 TShowHideMenuItem::TShowHideMenuItem(const char* title, const BList* teams, argument
59 fTeams(teams),
H A DTeamMenu.cpp90 TTeamMenuItem* item = new TTeamMenuItem(barInfo->teams,
112 barInfo->teams = NULL;
H A DBarApp.h116 BarTeamInfo(BList* teams, uint32 flags,
121 BList* teams; member in class:BarTeamInfo
H A DBarApp.cpp760 if (barInfo->teams->HasItem((void*)(addr_t)team))
767 multiLaunchTeam->teams->AddItem((void*)(addr_t)team);
799 barInfo->teams->AddItem((void*)(addr_t)team);
812 BList* tList = new BList(*(barInfo->teams));
813 message.AddPointer("teams", tList);
840 if (barInfo->teams->HasItem((void*)(addr_t)team)) {
843 BMessage message((barInfo->teams->CountItems() == 1)
853 barInfo->teams->RemoveItem((void*)(addr_t)team);
854 if (barInfo->teams->CountItems() < 1) {
956 BarTeamInfo::BarTeamInfo(BList* teams, uint3 argument
[all...]
H A DExpandoMenuBar.cpp155 AddItem(new TTeamMenuItem(barInfo->teams, barInfo->icon,
159 AddItem(new TTeamMenuItem(barInfo->teams, barInfo->icon,
164 barInfo->teams = NULL;
222 BList* teams = NULL; local
223 message->FindPointer("teams", (void**)&teams);
231 delete teams;
239 delete teams;
247 AddTeam(teams, icon, strdup(name), strdup(signature));
348 const BList* teams local
[all...]
H A DSwitcher.cpp69 TTeamGroup(BList* teams, uint32 flags, char* name,
366 TTeamGroup::TTeamGroup(BList* teams, uint32 flags, char* name, argument
369 fTeams(teams),
454 TTeamGroup* tinfo = new TTeamGroup(barTeamInfo->teams,
458 barTeamInfo->teams = NULL;
509 BList* teams; local
515 if (message->FindPointer("teams", (void**)&teams) != B_OK)
519 delete teams;
526 delete teams;
623 team_id* teams; local
[all...]
/haiku-fatelf/src/bin/
H A Dopen.cpp82 BList teams; local
84 be_roster->GetAppList(*argv, &teams);
86 if (teams.IsEmpty())
/haiku-fatelf/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp255 team_id teams[] = { -1, 0, 1 } ; local
259 int32 teamCount = sizeof(teams) / sizeof(team_id);
266 team_id team1 = teams[te1];
280 team_id team2 = teams[te2];
/haiku-fatelf/src/servers/app/
H A DDesktop.cpp2333 team_id* teams = (team_id*)malloc(maxCount * sizeof(team_id)); local
2334 if (teams == NULL) {
2350 if (teams[i] == team) {
2360 teams[count++] = team;
2371 sender.Attach<int32>(teams[i]);
2375 free(teams);
/haiku-fatelf/src/system/kernel/
H A Dteam.cpp392 : DefaultNotificationService("teams")
967 teams(NULL),
1051 Team* team = teams;
1281 team->group_next = group->teams;
1282 group->teams = team;
1305 for (current = group->teams; current != NULL;
1309 group->teams = current->group_next;
2593 Team* team = group->teams;
2783 add_debugger_command_etc("teams", &dump_teams, "List all teams",
[all...]
H A Dsignal.cpp1755 for (Team* team = group->teams; team != NULL; team = team->group_next) {
1843 // If id == -1, send the signal to all teams the calling team has permission
2138 - \code id == -1 \endcode: The target are all teams the current team has
/haiku-fatelf/headers/private/kernel/
H A Dthread_types.h638 BKernel::Team *teams; member in struct:BKernel::ProcessGroup
678 /*! \brief Allows to iterate through all teams.

Completed in 121 milliseconds