Searched refs:tokenCount (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/app/
H A DAppMisc.cpp178 int32 tokenCount; local
179 int32* tokens = get_token_list(team, &tokenCount);
184 for (int32 index = 0; index < tokenCount; index++) {
/haiku/src/apps/deskbar/
H A DWindowMenu.cpp115 int32 tokenCount = 0; local
116 int32* tokens = get_token_list(theTeam, &tokenCount);
118 for (int32 j = 0; j < tokenCount; j++) {
H A DSwitcher.cpp950 int32 tokenCount; local
951 int32* tokens = get_token_list(-1, &tokenCount);
963 for (int32 i = 0; i < tokenCount; i++) {
1067 int32 tokenCount;
1068 int32* tokens = get_token_list(-1, &tokenCount);
1080 for (int32 i = 0; i < tokenCount; i++) {
/haiku/src/apps/screenshot/
H A DScreenshot.cpp267 int32 tokenCount;
268 int32* tokens = get_token_list(appInfo.team, &tokenCount);
294 &tokens, &tokenCount);
295 if (status != B_OK || !tokens || tokenCount < 1)
304 for (int i = 0; i < tokenCount; i++) {
/haiku/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp258 int32 tokenCount = sizeof(tokens) / sizeof(int32); local
263 for (int32 to1 = 0; to1 < tokenCount; to1++) {
277 for (int32 to2 = 0; to2 < tokenCount; to2++) {
/haiku/src/tests/kits/storage/
H A DMimeSnifferTest.cpp59 int tokenCount;
756 for (int j = 0; j < testCases[i].tokenCount; j++) {

Completed in 132 milliseconds