Home
last modified time | relevance | path

Searched refs:n_expr (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_print.py77 def add_kwarg(self, l_nodes, s_kwd, n_expr): argument
79 n_expr.prefix = ""
83 n_expr))
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_print.py77 def add_kwarg(self, l_nodes, s_kwd, n_expr): argument
79 n_expr.prefix = u""
83 n_expr))
/external/libxml2/
Dtestapi.c33301 int n_expr; in test_xmlExpDump() local
33304 for (n_expr = 0;n_expr < gen_nb_xmlExpNodePtr;n_expr++) { in test_xmlExpDump()
33307 expr = gen_xmlExpNodePtr(n_expr, 1); in test_xmlExpDump()
33312 des_xmlExpNodePtr(n_expr, expr, 1); in test_xmlExpDump()
33319 printf(" %d", n_expr); in test_xmlExpDump()
33493 int n_expr; in test_xmlExpMaxToken() local
33495 for (n_expr = 0;n_expr < gen_nb_xmlExpNodePtr;n_expr++) { in test_xmlExpMaxToken()
33497 expr = gen_xmlExpNodePtr(n_expr, 0); in test_xmlExpMaxToken()
33502 des_xmlExpNodePtr(n_expr, expr, 0); in test_xmlExpMaxToken()
33508 printf(" %d", n_expr); in test_xmlExpMaxToken()
/external/googletest/docs/
Dadvanced.md288 const char* n_expr,
293 return testing::AssertionFailure() << m_expr << " and " << n_expr