HomeSort by relevance Sort by last modified time
    Searched defs:libdir (Results 1 - 25 of 34) sorted by null

1 2

  /prebuilts/devtools/tools/
draw9patch.bat 34 set libdir= variable
jobb.bat 37 set libdir= variable
hierarchyviewer.bat 37 set libdir= variable
monkeyrunner.bat 34 set libdir= variable
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 34 set libdir= variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libstdc++.so.6.0.16-gdb.py 23 libdir = '/tmp/ndk-andrewhsieh/host-gcc4.6/1/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib/../lib32' variable
30 # Update module path. We want to find the relative path from libdir
37 libdir = os.path.normpath (libdir) variable
39 prefix = os.path.commonprefix ([libdir, pythondir])
47 libdir = libdir[len (prefix):] variable
49 # Compute the ".."s needed to get from libdir to the prefix.
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib64/
libstdc++.so.6.0.16-gdb.py 23 libdir = '/tmp/ndk-andrewhsieh/host-gcc4.6/1/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib/../lib64' variable
30 # Update module path. We want to find the relative path from libdir
37 libdir = os.path.normpath (libdir) variable
39 prefix = os.path.commonprefix ([libdir, pythondir])
47 libdir = libdir[len (prefix):] variable
49 # Compute the ".."s needed to get from libdir to the prefix.
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so.6.0.18-gdb.py 23 libdir = '/tmp/ndk-andrewhsieh/host-gcc4.8/1/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib/../lib32' variable
30 # Update module path. We want to find the relative path from libdir
37 libdir = os.path.normpath (libdir) variable
39 prefix = os.path.commonprefix ([libdir, pythondir])
47 libdir = libdir[len (prefix):] variable
49 # Compute the ".."s needed to get from libdir to the prefix.
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libstdc++.so.6.0.18-gdb.py 23 libdir = '/tmp/ndk-andrewhsieh/host-gcc4.8/1/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib/../lib64' variable
30 # Update module path. We want to find the relative path from libdir
37 libdir = os.path.normpath (libdir) variable
39 prefix = os.path.commonprefix ([libdir, pythondir])
47 libdir = libdir[len (prefix):] variable
49 # Compute the ".."s needed to get from libdir to the prefix.
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libstdc++.a-gdb.py 23 libdir = '/tmp/build-mingw64-toolchain-digit/install-x86_64-linux-gnu/x86_64-w64-mingw32/x86_64-w64-mingw32/lib/../lib' variable
30 # Update module path. We want to find the relative path from libdir
37 libdir = os.path.normpath (libdir) variable
39 prefix = os.path.commonprefix ([libdir, pythondir])
47 libdir = libdir[len (prefix):] variable
49 # Compute the ".."s needed to get from libdir to the prefix.
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libstdc++.a-gdb.py 23 libdir = '/tmp/build-mingw64-toolchain-digit/install-x86_64-linux-gnu/x86_64-w64-mingw32/x86_64-w64-mingw32/lib/../lib32' variable
30 # Update module path. We want to find the relative path from libdir
37 libdir = os.path.normpath (libdir) variable
39 prefix = os.path.commonprefix ([libdir, pythondir])
47 libdir = libdir[len (prefix):] variable
49 # Compute the ".."s needed to get from libdir to the prefix.
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 54 * If "-lib libdir" is used on command-line with -depend, then include the
57 * TP.g : libdir/T.tokens
170 String libdir = tool.getLibraryDirectory(); local
171 String fileName = groomQualifiedFileName(libdir, g.fileName);
  /external/chromium_org/third_party/libsrtp/srtp/
Makefile 64 libdir = ${exec_prefix}/lib macro
196 $(INSTALL) -d $(DESTDIR)$(libdir)
200 if [ -f libsrtp.a ]; then cp libsrtp.a $(DESTDIR)$(libdir)/; fi
204 rm -f $(DESTDIR)$(libdir)/libsrtp.a
  /external/chromium_org/third_party/re2/
Makefile 27 libdir=$(exec_prefix)/lib macro
249 mkdir -p $(DESTDIR)$(includedir)/re2 $(DESTDIR)$(libdir)
251 $(INSTALL) obj/libre2.a $(DESTDIR)$(libdir)/libre2.a
252 $(INSTALL) obj/so/libre2.so $(DESTDIR)$(libdir)/libre2.so.$(SONAME).0.0
253 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so.$(SONAME)
254 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so
259 (cd obj && $(CXX) -I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir) testinstall.cc -lre2 -pthread -o testinstall)
260 LD_LIBRARY_PATH=$(DESTDIR)$(libdir) obj/testinstall
  /external/regex-re2/
Makefile 27 libdir=$(exec_prefix)/lib macro
249 mkdir -p $(DESTDIR)$(includedir)/re2 $(DESTDIR)$(libdir)
251 $(INSTALL) obj/libre2.a $(DESTDIR)$(libdir)/libre2.a
252 $(INSTALL) obj/so/libre2.so $(DESTDIR)$(libdir)/libre2.so.$(SONAME).0.0
253 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so.$(SONAME)
254 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so
259 (cd obj && $(CXX) -I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir) testinstall.cc -lre2 -pthread -o testinstall)
260 LD_LIBRARY_PATH=$(DESTDIR)$(libdir) obj/testinstall
  /external/srtp/
Makefile 62 libdir = ${exec_prefix}/lib macro
184 $(INSTALL) -d $(DESTDIR)$(libdir)
187 if [ -f libsrtp.a ]; then cp libsrtp.a $(DESTDIR)$(libdir)/; fi
191 rm -rf $(DESTDIR)$(libdir)/libsrtp.a
  /ndk/tests/abcc/jni/
Abcc.cpp 232 std::string libdir = (mAbi == TargetAbi::X86_64) ? "lib64" : "lib"; local
236 cmd += std::string(" ") + mSysroot + "/usr/" + libdir + "/crtbegin_so.o";
240 cmd += std::string(" ") + mSysroot + "/usr/" + libdir + "/crtbegin_dynamic.o";
249 cmd += std::string(" ") + mSysroot + "/usr/" + libdir + "/crtend_so.o";
251 cmd += std::string(" ") + mSysroot + "/usr/" + libdir + "/crtend_android.o";
  /external/valgrind/main/coregrind/
m_libcproc.c 66 const HChar *VG_(libdir) = VG_LIBDIR; variable
260 VG_(strlen)(VG_(libdir)) + 20);
263 VG_(sprintf)(buf, "%s*/vgpreload_*.so", VG_(libdir));
266 VG_(sprintf)(buf, "%s*", VG_(libdir));
  /external/libogg/win32/
Makefile 31 libdir = ${exec_prefix}/lib macro
37 pkglibdir = $(libdir)/libogg
  /ndk/
ndk-gdb.py 773 libdir = os.path.join(PROJECT,'libs',COMPAT_ABI) variable
774 libs = [ f for f in os.listdir(libdir)
775 if os.path.isfile(os.path.join(libdir, f)) and f.endswith('.so') ]
    [all...]
  /external/icu/icu4c/source/
icudefs.mk 27 libdir = ${exec_prefix}/lib macro
68 ICUPKGDATA_DIR = $(libdir)
73 ICUPKGDATA_DIR = $(libdir)
83 ICUPKGDATA_INSTALL_LIBDIR = $(DESTDIR)$(libdir)
91 pkglibdir = $(libdir)/$(PACKAGE)$(ICULIBSUFFIX)/$(VERSION)
150 RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir)
232 LIBDIR=$(top_builddir)/lib
239 TOOLLIBDIR=$(LIBDIR)
262 LLIBDIR = -L$(LIBDIR)
277 INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(LIBRARY_PATH_PREFIX)$(LIBDIR):$(top_builddir)/stubdata:$(top_builddir)/tools/ctestfw:$$$(LDLIBRARYPATH_ENVVAR) $(LEAK_CHECKER
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 38 pkglibdir = $(libdir)/make
189 libdir = ${exec_prefix}/lib macro
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 187 pkglibdir = $(libdir)/yasm
355 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
606 libdir = ${exec_prefix}/lib macro
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 187 pkglibdir = $(libdir)/yasm
355 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
606 libdir = ${exec_prefix}/lib macro
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 187 pkglibdir = $(libdir)/yasm
355 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
606 libdir = ${exec_prefix}/lib macro
    [all...]

Completed in 1241 milliseconds

1 2