Home
last modified time | relevance | path

Searched refs:testErrors (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/
Drunxmlconf.c106 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()
Drunsuite.c163 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 …]
Dtestrecurse.c310 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()
Druntest.c241 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 …]
Dtestlimits.c402 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/
Dforeach.mm73 void testErrors(NSArray *array) { function
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java267 public void testErrors() throws IOException { in testErrors() method in CloserTest