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

  /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)
  /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/skia/experimental/SkV8Example/
Global.cpp 50 v8::String::Utf8Value sourceline(message->GetSourceLine());
51 const char* sourceLineString = to_cstring(sourceline);
  /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()"])
  /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)
  /external/v8/samples/
shell.cc 391 v8::String::Utf8Value sourceline(
393 const char* sourceline_string = ToCString(sourceline);
  /external/v8/src/
d8.cc 1284 Local<String> sourceline; local
    [all...]

Completed in 490 milliseconds