HomeSort by relevance Sort by last modified time
    Searched full:libs (Results 76 - 100 of 1224) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/stlport/test/eh/
cray.mak 32 #LIBS = -L../../lib -lstlportx -lpthread
33 LIBS = -L../../lib -lstlport -lpthread
40 $(CXX) $(CXXFLAGS) $(LIBS) $(OBJECTS) -o $(TEST_EXE)
51 $(CXX) $(CXXFLAGS) $(LIBS) $*.o -o $*
  /external/webkit/WebKit/gtk/
webkit.pc.in 10 Libs: -L${libdir} -lwebkit-1.0
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MSDOS/
djgpp.sed 3 s/@LIBS@//
  /external/clearsilver/python/
Makefile 16 LIBS += $(DLIBS) $(DB2_LIB)
31 $(LDSHARED) -o $@ $(LDFLAGS) $(NEO_UTIL_OBJ) $(LIBS)
41 $(LDFLAGS) $(PYTHON_LIB) $(LIBS)
  /external/ppp/pppd/plugins/pppoatm/
Makefile.linux 25 LIBS := -latm
29 LIBS := -lresolv
36 $(CC) $(CFLAGS) -o $@ -shared $^ $(LIBS)
  /external/openssl/crypto/threads/
netware.bat 18 set LIBS=
29 if "%BLD_DEBUG%" == "YES" set LIBS=..\..\out_nw.dbg\ssl.lib ..\..\out_nw.dbg\crypto.lib
30 if "%BLD_DEBUG%" == "" set LIBS=..\..\out_nw\ssl.lib ..\..\out_nw\crypto.lib
53 mwldnlm.exe %LFLAGS% -screenname mttest -commandfile mttest.def mttest.o "%PRELUDE%" %LIBS% -o mttest.nlm
78 set LIBS=
  /sdk/eclipse/scripts/
create_test_symlinks.sh 53 LIBS="layoutlib.jar"
55 for LIB in $LIBS ; do
59 MAKE_LIBS="${LIBS//.jar/}"
60 echo "Make java libs: $MAKE_LIBS"
61 make -j3 showcommands $MAKE_LIBS || die "adt-tests: Failed to build one of $LIBS."
75 cpdir $DEST sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib
76 cpdir $DEST sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib
  /development/ide/xcode/animator.xcodeproj/
project.pbxproj 170 FE49EB4C09FE783600D28411 /* SkDisplayNumber.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SkDisplayNumber.h; path = ../../libs/graphics/animator/SkDisplayNumber.h; sourceTree = SOURCE_ROOT; };
171 FE49EB5009FE785E00D28411 /* SkDisplayNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkDisplayNumber.cpp; path = ../../libs/graphics/animator/SkDisplayNumber.cpp; sourceTree = SOURCE_ROOT; };
172 FE49EE0B09FFDB0300D28411 /* SkAnimateProperties.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SkAnimateProperties.h; path = ../../libs/graphics/animator/SkAnimateProperties.h; sourceTree = SOURCE_ROOT; };
173 FE51FB840A6FDCE400ABA91D /* SkDrawSaveLayer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SkDrawSaveLayer.h; path = ../../libs/graphics/animator/SkDrawSaveLayer.h; sourceTree = SOURCE_ROOT; };
174 FE51FB8E0A6FE7DC00ABA91D /* SkDrawSaveLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkDrawSaveLayer.cpp; path = ../../libs/graphics/animator/SkDrawSaveLayer.cpp; sourceTree = SOURCE_ROOT; };
175 FE5F48F30948A5380095980F /* SkAnimateBase.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SkAnimateBase.h; path = ../../libs/graphics/animator/SkAnimateBase.h; sourceTree = SOURCE_ROOT; };
176 FE5F48F40948A5380095980F /* SkAnimate3DSchema.xsd */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = SkAnimate3DSchema.xsd; path = ../../libs/graphics/animator/SkAnimate3DSchema.xsd; sourceTree = SOURCE_ROOT; };
177 FE5F48F50948A5380095980F /* SkAnimate3DSchema.xsx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = SkAnimate3DSchema.xsx; path = ../../libs/graphics/animator/SkAnimate3DSchema.xsx; sourceTree = SOURCE_ROOT; };
178 FE5F48F60948A5380095980F /* SkAnimateActive.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkAnimateActive.cpp; path = ../../libs/graphics/animator/SkAnimateActive.cpp; sourceTree = SOURCE_ROOT; };
179 FE5F48F70948A5380095980F /* SkAnimateActive.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SkAnimateActive.h; path = ../../libs/graphics/animator/SkAnimateActive.h; sourceTree = SOURCE_ROOT; }
    [all...]
  /external/ppp/pppd/
Makefile.linux 36 LIBS =
100 LIBS += -lsrp -L/usr/local/ssl/lib -lcrypto
117 #LIBS += -lshadow $(LIBS)
124 LIBS += -lcrypt
129 LIBS += -ldes $(LIBS)
140 LIBS += -lpam -ldl
163 LIBS += -llock
170 LIBS += -ld
    [all...]
Makefile.sol2 9 LIBS = -lsocket -lnsl
19 LIBS += -ldl
49 $(CC) -o pppd $(OBJS) $(LIBS)
  /development/ide/xcode/graphics.xcodeproj/
project.pbxproj     [all...]
  /external/bluetooth/glib/docs/reference/glib/
compiling.sgml 30 $ pkg-config --libs glib-2.0
39 $ pkg-config --cflags --libs gthread-2.0
40 $ pkg-config --cflags --libs gobject-2.0
47 $ pkg-config --cflags --libs gmodule-no-export-2.0
48 $ pkg-config --cflags --libs gmodule-2.0
60 $ cc `pkg-config --cflags --libs glib-2.0` hello.c -o hello
  /external/clearsilver/cgi/
Makefile 33 $(LD) $@ $(STATIC_OBJ) $(LDFLAGS) $(DLIBS) $(LIBS)
36 $(LDSHARED) -o $@ $(STATIC_OBJ) $(LDFLAGS) $(DLIBS) $(LIBS)
39 $(LD) $@ $(CGICSTEST_OBJ) $(LDFLAGS) $(DLIBS) $(LIBS)
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpa_gui.pro 9 LIBS += -lws2_32 -static
14 LIBS += -lws2_32 -static -mwindows
20 LIBS += -lws2_32 -static -mwindows
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/
MANIFEST.MF 33 Bundle-ClassPath: libs/jcommon-1.0.12.jar,
34 libs/jfreechart-1.0.9.jar,
35 libs/jfreechart-1.0.9-swt.jar,
  /bionic/libdl/
Android.mk 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
16 # DO NOT REMOVE --exclude-libs!
18 LOCAL_LDFLAGS := -Wl,--exclude-libs=libgcc.a
23 LOCAL_LDFLAGS += -Wl,--exclude-libs=libgcc_eh.a
  /external/bison/m4/
iconv.m4 46 am_save_LIBS="$LIBS"
47 LIBS="$LIBS $LIBICONV"
55 LIBS="$am_save_LIBS"
  /external/bluetooth/glib/
glib-2.0-uninstalled.pc.in 8 Libs: ${pc_top_builddir}/${pcfiledir}/glib/libglib-2.0.la
  /external/opencore/codecs_v2/audio/sbc/enc/build/make/
local.mk 32 LIBS =
  /external/opencore/engines/2way/pvlogger/test/build/make/
local.mk 18 LIBS := osclio osclproc osclutil osclmemory osclerror osclbase
  /frameworks/base/core/jni/
GraphicsRegisterGlue.h 1 /* //device/libs/android_runtime/GraphicsRegisterGlue.h
  /prebuilt/linux-x86/sdl/lib/pkgconfig/
sdl.pc 13 Libs: -L${libdir} -lSDL -lpthread
  /prebuilt/windows/sdl/lib/pkgconfig/
sdl.pc 13 Libs: -L${libdir} -lmingw32 -lSDLmain -lSDL -mwindows
  /development/ide/xcode/GL.xcodeproj/
project.pbxproj 26 004BBD440DAC439E00E4E298 /* SkGLDevice_FBO.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLDevice_FBO.cpp; path = ../../libs/graphics/gl/SkGLDevice_FBO.cpp; sourceTree = SOURCE_ROOT; };
27 004BBD740DAC48A600E4E298 /* SkGLDevice_FBO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGLDevice_FBO.h; path = ../../libs/graphics/gl/SkGLDevice_FBO.h; sourceTree = SOURCE_ROOT; };
28 004BBE2F0DAC71A000E4E298 /* SkGLDevice_SWLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLDevice_SWLayer.cpp; path = ../../libs/graphics/gl/SkGLDevice_SWLayer.cpp; sourceTree = SOURCE_ROOT; };
29 004BBE300DAC71A000E4E298 /* SkGLDevice_SWLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGLDevice_SWLayer.h; path = ../../libs/graphics/gl/SkGLDevice_SWLayer.h; sourceTree = SOURCE_ROOT; };
30 009A73D40DA1179A00876C03 /* SkGL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGL.cpp; path = ../../libs/graphics/gl/SkGL.cpp; sourceTree = SOURCE_ROOT; };
31 009A73D50DA1179A00876C03 /* SkGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGL.h; path = ../../libs/graphics/gl/SkGL.h; sourceTree = SOURCE_ROOT; };
32 009A73D60DA1179A00876C03 /* SkGLCanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLCanvas.cpp; path = ../../libs/graphics/gl/SkGLCanvas.cpp; sourceTree = SOURCE_ROOT; };
33 009A73D70DA1179A00876C03 /* SkGLTextCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGLTextCache.cpp; path = ../../libs/graphics/gl/SkGLTextCache.cpp; sourceTree = SOURCE_ROOT; };
34 009A73D80DA1179A00876C03 /* SkGLTextCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGLTextCache.h; path = ../../libs/graphics/gl/SkGLTextCache.h; sourceTree = SOURCE_ROOT; };
35 009A73D90DA1179A00876C03 /* SkTextureCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkTextureCache.cpp; path = ../../libs/graphics/gl/SkTextureCache.cpp; sourceTree = SOURCE_ROOT; }
    [all...]
  /development/ide/xcode/ports.xcodeproj/
project.pbxproj 27 000F96960D340E3000AAF056 /* SkFontHost_gamma.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkFontHost_gamma.cpp; path = ../../libs/graphics/ports/SkFontHost_gamma.cpp; sourceTree = SOURCE_ROOT; };
28 00199D690AD6C5F000B087EA /* SkImageDecoder_libico.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libico.cpp; path = ../../libs/graphics/images/SkImageDecoder_libico.cpp; sourceTree = SOURCE_ROOT; };
29 0043B29F0D75B800004A0E2A /* bmpdecoderhelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bmpdecoderhelper.h; path = ../../libs/graphics/images/bmpdecoderhelper.h; sourceTree = SOURCE_ROOT; };
30 0043B2DD0D75C86D004A0E2A /* SkImageDecoder_libbmp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libbmp.cpp; path = ../../libs/graphics/images/SkImageDecoder_libbmp.cpp; sourceTree = SOURCE_ROOT; };
31 004E32220D0F288D007F9B40 /* SkMMapStream.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkMMapStream.cpp; path = ../../libs/graphics/images/SkMMapStream.cpp; sourceTree = SOURCE_ROOT; };
32 0064A0690AE5283700F758EE /* SkFontHost_android.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkFontHost_android.cpp; path = ../../libs/graphics/ports/SkFontHost_android.cpp; sourceTree = SOURCE_ROOT; };
33 008CFCBC0C04C10100FB4126 /* SkImageDecoder_wbmp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_wbmp.cpp; path = ../../libs/graphics/images/SkImageDecoder_wbmp.cpp; sourceTree = SOURCE_ROOT; };
34 00AC70760D0DAB9400413F47 /* SkThread_pthread.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkThread_pthread.cpp; path = ../../libs/graphics/ports/SkThread_pthread.cpp; sourceTree = SOURCE_ROOT; };
35 00FA424C0D7601CE00D3F086 /* bmpdecoderhelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bmpdecoderhelper.cpp; path = ../../libs/graphics/images/bmpdecoderhelper.cpp; sourceTree = SOURCE_ROOT; };
37 FE5F473C0947737F0095980F /* SkThread_none.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkThread_none.cpp; path = ../../libs/graphics/ports/SkThread_none.cpp; sourceTree = SOURCE_ROOT; }
    [all...]

Completed in 56 milliseconds

1 2 34 5 6 7 8 91011>>