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

1 2

  /external/kmod/
autogen.sh 12 libdir() { function
19 --libdir=$(libdir /usr/lib) \
29 --with-rootlibdir=$(libdir /lib) \
bootstrap 12 libdir() { function
19 --libdir=$(libdir /usr/lib) \
29 --with-rootlibdir=$(libdir /lib) \
  /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
  /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-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so.6.0.19-gdb.py 23 libdir = '/usr/local/google/home/chh/workdir/precise7/1/x86_64-linux-glibc2.15-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.15-4.8/x86_64-linux/lib64/
libstdc++.so.6.0.19-gdb.py 23 libdir = '/usr/local/google/home/chh/workdir/precise7/1/x86_64-linux-glibc2.15-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 = '/usr/local/google/buildbot/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/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 = '/usr/local/google/buildbot/src/android/mingw/out/install/x86_64-w64-mingw32-4.8/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))
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 34 set libdir= variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Makefile 44 libdir = ${exec_prefix}/lib macro
95 -@if [ ! -d $(libdir) ]; then mkdir -p $(libdir); fi
99 cp $(LIBS) $(libdir)
100 cd $(libdir); chmod 755 $(LIBS)
101 -@(cd $(libdir); $(RANLIB) libz.a || true) >/dev/null 2>&1
102 cd $(libdir); if test -f $(SHAREDLIBV); then \
115 cd $(libdir); rm -f libz.a; \
  /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/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/libogg/win32/
Makefile 31 libdir = ${exec_prefix}/lib macro
37 pkglibdir = $(libdir)/libogg
  /external/valgrind/coregrind/
m_libcproc.c 67 const HChar *VG_(libdir) = VG_LIBDIR; variable
262 buf = VG_(malloc)("libcproc.erves.4", VG_(strlen)(VG_(libdir)) + 20);
265 VG_(sprintf)(buf, "%s*/vgpreload_*.so", VG_(libdir));
268 VG_(sprintf)(buf, "%s*", VG_(libdir));
    [all...]
  /external/strace/
Makefile 124 pkglibdir = $(libdir)/strace
674 libdir = ${exec_prefix}/lib macro
    [all...]
  /external/strace/tests/
Makefile 118 pkglibdir = $(libdir)/strace
2348 libdir = ${exec_prefix}\/lib macro
    [all...]
  /external/strace/tests-m32/
Makefile 118 pkglibdir = $(libdir)/strace
2348 libdir = ${exec_prefix}\/lib macro
    [all...]
  /external/strace/tests-mx32/
Makefile 118 pkglibdir = $(libdir)/strace
2348 libdir = ${exec_prefix}\/lib macro
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 

Completed in 1263 milliseconds

1 2