Searched refs:libpython (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libpython_in_gdb.py4 Test libpython.py. This is already partly tested by test_libcython_in_gdb and
15 from Cython.Debugger import libpython namespace
24 the right libpython.PySomeTypeObjectPtr classes are instantiated.
39 assert libpython.pointervalue(value) != 0
48 return libpython.PyObjectPtr.from_pyobject_ptr(self.get_pyobject(code))
51 return pyobject.get_truncated_repr(libpython.MAX_OUTPUT_LEN)
68 postfix = libpython.get_inferior_unicode_postfix()
79 bytestring_class = libpython.PyStringObjectPtr
82 bytestring_class = libpython.PyBytesObjectPtr
95 self.assertEqual(type(unicode_string), libpython
[all...]
H A Dtest_libcython_in_gdb.py25 from Cython.Debugger import libpython namespace
234 pyframe = libpython.Frame(curframe).get_pyop()
473 Run the libcython and libpython tests. Ensure that an appropriate status is
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py48 from Cython.Debugger import libpython namespace
202 pyframe = libpython.Frame(frame).get_pyop()
240 pyframeobject = libpython.Frame(frame).get_pyop()
304 pyframe = libpython.Frame(frame).get_pyop()
368 pyobject_dict = libpython.PyObjectPtr.from_pyobject_ptr(remote_dict)
378 if libpython.pretty_printer_lookup(value):
627 exec_ = libpython.FixGdbCommand('cy exec', '-cy-exec'),
865 class CythonInfo(CythonBase, libpython.PythonInfo):
867 Implementation of the interface dictated by libpython.LanguageInfo.
903 libpython
[all...]
/external/chromium_org/build/
H A Dinstall-chroot.sh663 for i in libbfd libpython; do

Completed in 156 milliseconds