Searched refs:testErrors (Results 1 – 7 of 7) sorted by relevance
/external/libxml2/ |
D | runxmlconf.c | 106 static char testErrors[32769]; variable 118 fprintf(logfile, "%s", testErrors); in test_log() 119 testErrorsSize = 0; testErrors[0] = 0; in test_log() 134 res = snprintf(&testErrors[testErrorsSize], in testErrorHandler() 145 testErrors[testErrorsSize] = 0; in testErrorHandler() 149 testErrors[testErrorsSize] = 0; in testErrorHandler() 305 testErrorsSize = 0; testErrors[0] = 0; in xmlconfTestItem() 380 testErrorsSize = 0; testErrors[0] = 0; in xmlconfTestItem()
|
D | runsuite.c | 163 static char testErrors[32769]; variable 173 fprintf(logfile, "%s", testErrors); in test_log() 174 testErrorsSize = 0; testErrors[0] = 0; in test_log() 191 res = vsnprintf(&testErrors[testErrorsSize], in testErrorHandler() 198 testErrors[testErrorsSize] = 0; in testErrorHandler() 202 testErrors[testErrorsSize] = 0; in testErrorHandler() 430 testErrorsSize = 0; testErrors[0] = 0; in xsdTestCase() 786 testErrorsSize = 0; testErrors[0] = 0; in xstcTestInstance() 884 testErrorsSize = 0; testErrors[0] = 0; in xstcTestGroup() 931 if ((ret == 0) && (strstr(testErrors, "nimplemented") != NULL)) { in xstcTestGroup() [all …]
|
D | testrecurse.c | 310 static char testErrors[32769]; variable 321 res = vsnprintf(&testErrors[testErrorsSize], in channel() 328 testErrors[testErrorsSize] = 0; in channel() 332 testErrors[testErrorsSize] = 0; in channel() 858 testErrors[0] = 0; in launchTests() 887 testErrors[0] = 0; in launchTests()
|
D | runtest.c | 241 static char testErrors[32769]; variable 252 res = vsnprintf(&testErrors[testErrorsSize], in testErrorHandler() 259 testErrors[testErrorsSize] = 0; in testErrorHandler() 263 testErrors[testErrorsSize] = 0; in testErrorHandler() 274 res = vsnprintf(&testErrors[testErrorsSize], in channel() 281 testErrors[testErrorsSize] = 0; in channel() 285 testErrors[testErrorsSize] = 0; in channel() 1879 res = compareFileMem(err, testErrors, testErrorsSize); in pushParseTest() 2051 res = compareFileMem(err, testErrors, testErrorsSize); in errParseTest() 2167 ret = compareFileMem(err, testErrors, testErrorsSize); in streamProcessTest() [all …]
|
D | testlimits.c | 402 static char testErrors[32769]; variable 413 res = vsnprintf(&testErrors[testErrorsSize], in channel() 420 testErrors[testErrorsSize] = 0; in channel() 424 testErrors[testErrorsSize] = 0; in channel()
|
/external/clang/test/SemaObjCXX/ |
D | foreach.mm | 73 void testErrors(NSArray *array) { function
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 267 public void testErrors() throws IOException { in testErrors() method in CloserTest
|