/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 559 * indirectly on a given library project. 560 * @param project the library project. 572 LibraryState library = entry.getValue().getLibrary(project); local 573 if (library != null) { 579 // now look for projects depending on the projects directly depending on the library. 729 // 2. if the project is a library, make sure to update the 735 // the library right away. 774 // Look for all other opened projects to see if any is a library for it. 799 // if the project is a library, then try to see if it's required by other projects. [all...] |
/external/dropbear/libtommath/ |
bn.tex | 55 This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been 75 LibTomMath is a library of source code which provides a series of efficient and carefully written functions for manipulating 79 In a nutshell the library was written from scratch with verbose comments to help instruct computer science students how 85 As of the v0.25 the library source code has been placed in the public domain with every new release. As of the v0.28 88 algorithms used in the library. 95 LibTomMath is meant to be very ``GCC friendly'' as it comes with a makefile well suited for GCC. However, the library will 100 To build as a static library for GCC issue the following 105 command. This will build the library and archive the object files in ``libtommath.a''. Now you link against 111 This will build the library and archive the object files in ``tommath.lib''. This has been tested with MSVC 115 To build as a shared library for GCC issue the followin [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 278 // If the runtime Freetype library doesn't support LCD mode, we disable 980 FT_Library library; local 981 if (FT_Init_FreeType(&library)) { [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 482 for library in self.libraries:
483 if FileExists(library):
485 lib_file = (open(library,'rb'))
490 # write the library header
717 for library in self.libraries:
719 config.set(LIBRARY_SECTION, library_name, library)
[all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 119 LibTomCrypt is a portable ISO C cryptographic library meant to be a tool set for cryptographers who are 123 The library was designed such that new ciphers/hashes/PRNGs can be added at run-time and the existing API 125 block cipher and hash function to ensure that they compile and execute to the published design specifications. The library 128 \subsection{What the library IS for?} 130 The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the box LibTomCrypt 132 provide all of the tools required to build such functionality. LibTomCrypt was designed to be a flexible library that 136 You may be wondering, \textit{Tom, why did you write a crypto library. I already have one.} Well the reason falls into 144 {\bf own} crypto library and hopefully along the way others will appreciate the work. 146 With this library all core functions (ciphers, hashes, prngs, and bignum) have the same prototype definition. They all load 148 on an x86 with zero problems. The consistent API also means that if you learn how to use Blowfish with the library you [all...] |
/external/zlib/ |
make_vms.com | 51 $ define sys sys$library: 60 $ if f$trnlnm("SYS").eqs."" then define sys sys$library: 325 $! Read list of core library sources from makefile.in and create options
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
NativeHeapPanel.java | 117 /** top level for the library mode */ 149 /** Current Library Allocation table fill thread. killed if selection changes */ 185 * list of allocation per Library. This is created from the list of 312 NativeLibraryMapInfo library = getLibraryFor(addr); local 314 if (library != null) { 316 Addr2Line process = Addr2Line.getProcess(library.getLibraryName()); 318 // remove the base of the library address 319 long value = addr - library.getStartAddress(); 327 return new NativeStackCallInfo(library != null ? library.getLibraryName() : null [all...] |
/bionic/libc/ |
Android.mk | 428 # Define HAVE_ARM_TLS_REGISTER macro to indicate to the C library 458 # section in the shared library with a function to call all the entries in 518 # This is a version of the static C library that does not 577 # WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
|
/cts/tools/vm-tests/ |
Android.mk | 21 # buildutil java library
|
/dalvik/vm/ |
Android.mk | 101 # section is a static library, but LOCAL_STATIC_LIBRARIES doesn't
|
/external/opencore/codecs_v2/audio/aac/dec/build/make/ |
local.mk | 166 include $(MK)/library.mk
|
/external/opencore/protocols/systems/3g-324m_pvterminal/build/make/ |
local.mk | 85 include $(MK)/library.mk
|
/external/webkit/WebKit/win/Interfaces/ |
WebKit.idl | 147 helpstring("WebKit " __BUILD_NUMBER_SHORT__ " Type Library"), 150 library WebKit
|
/ndk/build/core/ |
setup-app.mk | 63 # you're not going to leave a stale shared library for the old one.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerInitializer.java | 182 // with library (if applicable). 256 return "Unable to get system library for the project"; 653 for (IOptionalLibrary library : libraries) { 654 String jarPath = library.getJarPath();
|
/external/libpng/ |
ltmain.sh | 16 # if you distribute this file as part of a program or library that 33 # Provide generalized library-building support services. 51 # execute automatically set library path, then run a program 54 # link create a library or an executable 867 func_fatal_configuration "not configured to build any kind of library" 891 # True iff FILE is a libtool `.la' library or `.lo' object file. 902 # True iff FILE is a libtool `.la' library or `.lo' object file. 1087 # It is necessary for linking the library. [all...] |
/bionic/libc/arch-x86/bionic/ |
crtbegin_dynamic.S | 72 # functions that need to be called in order during C library initialization,
|
crtbegin_static.S | 71 # functions that need to be called in order during C library initialization,
|
/build/core/ |
droiddoc.mk | 160 -J-Djava.library.path=$(HOST_OUT_SHARED_LIBRARIES) \
|
/external/freetype/src/truetype/ |
ttdriver.c | 417 sfntd = FT_Get_Module( driver->library, "sfnt" );
|
/external/openssl/crypto/objects/ |
obj_dat.pl | 187 * This library is free for commercial and non-commercial use as long as 197 * as the author of the parts of the library used. 213 * The word 'cryptographic' can be left out if the rouines from the library
|
objects.pl | 133 * This library is free for commercial and non-commercial use as long as 143 * as the author of the parts of the library used. 159 * The word 'cryptographic' can be left out if the rouines from the library
|
/external/skia/ |
Android.mk | 5 # build the skia+fretype+png+jpeg+zlib+gif library 230 # Build the skia-opengl glue library
|
/external/stlport/ |
configure | 68 Use this option to customize the generated library name. 80 C/C++ runtime library when linking with STLport. If you want your appli/dll 195 echo "Using $option in generated library names"
|
/external/tremolo/Tremolo/ |
floor1ARM.s | 1 @ Tremolo library
|