OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cls_node
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py
27
""" we have to check the
cls_node
without changing it.
45
def fixup_parse_tree(
cls_node
):
49
for node in
cls_node
.children:
55
for i, node in enumerate(
cls_node
.children):
63
while
cls_node
.children[i+1:]:
64
move_node =
cls_node
.children[i+1]
67
cls_node
.append_child(suite)
100
def find_metas(
cls_node
):
102
for node in
cls_node
.children:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py
27
""" we have to check the
cls_node
without changing it.
45
def fixup_parse_tree(
cls_node
):
49
for node in
cls_node
.children:
55
for i, node in enumerate(
cls_node
.children):
63
while
cls_node
.children[i+1:]:
64
move_node =
cls_node
.children[i+1]
67
cls_node
.append_child(suite)
100
def find_metas(
cls_node
):
102
for node in
cls_node
.children:
/ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c
2096
Idx
cls_node
= REG_MISSING;
local
2802
Idx
cls_node
;
local
2905
Idx
cls_node
= nodes->elems[cls_idx];
local
[
all
...]
Completed in 160 milliseconds