/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 271 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/ |
D | string_format.h | 354 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/ |
D | gtest.cc | 3003 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/ |
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/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 3372 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/ |
D | gtest.cc | 3371 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/ |
D | gtest.cc | 3371 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/ |
D | gtest.cc | 3445 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/ |
D | gtest.cc | 3491 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/ |
D | gtest-all.cc | 4823 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/ |
D | cindex.py | 592 def is_attribute(self): member in CursorKind
|