/external/libxml2/os400/ |
D | xmllint.cmd | 117 (*XMLOUT '--xmlout') +
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 3056 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/ |
D | xmllint.c | 147 static int xmlout = 0; variable 2533 if ((html) && (!xmlout)) { in parseAndPrintFile() 2698 if (xmlout) in parseAndPrintFile() 3213 xmlout++; in main()
|
D | NEWS | 1172 587867 xmllint --html --xmlout serializing as HTML (Daniel Veillard), 2032 --xmlout to implement the previous behaviour of saving it using the XML
|
D | ChangeLog | 6294 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/ |
D | gtest.cc | 3511 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/ |
D | gtest.cc | 3434 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/ |
D | gtest.cc | 3570 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/ |
D | gtest.cc | 3608 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/ |
D | gtest.cc | 3982 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/ |
D | gtest.cc | 3692 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/ |
D | gmock-gtest-all.cc | 4457 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/ |
D | gmock-gtest-all.cc | 4882 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()
|