HomeSort by relevance Sort by last modified time
    Searched refs:Leaf (Results 51 - 57 of 57) sorted by null

1 23

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 35 Abstract base class for Node and Leaf.
114 Set the prefix for the node (see Leaf class).
124 Return the prefix for the node (see Leaf class).
158 while not isinstance(node, Leaf):
351 class Leaf(Base):
353 """Concrete implementation for leaf nodes."""
402 return Leaf(self.type, self.value,
431 Convert raw node information to a Node or Leaf instance.
445 return Leaf(type, value, context=context)
459 - LeafPattern matches a single leaf node
    [all...]
patcomp.py 196 """Converts raw node information to a Node or Leaf instance."""
201 return pytree.Leaf(type, value, context=context)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 62 end = pytree.Leaf(token.INDENT, u"")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 196 """Converts raw node information to a Node or Leaf instance."""
201 return pytree.Leaf(type, value, context=context)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 62 end = pytree.Leaf(token.INDENT, u"")
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 904 // The NodeToApply must be a leaf node that is a VT. OtherOperandNum must
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 230 milliseconds

1 23