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

1 2 3

  /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
  /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...]
  /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...]
  /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...]
  /external/libutf/
Makefile 25 LIB=libutf.a
55 all: $(LIB)
57 install: $(LIB)
65 mkdir -p $(PREFIX)/lib
66 install -c -m 0644 $(LIB) $(PREFIX)/lib/$(LIB)
68 $(LIB): $(OFILES)
69 $(AR) $(ARFLAGS) $(LIB) $(OFILES)
70 $(RANLIB) $(LIB)
    [all...]
  /art/test/etc/
host-run-test-jar 39 elif [ "x$1" = "x--lib" ]; then
42 echo "$0 missing argument to --lib" 1>&2
45 LIB="$1"
47 LIB=${LIB/%so/dylib}
141 export LD_LIBRARY_PATH="${ANDROID_ROOT}/lib"
142 export DYLD_LIBRARY_PATH="${ANDROID_ROOT}/lib"
201 cmdline="$INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB $DEX_VERIFY $JNI_OPTS $FLAGS $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX $main"
push-and-run-test-jar 32 elif [ "x$1" = "x--lib" ]; then
35 echo "$0 missing argument to --lib" 1>&2
38 LIB="$1"
185 $INVOKE_WITH $gdb /system/bin/dalvikvm$TARGET_SUFFIX $FLAGS $DEX_VERIFY $gdbargs -XXlib:$LIB $ZYGOTE $JNI_OPTS $RELOCATE_OPT $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX Main"
push-and-run-prebuilt-test-jar 36 elif [ "x$1" = "x--lib" ]; then
39 echo "$0 missing argument to --lib" 1>&2
42 LIB="$1"
206 $INVOKE_WITH $gdb /system/bin/dalvikvm$TARGET_SUFFIX $FLAGS $gdbargs -XXlib:$LIB $ZYGOTE $JNI_OPTS $RELOCATE_OPT $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX_LOCATION/$TEST_NAME.jar$SECONDARY_DEX Main $@"
  /external/compiler-rt/test/dfsan/
label_count.c 1 // RUN: %clang_dfsan -DLIB -m64 -c %s -o %t.lib.o && \
3 // RUN: %clang_dfsan -m64 %t.lib.o %t.o -o %t.bin && \
6 // RUN: %clang_dfsan -mllvm -dfsan-args-abi -m64 -DLIB -c %s -o %t.lib.o && \
8 // RUN: %clang_dfsan -mllvm -dfsan-args-abi -m64 %t.o %t.lib.o -o %t.bin && \
14 #ifdef LIB
15 // Compiling this file with and without LIB defined allows this file to be
75 #endif // #ifdef LIB
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h     [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]
  /external/bison/build-aux/
compile 118 lib=${1#-l}
122 for dir in $lib_path $LIB
125 if $shared && test -f "$dir/$lib.dll.lib"; then
127 set x "$@" "$dir/$lib.dll.lib"
130 if test -f "$dir/$lib.lib"; then
132 set x "$@" "$dir/$lib.lib"
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
host_gcc.mk 20 LIB ?= ar
88 # LIB Macro
95 $(STAMPDIR)/$(1).stamp: $(LIBDIR)/$(OSNAME)_host/$(CONFIG)/lib$(1).a
98 all: $(LIBDIR)/$(OSNAME)_host/$(CONFIG)/lib$(1).a
99 $(LIBDIR)/$(OSNAME)_host/$(CONFIG)/lib$(1).a: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src)))
102 $(call LOG,LIB,$$@,$(LIB) -cr $$@ $$^)
113 # $5 = List of lib dirs
120 $(call LOG,LINK,$$@,$(LINK) -o $(1) $(2) $(HOST_LDFLAGS) $(NACL_LDFLAGS) $(LDFLAGS) $(foreach path,$(5),-L$(path)/$(OSNAME)_host)/$(CONFIG) $(foreach lib,$(3),-l$(lib)) $(6)
    [all...]
  /external/chromium_org/third_party/opus/src/
compile 99 lib=$1
103 for dir in $lib_path $LIB
106 if $shared && test -f "$dir/$lib.dll.lib"; then
108 lib=$dir/$lib.dll.lib
111 if test -f "$dir/$lib.lib"; then
113 lib=$dir/$lib.li
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
compile 118 lib=${1#-l}
122 for dir in $lib_path $LIB
125 if $shared && test -f "$dir/$lib.dll.lib"; then
127 set x "$@" "$dir/$lib.dll.lib"
130 if test -f "$dir/$lib.lib"; then
132 set x "$@" "$dir/$lib.lib"
    [all...]

Completed in 476 milliseconds

1 2 3