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

1 2 3 4

  /ndk/tests/build/libc_no_atexit/
build.sh 7 for LIB in $LIBRARIES; do
9 echo "Checking: $LIB"
10 readelf -s $LIB | grep -q -F " atexit"
12 echo "ERROR: $NDK/$LIB exposes 'atexit'!" >&2
15 readelf -s $LIB | grep -q -F " __dso_handle"
17 echo "ERROR: $NDK/$LIB exposes '__dso_handle'!" >&2
  /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'"
  /external/chromium/sdch/open-vcdiff/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/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/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/tools/clang/plugins/tests/
test.sh 31 -Xclang -load -Xclang "${CLANG_DIR}"/lib/libFindBadConstructs.${LIB} \
64 export LIB=so
66 export LIB=dylib
  /external/chromium/base/allocator/
prep_libc.sh 6 # This script takes libcmt.lib for VS2005 and removes the allocation related
17 LIBCMT="${1}\\libcmt.lib"
20 OUTCMT="${2}\\libcmt.lib"
28 # libcmt.lib files.
37 LIB /NOLOGO /IGNORE:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2005}${FILE} $OUTCMT
38 LIB /NOLOGO /IGNORE:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2008}${FILE} $OUTCMT
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/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/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/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/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/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/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/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/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/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/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/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.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/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 148 local LIB=$1
155 case $LIB in
192 for LIB in $(cd $SRCDIR && ls lib*.so); do
193 SRCLIB=$SRCDIR/$LIB
194 log "Extracting symbols from $LIB"
198 FUNCS=$(filter_library_symbols $LIB $FUNCS)
199 VARS=$(filter_library_symbols $LIB $VARS)
204 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
205 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.tx
    [all...]
  /art/test/etc/
host-run-test-jar 12 LIB="libartd.so"
26 elif [ "x$1" = "x-lib" ]; then
28 LIB="$1"
30 LIB="libart.so"
83 export LD_LIBRARY_PATH="${ANDROID_ROOT}/lib"
84 export DYLD_LIBRARY_PATH="${ANDROID_ROOT}/lib"
110 $INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB -Ximage:$ANDROID_ROOT/framework/core.art \
  /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...]
  /external/proguard/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):
  /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):
  /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...]

Completed in 565 milliseconds

1 2 3 4