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

  /external/tensorflow/tensorflow/tools/ci_build/install/
install_pi_toolchain.sh 24 apt-get install -y libpython-all-dev:armhf
  /external/python/cpython2/Demo/embed/
Makefile 22 LIBPYTHON= $(blddir)/libpython$(VERSION).a
29 ALLLIBS= $(LIBPYTHON) $(MODLIBS) $(LIBS) $(SYSLIBS)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
sysconfig.py 117 libpython = os.path.join(prefix,
120 return libpython
122 return os.path.join(libpython, "site-packages")
  /external/python/cpython2/Lib/distutils/
sysconfig.py 122 libpython = os.path.join(prefix,
125 return libpython
127 return os.path.join(libpython, "site-packages")
  /external/python/cpython3/Lib/distutils/
sysconfig.py 135 libpython = os.path.join(prefix,
138 return libpython
140 return os.path.join(libpython, "site-packages")
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
sysconfig.py 124 libpython = os.path.join(prefix,
127 return libpython
129 return os.path.join(libpython, "site-packages")
  /prebuilts/gdb/linux-x86/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/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/gdb/darwin-x86/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/gdb/linux-x86/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...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 11 linked against libpython. In this situation, almost every item of data is a
15 This module embeds knowledge about the implementation details of libpython so
37 the debugger, the libpython.so hasn't been dynamically loaded yet, so none of
133 Various libpython types are defined using the "PyObject_HEAD" and
    [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 11 linked against libpython. In this situation, almost every item of data is a
15 This module embeds knowledge about the implementation details of libpython so
37 the debugger, the libpython.so hasn't been dynamically loaded yet, so none of
165 Various libpython types are defined using the "PyObject_HEAD" and
    [all...]
  /external/python/cpython3/Tools/gdb/
libpython.py 11 linked against libpython. In this situation, almost every item of data is a
15 This module embeds knowledge about the implementation details of libpython so
38 the debugger, the libpython.so hasn't been dynamically loaded yet, so none of
196 Various libpython types are defined using the "PyObject_HEAD" and
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 781 milliseconds