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

/haiku-fatelf/src/apps/deskbar/
H A DWindowMenu.cpp124 int32 tokenCount = 0; local
125 int32* tokens = get_token_list(theTeam, &tokenCount);
127 for (int32 j = 0; j < tokenCount; j++) {
H A DSwitcher.cpp991 int32 tokenCount; local
992 int32* tokens = get_token_list(-1, &tokenCount);
1004 for (int32 i = 0; i < tokenCount; i++) {
1109 int32 tokenCount;
1110 int32* tokens = get_token_list(-1, &tokenCount);
1122 for (int32 i = 0; i < tokenCount; i++) {
/haiku-fatelf/src/apps/screenshot/
H A DScreenshot.cpp270 int32 tokenCount;
271 int32* tokens = get_token_list(appInfo.team, &tokenCount);
297 &tokens, &tokenCount);
298 if (status != B_OK || !tokens || tokenCount < 1)
307 for (int i = 0; i < tokenCount; i++) {
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DCalloutEmitter.java321 int tokenCount = 0;
325 tokenCount++;
326 if (tokenCount > 2) {
334 if (tokenCount == 1) {
353 if (tokenCount == 2) {
/haiku-fatelf/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-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DVerbatim.java766 int tokenCount = 0;
770 tokenCount++;
771 if (tokenCount > 2) {
779 if (tokenCount == 1) {
798 if (tokenCount == 2) {
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DVerbatim.java772 int tokenCount = 0;
776 tokenCount++;
777 if (tokenCount > 2) {
785 if (tokenCount == 1) {
804 if (tokenCount == 2) {
/haiku-fatelf/src/tests/kits/storage/
H A DMimeSnifferTest.cpp56 int tokenCount;
753 for (int j = 0; j < testCases[i].tokenCount; j++) {

Completed in 116 milliseconds