Searched refs:library (Results 201 - 225 of 339) sorted by relevance

1234567891011>>

/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.pm184 This library is free software; you can redistribute it and/or modify
/external/mesa3d/
H A DAndroid.mk127 # Static library for host
159 # Static library for target
/external/tremolo/Tremolo/
H A Dfloor1LARM.s1 @ Tremolo library
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg28 # Ruby runtime library version: <runtimeLibraryVersion()>
41 Failed to load the ANTLR3 runtime library (version <runtimeLibraryVersion()>):
43 Ensure the library has been installed on your system and is available
57 # 1: try to load the ruby antlr3 runtime library from the system path
/external/chromium/chrome/browser/
H A Dbrowser_main_win.cc222 base::ScopedNativeLibrary library(FilePath(L"kernel32.dll"));
226 library.GetFunctionPointer("RegisterApplicationRestart"));
/external/chromium/chrome/browser/chromeos/cros/
H A Dcryptohome_library.cc16 // This class handles the interaction with the ChromeOS cryptohome library APIs.
216 CryptohomeLibraryImpl* library = local
218 library->Dispatch(event);
/external/compiler-rt/make/
H A Dsubdir.mk6 # Implementation - The library configuration the objects should go in (Generic
/external/fdlibm/
H A DAndroid.mk49 # library (see their own admission in 'readme'). Without this, we
/external/freetype/include/freetype/internal/
H A Dsfnt.h702 * special exception since they are used by Xfont library within the
845 FT_Init_Class_##class_( FT_Library library, SFNT_Interface* clazz ) \
847 FT_UNUSED(library); \
/external/mdnsresponder/Clients/
H A Ddns-sd.c67 // with an embedded copy of the client stub instead of linking the system library version at runtime.
113 HMODULE library; local
116 // Try and load the IP helper library dll
117 if ((library = LoadLibrary(TEXT("Iphlpapi")) ) != NULL )
122 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
127 FreeLibrary(library);
135 HMODULE library; local
138 // Try and load the IP helper library dll
139 if ((library = LoadLibrary(TEXT("Iphlpapi")) ) != NULL )
144 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextonam
[all...]
/external/stlport/test/eh/
H A Dintel50.mak29 # linker finds proper STLport lib automatically, only path to the library is needed
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jar ... .JNIBridge extends java.lang.Object { private String library private boolean libraryLoaded private native void _set_exit_data (java.lang ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jar ... .JNIBridge extends java.lang.Object { private String library private boolean libraryLoaded private native void _set_exit_data (java.lang ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jar ... CLASS public static final String NAME public static final String LIBRARY public static final String HEADLESS public static final String ECLIPSE_RUNTIME ...
/external/freetype/src/cff/
H A Dcffload.c1301 FT_Library library )
1311 cff_parser_init( &parser, CFF_CODE_TOPDICT, &font->font_dict, library );
1365 cff_parser_init( &parser, CFF_CODE_PRIVATE, priv, library );
1418 cff_font_load( FT_Library library,
1506 library );
1555 stream, base_offset, library );
/external/dropbear/libtommath/
H A Dbn.tex55 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 fo
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py482 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)
/external/dropbear/libtomcrypt/
H A Dcrypt.tex119 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 yo
[all...]
/external/chromium/net/http/
H A Dhttp_auth_gssapi_posix.cc20 // These are defined for the GSSAPI library:
452 // TODO(asanka): Move library loading to a separate thread.
457 // Only return this library if we can bind the functions we need.
463 LOG(WARNING) << "Unable to find a compatible GSSAPI library";
653 HttpAuthGSSAPI::HttpAuthGSSAPI(GSSAPILibrary* library, argument
658 library_(library),
659 scoped_sec_context_(library),
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb6 # Ruby runtime library version: 1.7.5
19 Failed to load the ANTLR3 runtime library (version 1.7.5):
21 Ensure the library has been installed on your system and is available
35 # 1: try to load the ruby antlr3 runtime library from the system path
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_utils.cc476 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); local
479 library->current_input_method(),
/external/junit/
H A DAndroid.mk85 # in the optional library android.test.runner. Developers who
/external/libogg/
H A Dlibogg.spec22 Libogg is a library for manipulating ogg bitstreams. It handles
/external/libvpx/build/make/
H A Dgen_msvs_proj.sh28 --lib Generate a project for creating a static library
39 -Lpath/to/lib Additional library search paths
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli13 the classes in the Target library. *)

Completed in 495 milliseconds

1234567891011>>