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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2536 // is_attribute is true, the text is meant to appear as an attribute
2540 bool is_attribute);
2626 // Returns an XML-escaped copy of the input string str. If is_attribute
2639 bool is_attribute) {
2655 if (is_attribute)
2661 if (is_attribute)
2668 if (is_attribute && IsNormalizableWhitespace(*src))
2638 EscapeXml(const char* str, bool is_attribute) argument
/external/chromium/testing/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/chromium_org/testing/gtest/src/
H A Dgtest.cc2924 // is_attribute is true, the text is meant to appear as an attribute
2927 static std::string EscapeXml(const char* str, bool is_attribute);
3009 // Returns an XML-escaped copy of the input string str. If is_attribute
3022 const char* str, bool is_attribute) {
3038 if (is_attribute)
3044 if (is_attribute)
3051 if (is_attribute && IsNormalizableWhitespace(*src))
3021 EscapeXml( const char* str, bool is_attribute) argument
/external/chromium_org/third_party/mesa/src/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/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/llvm/utils/unittest/googletest/
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/open-vcdiff/gtest/src/
H A Dgtest.cc3016 // is_attribute is true, the text is meant to appear as an attribute
3019 static String EscapeXml(const char* str, bool is_attribute);
3099 // Returns an XML-escaped copy of the input string str. If is_attribute
3111 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { argument
3127 if (is_attribute)
3133 if (is_attribute)
3140 if (is_attribute && IsNormalizableWhitespace(*src))
/external/protobuf/gtest/src/
H A Dgtest.cc2986 // is_attribute is true, the text is meant to appear as an attribute
2989 static String EscapeXml(const char* str, bool is_attribute);
3069 // Returns an XML-escaped copy of the input string str. If is_attribute
3081 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { argument
3097 if (is_attribute)
3103 if (is_attribute)
3110 if (is_attribute && IsNormalizableWhitespace(*src))
/external/libvpx/libvpx/third_party/googletest/src/src/
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/clang/bindings/python/clang/
H A Dcindex.py535 def is_attribute(self): member in class:CursorKind

Completed in 247 milliseconds