Searched refs:list_call (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_idioms.py119 list_call = results.get("list")
122 if list_call:
123 list_call.replace(Name(u"sorted", prefix=list_call.prefix))
134 # Keep any prefix lines between the sort_stmt and the list_call and
144 assert list_call.parent
145 assert list_call.next_sibling is None
146 # Put a blank line after list_call and set its prefix.
148 list_call.parent.append_child(end_line)
149 assert list_call
[all...]
H A Dfix_xrange.py47 list_call = Call(Name(u"list"), [range_call],
51 list_call.append_child(n)
52 return list_call
/external/python/cpython3/Lib/lib2to3/fixes/
H A Dfix_idioms.py119 list_call = results.get("list")
122 if list_call:
123 list_call.replace(Name("sorted", prefix=list_call.prefix))
134 # Keep any prefix lines between the sort_stmt and the list_call and
144 assert list_call.parent
145 assert list_call.next_sibling is None
146 # Put a blank line after list_call and set its prefix.
148 list_call.parent.append_child(end_line)
149 assert list_call
[all...]
H A Dfix_xrange.py47 list_call = Call(Name("list"), [range_call],
51 list_call.append_child(n)
52 return list_call
/external/google-breakpad/src/third_party/libdisasm/
H A Dia32_implicit.c30 static op_implicit_list_t list_call[] = variable
333 list_aaa, list_aad, list_call, list_cbw, /* 1 - 4 */

Completed in 140 milliseconds