Searched defs:is_attribute (Results 1 - 9 of 9) sorted by relevance
/external/clang/bindings/python/clang/ |
H A D | cindex.py | 535 def is_attribute(self): member in class:CursorKind
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
H A D | gtest.cc | 2536 // 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 D | gtest.cc | 3029 // 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 D | gtest.cc | 3029 // 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/libvpx/libvpx/third_party/googletest/src/src/ |
H A D | gtest.cc | 3029 // 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 D | gtest.cc | 3001 // 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/open-vcdiff/gtest/src/ |
H A D | gtest.cc | 3016 // 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 D | gtest.cc | 2986 // 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/ceres-solver/internal/ceres/ |
H A D | gmock_gtest_all.cc | 4333 // is_attribute is true, the text is meant to appear as an attribute 4336 static String EscapeXml(const char* str, bool is_attribute); 4416 // Returns an XML-escaped copy of the input string str. If is_attribute 4428 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { argument 4444 if (is_attribute) 4450 if (is_attribute) 4457 if (is_attribute && IsNormalizableWhitespace(*src))
|
Completed in 1947 milliseconds