/external/libxml2/os400/ |
D | xmllint.cmd | 117 (*XMLOUT '--xmlout') +
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 3055 FILE* xmlout = NULL; in OnTestIterationEnd() local 3060 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd() 3062 if (xmlout == NULL) { in OnTestIterationEnd() 3079 PrintXmlUnitTest(xmlout, unit_test); in OnTestIterationEnd() 3080 fclose(xmlout); in OnTestIterationEnd()
|
/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/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 3081 FILE* xmlout = NULL; in OnTestIterationEnd() local 3086 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd() 3088 if (xmlout == NULL) { in OnTestIterationEnd() 3105 PrintXmlUnitTest(xmlout, unit_test); in OnTestIterationEnd() 3106 fclose(xmlout); in OnTestIterationEnd()
|
/external/libxml2/ |
D | xmllint.c | 147 static int xmlout = 0; variable 2520 if ((html) && (!xmlout)) { in parseAndPrintFile() 2685 if (xmlout) in parseAndPrintFile() 3201 xmlout++; in main()
|
D | NEWS | 729 587867 xmllint --html --xmlout serializing as HTML (Daniel Veillard), 1589 --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/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 3435 FILE* xmlout = NULL; in OnTestIterationEnd() local 3440 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd() 3442 if (xmlout == NULL) { in OnTestIterationEnd() 3461 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd() 3462 fclose(xmlout); in OnTestIterationEnd()
|
/external/mesa3d/src/gtest/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/swiftshader/third_party/llvm-7.0/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/googletest/googletest/src/ |
D | gtest.cc | 3557 FILE* xmlout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local 3560 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd() 3561 fclose(xmlout); in OnTestIterationEnd() 3566 FILE* xmlout = OpenFileForWriting(output_file_); in ListTestsMatchingFilter() local 3569 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter() 3570 fclose(xmlout); in ListTestsMatchingFilter()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 4886 FILE* xmlout = NULL; in OnTestIterationEnd() local 4891 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd() 4893 if (xmlout == NULL) { in OnTestIterationEnd() 4912 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd() 4913 fclose(xmlout); in OnTestIterationEnd()
|