Home
last modified time | relevance | path

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

/external/rust/crates/paste/src/
Dlib.rs225 let is_attribute = delimiter == Delimiter::Bracket in expand() localVariable
230 flatten_single_interpolation && !is_attribute, in expand()
232 if is_attribute { in expand()
/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
453 while ((ok = FieldNameIterator_next(&rest, &is_attribute, &index, in get_field_object()
457 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/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/llvm-project/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/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/mesa3d/src/gtest/src/
Dgtest.cc3542 static std::string EscapeXml(const std::string& str, bool is_attribute);
3635 const std::string& str, bool is_attribute) { in EscapeXml() argument
3651 if (is_attribute) in EscapeXml()
3657 if (is_attribute) in EscapeXml()
3664 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc3504 static std::string EscapeXml(const std::string& str, bool is_attribute);
3597 const std::string& str, bool is_attribute) { in EscapeXml() argument
3613 if (is_attribute) in EscapeXml()
3619 if (is_attribute) in EscapeXml()
3626 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/googletest/googletest/src/
Dgtest.cc3906 static std::string EscapeXml(const std::string& str, bool is_attribute);
4009 const std::string& str, bool is_attribute) { in EscapeXml() argument
4025 if (is_attribute) in EscapeXml()
4031 if (is_attribute) in EscapeXml()
4038 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc3626 static std::string EscapeXml(const std::string &str, bool is_attribute);
3719 bool is_attribute) { in EscapeXml() argument
3729 if (is_attribute) in EscapeXml()
3735 if (is_attribute) in EscapeXml()
3742 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/fmtlib/test/
Dgmock-gtest-all.cc4394 static std::string EscapeXml(const std::string& str, bool is_attribute);
4498 bool is_attribute) { in EscapeXml() argument
4514 if (is_attribute) in EscapeXml()
4520 if (is_attribute) in EscapeXml()
4527 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc4819 static std::string EscapeXml(const std::string& str, bool is_attribute);
4925 const std::string& str, bool is_attribute) { in EscapeXml() argument
4941 if (is_attribute) in EscapeXml()
4947 if (is_attribute) in EscapeXml()
4954 if (is_attribute && IsNormalizableWhitespace(ch)) in EscapeXml()
/external/clang/bindings/python/clang/
Dcindex.py592 def is_attribute(self): member in CursorKind
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py687 def is_attribute(self): member in CursorKind