OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_call
(Results
1 - 9
of
9
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_idioms.py
119
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
.next_sibling is end_lin
[
all
...]
fix_xrange.py
47
list_call
= Call(Name(u"list"), [range_call],
51
list_call
.append_child(n)
52
return
list_call
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_idioms.py
119
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
.next_sibling is end_lin
[
all
...]
fix_xrange.py
47
list_call
= Call(Name(u"list"), [range_call],
51
list_call
.append_child(n)
52
return
list_call
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py
119
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
.next_sibling is end_lin
[
all
...]
fix_xrange.py
47
list_call
= Call(Name(u"list"), [range_call],
51
list_call
.append_child(n)
52
return
list_call
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py
119
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
.next_sibling is end_lin
[
all
...]
fix_xrange.py
47
list_call
= Call(Name(u"list"), [range_call],
51
list_call
.append_child(n)
52
return
list_call
/external/google-breakpad/src/third_party/libdisasm/
ia32_implicit.c
30
static op_implicit_list_t
list_call
[] =
variable
333
list_aaa, list_aad,
list_call
, list_cbw, /* 1 - 4 */
Completed in 74 milliseconds