Searched refs:errorcount (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/fs/fs-bench/ |
D | random-del-create.c | 25 int errorcount = 0; variable 61 fprintf(stderr, "Total error : %d\n", errorcount); in main() 82 if ((errorcount > dfilecount || errorcount > cfilecount) in create_or_delete() 83 && (errorcount > MAXERROR)) { in create_or_delete() 87 fprintf(stderr, "Total error : %d\n", errorcount); in create_or_delete() 98 errorcount++; in create_file() 105 errorcount++; in create_file() 124 errorcount++; in delete_file() 129 errorcount++; in delete_file()
|
D | random-access-del-create.c | 28 int errorcount = 0; variable 64 fprintf(stderr, "Total error : %d\n", errorcount); in main() 84 if ((errorcount > dfilecount || errorcount > cfilecount) in create_or_delete() 85 && (errorcount > MAXERROR)) { in create_or_delete() 89 fprintf(stderr, "Total error : %d\n", errorcount); in create_or_delete() 100 errorcount++; in create_file() 107 errorcount++; in create_file() 127 errorcount++; in delete_file() 132 errorcount++; in delete_file()
|
/external/libmojo/third_party/ply/ |
D | yacc.py | 289 errorcount = 0 # Used during error recovery 373 if errorcount: errorcount -=1 436 errorcount = error_count 475 errorcount = error_count 506 if errorcount == 0 or self.errorok: 507 errorcount = error_count 542 errorcount = error_count 604 errorcount = 0 # Used during error recovery 670 if errorcount: errorcount -=1 722 errorcount = error_count [all …]
|
/external/ply/ply/ply/ |
D | yacc.py | 357 errorcount = 0 # Used during error recovery 450 if errorcount: 451 errorcount -= 1 518 errorcount = error_count 559 errorcount = error_count 591 if errorcount == 0 or self.errorok: 592 errorcount = error_count 624 errorcount = error_count 704 errorcount = 0 # Used during error recovery 780 if errorcount: [all …]
|
/external/stressapptest/src/ |
D | worker.cc | 903 int errorcount = CheckRegion(memslice, in CrcCheckPage() local 907 if (errorcount == 0) { in CrcCheckPage() 913 errors += errorcount; in CrcCheckPage() 1213 int errorcount = CheckRegion(sourcemem, in CrcCopyPage() local 1217 if (errorcount == 0) { in CrcCopyPage() 1227 errorcount = CheckRegion(sourcemem, in CrcCopyPage() 1231 if (errorcount == 0) { in CrcCopyPage() 1247 errors += errorcount; in CrcCopyPage() 1357 int errorcount = CheckRegion(sourcemem, in CrcWarmCopyPage() local 1361 if (errorcount == 0) { in CrcWarmCopyPage() [all …]
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 177 self.errorcount = 0 195 self.errorcount = 0 # Used during error recovery 263 if self.errorcount > 0: 264 self.errorcount -= 1 330 if not self.errorcount: 331 self.errorcount = error_count 343 if not self.errorcount: 363 self.errorcount = error_count
|
/external/valgrind/docs/internals/ |
D | 3_8_BUGSTATUS.txt | 508 324261 errorcount in xml output remains empty (no error pairs mentioned)
|