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

1 2 3 4 5

  /external/compiler-rt/test/tsan/
ignore_lib0.cc 11 #ifndef LIB
19 #else // #ifdef LIB
23 #endif // #ifdef LIB
ignore_lib1.cc 11 #ifndef LIB
21 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib1.so"; local
22 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW);
31 #else // #ifdef LIB
35 #endif // #ifdef LIB
ignore_lib2.cc 9 #ifndef LIB
24 #else // #ifdef LIB
29 #endif // #ifdef LIB
ignore_lib3.cc 8 #ifndef LIB
18 std::string lib = std::string(dirname(argv[0])) + "/libignore_lib3.so"; local
19 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW);
24 #else // #ifdef LIB
29 #endif // #ifdef LIB
  /ndk/tests/build/thin-archives/
build.sh 40 for LIB in $LIBFOO_LIST; do
41 LIB_TYPE=$(get_file_type "$LIB")
43 echo "OK: $LIB is a thin archive ('$LIB_TYPE')."
45 echo "ERROR: $LIB is not a thin archive: '$LIB_TYPE'"
52 for LIB in $LIBBAR_LIST; do
53 LIB_TYPE=$(get_file_type "$LIB")
55 echo "ERROR: $LIB is not a regular archive: '$LIB_TYPE'"
58 echo "OK: $LIB is a regular archive: '$LIB_TYPE'"
  /ndk/tests/build/libc_no_atexit/
build.sh 12 LIB=$(cd $NDK && find platforms -name "libc.so" | sed -e 's!^!'$NDK'/!' | grep arch-$ARCH)
13 LIBRARIES=$LIBRARIES" $LIB"
18 for LIB in $LIBRARIES; do
20 echo "Checking: $LIB"
21 readelf -s $LIB | grep -q -F " atexit"
23 echo "ERROR: $NDK/$LIB exposes 'atexit'!" >&2
26 readelf -s $LIB | grep -q -F " __dso_handle"
28 echo "ERROR: $NDK/$LIB exposes '__dso_handle'!" >&2
  /external/chromium_org/sdch/open-vcdiff/packages/
deb.sh 24 ## Set LIB to lib if exporting a library, empty-string else
25 LIB=
26 #LIB=lib
66 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
68 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive_with_underscore}.orig.tar.gz"
69 tar zfx "${LIB}${archive}.orig.tar.gz"
70 [ -n "${LIB}" ] && mv "${archive}" "${LIB}${archive}
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/packages/
deb.sh 10 ## Set LIB to lib if exporting a library, empty-string else
11 LIB=
12 #LIB=lib
52 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
54 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive_with_underscore}.orig.tar.gz"
55 tar zfx "${LIB}${archive}.orig.tar.gz"
56 [ -n "${LIB}" ] && mv "${archive}" "${LIB}${archive}
    [all...]
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 10 ## Set LIB to lib if exporting a library, empty-string else
11 LIB=
12 #LIB=lib
50 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
51 tar zfx "${LIB}${archive}.orig.tar.gz"
52 [ -n "${LIB}" ] && mv "${archive}" "${LIB}${archive}"
53 cd "${LIB}${archive}
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
test.sh 31 -Xclang -load -Xclang "${CLANG_DIR}"/lib/lib${LIBNAME}.${LIB} \
69 export LIB=so
71 export LIB=dylib
  /external/chromium_org/tools/clang/plugins/tests/
test.sh 36 -Xclang -load -Xclang "${CLANG_DIR}"/lib/libFindBadConstructs.${LIB} \
69 export LIB=so
71 export LIB=dylib
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/libexec/gcc/x86_64-linux/4.6/install-tools/
fixinc.sh 39 LIB=${1}
43 if [ ! -d $LIB ]; then
44 mkdir $LIB || {
45 echo fixincludes: output dir '`'$LIB"' cannot be created"
49 ( cd $LIB && touch DONE && rm DONE ) || {
50 echo fixincludes: output dir '`'$LIB"' is an invalid directory"
104 # Make LIB absolute only if needed to avoid problems with the amd.
105 case $LIB in
109 cd $LIB; LIB=`${PWDCMD}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 39 LIB=${1}
43 if [ ! -d $LIB ]; then
44 mkdir $LIB || {
45 echo fixincludes: output dir '`'$LIB"' cannot be created"
49 ( cd $LIB && touch DONE && rm DONE ) || {
50 echo fixincludes: output dir '`'$LIB"' is an invalid directory"
104 # Make LIB absolute only if needed to avoid problems with the amd.
105 case $LIB in
109 cd $LIB; LIB=`${PWDCMD}
    [all...]
  /ndk/build/tools/
gen-system-symbols.sh 149 local LIB=$1
156 case $LIB in
195 for LIB in $(cd $SRCDIR && ls lib*.so); do
196 SRCLIB=$SRCDIR/$LIB
197 log "Extracting symbols from $LIB"
201 FUNCS=$(filter_library_symbols $LIB $FUNCS)
202 VARS=$(filter_library_symbols $LIB $VARS)
207 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
208 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.tx
    [all...]
  /cts/common/host-side/scripts/
compatibility-tests_v2 42 for LIB in ${DEVICE_LIBS}; do
43 checkFile ${DEVICE_LIBS_DIR}/${LIB}_intermediates/javalib.jar
44 JAR_PATH=${JAR_PATH}:${DEVICE_LIBS_DIR}/${LIB}_intermediates/javalib.jar
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 8 set OLDLIB=%LIB%
18 set LIB=%OLDLIB%
build_ogg_dynamic_debug.bat 8 set OLDLIB=%LIB%
18 set LIB=%OLDLIB%
build_ogg_static.bat 8 set OLDLIB=%LIB%
18 set LIB=%OLDLIB%
build_ogg_static_debug.bat 8 set OLDLIB=%LIB%
18 set LIB=%OLDLIB%
  /external/fdlibm/
makefile.in 67 LIB = libfdm.a
121 all: $(LIB)
130 -$(RM) $(LIB)
134 install: $(LIB) uninstall
135 $(CP) $(LIB) $(prefix)/lib/$(LIB)
136 $(CHMOD) 664 $(prefix)/lib/$(LIB)
137 $(RANLIB) $(prefix)/lib/$(LIB) || tru
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 9 LIB = $(PROGUARD_HOME)/lib
11 ANT_JAR = $(ANT_HOME)/lib/ant.jar
29 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \
34 jar -uf $(LIB)/proguard.jar \
65 -rm -fr $(CLASSES) $(LIB)
73 $(1): $(CLASSES) $(CLASSES)/$(1).class $(call RESOURCES,$(1)) $(LIB)
78 $(CLASSES) $(LIB):
build.sh 21 LIB=lib
29 ANT_JAR=$ANT_HOME/lib/ant.jar
32 PROGUARD_JAR=$LIB/proguard.jar
33 PROGUARD_GUI_JAR=$LIB/proguardgui.jar
34 RETRACE_JAR=$LIB/retrace.jar
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
makefile.bc 17 $(CC) $(LFLAGS) -e$*.exe $*.obj libdes.lib
19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
25 del libdes.lib
35 LIB= libdes.lib
37 $(LIB): $(OBJS)
38 del $(LIB)
42 $(TLIB) libdes.lib @libdes.rsp,nul
45 destest.exe: destest.obj libdes.lib
46 rpw.exe: rpw.obj libdes.lib
    [all...]
  /external/openssl/crypto/des/
makefile.bc 17 $(CC) $(LFLAGS) -e$*.exe $*.obj libdes.lib
19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
25 del libdes.lib
35 LIB= libdes.lib
37 $(LIB): $(OBJS)
38 del $(LIB)
42 $(TLIB) libdes.lib @libdes.rsp,nul
45 destest.exe: destest.obj libdes.lib
46 rpw.exe: rpw.obj libdes.lib
    [all...]
  /art/test/etc/
host-run-test-jar 36 elif [ "x$1" = "x--lib" ]; then
39 echo "$0 missing argument to --lib" 1>&2
42 LIB="$1"
44 LIB=${LIB/%so/dylib}
132 export LD_LIBRARY_PATH="${ANDROID_ROOT}/lib"
133 export DYLD_LIBRARY_PATH="${ANDROID_ROOT}/lib"
183 cmdline="$INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB $JNI_OPTS $FLAGS $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar $main"

Completed in 1791 milliseconds

1 2 3 4 5