Home
last modified time | relevance | path

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

1234567

/external/llvm-project/clang/docs/
DToolchain.rst201 compiler-rt (LLVM)
206 libatomic (GNU)
229 libunwind (LLVM)
241 libgcc_s (GNU)
247 libunwind (nongnu.org)
253 libunwind (PathScale)
300 libc++abi (LLVM)
306 libsupc++ (GNU)
319 libcxxrt (PathScale)
335 standard library, aimed at being a complete implementation of the C++
[all …]
/external/deqp/framework/delibs/deutil/
DdeDynamicLibrary.c39 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local
53 void deDynamicLibrary_close (deDynamicLibrary* library) in deDynamicLibrary_close()
60 deFunctionPtr deDynamicLibrary_getFunction (const deDynamicLibrary* library, const char* symbolName) in deDynamicLibrary_getFunction()
88 deDynamicLibrary* library = (deDynamicLibrary*)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local
102 void deDynamicLibrary_close (deDynamicLibrary* library) in deDynamicLibrary_close()
109 deFunctionPtr deDynamicLibrary_getFunction (const deDynamicLibrary* library, const char* symbolName) in deDynamicLibrary_getFunction()
/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()
/external/swiftshader/src/Common/
DSharedLibrary.hpp38 void *library = getLibraryHandle(libraryPath.c_str()); in loadLibrary() local
54 void *library = loadLibrary(libraryPath.c_str()); in loadLibrary() local
83 inline void freeLibrary(void *library) in freeLibrary()
88 inline void *getProcAddress(void *library, const char *name) in getProcAddress()
115 inline void freeLibrary(void *library) in freeLibrary()
123 inline void *getProcAddress(void *library, const char *name) in getProcAddress()
/external/rust/crates/clang-sys/src/
Dlink.rs199 let library = libloading::Library::new(&path).map_err(|e| { localVariable
207 let mut library = SharedLibrary::new(library?, path); localVariable
226 let library = Arc::new(load_manually()?); localVariable
237 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()
184 FT_Raccess_Get_DataOffsets( FT_Library library, in FT_Raccess_Get_DataOffsets()
449 FT_Raccess_Guess( FT_Library library, in FT_Raccess_Guess()
482 raccess_get_rule_type_from_rule_index( FT_Library library, in raccess_get_rule_type_from_rule_index()
498 ft_raccess_rule_by_darwin_vfs( FT_Library library, in ft_raccess_rule_by_darwin_vfs()
515 raccess_guess_apple_double( FT_Library library, in raccess_guess_apple_double()
537 raccess_guess_apple_single( FT_Library library, in raccess_guess_apple_single()
559 raccess_guess_darwin_ufs_export( FT_Library library, in raccess_guess_darwin_ufs_export()
589 raccess_guess_darwin_hfsplus( FT_Library library, in raccess_guess_darwin_hfsplus()
625 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()
235 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.c189 FT_Stream_New( FT_Library library, in FT_Stream_New()
803 FT_Library library; in FT_Load_Glyph() local
1468 FT_New_Face( FT_Library library, in FT_New_Face()
1493 FT_New_Memory_Face( FT_Library library, in FT_New_Memory_Face()
1564 new_memory_stream( FT_Library library, in new_memory_stream()
1600 open_face_from_buffer( FT_Library library, in open_face_from_buffer()
1736 open_face_PS_from_sfnt_stream( FT_Library library, in open_face_PS_from_sfnt_stream()
1827 Mac_Read_POST_Resource( FT_Library library, in Mac_Read_POST_Resource()
2049 Mac_Read_sfnt_Resource( FT_Library library, in Mac_Read_sfnt_Resource()
2122 IsMacResource( FT_Library library, in IsMacResource()
[all …]
Dftglyph.c65 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_init() local
98 FT_Library library = bitmap_source->library; in ft_bitmap_glyph_copy() local
114 FT_Library library = FT_GLYPH( glyph )->library; in ft_bitmap_glyph_done() local
165 FT_Library library = FT_GLYPH( glyph )->library; in FT_DEFINE_GLYPH() local
209 FT_Library library = FT_GLYPH( source )->library; in ft_outline_glyph_copy() local
363 FT_New_Glyph( FT_Library library, in FT_New_Glyph()
548 FT_Library library; in FT_Glyph_To_Bitmap() local
Dftmac.c700 FT_New_Face_From_LWFN( FT_Library library, in FT_New_Face_From_LWFN()
732 FT_New_Face_From_SFNT( FT_Library library, in FT_New_Face_From_SFNT()
804 FT_New_Face_From_Suitcase( FT_Library library, in FT_New_Face_From_Suitcase()
852 FT_New_Face_From_FOND( FT_Library library, in FT_New_Face_From_FOND()
926 FT_New_Face_From_Resource( FT_Library library, in FT_New_Face_From_Resource()
968 FT_New_Face( FT_Library library, in FT_New_Face()
1010 FT_New_Face_From_FSRef( FT_Library library, in FT_New_Face_From_FSRef()
1055 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_posix.cpp18 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress()
22 bool SkFreeDynamicLibrary(void* library) { in SkFreeDynamicLibrary()
DSkOSLibrary_win.cpp17 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress()
21 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/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/pdfium/core/fxge/
Dcfx_face.cpp10 RetainPtr<CFX_Face> CFX_Face::New(FT_Library library, in New()
23 RetainPtr<CFX_Face> CFX_Face::Open(FT_Library library, in Open()
/external/libprotobuf-mutator/
DREADME.md152 ### Chromium
156 ### Envoy
/external/bcc/tools/
Dfunclatency.py83 library = None variable
86 library = parts[0] variable
90 library = libpath variable
/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
/external/google-java-format/
DREADME.md95 #### Maven
105 #### Gradle
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java498 public void flushTextures(TextureLibrary library) { in flushTextures()
502 public void loadTextures(TextureLibrary library) { in loadTextures()
506 public void flushBuffers(BufferLibrary library) { in flushBuffers()
510 public void loadBuffers(BufferLibrary library) { in loadBuffers()
685 void loadTextures(GL10 gl, TextureLibrary library); in loadTextures()
686 void flushTextures(GL10 gl, TextureLibrary library); in flushTextures()
687 void loadBuffers(GL10 gl, BufferLibrary library); in loadBuffers()
688 void flushBuffers(GL10 gl, BufferLibrary library); in flushBuffers()
1406 public void loadTextures(TextureLibrary library) { in loadTextures()
1415 public void flushTextures(TextureLibrary library) { in flushTextures()
[all …]

1234567