Searched refs:is_attribute (Results 1 – 9 of 9) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest.cc | 2540 bool is_attribute); 2639 bool is_attribute) { in EscapeXml() argument 2655 if (is_attribute) in EscapeXml() 2661 if (is_attribute) in EscapeXml() 2668 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 2989 static String EscapeXml(const char* str, bool is_attribute); 3081 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument 3097 if (is_attribute) in EscapeXml() 3103 if (is_attribute) in EscapeXml() 3110 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/chromium/testing/gtest/src/ |
D | gtest.cc | 3032 static String EscapeXml(const char* str, bool is_attribute); 3124 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument 3140 if (is_attribute) in EscapeXml() 3146 if (is_attribute) in EscapeXml() 3153 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/gtest/src/ |
D | gtest.cc | 3032 static String EscapeXml(const char* str, bool is_attribute); 3124 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument 3140 if (is_attribute) in EscapeXml() 3146 if (is_attribute) in EscapeXml() 3153 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/open-vcdiff/gtest/src/ |
D | gtest.cc | 3019 static String EscapeXml(const char* str, bool is_attribute); 3111 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument 3127 if (is_attribute) in EscapeXml() 3133 if (is_attribute) in EscapeXml() 3140 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 3032 static String EscapeXml(const char* str, bool is_attribute); 3124 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument 3140 if (is_attribute) in EscapeXml() 3146 if (is_attribute) in EscapeXml() 3153 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/llvm/utils/unittest/googletest/ |
D | gtest.cc | 3004 static String EscapeXml(const char* str, bool is_attribute); 3096 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument 3112 if (is_attribute) in EscapeXml() 3118 if (is_attribute) in EscapeXml() 3125 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/ceres-solver/internal/ceres/ |
D | gmock_gtest_all.cc | 4336 static String EscapeXml(const char* str, bool is_attribute); 4428 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument 4444 if (is_attribute) in EscapeXml() 4450 if (is_attribute) in EscapeXml() 4457 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 535 def is_attribute(self): member in CursorKind
|