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

/external/libxml2/
H A Dxmllint.c163 static int xmlout = 0; variable
2537 if ((html) && (!xmlout)) {
2702 if (xmlout)
3042 printf("\t--xmlout : force to use the XML serializer when using --html\n");
3216 else if ((!strcmp(argv[i], "-xmlout")) ||
3217 (!strcmp(argv[i], "--xmlout"))) {
3218 xmlout++;
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc3081 FILE* xmlout = NULL; local
3086 xmlout = posix::FOpen(output_file_.c_str(), "w");
3088 if (xmlout == NULL) {
3105 PrintXmlUnitTest(xmlout, unit_test);
3106 fclose(xmlout);
/external/googletest/googletest/src/
H A Dgtest.cc3432 FILE* xmlout = NULL; local
3437 xmlout = posix::FOpen(output_file_.c_str(), "w");
3439 if (xmlout == NULL) {
3458 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
3459 fclose(xmlout);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc3434 FILE* xmlout = NULL; local
3439 xmlout = posix::FOpen(output_file_.c_str(), "w");
3441 if (xmlout == NULL) {
3460 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
3461 fclose(xmlout);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3056 FILE* xmlout = NULL; local
3061 xmlout = posix::FOpen(output_file_.c_str(), "w");
3063 if (xmlout == NULL) {
3080 PrintXmlUnitTest(xmlout, unit_test);
3081 fclose(xmlout);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc3097 FILE* xmlout = NULL; local
3102 xmlout = posix::FOpen(output_file_.c_str(), "w");
3104 if (xmlout == NULL) {
3123 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
3124 fclose(xmlout);
/external/protobuf/gtest/src/
H A Dgtest.cc3068 FILE* xmlout = NULL; local
3073 xmlout = posix::FOpen(output_file_.c_str(), "w");
3075 if (xmlout == NULL) {
3092 PrintXmlUnitTest(xmlout, unit_test);
3093 fclose(xmlout);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc3055 FILE* xmlout = NULL; local
3060 xmlout = posix::FOpen(output_file_.c_str(), "w");
3062 if (xmlout == NULL) {
3079 PrintXmlUnitTest(xmlout, unit_test);
3080 fclose(xmlout);
/external/v8/testing/gtest/src/
H A Dgtest.cc3432 FILE* xmlout = NULL; local
3437 xmlout = posix::FOpen(output_file_.c_str(), "w");
3439 if (xmlout == NULL) {
3458 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
3459 fclose(xmlout);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc3097 FILE* xmlout = NULL; local
3102 xmlout = posix::FOpen(output_file_.c_str(), "w");
3104 if (xmlout == NULL) {
3123 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
3124 fclose(xmlout);
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc4408 FILE* xmlout = NULL; local
4413 xmlout = posix::FOpen(output_file_.c_str(), "w");
4415 if (xmlout == NULL) {
4432 PrintXmlUnitTest(xmlout, unit_test);
4433 fclose(xmlout);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc4581 FILE* xmlout = NULL; local
4586 xmlout = posix::FOpen(output_file_.c_str(), "w");
4588 if (xmlout == NULL) {
4607 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
4608 fclose(xmlout);
/external/fmtlib/test/
H A Dgmock-gtest-all.cc4581 FILE* xmlout = NULL; local
4586 xmlout = posix::FOpen(output_file_.c_str(), "w");
4588 if (xmlout == NULL) {
4607 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
4608 fclose(xmlout);

Completed in 313 milliseconds