Searched refs:ElseNode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/grit/grit/node/
H A Dmapping.py36 'else' : misc.ElseNode,
H A Dmisc.py95 return (isinstance(child, (ThenNode, ElseNode)) or
101 if any(isinstance(node, (ThenNode, ElseNode)) for node in children):
103 not isinstance(children[1], ElseNode)):
122 class ElseNode(SplicingNode): class in inherits:SplicingNode
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py415 class ElseNode: class in inherits:

Completed in 855 milliseconds