/external/llvm/utils/unittest/googletest/src/ |
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/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 3029 static String EscapeXml(const char* str, bool is_attribute); 3121 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument 3137 if (is_attribute) in EscapeXml() 3143 if (is_attribute) in EscapeXml() 3150 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/mesa3d/src/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/protobuf/gtest/src/ |
D | gtest.cc | 3016 static String EscapeXml(const char* str, bool is_attribute); 3108 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument 3124 if (is_attribute) in EscapeXml() 3130 if (is_attribute) in EscapeXml() 3137 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest.cc | 3034 static std::string EscapeXml(const std::string& str, bool is_attribute); 3140 const std::string& str, bool is_attribute) { in EscapeXml() argument 3156 if (is_attribute) in EscapeXml() 3162 if (is_attribute) in EscapeXml() 3169 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
|
/external/gtest/src/ |
D | gtest.cc | 3034 static std::string EscapeXml(const std::string& str, bool is_attribute); 3140 const std::string& str, bool is_attribute) { in EscapeXml() argument 3156 if (is_attribute) in EscapeXml() 3162 if (is_attribute) in EscapeXml() 3169 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 4356 static String EscapeXml(const char* str, bool is_attribute); 4448 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument 4464 if (is_attribute) in EscapeXml() 4470 if (is_attribute) in EscapeXml() 4477 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 4518 static std::string EscapeXml(const std::string& str, bool is_attribute); 4624 const std::string& str, bool is_attribute) { in EscapeXml() argument 4640 if (is_attribute) in EscapeXml() 4646 if (is_attribute) in EscapeXml() 4653 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 4518 static std::string EscapeXml(const std::string& str, bool is_attribute); 4624 const std::string& str, bool is_attribute) { in EscapeXml() argument 4640 if (is_attribute) in EscapeXml() 4646 if (is_attribute) in EscapeXml() 4653 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
|
/external/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 4542 static std::string EscapeXml(const std::string& str, bool is_attribute); 4648 const std::string& str, bool is_attribute) { in EscapeXml() argument 4664 if (is_attribute) in EscapeXml() 4670 if (is_attribute) in EscapeXml() 4677 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 575 def is_attribute(self): member in CursorKind
|