HomeSort by relevance Sort by last modified time
    Searched refs:LIB (Results 51 - 75 of 153) sorted by null

1 23 4 5 6 7

  /external/curl/src/
tool_vms.c 119 * On non-VAX systems, use LIB$INITIALIZE to set a collection of C
146 /* LIB$INITIALIZE initialization function. */
156 /* Set the global flag to indicate that LIB$INITIALIZE worked. */
194 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */
198 /* Establish the LIB$INITIALIZE PSECTs, with proper alignment and
201 #pragma extern_model strict_refdef "LIB$INITIALIZ" 2, nopic, nowrt
203 #pragma extern_model strict_refdef "LIB$INITIALIZE" 2, nopic, nowrt
207 /* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */
209 int LIB$INITIALIZE(void);
211 int dmy_lib$initialize = (int) LIB$INITIALIZE
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 34 my ($CC, $CC_OPTS, $AS, $AS_OPTS, $LIB, $LIB_OPTS, $LIB_TYPE);
40 # $LIB = 'armlink';
43 $LIB = 'armar';
68 # Create the build directories "/lib/" and "/obj/" (if they are not there already)
70 mkdir "lib", 0777 if (! -d "lib");
116 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
117 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 34 my ($CC, $CC_OPTS, $AS, $AS_OPTS, $LIB, $LIB_OPTS, $LIB_TYPE);
40 # $LIB = 'armlink';
43 $LIB = 'armar';
68 # Create the build directories "/lib/" and "/obj/" (if they are not there already)
70 mkdir "lib", 0777 if (! -d "lib");
118 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
119 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 34 my ($CC, $CC_OPTS, $AS, $AS_OPTS, $LIB, $LIB_OPTS, $LIB_TYPE);
40 # $LIB = 'armlink';
43 $LIB = 'armar';
68 # Create the build directories "/lib/" and "/obj/" (if they are not there already)
70 mkdir "lib", 0777 if (! -d "lib");
116 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
117 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
  /external/syslinux/win32/
Makefile 49 .SUFFIXES: .c .obj .lib .exe .i .s .S
65 LIB = syslinux.lib
79 -rm -f *.o *.obj *.lib *.i *.s *.a .*.d *.tmp *_bin.c hello.exe
88 $(LIB): $(LIBOBJS)
93 syslinux.exe: $(OBJS) $(LIB)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 183 for LIB in libc++_static.a libc++_shared.so; do
184 if [ ! -f "$LIBCXX_LIBS/$LIB" ]; then
185 echo "ERROR: Missing prebuilt library: $LIBCXX_LIBS/$LIB"
198 for LIB in libcompiler_rt_static.a libcompiler_rt_shared.so; do
199 if [ ! -f "$LIBCOMPILER_RT_LIBS/$LIB" ]; then
200 echo "ERROR: Missing prebuilt library: $LIBCOMPILER_RT_LIBS/$LIB"
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 179 for LIB in libc++_static.a libc++_shared.so; do
180 if [ ! -f "$LIBCXX_LIBS/$LIB" ]; then
181 echo "ERROR: Missing prebuilt library: $LIBCXX_LIBS/$LIB"
189 for LIB in libcompiler_rt_static.a libcompiler_rt_shared.so; do
190 if [ ! -f "$LIBCOMPILER_RT_LIBS/$LIB" ]; then
191 echo "ERROR: Missing prebuilt library: $LIBCOMPILER_RT_LIBS/$LIB"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_sysconfig.py 34 # test for pythonxx.lib?
54 fd.write(r"CONFIG_ARGS= '--arg1=optarg1' 'ENV=LIB'" '\n')
59 self.assertEqual(d, {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'",
66 fd.write(r"CONFIG_ARGS= '--arg1=optarg1' 'ENV=\$$LIB'" '\n')
71 self.assertEqual(d, {'CONFIG_ARGS': r"'--arg1=optarg1' 'ENV=\$LIB'",
  /external/libxml2/os400/
xmlcatlgcl.c 183 vary4append(&cmd, "/QSYS.LIB/");
185 vary4append(&cmd, ".LIB/XMLCATALOG.PGM");
  /external/lz4/contrib/djgpp/
Makefile 6 # Pulled the code below from lib/Makefile. Might be nicer to derive this somehow without sed
10 LIBVER_MAJOR=$(shell sed -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lib/lz4.h)
11 LIBVER_MINOR=$(shell sed -n '/define LZ4_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lib/lz4.h)
12 LIBVER_PATCH=$(shell sed -n '/define LZ4_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lib/lz4.h)
27 IDIR = lib
31 LDIR = lib
32 LSRC = lib/lz4.c lib/lz4hc.c lib/lz4frame.c lib/xxhash.
    [all...]
  /external/libgsm/
Makefile 58 # CCINC = -I/usr/gnu/lib/gcc-2.1/gcc-lib/sparc-sun-sunos4.1.2/2.1/include
61 # LDINC = -L/usr/gnu/lib/gcc-2.1/gcc-lib/sparc-sun-sunos4.1.2/2.1
82 GSM_INSTALL_LIB = $(GSM_INSTALL_ROOT)/lib
123 LIB = $(ROOT)/lib
142 LIBGSM = $(LIB)/libgsm.a
302 $(LIBGSM): $(LIB) $(GSM_OBJECTS)
322 # The local bin and lib directorie
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
config.ini 270 BinaryExtList = EXE, EFI, FV, ROM, DLL, COM, BMP, GIF, PYD, CMP, BIN, JPG, UNI, RAW, COM2, LIB, DEPEX, SYS, DB
  /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/curl/packages/vms/
curl_crtl_init.c 9 * This is a module that provides a LIB$INITIALIZE routine that
272 /* Some boilerplate to force this to be a proper LIB$INITIALIZE section */
277 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long, nopic
279 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long
288 /* Set our contribution to the LIB$INITIALIZE array */
300 ** Force a reference to LIB$INITIALIZE to ensure it
303 int LIB$INITIALIZE(void);
307 int lib_init_ref = (int) LIB$INITIALIZE;
  /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...]
  /external/libevent/
compile 98 lib=$1
102 for dir in $lib_path $LIB
105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib
110 if test -f "$dir/$lib.lib"; then
112 lib=$dir/$lib.li
    [all...]
  /external/libnfnetlink/build-aux/
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/python/cpython2/Lib/distutils/tests/
test_sysconfig.py 37 # test for pythonxx.lib?
57 fd.write(r"CONFIG_ARGS= '--arg1=optarg1' 'ENV=LIB'" '\n')
62 self.assertEqual(d, {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'",
69 fd.write(r"CONFIG_ARGS= '--arg1=optarg1' 'ENV=\$$LIB'" '\n')
74 self.assertEqual(d, {'CONFIG_ARGS': r"'--arg1=optarg1' 'ENV=\$LIB'",
  /external/syslinux/core/
Makefile 28 INCLUDES = -I$(SRC)/include -I$(com32)/include -I$(com32)/include/sys -I$(com32)/lib \
96 LIB = libcom32.a
97 LIBS = $(LIB) --whole-archive $(objdir)/com32/lib/libcom32core.a
168 --start-group $(LIBS) $(subst $(*F).elf,lib$(*F).a,$@) --end-group \
198 $(LIB): $(LIBOBJS)
238 install-lib: installer
240 install-all: install install-lib
250 rm -f $(OBSOLETE) $(LIB)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 34 # test for pythonxx.lib?
60 fd.write(r"CONFIG_ARGS= '--arg1=optarg1' 'ENV=LIB'" '\n')
65 self.assertEqual(d, {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'",
72 fd.write(r"CONFIG_ARGS= '--arg1=optarg1' 'ENV=\$$LIB'" '\n')
77 self.assertEqual(d, {'CONFIG_ARGS': r"'--arg1=optarg1' 'ENV=\$LIB'",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 34 # test for pythonxx.lib?
60 fd.write(r"CONFIG_ARGS= '--arg1=optarg1' 'ENV=LIB'" '\n')
65 self.assertEqual(d, {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'",
72 fd.write(r"CONFIG_ARGS= '--arg1=optarg1' 'ENV=\$$LIB'" '\n')
77 self.assertEqual(d, {'CONFIG_ARGS': r"'--arg1=optarg1' 'ENV=\$LIB'",
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgDDK.mak 3 # You will need to set the LIB variable similar to this.
4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
29 $(CC) $(CFLAGS) -o dlg.exe bufferoverflowu.lib $(DLG_OBJS) $(SUPPORT_OBJS)
DlgMS.mak 3 # You will need to set the LIB variable similar to this.
4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
  /external/curl/projects/
build-openssl.bat 202 move out32.dbg "%OUTDIR%\LIB Debug"
206 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug"
207 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug"
225 move out32 "%OUTDIR%\LIB Release"
229 move tmp32\lib.pdb "%OUTDIR%\LIB Release"
230 move tmp32dll\lib.pdb "%OUTDIR%\DLL Release"
255 move out32.dbg "%OUTDIR%\LIB Debug"
259 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug
    [all...]
  /external/ImageMagick/MagickCore/
vms.h 26 # include <lib$routines.h>
756 #define lib$ediv LIB$EDIV
757 #define lib$find_file LIB$FIND_FILE
758 #define lib$find_file_end LIB$FIND_FILE_END
759 #define lib$set_symbol LIB$SET_SYMBOL
760 #define lib$sfree1_dd LIB$SFREE1_D
    [all...]

Completed in 1279 milliseconds

1 23 4 5 6 7