Home
last modified time | relevance | path

Searched defs:library (Results 1 – 25 of 194) sorted by relevance

12345678

/external/swiftshader/src/System/
DSharedLibrary.hpp37 void *library = getLibraryHandle(libraryPath.c_str()); in loadLibrary() local
53 void *library = loadLibrary(libraryPath.c_str()); in loadLibrary() local
82 inline void freeLibrary(void *library) in freeLibrary()
87 inline void *getProcAddress(void *library, const char *name) in getProcAddress()
114 inline void freeLibrary(void *library) in freeLibrary()
122 inline void *getProcAddress(void *library, const char *name) in getProcAddress()
137 inline void getFuncAddress(void *library, const char *functionName, FunctionPointer *out) in getFuncAddress()
/external/deqp/framework/delibs/deutil/
DdeDynamicLibrary.c41 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local
59 void deDynamicLibrary_close (deDynamicLibrary* library) in deDynamicLibrary_close()
66 deFunctionPtr deDynamicLibrary_getFunction (const deDynamicLibrary* library, const char* symbolName) in deDynamicLibrary_getFunction()
94 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local
108 void deDynamicLibrary_close (deDynamicLibrary* library) in deDynamicLibrary_close()
115 deFunctionPtr deDynamicLibrary_getFunction (const deDynamicLibrary* library, const char* symbolName) in deDynamicLibrary_getFunction()
/external/rust/crates/clang-sys/src/
Dlink.rs187 let library = libloading::Library::new(&path).map_err(|e| { localVariable
195 let mut library = SharedLibrary::new(library?, path); localVariable
214 let library = Arc::new(load_manually()?); localVariable
225 let library = set_library(None); localVariable
/external/python/httplib2/
Dlibhttplib2.tex210 \subsection{Http Objects}
298 \subsection{Cache Objects}
324 \subsection{Response Objects}
376 \subsection{Examples \label{httplib2-example}}
/external/freetype/src/base/
Dftrfork.c50 FT_Raccess_Get_HeaderInfo( FT_Library library, in FT_Raccess_Get_HeaderInfo()
179 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets()
443 FT_Raccess_Guess( FT_Library library, in FT_Raccess_Guess()
476 raccess_get_rule_type_from_rule_index( FT_Library library, in raccess_get_rule_type_from_rule_index()
492 ft_raccess_rule_by_darwin_vfs( FT_Library library, in ft_raccess_rule_by_darwin_vfs()
509 raccess_guess_apple_double( FT_Library library, in raccess_guess_apple_double()
531 raccess_guess_apple_single( FT_Library library, in raccess_guess_apple_single()
553 raccess_guess_darwin_ufs_export( FT_Library library, in raccess_guess_darwin_ufs_export()
583 raccess_guess_darwin_hfsplus( FT_Library library, in raccess_guess_darwin_hfsplus()
619 raccess_guess_darwin_newvfs( FT_Library library, in raccess_guess_darwin_newvfs()
[all …]
Dftinit.c80 FT_Add_Default_Modules( FT_Library library ) in FT_Add_Default_Modules()
112 FT_Set_Default_Properties( FT_Library library ) in FT_Set_Default_Properties()
188 FT_Set_Default_Properties( FT_Library library ) in FT_Set_Default_Properties()
239 FT_Done_FreeType( FT_Library library ) in FT_Done_FreeType()
Dftlcdfil.c290 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
309 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
359 FT_Library_SetLcdGeometry( FT_Library library, in FT_Library_SetLcdGeometry()
396 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
407 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
420 FT_Library_SetLcdGeometry( FT_Library library, in FT_Library_SetLcdGeometry()
Dftobjs.c195 FT_Stream_New( FT_Library library, in FT_Stream_New()
905 FT_Library library; in FT_Load_Glyph() local
1599 FT_New_Face( FT_Library library, in FT_New_Face()
1624 FT_New_Memory_Face( FT_Library library, in FT_New_Memory_Face()
1694 new_memory_stream( FT_Library library, in new_memory_stream()
1731 open_face_from_buffer( FT_Library library, in open_face_from_buffer()
1861 open_face_PS_from_sfnt_stream( FT_Library library, in open_face_PS_from_sfnt_stream()
1952 Mac_Read_POST_Resource( FT_Library library, in Mac_Read_POST_Resource()
2174 Mac_Read_sfnt_Resource( FT_Library library, in Mac_Read_sfnt_Resource()
2248 IsMacResource( FT_Library library, in IsMacResource()
[all …]
Dftglyph.c66 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init() local
99 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy() local
115 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done() local
166 FT_Library library = FT_GLYPH( glyph )->library; in FT_DEFINE_GLYPH() local
210 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy() local
598 FT_New_Glyph( FT_Library library, in FT_New_Glyph()
792 FT_Library library; in FT_Glyph_To_Bitmap() local
Dftmac.c701 FT_New_Face_From_LWFN( FT_Library library, in FT_New_Face_From_LWFN()
733 FT_New_Face_From_SFNT( FT_Library library, in FT_New_Face_From_SFNT()
805 FT_New_Face_From_Suitcase( FT_Library library, in FT_New_Face_From_Suitcase()
853 FT_New_Face_From_FOND( FT_Library library, in FT_New_Face_From_FOND()
927 FT_New_Face_From_Resource( FT_Library library, in FT_New_Face_From_Resource()
969 FT_New_Face( FT_Library library, in FT_New_Face()
1011 FT_New_Face_From_FSRef( FT_Library library, in FT_New_Face_From_FSRef()
1056 FT_New_Face_From_FSSpec( FT_Library library, in FT_New_Face_From_FSSpec()
/external/grpc-grpc/src/php/
DREADME.md98 #### Build and install the gRPC C core library
107 #### Build and install gRPC PHP extension
200 #### 1. C implementation (for better performance)
217 #### 2. PHP implementation (for easier installation)
/external/skia/src/ports/
DSkOSLibrary_win.cpp17 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress()
21 bool SkFreeDynamicLibrary(void* library) { in SkFreeDynamicLibrary()
DSkOSLibrary_posix.cpp18 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress()
22 bool SkFreeDynamicLibrary(void* library) { in SkFreeDynamicLibrary()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dl.c58 util_dl_get_proc_address(struct util_dl_library *library, in util_dl_get_proc_address()
72 util_dl_close(struct util_dl_library *library) in util_dl_close()
/external/cronet/net/http/
Dhttp_auth_gssapi_posix_unittest.cc61 void EstablishInitialContext(test::MockGSSAPILibrary* library) { in EstablishInitialContext()
432 test::MockGSSAPILibrary library; in TEST() local
452 test::MockGSSAPILibrary library; in TEST() local
481 test::MockGSSAPILibrary library; in TEST() local
513 test::MockGSSAPILibrary library; in TEST() local
535 test::MockGSSAPILibrary library; in TEST() local
557 test::MockGSSAPILibrary library; in TEST() local
579 test::MockGSSAPILibrary library; in TEST() local
608 test::MockGSSAPILibrary library; in TEST() local
642 test::MockGSSAPILibrary library; in TEST() local
/external/libchrome/base/
Dscoped_native_library.cc11 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary()
31 void ScopedNativeLibrary::Reset(NativeLibrary library) { in Reset()
Dnative_library_posix.cc48 void UnloadNativeLibrary(NativeLibrary library) { in UnloadNativeLibrary()
56 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, in GetFunctionPointerFromNativeLibrary()
/external/dagger2/javatests/artifacts/dagger/kotlin-app/kotlin-library/src/main/kotlin/library/
DMySubcomponent.kt17 package library package
/external/pdfium/core/fxge/
Dcfx_face.cpp13 RetainPtr<CFX_Face> CFX_Face::New(FT_Library library, in New()
28 RetainPtr<CFX_Face> CFX_Face::Open(FT_Library library, in Open()
/external/cronet/base/
Dscoped_native_library.cc9 void NativeLibraryTraits::Free(NativeLibrary library) { in Free()
19 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary()
Dnative_library_posix.cc52 void UnloadNativeLibrary(NativeLibrary library) { in UnloadNativeLibrary()
60 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, in GetFunctionPointerFromNativeLibrary()
/external/python/cpython3/Tools/scripts/
Dsmelly.py37 def get_exported_symbols(library, dynamic=False): argument
91 def check_library(library, dynamic=False): argument
/external/libprotobuf-mutator/
DREADME.md160 ### Chromium
164 ### Envoy
/external/deqp/framework/egl/
DegluGLFunctionLoader.cpp32 GLFunctionLoader::GLFunctionLoader (const eglw::Library& egl, const tcu::FunctionLibrary* library) in GLFunctionLoader()
62 tcu::FunctionLibrary* library = DE_NULL; in getLibrary() local
/external/tensorflow/tensorflow/core/grappler/utils/
Dtpu_test.cc33 FunctionDefLibrary* library = tpu_graph.mutable_library(); in TEST_F() local
54 FunctionDefLibrary* library = tpu_graph.mutable_library(); in TEST_F() local

12345678