Searched refs:library (Results 176 - 200 of 339) sorted by relevance

1234567891011>>

/external/libvpx/examples/includes/geshi/geshi/
H A Dxpp.php11 * For details, see <http://msdn.microsoft.com/en-us/library/aa867122.aspx>
H A Dhaskell.php62 /* just link to Prelude functions, cause it's the default opened library when starting Haskell */
177 /* link to the wanted library */
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py117 """ 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 i
[all...]
/external/stlport/
H A Dconfigure.bat58 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 fo
[all...]
/external/chromium/net/http/
H A Dhttp_auth_gssapi_posix_unittest.cc52 void EstablishInitialContext(test::MockGSSAPILibrary* library) { argument
64 library->ExpectSecurityContext(
86 new GSSAPISharedLibrary("/this/library/does/not/exist"));
H A Dhttp_auth_sspi_win.h189 // |library| and |max_token_length| must be non-NULL pointers to valid objects.
201 int DetermineMaxTokenLength(SSPILibrary* library,
/external/chromium/sdch/open-vcdiff/packages/rpm/
H A Drpm.spec20 A library that provides an encoder and decoder for the VCDIFF
/external/compiler-rt/make/
H A Dlib_info.mk8 # library can provide.
/external/e2fsprogs/e2fsck/
H A DAndroid.mk4 # Build the libext2 profile library
/external/freetype/src/truetype/
H A Dttobjs.c491 FT_Library library; local
498 library = ttface->driver->root.library;
500 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
614 ( library->debug_hooks[FT_DEBUG_HOOK_UNPATENTED_HINTING] != NULL );
982 FT_Library library = face->root.driver->root.library; local
986 library->debug_hooks[FT_DEBUG_HOOK_TRUETYPE];
/external/libnfc-nci/halimpl/bcm2079x/
H A DAndroid.mk33 # build shared library system/lib/hw/nfc_nci.*.so
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli13 the Analysis library. *)
/external/llvm/bindings/ocaml/transforms/ipo/
H A Dllvm_ipo.ml13 classes in the [LLVMIPO] library. *)
H A Dllvm_ipo.mli13 classes in the [LLVMIPO] library. *)
/external/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc82 // Dummy library that represents "search all handles".
97 // If we've already loaded this library, FreeLibrary() the handle in order to
105 // Stack probing routines are in the support library (e.g. libgcc), but we don't
/external/mesa3d/docs/
H A DMESA_resize_buffers.spec30 Mesa is often used as a client library with no integration with
/external/protobuf/
H A Dconfigure.ac80 # Checks for library functions.
106 AC_MSG_FAILURE([--with-zlib was given, but no working zlib library was found])
/external/chromium/chrome/browser/chromeos/cros/
H A Dinput_method_library.cc718 InputMethodLibraryImpl* library) {
719 if (library->ibus_daemon_process_handle_ != base::kNullProcessHandle &&
720 base::GetProcId(library->ibus_daemon_process_handle_) == pid) {
721 library->ibus_daemon_process_handle_ = base::kNullProcessHandle;
725 library->MaybeLaunchInputMethodDaemon();
716 OnImeShutdown(GPid pid, gint status, InputMethodLibraryImpl* library) argument
/external/freetype/src/base/
H A Dftstroke.c781 FT_Library library; member in struct:FT_StrokerRec_
789 FT_Stroker_New( FT_Library library,
797 if ( !library )
800 memory = library->memory;
804 stroker->library = library;
862 FT_Memory memory = stroker->library->memory;
868 stroker->library = NULL;
2264 FT_Library library = stroker->library; local
2340 FT_Library library = stroker->library; local
[all...]
/external/freetype/src/cff/
H A Dcffobjs.c63 module = FT_Get_Module( size->root.face->driver->root.library,
358 module = FT_Get_Module( slot->face->driver->root.library,
491 FT_Library library = cffface->driver->root.library; local
495 library, "sfnt" );
506 library, "pshinter" );
559 /* support will be added later to a layout library on top of */
589 error = cff_font_load( library, stream, face_index, cff, pure_cff );
/external/openssl/crypto/objects/
H A Dobj_dat.pl185 * This library is free for commercial and non-commercial use as long as
195 * as the author of the parts of the library used.
211 * The word 'cryptographic' can be left out if the rouines from the library
H A Dobjects.pl136 * This library is free for commercial and non-commercial use as long as
146 * as the author of the parts of the library used.
162 * The word 'cryptographic' can be left out if the rouines from the library
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb41 token names used by ANTLR throughout the runtime library.
/external/chromium/base/win/
H A Dwin_util.cc109 // See http://msdn.microsoft.com/en-us/library/dd378459%28VS.85%29.aspx
164 set it as your default include path to build this library. You can grab it by \
/external/flac/libFLAC/ia32/
H A Dnasm.h1 ; libFLAC - Free Lossless Audio Codec library

Completed in 465 milliseconds

1234567891011>>