HomeSort by relevance Sort by last modified time
    Searched refs:sourceline (Results 1 - 25 of 28) sorted by null

1 2

  /external/python/cpython2/Lib/idlelib/
StackViewer.py 73 sourceline = linecache.getline(filename, lineno)
74 sourceline = sourceline.strip()
76 item = "%s, line %d: %s" % (modname, lineno, sourceline)
79 lineno, sourceline)
Debugger.py 398 sourceline = linecache.getline(filename, lineno)
400 sourceline = string.strip(sourceline)
402 item = "%s, line %d: %s" % (modname, lineno, sourceline)
405 lineno, sourceline)
  /external/python/cpython3/Lib/idlelib/
stackviewer.py 75 sourceline = linecache.getline(filename, lineno)
76 sourceline = sourceline.strip()
78 item = "%s, line %d: %s" % (modname, lineno, sourceline)
81 lineno, sourceline)
debugger.py 402 sourceline = linecache.getline(filename, lineno)
403 sourceline = sourceline.strip()
405 item = "%s, line %d: %s" % (modname, lineno, sourceline)
408 lineno, sourceline)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
StackViewer.py 71 sourceline = linecache.getline(filename, lineno)
72 sourceline = sourceline.strip()
74 item = "%s, line %d: %s" % (modname, lineno, sourceline)
77 lineno, sourceline)
Debugger.py 350 sourceline = linecache.getline(filename, lineno)
352 sourceline = string.strip(sourceline)
354 item = "%s, line %d: %s" % (modname, lineno, sourceline)
357 lineno, sourceline)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
StackViewer.py 71 sourceline = linecache.getline(filename, lineno)
72 sourceline = sourceline.strip()
74 item = "%s, line %d: %s" % (modname, lineno, sourceline)
77 lineno, sourceline)
Debugger.py 350 sourceline = linecache.getline(filename, lineno)
352 sourceline = string.strip(sourceline)
354 item = "%s, line %d: %s" % (modname, lineno, sourceline)
357 lineno, sourceline)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 71 sourceline = linecache.getline(filename, lineno)
72 sourceline = sourceline.strip()
74 item = "%s, line %d: %s" % (modname, lineno, sourceline)
77 lineno, sourceline)
Debugger.py 350 sourceline = linecache.getline(filename, lineno)
352 sourceline = string.strip(sourceline)
354 item = "%s, line %d: %s" % (modname, lineno, sourceline)
357 lineno, sourceline)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 71 sourceline = linecache.getline(filename, lineno)
72 sourceline = sourceline.strip()
74 item = "%s, line %d: %s" % (modname, lineno, sourceline)
77 lineno, sourceline)
Debugger.py 350 sourceline = linecache.getline(filename, lineno)
352 sourceline = string.strip(sourceline)
354 item = "%s, line %d: %s" % (modname, lineno, sourceline)
357 lineno, sourceline)
  /external/python/cpython3/Python/
_warnings.c 309 PyObject *category, PyObject *sourceline)
344 if (sourceline) {
351 if (PyUnicode_READY(sourceline) < 1)
354 kind = PyUnicode_KIND(sourceline);
355 data = PyUnicode_DATA(sourceline);
356 len = PyUnicode_GET_LENGTH(sourceline);
363 truncated = PyUnicode_Substring(sourceline, i, len);
367 PyFile_WriteObject(sourceline, f_stderr, Py_PRINT_RAW);
383 PyObject *sourceline, PyObject *source)
394 show_warning(filename, lineno, text, category, sourceline);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 244 *category, PyObject *sourceline)
273 if (sourceline) {
274 char *source_line_str = PyString_AS_STRING(sourceline);
291 PyObject *module, PyObject *registry, PyObject *sourceline)
402 show_warning(filename, lineno, text, category, sourceline);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 244 *category, PyObject *sourceline)
273 if (sourceline) {
274 char *source_line_str = PyString_AS_STRING(sourceline);
291 PyObject *module, PyObject *registry, PyObject *sourceline)
402 show_warning(filename, lineno, text, category, sourceline);
  /external/python/cpython2/Python/
_warnings.c 244 *category, PyObject *sourceline)
273 if (sourceline) {
274 char *source_line_str = PyString_AS_STRING(sourceline);
291 PyObject *module, PyObject *registry, PyObject *sourceline)
402 show_warning(filename, lineno, text, category, sourceline);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sys.py 349 for i, (filename, lineno, funcname, sourceline) in enumerate(stack):
355 self.assertEqual(sourceline, "g456()")
358 filename, lineno, funcname, sourceline = stack[i+1]
360 self.assertIn(sourceline, ["leave_g.wait()", "entered_g.set()"])
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
exceptions.py 289 .sourceline { margin:5px 5px 10px 5px; font-family:monospace;}
303 .sourceline { margin: 0 0; font-family:monospace; }
363 <div class="sourceline">${line | syntax_highlight(filename)}</div>
  /external/python/cpython2/Lib/test/
test_sys.py 345 for i, (filename, lineno, funcname, sourceline) in enumerate(stack):
351 self.assertEqual(sourceline, "g456()")
354 filename, lineno, funcname, sourceline = stack[i+1]
356 self.assertIn(sourceline, ["leave_g.wait()", "entered_g.set()"])
  /frameworks/base/tools/stringslint/
stringslint.py 50 tag.sourceline,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys.py 361 for i, (filename, lineno, funcname, sourceline) in enumerate(stack):
367 self.assertEqual(sourceline, "g456()")
370 filename, lineno, funcname, sourceline = stack[i+1]
372 self.assertIn(sourceline, ["leave_g.wait()", "entered_g.set()"])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys.py 361 for i, (filename, lineno, funcname, sourceline) in enumerate(stack):
367 self.assertEqual(sourceline, "g456()")
370 filename, lineno, funcname, sourceline = stack[i+1]
372 self.assertIn(sourceline, ["leave_g.wait()", "entered_g.set()"])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 361 for i, (filename, lineno, funcname, sourceline) in enumerate(stack):
367 self.assertEqual(sourceline, "g456()")
370 filename, lineno, funcname, sourceline = stack[i+1]
372 self.assertIn(sourceline, ["leave_g.wait()", "entered_g.set()"])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 361 for i, (filename, lineno, funcname, sourceline) in enumerate(stack):
367 self.assertEqual(sourceline, "g456()")
370 filename, lineno, funcname, sourceline = stack[i+1]
372 self.assertIn(sourceline, ["leave_g.wait()", "entered_g.set()"])
  /external/deqp/scripts/khr_util/
registry.py 35 warning('%s:%d, %s %s: ' + fmt, elem.base, elem.sourceline, elem.tag, elem.get('name') or '', *args)
61 kwargs['location'] = (elem.base, elem.sourceline)

Completed in 2042 milliseconds

1 2