HomeSort by relevance Sort by last modified time
    Searched refs:testErrors (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libxml/src/
runsuite.c 175 static char testErrors[32769];
185 fprintf(logfile, "%s", testErrors);
186 testErrorsSize = 0; testErrors[0] = 0;
203 res = vsnprintf(&testErrors[testErrorsSize],
210 testErrors[testErrorsSize] = 0;
214 testErrors[testErrorsSize] = 0;
442 testErrorsSize = 0; testErrors[0] = 0;
798 testErrorsSize = 0; testErrors[0] = 0;
896 testErrorsSize = 0; testErrors[0] = 0;
943 if ((ret == 0) && (strstr(testErrors, "nimplemented") != NULL))
    [all...]
runtest.c 245 static char testErrors[32769];
256 res = vsnprintf(&testErrors[testErrorsSize],
263 testErrors[testErrorsSize] = 0;
267 testErrors[testErrorsSize] = 0;
278 res = vsnprintf(&testErrors[testErrorsSize],
285 testErrors[testErrorsSize] = 0;
289 testErrors[testErrorsSize] = 0;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file.py 88 def testErrors(self):
test_fileio.py 114 def testErrors(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file.py 88 def testErrors(self):
test_fileio.py 114 def testErrors(self):

Completed in 251 milliseconds