Home
last modified time | relevance | path

Searched refs:xmlout (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/os400/
Dxmllint.cmd117 (*XMLOUT '--xmlout') +
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc3056 FILE* xmlout = NULL; in OnTestIterationEnd() local
3061 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
3063 if (xmlout == NULL) { in OnTestIterationEnd()
3080 PrintXmlUnitTest(xmlout, unit_test); in OnTestIterationEnd()
3081 fclose(xmlout); in OnTestIterationEnd()
/external/libxml2/
Dxmllint.c147 static int xmlout = 0; variable
2533 if ((html) && (!xmlout)) { in parseAndPrintFile()
2698 if (xmlout) in parseAndPrintFile()
3213 xmlout++; in main()
DNEWS1172 587867 xmllint --html --xmlout serializing as HTML (Daniel Veillard),
2032 --xmlout to implement the previous behaviour of saving it using the XML
DChangeLog6294 add pattern, walker, maxmem, output and xmlout to man page
8636 rule by default when HTML parser is used, add --xmlout to allow to
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc3511 FILE* xmlout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
3514 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3515 fclose(xmlout); in OnTestIterationEnd()
3520 FILE* xmlout = OpenFileForWriting(output_file_); in ListTestsMatchingFilter() local
3523 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter()
3524 fclose(xmlout); in ListTestsMatchingFilter()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc3434 FILE* xmlout = NULL; in OnTestIterationEnd() local
3439 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
3441 if (xmlout == NULL) { in OnTestIterationEnd()
3460 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3461 fclose(xmlout); in OnTestIterationEnd()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc3570 FILE* xmlout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
3573 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3574 fclose(xmlout); in OnTestIterationEnd()
3579 FILE* xmlout = OpenFileForWriting(output_file_); in ListTestsMatchingFilter() local
3582 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter()
3583 fclose(xmlout); in ListTestsMatchingFilter()
/external/mesa3d/src/gtest/src/
Dgtest.cc3608 FILE* xmlout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
3611 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3612 fclose(xmlout); in OnTestIterationEnd()
3617 FILE* xmlout = OpenFileForWriting(output_file_); in ListTestsMatchingFilter() local
3620 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter()
3621 fclose(xmlout); in ListTestsMatchingFilter()
/external/googletest/googletest/src/
Dgtest.cc3982 FILE* xmlout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
3985 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3986 fclose(xmlout); in OnTestIterationEnd()
3991 FILE* xmlout = OpenFileForWriting(output_file_); in ListTestsMatchingFilter() local
3994 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter()
3995 fclose(xmlout); in ListTestsMatchingFilter()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc3692 FILE *xmlout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
3695 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3696 fclose(xmlout); in OnTestIterationEnd()
3701 FILE *xmlout = OpenFileForWriting(output_file_); in ListTestsMatchingFilter() local
3704 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter()
3705 fclose(xmlout); in ListTestsMatchingFilter()
/external/fmtlib/test/
Dgmock-gtest-all.cc4457 FILE* xmlout = NULL; in OnTestIterationEnd() local
4462 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
4464 if (xmlout == NULL) { in OnTestIterationEnd()
4481 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
4482 fclose(xmlout); in OnTestIterationEnd()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc4882 FILE* xmlout = NULL; in OnTestIterationEnd() local
4887 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
4889 if (xmlout == NULL) { in OnTestIterationEnd()
4908 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
4909 fclose(xmlout); in OnTestIterationEnd()