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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DVisitor.py556 elif value.is_attribute and value.obj.is_name:
590 elif function.is_attribute and function.type.is_pyobject:
H A DExprNodes.py294 is_attribute = 0 variable in class:ExprNode
3268 if self.index.is_name or self.index.is_attribute:
3328 if self.base.is_attribute:
3332 self.is_attribute = True
4383 if function.is_attribute and function.entry and function.entry.is_cmethod:
4600 if self.function.is_name or self.function.is_attribute:
4660 if self.function.is_name or self.function.is_attribute:
5164 is_attribute = 1 variable in class:AttributeNode
5257 if node.is_attribute:
5439 elif (obj_type.is_cfunction and (self.obj.is_name or self.obj.is_attribute)
[all...]
H A DOptimize.py152 if function.is_attribute and not reversed and not arg_count:
1923 if not function or not function.is_attribute or not function.obj.is_name:
2239 if arg.is_attribute or not arg.is_simple():
H A DNodes.py4636 if use_temp or rhs.is_attribute or (
4683 if use_temp or rhs.is_attribute or (
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc3318 // is_attribute is true, the text is meant to appear as an attribute
3321 static std::string EscapeXml(const std::string& str, bool is_attribute);
3414 // Returns an XML-escaped copy of the input string str. If is_attribute
3427 const std::string& str, bool is_attribute) {
3443 if (is_attribute)
3449 if (is_attribute)
3456 if (is_attribute && IsNormalizableWhitespace(ch))
3426 EscapeXml( const std::string& 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.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/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.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/chromium_org/third_party/libvpx/source/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/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.py558 def is_attribute(self): member in class:CursorKind

Completed in 348 milliseconds