HomeSort by relevance Sort by last modified time
    Searched defs:set_lineno (Results 1 - 10 of 10) sorted by null

  /external/libmojo/third_party/jinja2/
nodes.py 208 def set_lineno(self, lineno, override=False): member in class:Node
  /external/libmojo/third_party/ply/
yacc.py 213 def set_lineno(self,n,lineno): member in class:YaccProduction
    [all...]
  /external/libxml2/doc/
apibuild.py 145 def set_lineno(self, lineno): member in class:identifier
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pycodegen.py 311 # The set_lineno() function and the explicit emit() calls for
312 # SET_LINENO below are only used to generate the line number table.
313 # As of Python 2.3, the interpreter does not have a SET_LINENO
314 # instruction. pyassem treats SET_LINENO opcodes as a special case.
316 def set_lineno(self, node, force=False): member in class:CodeGenerator
317 """Emit SET_LINENO if necessary.
323 Returns true if SET_LINENO was emitted.
333 self.emit('SET_LINENO', lineno)
349 self.emit('SET_LINENO', 0)
360 self.set_lineno(node)
    [all...]
  /external/ply/ply/ply/
yacc.py 260 def set_lineno(self, n, lineno): member in class:YaccProduction
    [all...]
  /external/python/cpython2/Lib/compiler/
pycodegen.py 311 # The set_lineno() function and the explicit emit() calls for
312 # SET_LINENO below are only used to generate the line number table.
313 # As of Python 2.3, the interpreter does not have a SET_LINENO
314 # instruction. pyassem treats SET_LINENO opcodes as a special case.
316 def set_lineno(self, node, force=False): member in class:CodeGenerator
317 """Emit SET_LINENO if necessary.
323 Returns true if SET_LINENO was emitted.
333 self.emit('SET_LINENO', lineno)
349 self.emit('SET_LINENO', 0)
360 self.set_lineno(node
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pycodegen.py 311 # The set_lineno() function and the explicit emit() calls for
312 # SET_LINENO below are only used to generate the line number table.
313 # As of Python 2.3, the interpreter does not have a SET_LINENO
314 # instruction. pyassem treats SET_LINENO opcodes as a special case.
316 def set_lineno(self, node, force=False): member in class:CodeGenerator
317 """Emit SET_LINENO if necessary.
323 Returns true if SET_LINENO was emitted.
333 self.emit('SET_LINENO', lineno)
349 self.emit('SET_LINENO', 0)
360 self.set_lineno(node
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pycodegen.py 311 # The set_lineno() function and the explicit emit() calls for
312 # SET_LINENO below are only used to generate the line number table.
313 # As of Python 2.3, the interpreter does not have a SET_LINENO
314 # instruction. pyassem treats SET_LINENO opcodes as a special case.
316 def set_lineno(self, node, force=False): member in class:CodeGenerator
317 """Emit SET_LINENO if necessary.
323 Returns true if SET_LINENO was emitted.
333 self.emit('SET_LINENO', lineno)
349 self.emit('SET_LINENO', 0)
360 self.set_lineno(node
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 311 # The set_lineno() function and the explicit emit() calls for
312 # SET_LINENO below are only used to generate the line number table.
313 # As of Python 2.3, the interpreter does not have a SET_LINENO
314 # instruction. pyassem treats SET_LINENO opcodes as a special case.
316 def set_lineno(self, node, force=False): member in class:CodeGenerator
317 """Emit SET_LINENO if necessary.
323 Returns true if SET_LINENO was emitted.
333 self.emit('SET_LINENO', lineno)
349 self.emit('SET_LINENO', 0)
360 self.set_lineno(node
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 311 # The set_lineno() function and the explicit emit() calls for
312 # SET_LINENO below are only used to generate the line number table.
313 # As of Python 2.3, the interpreter does not have a SET_LINENO
314 # instruction. pyassem treats SET_LINENO opcodes as a special case.
316 def set_lineno(self, node, force=False): member in class:CodeGenerator
317 """Emit SET_LINENO if necessary.
323 Returns true if SET_LINENO was emitted.
333 self.emit('SET_LINENO', lineno)
349 self.emit('SET_LINENO', 0)
360 self.set_lineno(node
    [all...]

Completed in 307 milliseconds