Searched refs:teamCount (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/apps/processcontroller/
H A DTeamBarMenu.h38 TeamBarMenu(const char* title, info_pack* infos, int32 teamCount);
H A DTeamBarMenu.cpp37 TeamBarMenu::TeamBarMenu(const char* title, info_pack* infos, int32 teamCount) argument
39 fTeamCount(teamCount+EXTRA),
45 for (k = 0; k < teamCount; k++) {
/haiku-fatelf/src/apps/deskbar/
H A DWindowMenu.cpp121 int32 teamCount = fTeam->CountItems(); local
122 for (int32 i = 0; i < teamCount; i++) {
H A DBarApp.cpp152 int32 teamCount = sBarTeamInfoList.CountItems(); local
153 for (int32 i = 0; i < teamCount; i++) {
757 int32 teamCount = sBarTeamInfoList.CountItems(); local
758 for (int32 i = 0; i < teamCount; i++) {
837 int32 teamCount = sBarTeamInfoList.CountItems();
838 for (int32 i = 0; i < teamCount; i++) {
H A DExpandoMenuBar.cpp349 int32 teamCount = teams->CountItems(); local
352 for (int32 team = 0; team < teamCount; team++) {
863 int32 teamCount = teamItem->Teams()->CountItems(); local
864 for (int32 j = 0; j < teamCount; j++) {
/haiku-fatelf/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp259 int32 teamCount = sizeof(teams) / sizeof(team_id); local
265 for (int32 te1 = 0; te1 < teamCount; te1++) {
279 for (int32 te2 = 0; te2 < teamCount; te2++) {
/haiku-fatelf/src/servers/media/
H A DNodeManager.cpp256 int32 teamCount = teamRef->second - 1; local
257 (void)teamCount;
279 "ref %ld, team ref %ld\n", id, team, node.ref_count, teamCount);

Completed in 107 milliseconds