Home
last modified time | relevance | path

Searched refs:is_attr (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Dstring.py274 for is_attr, i in rest:
275 if is_attr:
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py493 for is_attr, i in rest:
494 if is_attr:
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py458 for is_attr, i in rest:
459 if is_attr:
/third_party/jinja2/
Dsandbox.py419 for is_attr, i in rest:
420 if is_attr:
/third_party/python/Objects/stringlib/
Dunicode_format.h1163 int is_attr; in fieldnameiter_next() local
1167 result = FieldNameIterator_next(&it->it_field, &is_attr, in fieldnameiter_next()
1177 is_attr_obj = PyBool_FromLong(is_attr); in fieldnameiter_next()
/third_party/libxml2/
Dtree.c6201 int is_attr; in xmlSearchNsByHref() local
6241 is_attr = (node->type == XML_ATTRIBUTE_NODE); in xmlSearchNsByHref()
6252 if (((!is_attr) || (cur->prefix != NULL)) && in xmlSearchNsByHref()
6263 if (((!is_attr) || (cur->prefix != NULL)) && in xmlSearchNsByHref()