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

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc3026 // is_attribute is true, the text is meant to appear as an attribute
3029 static String EscapeXml(const char* str, bool is_attribute);
3109 // Returns an XML-escaped copy of the input string str. If is_attribute
3121 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { argument
3137 if (is_attribute)
3143 if (is_attribute)
3150 if (is_attribute && IsNormalizableWhitespace(*src))
/external/googletest/googletest/src/
H A Dgtest.cc3366 // is_attribute is true, the text is meant to appear as an attribute
3369 static std::string EscapeXml(const std::string& str, bool is_attribute);
3462 // Returns an XML-escaped copy of the input string str. If is_attribute
3475 const std::string& str, bool is_attribute) {
3491 if (is_attribute)
3497 if (is_attribute)
3504 if (is_attribute && IsNormalizableWhitespace(ch))
3474 EscapeXml( const std::string& str, bool is_attribute) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc3368 // is_attribute is true, the text is meant to appear as an attribute
3371 static std::string EscapeXml(const std::string& str, bool is_attribute);
3464 // Returns an XML-escaped copy of the input string str. If is_attribute
3477 const std::string& str, bool is_attribute) {
3493 if (is_attribute)
3499 if (is_attribute)
3506 if (is_attribute && IsNormalizableWhitespace(ch))
3476 EscapeXml( const std::string& str, bool is_attribute) argument
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3001 // is_attribute is true, the text is meant to appear as an attribute
3004 static String EscapeXml(const char* str, bool is_attribute);
3084 // Returns an XML-escaped copy of the input string str. If is_attribute
3096 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { argument
3112 if (is_attribute)
3118 if (is_attribute)
3125 if (is_attribute && IsNormalizableWhitespace(*src))
/external/mesa3d/src/gtest/src/
H A Dgtest.cc3029 // is_attribute is true, the text is meant to appear as an attribute
3032 static String EscapeXml(const char* str, bool is_attribute);
3112 // Returns an XML-escaped copy of the input string str. If is_attribute
3124 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { argument
3140 if (is_attribute)
3146 if (is_attribute)
3153 if (is_attribute && IsNormalizableWhitespace(*src))
/external/protobuf/gtest/src/
H A Dgtest.cc3013 // is_attribute is true, the text is meant to appear as an attribute
3016 static String EscapeXml(const char* str, bool is_attribute);
3096 // Returns an XML-escaped copy of the input string str. If is_attribute
3108 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { argument
3124 if (is_attribute)
3130 if (is_attribute)
3137 if (is_attribute && IsNormalizableWhitespace(*src))
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc3000 // is_attribute is true, the text is meant to appear as an attribute
3003 static String EscapeXml(const char* str, bool is_attribute);
3083 // Returns an XML-escaped copy of the input string str. If is_attribute
3095 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { argument
3111 if (is_attribute)
3117 if (is_attribute)
3124 if (is_attribute && IsNormalizableWhitespace(*src))
/external/v8/testing/gtest/src/
H A Dgtest.cc3366 // is_attribute is true, the text is meant to appear as an attribute
3369 static std::string EscapeXml(const std::string& str, bool is_attribute);
3462 // Returns an XML-escaped copy of the input string str. If is_attribute
3475 const std::string& str, bool is_attribute) {
3491 if (is_attribute)
3497 if (is_attribute)
3504 if (is_attribute && IsNormalizableWhitespace(ch))
3474 EscapeXml( const std::string& str, bool is_attribute) argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc3031 // is_attribute is true, the text is meant to appear as an attribute
3034 static std::string EscapeXml(const std::string& str, bool is_attribute);
3127 // Returns an XML-escaped copy of the input string str. If is_attribute
3140 const std::string& str, bool is_attribute) {
3156 if (is_attribute)
3162 if (is_attribute)
3169 if (is_attribute && IsNormalizableWhitespace(ch))
3139 EscapeXml( const std::string& str, bool is_attribute) argument
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc4353 // is_attribute is true, the text is meant to appear as an attribute
4356 static String EscapeXml(const char* str, bool is_attribute);
4436 // Returns an XML-escaped copy of the input string str. If is_attribute
4448 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { argument
4464 if (is_attribute)
4470 if (is_attribute)
4477 if (is_attribute && IsNormalizableWhitespace(*src))
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc4515 // is_attribute is true, the text is meant to appear as an attribute
4518 static std::string EscapeXml(const std::string& str, bool is_attribute);
4611 // Returns an XML-escaped copy of the input string str. If is_attribute
4624 const std::string& str, bool is_attribute) {
4640 if (is_attribute)
4646 if (is_attribute)
4653 if (is_attribute && IsNormalizableWhitespace(ch))
4623 EscapeXml( const std::string& str, bool is_attribute) argument
/external/fmtlib/test/
H A Dgmock-gtest-all.cc4515 // is_attribute is true, the text is meant to appear as an attribute
4518 static std::string EscapeXml(const std::string& str, bool is_attribute);
4611 // Returns an XML-escaped copy of the input string str. If is_attribute
4624 const std::string& str, bool is_attribute) {
4640 if (is_attribute)
4646 if (is_attribute)
4653 if (is_attribute && IsNormalizableWhitespace(ch))
4623 EscapeXml( const std::string& str, bool is_attribute) argument
/external/clang/bindings/python/clang/
H A Dcindex.py592 def is_attribute(self): member in class:CursorKind

Completed in 853 milliseconds