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

  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libpython_in_gdb.py 4 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.PyUnicodeObjectPtr
    [all...]
test_libcython_in_gdb.py 25 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/
libcython.py 48 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.ExecutionControlCommandBase)
    [all...]
libpython.py 4 # It can be found under Tools/gdb/libpython.py. It is shipped with Cython
17 linked against libpython. In this situation, almost every item of data is a
21 This module embeds knowledge about the implementation details of libpython so
43 the debugger, the libpython.so hasn't been dynamically loaded yet, so none of
198 Various libpython types are defined using the "PyObject_HEAD" and
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 124 libpython = os.path.join(prefix,
127 return libpython
129 return os.path.join(libpython, "site-packages")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 124 libpython = os.path.join(prefix,
127 return libpython
129 return os.path.join(libpython, "site-packages")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 173 LIBRARY= libpython$(VERSION).a
174 LDLIBRARY= libpython$(VERSION).a
491 libpython$(VERSION).so: $(LIBRARY_OBJS)
499 libpython$(VERSION).dylib: $(LIBRARY_OBJS)
500 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
503 libpython$(VERSION).sl: $(LIBRARY_OBJS)
513 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
541 $(DLLLIBRARY) libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 173 LIBRARY= libpython$(VERSION).a
174 LDLIBRARY= libpython$(VERSION).a
492 libpython$(VERSION).so: $(LIBRARY_OBJS)
500 libpython$(VERSION).dylib: $(LIBRARY_OBJS)
501 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
504 libpython$(VERSION).sl: $(LIBRARY_OBJS)
514 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
542 $(DLLLIBRARY) libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
    [all...]
  /external/chromium_org/build/
install-chroot.sh 663 for i in libbfd libpython; do

Completed in 783 milliseconds