Home
last modified time | relevance | path

Searched refs:is_attribute (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h271 FieldNameIterator_next(FieldNameIterator *self, int *is_attribute, in FieldNameIterator_next() argument
280 *is_attribute = 1; in FieldNameIterator_next()
286 *is_attribute = 0; in FieldNameIterator_next()
399 int is_attribute; in get_field_object() local
448 while ((ok = FieldNameIterator_next(&rest, &is_attribute, &index, in get_field_object()
452 if (is_attribute) in get_field_object()
/external/python/cpython2/Objects/stringlib/
Dstring_format.h354 FieldNameIterator_next(FieldNameIterator *self, int *is_attribute, in FieldNameIterator_next() argument
363 *is_attribute = 1; in FieldNameIterator_next()
369 *is_attribute = 0; in FieldNameIterator_next()
483 int is_attribute; in get_field_object() local
515 while ((ok = FieldNameIterator_next(&rest, &is_attribute, &index, in get_field_object()
519 if (is_attribute) in get_field_object()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc3003 static String EscapeXml(const char* str, bool is_attribute);
3095 String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { in EscapeXml() argument
3111 if (is_attribute) in EscapeXml()
3117 if (is_attribute) in EscapeXml()
3124 if (is_attribute && IsNormalizableWhitespace(*src)) in EscapeXml()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc3004 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/
Dgtest.cc3029 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/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc3372 static std::string EscapeXml(const std::string& str, bool is_attribute);
3478 const std::string& str, bool is_attribute) { in EscapeXml() argument
3494 if (is_attribute) in EscapeXml()
3500 if (is_attribute) in EscapeXml()
3507 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc3371 static std::string EscapeXml(const std::string& str, bool is_attribute);
3477 const std::string& str, bool is_attribute) { in EscapeXml() argument
3493 if (is_attribute) in EscapeXml()
3499 if (is_attribute) in EscapeXml()
3506 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/mesa3d/src/gtest/src/
Dgtest.cc3371 static std::string EscapeXml(const std::string& str, bool is_attribute);
3477 const std::string& str, bool is_attribute) { in EscapeXml() argument
3493 if (is_attribute) in EscapeXml()
3499 if (is_attribute) in EscapeXml()
3506 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc3445 static std::string EscapeXml(const std::string& str, bool is_attribute);
3540 const std::string& str, bool is_attribute) { in EscapeXml() argument
3556 if (is_attribute) in EscapeXml()
3562 if (is_attribute) in EscapeXml()
3569 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/googletest/googletest/src/
Dgtest.cc3491 static std::string EscapeXml(const std::string& str, bool is_attribute);
3584 const std::string& str, bool is_attribute) { in EscapeXml() argument
3600 if (is_attribute) in EscapeXml()
3606 if (is_attribute) in EscapeXml()
3613 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc4823 static std::string EscapeXml(const std::string& str, bool is_attribute);
4929 const std::string& str, bool is_attribute) { in EscapeXml() argument
4945 if (is_attribute) in EscapeXml()
4951 if (is_attribute) in EscapeXml()
4958 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/clang/bindings/python/clang/
Dcindex.py592 def is_attribute(self): member in CursorKind