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

/xsrc/external/mit/xkbcomp/dist/
H A Dvmod.h36 int errorCount; member in struct:_VModInfo
H A Dcompat.c62 int errorCount; member in struct:_CompatInfo
108 info->errorCount = 0;
348 if (from->errorCount > 0)
350 into->errorCount += from->errorCount;
364 into->errorCount++;
371 into->errorCount++;
384 into->errorCount++;
431 info->errorCount += 10;
434 if ((stmt->next != NULL) && (included.errorCount <
[all...]
H A Dgeometry.c221 int errorCount; member in struct:_GeometryInfo
1236 if (from->errorCount > 0)
1238 into->errorCount += from->errorCount;
1281 into->errorCount++;
1291 into->errorCount++;
1301 into->errorCount++;
1311 into->errorCount++;
1315 into->errorCount++;
1357 info->errorCount
[all...]
H A Dkeycodes.c70 int errorCount; member in struct:_KeyNamesInfo
296 info->errorCount = 0;
428 if (from->errorCount > 0)
430 into->errorCount += from->errorCount;
452 into->errorCount++;
462 into->errorCount++;
467 into->errorCount++;
510 return (info->errorCount == 0);
525 info->errorCount
[all...]
H A Dkeytypes.c72 int errorCount; member in struct:_KeyTypesInfo
116 info->errorCount = 0;
343 if (from->errorCount > 0)
345 into->errorCount += from->errorCount;
359 into->errorCount++;
403 info->errorCount += 10;
406 if ((stmt->next != NULL) && (included.errorCount < 1))
430 info->errorCount += 10;
442 return (info->errorCount
[all...]
H A Dsymbols.c210 int errorCount; member in struct:_SymbolsInfo
235 info->errorCount = 0;
701 if (from->errorCount > 0)
703 into->errorCount += from->errorCount;
724 into->errorCount++;
734 into->errorCount++;
741 into->errorCount++;
790 info->errorCount += 10;
793 if ((stmt->next != NULL) && (included.errorCount <
[all...]
H A Dvmod.c43 info->errorCount = 0;
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dgetprocaddress.c1451 int errorCount = 0; local in function:test_WeightPointerARB
1488 errorCount++;
1497 errorCount++;
1513 if (errorCount == 0) {

Completed in 79 milliseconds