Home
last modified time | relevance | path

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

/external/libxml2/os400/
Dxmllint.cmd117 (*XMLOUT '--xmlout') +
/external/protobuf/gtest/src/
Dgtest.cc3068 FILE* xmlout = NULL; in OnTestIterationEnd() local
3073 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
3075 if (xmlout == NULL) { in OnTestIterationEnd()
3092 PrintXmlUnitTest(xmlout, unit_test); in OnTestIterationEnd()
3093 fclose(xmlout); in OnTestIterationEnd()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc3055 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/
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/google-breakpad/src/testing/gtest/src/
Dgtest.cc3081 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/mesa3d/src/gtest/src/
Dgtest.cc3097 FILE* xmlout = NULL; in OnTestIterationEnd() local
3102 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
3104 if (xmlout == NULL) { in OnTestIterationEnd()
3123 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3124 fclose(xmlout); in OnTestIterationEnd()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc3097 FILE* xmlout = NULL; in OnTestIterationEnd() local
3102 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
3104 if (xmlout == NULL) { in OnTestIterationEnd()
3123 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3124 fclose(xmlout); in OnTestIterationEnd()
/external/libxml2/
Dxmllint.c147 static int xmlout = 0; variable
2519 if ((html) && (!xmlout)) { in parseAndPrintFile()
2684 if (xmlout) in parseAndPrintFile()
3200 xmlout++; in main()
DNEWS729 587867 xmllint --html --xmlout serializing as HTML (Daniel Veillard),
1589 --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/v8/testing/gtest/src/
Dgtest.cc3432 FILE* xmlout = NULL; in OnTestIterationEnd() local
3437 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
3439 if (xmlout == NULL) { in OnTestIterationEnd()
3458 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3459 fclose(xmlout); in OnTestIterationEnd()
/external/libvpx/libvpx/third_party/googletest/src/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/googletest/googletest/src/
Dgtest.cc3432 FILE* xmlout = NULL; in OnTestIterationEnd() local
3437 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
3439 if (xmlout == NULL) { in OnTestIterationEnd()
3458 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3459 fclose(xmlout); in OnTestIterationEnd()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc4408 FILE* xmlout = NULL; in OnTestIterationEnd() local
4413 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
4415 if (xmlout == NULL) { in OnTestIterationEnd()
4432 PrintXmlUnitTest(xmlout, unit_test); in OnTestIterationEnd()
4433 fclose(xmlout); in OnTestIterationEnd()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc4581 FILE* xmlout = NULL; in OnTestIterationEnd() local
4586 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
4588 if (xmlout == NULL) { in OnTestIterationEnd()
4607 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
4608 fclose(xmlout); in OnTestIterationEnd()
/external/fmtlib/test/
Dgmock-gtest-all.cc4581 FILE* xmlout = NULL; in OnTestIterationEnd() local
4586 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
4588 if (xmlout == NULL) { in OnTestIterationEnd()
4607 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
4608 fclose(xmlout); in OnTestIterationEnd()