HomeSort by relevance Sort by last modified time
    Searched refs:firstlineno (Results 1 - 20 of 20) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_trace.py 114 firstlineno = get_firstlineno(traced_func_linear)
116 expected[(self.my_py_filename, firstlineno + i)] = 1
123 firstlineno = get_firstlineno(traced_func_loop)
125 (self.my_py_filename, firstlineno + 1): 1,
126 (self.my_py_filename, firstlineno + 2): 6,
127 (self.my_py_filename, firstlineno + 3): 5,
128 (self.my_py_filename, firstlineno + 4): 1,
135 firstlineno = get_firstlineno(traced_func_importing)
137 (self.my_py_filename, firstlineno + 1): 1,
183 firstlineno = get_firstlineno(method
    [all...]
test_new.py 121 firstlineno = c.co_firstlineno
128 firstlineno, lnotab, freevars, cellvars)
133 firstlineno, lnotab)
138 constants, names, varnames, filename, name, firstlineno, lnotab)
143 constants, names, varnames, filename, name, firstlineno, lnotab)
148 constants, (5,), varnames, filename, name, firstlineno, lnotab)
156 firstlineno, lnotab)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_trace.py 114 firstlineno = get_firstlineno(traced_func_linear)
116 expected[(self.my_py_filename, firstlineno + i)] = 1
123 firstlineno = get_firstlineno(traced_func_loop)
125 (self.my_py_filename, firstlineno + 1): 1,
126 (self.my_py_filename, firstlineno + 2): 6,
127 (self.my_py_filename, firstlineno + 3): 5,
128 (self.my_py_filename, firstlineno + 4): 1,
135 firstlineno = get_firstlineno(traced_func_importing)
137 (self.my_py_filename, firstlineno + 1): 1,
183 firstlineno = get_firstlineno(method
    [all...]
test_new.py 121 firstlineno = c.co_firstlineno
128 firstlineno, lnotab, freevars, cellvars)
133 firstlineno, lnotab)
138 constants, names, varnames, filename, name, firstlineno, lnotab)
143 constants, names, varnames, filename, name, firstlineno, lnotab)
148 constants, (5,), varnames, filename, name, firstlineno, lnotab)
156 firstlineno, lnotab)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 114 firstlineno = get_firstlineno(traced_func_linear)
116 expected[(self.my_py_filename, firstlineno + i)] = 1
123 firstlineno = get_firstlineno(traced_func_loop)
125 (self.my_py_filename, firstlineno + 1): 1,
126 (self.my_py_filename, firstlineno + 2): 6,
127 (self.my_py_filename, firstlineno + 3): 5,
128 (self.my_py_filename, firstlineno + 4): 1,
135 firstlineno = get_firstlineno(traced_func_importing)
137 (self.my_py_filename, firstlineno + 1): 1,
183 firstlineno = get_firstlineno(method
    [all...]
test_new.py 121 firstlineno = c.co_firstlineno
128 firstlineno, lnotab, freevars, cellvars)
133 firstlineno, lnotab)
138 constants, names, varnames, filename, name, firstlineno, lnotab)
143 constants, names, varnames, filename, name, firstlineno, lnotab)
148 constants, (5,), varnames, filename, name, firstlineno, lnotab)
156 firstlineno, lnotab)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_trace.py 114 firstlineno = get_firstlineno(traced_func_linear)
116 expected[(self.my_py_filename, firstlineno + i)] = 1
123 firstlineno = get_firstlineno(traced_func_loop)
125 (self.my_py_filename, firstlineno + 1): 1,
126 (self.my_py_filename, firstlineno + 2): 6,
127 (self.my_py_filename, firstlineno + 3): 5,
128 (self.my_py_filename, firstlineno + 4): 1,
135 firstlineno = get_firstlineno(traced_func_importing)
137 (self.my_py_filename, firstlineno + 1): 1,
183 firstlineno = get_firstlineno(method
    [all...]
test_new.py 121 firstlineno = c.co_firstlineno
128 firstlineno, lnotab, freevars, cellvars)
133 firstlineno, lnotab)
138 constants, names, varnames, filename, name, firstlineno, lnotab)
143 constants, names, varnames, filename, name, firstlineno, lnotab)
148 constants, (5,), varnames, filename, name, firstlineno, lnotab)
156 firstlineno, lnotab)
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
stats.py 55 # args must be filename, firstlineno, funcname
80 def __init__(self, filename, firstlineno, funcname):
82 self.co_firstlineno = firstlineno
log.py 115 filename, firstlineno, funcname = self._stack[-1]
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
stats.py 55 # args must be filename, firstlineno, funcname
80 def __init__(self, filename, firstlineno, funcname):
82 self.co_firstlineno = firstlineno
log.py 115 filename, firstlineno, funcname = self._stack[-1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 55 # args must be filename, firstlineno, funcname
80 def __init__(self, filename, firstlineno, funcname):
82 self.co_firstlineno = firstlineno
log.py 115 filename, firstlineno, funcname = self._stack[-1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stats.py 55 # args must be filename, firstlineno, funcname
80 def __init__(self, filename, firstlineno, funcname):
82 self.co_firstlineno = firstlineno
log.py 115 filename, firstlineno, funcname = self._stack[-1]
  /prebuilts/gdb/darwin-x86/include/python2.7/
code.h 78 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno);
  /prebuilts/gdb/linux-x86/include/python2.7/
code.h 78 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 78 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 78 PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno);

Completed in 2838 milliseconds