Searched refs:ifs (Results 51 - 60 of 60) sorted by relevance

123

/external/python/cpython2/Demo/parser/
H A Dunparse.py273 # collapse nested ifs into equivalent elifs.
383 for if_clause in t.ifs:
/external/python/cpython2/Python/
H A Dcompile.c2578 /* generate code for the iterator, then each of the ifs,
2603 n = asdl_seq_LEN(l->ifs);
2605 expr_ty e = (expr_ty)asdl_seq_GET(l->ifs, i);
2658 /* generate code for the iterator, then each of the ifs,
2692 n = asdl_seq_LEN(gen->ifs);
2694 expr_ty e = (expr_ty)asdl_seq_GET(gen->ifs, i);
/external/python/cpython3/Tools/parser/
H A Dunparse.py289 # collapse nested ifs into equivalent elifs.
454 for if_clause in t.ifs:
/external/python/cpython3/Python/
H A DPython-ast.c437 _Py_IDENTIFIER(ifs); variable
442 "ifs",
2450 comprehension(expr_ty target, expr_ty iter, asdl_seq * ifs, int is_async, argument
2469 p->ifs = ifs;
3724 value = ast2obj_list(o->ifs, ast2obj_expr);
7353 asdl_seq* ifs; local
7385 PyErr_Format(PyExc_TypeError, "comprehension field \"ifs\" must be a list, not a %.200s", tmp->ob_type->tp_name);
7389 ifs = _Py_asdl_seq_new(len, arena);
7390 if (ifs
[all...]
H A Dcompile.c3653 /* generate code for the iterator, then each of the ifs,
3687 n = asdl_seq_LEN(gen->ifs);
3689 expr_ty e = (expr_ty)asdl_seq_GET(gen->ifs, i);
3818 n = asdl_seq_LEN(gen->ifs);
3820 expr_ty e = (expr_ty)asdl_seq_GET(gen->ifs, i);
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/annotation-tools/asmx/test/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 456 milliseconds

123