Home
last modified time | relevance | path

Searched defs:eval_ctx (Results 1 – 14 of 14) sorted by relevance

/external/python/jinja/src/jinja2/
Dnodes.py395 def as_const(self, eval_ctx=None): argument
420 def as_const(self, eval_ctx=None): argument
442 def as_const(self, eval_ctx=None): argument
500 def as_const(self, eval_ctx=None): argument
521 def as_const(self, eval_ctx=None): argument
538 def as_const(self, eval_ctx=None): argument
554 def as_const(self, eval_ctx=None): argument
566 def as_const(self, eval_ctx=None): argument
576 def as_const(self, eval_ctx=None): argument
586 def as_const(self, eval_ctx=None): argument
[all …]
Dfilters.py161 def do_replace(eval_ctx, s, old, new, count=None): argument
445 def do_join(eval_ctx, value, d="", attribute=None): argument
572 eval_ctx, value, trim_url_limit=None, nofollow=False, target=None, rel=None argument
1209 def do_tojson(eval_ctx, value, indent=None): argument
Dasyncfilters.py87 async def do_join(eval_ctx, value, d="", attribute=None): argument
Denvironment.py470 self, name, value, args=None, kwargs=None, context=None, eval_ctx=None argument
Dcompiler.py102 def __init__(self, eval_ctx, parent=None, level=None): argument
/external/libchrome/third_party/jinja2/
Dnodes.py397 def as_const(self, eval_ctx=None): argument
421 def as_const(self, eval_ctx=None): argument
440 def as_const(self, eval_ctx=None): argument
493 def as_const(self, eval_ctx=None): argument
519 def as_const(self, eval_ctx=None): argument
535 def as_const(self, eval_ctx=None): argument
550 def as_const(self, eval_ctx=None): argument
561 def as_const(self, eval_ctx=None): argument
570 def as_const(self, eval_ctx=None): argument
579 def as_const(self, eval_ctx=None): argument
[all …]
Doptimizer.py35 def fold(self, node, eval_ctx=None): argument
Dfilters.py116 def do_replace(eval_ctx, s, old, new, count=None): argument
378 def do_join(eval_ctx, value, d=u'', attribute=None): argument
499 def do_urlize(eval_ctx, value, trim_url_limit=None, nofollow=False, argument
1047 def do_tojson(eval_ctx, value, indent=None): argument
Dasyncfilters.py78 async def do_join(eval_ctx, value, d=u'', attribute=None): argument
Denvironment.py439 context=None, eval_ctx=None): argument
Dcompiler.py133 def __init__(self, eval_ctx, parent=None, level=None): argument
/external/tpm2-tss/src/tss2-fapi/
Difapi_policy.c74 IFAPI_POLICY_EVAL_INST_CTX *eval_ctx = NULL; in ifapi_calculate_tree() local
Dfapi_int.h544 IFAPI_POLICY_EVAL_INST_CTX eval_ctx; member
/external/python/jinja/tests/
Dtest_api.py66 def finalize(eval_ctx, value): argument