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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/base/
native_library.h 69 // Loads a native library from disk. Release it with UnloadNativeLibrary when
76 // Loads a native library from disk. Release it with UnloadNativeLibrary when
85 // Unloads a native library.
86 BASE_EXPORT void UnloadNativeLibrary(NativeLibrary library);
88 // Gets a function pointer from a native library.
89 BASE_EXPORT void* GetFunctionPointerFromNativeLibrary(NativeLibrary library,
92 // Returns the full platform specific name for a native library.
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider.h 25 // library XML file it will read it in, parse the data, and provide convenient
33 // Parse the library xml file.
58 const parser::Library& library);
60 void BuildIndices(const parser::Library& library);
62 // Index for library data as it is presented in the virtual FS.
safe_iapps_library_parser.h 26 // SafeIAppsLibraryParser parses the given iTunes library XML file safely via
31 // Since iApps library XML files can be big, SafeIAppsLibraryParser passes
37 typedef base::Callback<void(bool, const iphoto::parser::Library&)>
39 typedef base::Callback<void(bool, const itunes::parser::Library&)>
44 // Start the parse of the iPhoto library file.
48 // Start the parse of the iTunes library file.
78 void OnGotIPhotoLibrary(bool result, const iphoto::parser::Library& library);
83 void OnGotITunesLibrary(bool result, const itunes::parser::Library& library);
    [all...]
safe_iapps_library_parser.cc 46 VLOG(1) << "Could not open iApps library XML file: "
107 bool result, const iphoto::parser::Library& library) {
116 base::Bind(iphoto_callback_, result, library));
122 bool result, const itunes::parser::Library& library) {
131 base::Bind(itunes_callback_, result, library));
147 OnGotITunesLibrary(false /* failed */, itunes::parser::Library());
151 OnGotIPhotoLibrary(false /* failed */, iphoto::parser::Library());
  /external/chromium_org/third_party/cython/
python_flags.py 43 libraries = ['-l%s' % library for library in libraries]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
autohint.h 226 FT_Init_Class_ ## class_( FT_Library library, \
229 FT_UNUSED( library ); \
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svpsinfo.h 88 FT_Init_Class_ ## class_( FT_Library library, \
91 FT_UNUSED( library ); \
  /external/chromium_org/third_party/freetype/src/base/
ftapi.c 44 FT_New_Memory_Stream( FT_Library library,
49 FT_UNUSED( library );
  /external/chromium_org/third_party/freetype/src/truetype/
ttdriver.c 477 FT_Library library; local
483 /* TT_SERVICES_GET derefers `library' in PIC mode */
487 library = driver->library;
488 if ( !library )
499 library = driver->library;
500 if ( !library )
505 sfntd = FT_Get_Module( library, "sfnt" );
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg2.asm 0 ;; library function for rdfseg - this file is linked as a far segment
  /external/expat/
Android.mk 3 # We need to build this for both the device (as a shared library)
4 # and the host (as a static library for tools to use).
69 # Device static library
88 # Device shared library
  /external/freetype/include/internal/
autohint.h 226 FT_Init_Class_ ## class_( FT_Library library, \
229 FT_UNUSED( library ); \
  /external/freetype/include/internal/services/
svpsinfo.h 88 FT_Init_Class_ ## class_( FT_Library library, \
91 FT_UNUSED( library ); \
  /external/freetype/src/base/
ftapi.c 44 FT_New_Memory_Stream( FT_Library library,
49 FT_UNUSED( library );
  /external/freetype/src/truetype/
ttdriver.c 478 FT_Library library; local
484 /* TT_SERVICES_GET derefers `library' in PIC mode */
488 library = driver->library;
489 if ( !library )
500 library = driver->library;
501 if ( !library )
506 sfntd = FT_Get_Module( library, "sfnt" );
  /external/libutf/
Android.mk 27 # We only build the static library at the moment.
  /external/ltrace/sysdeps/linux-gnu/arm/
plt.c 28 #include "library.h"
42 arch_elf_init(struct ltelf *lte, struct library *lib)
238 arch_library_init(struct library *lib)
244 arch_library_destroy(struct library *lib)
249 arch_library_clone(struct library *retp, struct library *lib)
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 6 // http://msdn.microsoft.com/en-us/library/aa918273.aspx
50 int AcquireExplicitCredentials(SSPILibrary* library,
71 SECURITY_STATUS status = library->AcquireCredentialsHandle(
85 int AcquireDefaultCredentials(SSPILibrary* library, const SEC_WCHAR* package,
93 SECURITY_STATUS status = library->AcquireCredentialsHandle(
175 // http://msdn.microsoft.com/en-us/library/aa375416(VS.85).aspx
188 HttpAuthSSPI::HttpAuthSSPI(SSPILibrary* library,
192 : library_(library),
408 int DetermineMaxTokenLength(SSPILibrary* library,
411 DCHECK(library);
    [all...]
  /device/generic/goldfish/opengl/
common.mk 18 # $(call emugl-begin-static-library,<name>)
23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
34 $(eval LOCAL_MODULE_CLASS := $(patsubst HOST_%,%,$(patsubst %EXECUTABLE,%EXECUTABLES,$(patsubst %LIBRARY,%LIBRARIES,$2)))) \
57 # $(call emugl-begin-static-library,foo)
63 # $(call emugl-begin-shared-library,bar)
68 # Here, we define a static library named 'foo' which exports an include
69 # path and a shared library requirement, and a shared library 'bar' which
198 # The following function can be called to generate GL library wrappe
    [all...]
  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 32 Python's standard library. We need a little more power than a
75 [[begin standard library documentation]]
89 [[end standard library documentation]]
111 [[begin standard library documentation]]
115 [[end standard library documentation]]
125 [[begin standard library documentation]]
129 [[end standard library documentation]]
154 Python's standard library. We need a little more power than a
194 [[begin standard library documentation]]
208 [[end standard library documentation]
    [all...]
  /external/chromium_org/ui/gl/
gl_implementation.cc 106 void AddGLNativeLibrary(base::NativeLibrary library) {
107 DCHECK(library);
114 g_libraries->push_back(library);
  /external/conscrypt/
Android.mk 17 # Definitions for building the Conscrypt Java library, native code,
31 # java/ # Java source for library code.
32 # native/ # C++ source for library code.
54 # Create the conscrypt library
68 # Create the conscrypt library without jarjar for tests
81 # Make the conscrypt-tests library.
96 # Platform conscrypt crypto JNI library
125 # Unbundled Conscrypt crypto JNI library
144 # Static unbundled Conscrypt crypto JNI library
165 # Make the conscrypt-hostdex library
    [all...]
  /device/generic/goldfish/opengl/system/egl/
Android.mk 5 $(call emugl-begin-shared-library,libEGL_emulation)
7 $(call emugl-set-shared-library-subpath,egl)
  /external/antlr/
Android.mk 21 #Remove DOTTreeGenerator.java, so that we don't have the StringTemplate library as a dependency
27 # Also build a host-side library
  /external/chromium_org/third_party/freetype/src/autofit/
afmodule.c 185 /* AF_SERVICES_GET derefers `library' in PIC mode */
187 FT_Library library; local
192 library = module->library;
193 if ( !library )

Completed in 639 milliseconds

1 2 3 4 5 6 78 91011>>