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

  /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...]
  /external/v8/build/
install-chroot.sh 699 for i in libbfd libpython; do

Completed in 569 milliseconds