HomeSort by relevance Sort by last modified time
    Searched refs:libs (Results 1 - 25 of 249) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libpng/scripts/
libpng-config-head.in 17 libs=""
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/
build_libs.sh 21 rm -rf libs
27 for arch in `ls libs/`;
31 mv libs/$arch/* tmp/$arch/raw/lib/$arch/
48 rm -rf libs
51 mv tmp libs
  /external/harfbuzz_ng/src/
check-symbols.sh 19 for so in `ls .libs/lib*.so .libs/lib*.dylib 2>/dev/null` ; do
check-libstdc++.sh 19 so=.libs/libharfbuzz.$suffix
  /external/libpng/
libpng-config.in 19 libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@"
20 all_libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ @LIBS@"
37 --libs print library linking information
45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
90 --libs)
91 echo ${libs}
111 echo ${ldopts} ${L_opts} ${R_opts} ${libs}
116 libs=${all_libs}
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
armlink_adapter.sh 28 libs="$libs ${i#-l}"
38 for f in $libs; do
  /external/compiler-rt/lib/dfsan/scripts/
build-libc-list.py 59 libs = [os.path.join(options.libc_dso_path, name) for name in variable
74 libs += [os.path.join(options.libc_archive_path, name) for name in
78 libs.append(os.path.join(options.libgcc_dso_path, 'libgcc_s.so.1'))
79 libs.append(os.path.join(options.libgcc_archive_path, 'libgcc.a'))
82 libs.append(os.path.join(options.libstdcxx_dso_path, 'libstdc++.so.6'))
85 for l in libs:
  /external/libvpx/libvpx/build/make/
armlink_adapter.sh 28 libs="$libs ${i#-l}"
38 for f in $libs; do
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit native irreader` -o toy
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_profiling_helper_unittest.py 20 libs = set()
27 libs.add(lib.group(1))
28 return libs
50 libs = android_profiling_helper.GetRequiredLibrariesForPerfProfile('foo')
51 self.assertEqual(libs, set([
81 libs = android_profiling_helper.GetRequiredLibrariesForVTuneProfile('foo')
82 self.assertEqual(libs, set([
105 libs = _GetLibrariesMappedIntoProcesses(self._device, pids)
106 assert libs
111 libs)
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Makefile 7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
  /external/chromium_org/third_party/libxml/linux/
xml2-config 17 --libs print library linking information
32 libs=false
73 --libtool-libs)
84 --libs)
  /external/chromium_org/third_party/libxml/src/
xml2-config.in 17 --libs print library linking information
32 libs=false
73 --libtool-libs)
84 --libs)
  /external/conscrypt/src/main/native/
sub.mk 12 # Any shared/static libs that are listed here must also
13 # be listed in libs/nativehelper/Android.mk.
  /external/libpcap/
pcap-config.in 12 LIBS="@LIBS@"
29 --libs)
33 --additional-libs)
52 # Include LIBS so that the flags include libraries containing
57 echo "-I$includedir -L$libdir -lpcap $LIBS"
60 echo "-I$includedir -L$libdir $LIBS"
66 echo "-L$libdir -lpcap $LIBS"
69 echo "$LIBS"
73 # Omit LIBS - libpcap is assumed to be linked with thos
    [all...]
  /external/libunwind/tests/
perf-startup 3 LIBUNWIND=../src/.libs/libunwind.so
4 LIBUNWIND_PLAT=../src/.libs/libunwind-$platform.so
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
7 clang++ toy-jit.cpp -g -O3 -rdynamic `llvm-config --cppflags --ldflags --libs core jit native` -o toy-jit
  /external/chromium_org/third_party/libxslt/linux/
xslt-config 18 --libs print library linking information
33 libs=false
80 --libs)
81 libs=true
103 if $libs; then
  /external/chromium_org/third_party/libxslt/
xslt-config.in 18 --libs print library linking information
33 libs=false
80 --libs)
81 libs=true
103 if $libs; then
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
Makefile 4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native irreader` -o toy-mcjit
7 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-jit
11 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti -DDUMP_FINAL_MODULE `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-ir-gen
  /build/tools/atree/
Android.mk 15 LOCAL_C_INCLUDES := build/libs/host/include
  /external/chromium_org/third_party/mesa/src/src/mapi/shared-glapi/
SConscript 85 libs = ['libglapi']
87 libs = ['glapi']
94 LIBS = libs,
102 LIBS = libs,
  /external/mesa3d/src/mapi/shared-glapi/
SConscript 85 libs = ['libglapi']
87 libs = ['glapi']
94 LIBS = libs,
102 LIBS = libs,
  /external/libusb-compat/
libusb-config.in 17 [--libs]
60 --libs)

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 910