HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 176 - 200 of 345) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu4c/layout/
Makefile 149 distclean distclean-local install-library install-headers dist \
165 install-local: install-headers install-library
167 install-library: all-local
  /external/icu4c/layoutex/
Makefile 80 distclean distclean-local install-library install-headers dist \
96 install-local: install-headers install-library
98 install-library: all-local
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 5 ; This library is free software; you can redistribute it and/or
6 ; modify it under the terms of the GNU Library General Public
10 ; This library is distributed in the hope that it will be useful,
13 ; Library General Public License for more details.
15 ; You should have received a copy of the GNU Library General Public
16 ; License along with this library; if not, write to the Free
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 227 createProject(false /*library*/);
233 createProject(true /*library*/);
244 updateProject(false /*library*/);
250 updateProject(true /*library*/);
373 private void createProject(boolean library) {
374 String directObject = library? SdkCommandLine.OBJECT_LIB_PROJECT :
393 if (library == false) {
428 library,
543 false /* library*/,
582 * @param library whether the project is a library project
    [all...]
  /external/freetype/src/base/
ftstroke.c 709 FT_Library library; member in struct:FT_StrokerRec_
717 FT_Stroker_New( FT_Library library,
725 if ( !library )
728 memory = library->memory;
732 stroker->library = library;
780 FT_Memory memory = stroker->library->memory;
786 stroker->library = NULL;
1888 FT_Library library = stroker->library; local
1962 FT_Library library = stroker->library; local
    [all...]
  /external/freetype/include/freetype/
freetype.h 320 /* A handle to a FreeType library instance. Each `library' is */
331 /* Library objects are normally created by @FT_Init_FreeType, and */
474 /* @FT_Open_Face), the library looks for a Unicode charmap within */
1606 FT_Library library; member in struct:FT_GlyphSlotRec_
1690 FT_Done_FreeType( FT_Library library ); variable
    [all...]
  /external/jpeg/
ltmain.sh 1 # ltmain.sh - Provide generalized library-building support services.
61 echo "$modename: not configured to build any kind of library" 1>&2
275 # Get the name of the library object.
298 $echo "$modename: cannot determine name of library object from \`$srcfile'" 1>&2
309 # Delete any leftover library objects.
560 # A library object.
581 # A libtool-controlled library.
606 # Get the name of the library we link against.
613 $echo "$modename: cannot find name of link library for \`$arg'" 1>&2
617 # Find the relevant object directory and library name
    [all...]
  /system/extras/tests/bionic/libc/
Android.mk 159 # shared library are only called once. We thus need to
160 # build a shared library, then call it from another
176 # on dlclose(). We thus need to generate a C++ shared library
  /external/chromium/sdch/open-vcdiff/
ltmain.sh 1 # ltmain.sh - Provide generalized library-building support services.
137 $echo "$modename: not configured to build any kind of library" 1>&2
200 # return the library type of file 'arg'
210 *ar\ archive\ import\ library*) # definitely import
774 # Get the name of the library object.
805 $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
854 # Delete any leftover library objects.
932 # It is necessary for linking the library.
1115 # even a static library is built. For now, we need to specify
1117 # that all symbols are satisfied, otherwise we get a static library
    [all...]
  /external/chromium/third_party/libevent/
ltmain.sh 1 # ltmain.sh - Provide generalized library-building support services.
137 $echo "$modename: not configured to build any kind of library" 1>&2
200 # return the library type of file 'arg'
210 *ar\ archive\ import\ library*) # definitely import
774 # Get the name of the library object.
805 $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
854 # Delete any leftover library objects.
932 # It is necessary for linking the library.
1115 # even a static library is built. For now, we need to specify
1117 # that all symbols are satisfied, otherwise we get a static library
    [all...]
  /external/dbus/
ltmain.sh 1 # ltmain.sh - Provide generalized library-building support services.
129 $echo "$modename: not configured to build any kind of library" 1>&2
192 # return the library type of file 'arg'
202 *ar\ archive\ import\ library*) # definitely import
759 # Get the name of the library object.
789 $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
838 # Delete any leftover library objects.
916 # It is necessary for linking the library.
1099 # even a static library is built. For now, we need to specify
1101 # that all symbols are satisfied, otherwise we get a static library
    [all...]
  /external/expat/conftools/
ltmain.sh 1 # ltmain.sh - Provide generalized library-building support services.
121 $echo "$modename: not configured to build any kind of library" 1>&2
182 # return the library type of file 'arg'
192 *ar\ archive\ import\ library*) # definitely import
739 # Get the name of the library object.
768 $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
817 # Delete any leftover library objects.
895 # It is necessary for linking the library.
1078 # even a static library is built. For now, we need to specify
1080 # that all symbols are satisfied, otherwise we get a static library
    [all...]
  /external/libffi/
ltmain.sh 1 # ltmain.sh - Provide generalized library-building support services.
131 $echo "$modename: not configured to build any kind of library" 1>&2
194 # return the library type of file 'arg'
204 *ar\ archive\ import\ library*) # definitely import
768 # Get the name of the library object.
798 $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
847 # Delete any leftover library objects.
925 # It is necessary for linking the library.
1108 # even a static library is built. For now, we need to specify
1110 # that all symbols are satisfied, otherwise we get a static library
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 568 * indirectly on a given library project.
569 * @param project the library project.
581 LibraryState library = entry.getValue().getLibrary(project); local
582 if (library != null) {
588 // now look for projects depending on the projects directly depending on the library.
740 // 2. if the project is a library, make sure to update the
752 // the library right away.
800 // list of library to link to the opened project.
803 // Look for all other opened projects to see if any is a library for the opened
808 // ProjectState#needs() both checks if this is a missing library
    [all...]
  /build/tools/droiddoc/test/stubs/
func.sh 40 -J-Djava.library.path=out/host/$PLATFORM/lib \
  /dalvik/vm/
Android.mk 116 # Build as a WHOLE static library so dependencies are available at link
117 # time. When building this target as a regular static library, certain
  /external/libpng/scripts/
makevms.com 31 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
35 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 117 """ Looks for a dls file in the library list """
118 for index, library in enumerate(libraries):
119 if library == dlsfile:
497 #zip the library files
498 for library in jet_file.GetLibraries():
499 if FileExists(library):
500 if not FileJustName(library) in zip.namelist():
501 zip.write(library, FileJustName(library))
510 for index, library in enumerate(jet_file.libraries):
    [all...]
  /external/stlport/
configure.bat 58 REM C runtime library
78 REM library name customization
142 echo C/C++ runtime library when linking with STLport. If you want your appli/dll
154 echo type_traits library is used to get type information and to implement some
177 echo Use this option to customize the generated library name. The motif will be used
187 echo is a good way to challenge the C++ Standard library implementation comming with
479 REM * C runtime library selection
492 echo Error: Setting C runtime library for compiler other than microsoft ones!
496 echo Selecting static C runtime library for STLport
501 echo Selecting dynamic C runtime library for STLpor
    [all...]
  /bionic/libdl/
Android.mk 34 # with missing symbols. Since this library is just a bunch of stubs, we set
  /cts/tests/core/luni-io/
Android.mk 36 LOCAL_DX_FLAGS := --core-library
  /cts/tests/core/luni-lang/
Android.mk 34 LOCAL_DX_FLAGS := --core-library
  /cts/tests/core/luni-net/
Android.mk 37 LOCAL_DX_FLAGS := --core-library
  /cts/tests/core/luni-util/
Android.mk 34 LOCAL_DX_FLAGS := --core-library
  /cts/tests/core/xml/
Android.mk 40 LOCAL_DX_FLAGS := --core-library

Completed in 1084 milliseconds

1 2 3 4 5 6 78 91011>>