Home
last modified time | relevance | path

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

123456789

/external/ltp/doc/
DKVM-Test-API.asciidoc81 2.1 Data structures
135 2.2 Working with virtual machines
222 3.1 Standard C functions
236 3.2 LTP library functions
261 3.3 Arch independent functions
276 3.4 x86 specific functions
396 3.5 AMD SVM helper functions
/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.c42 deDynamicLibrary *library = (deDynamicLibrary *)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local
60 void deDynamicLibrary_close(deDynamicLibrary *library) in deDynamicLibrary_close()
67 deFunctionPtr deDynamicLibrary_getFunction(const deDynamicLibrary *library, const char *symbolName) in deDynamicLibrary_getFunction()
95 deDynamicLibrary *library = (deDynamicLibrary *)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local
109 void deDynamicLibrary_close(deDynamicLibrary *library) in deDynamicLibrary_close()
116 deFunctionPtr deDynamicLibrary_getFunction(const deDynamicLibrary *library, const char *symbolName) in deDynamicLibrary_getFunction()
/external/rust/crates/clang-sys/src/
Dlink.rs239 let library = libloading::Library::new(&path).map_err(|e| { localVariable
247 let mut library = SharedLibrary::new(library?, path); localVariable
266 let library = Arc::new(load_manually()?); localVariable
277 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
1606 FT_New_Face( FT_Library library, in FT_New_Face()
1631 FT_New_Memory_Face( FT_Library library, in FT_New_Memory_Face()
1701 new_memory_stream( FT_Library library, in new_memory_stream()
1738 open_face_from_buffer( FT_Library library, in open_face_from_buffer()
1869 open_face_PS_from_sfnt_stream( FT_Library library, in open_face_PS_from_sfnt_stream()
1960 Mac_Read_POST_Resource( FT_Library library, in Mac_Read_POST_Resource()
2182 Mac_Read_sfnt_Resource( FT_Library library, in Mac_Read_sfnt_Resource()
2256 IsMacResource( FT_Library library, in IsMacResource()
[all …]
/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/util/
Du_dl.c57 util_dl_get_proc_address(struct util_dl_library *library, in util_dl_get_proc_address()
71 util_dl_close(struct util_dl_library *library) in util_dl_close()
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/opencl/
Dlibrary.hpp19 class library class
22 library() { clblasSetup();} in library() function in boost::numeric::ublas::opencl::library
/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/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/dagger2/javatests/artifacts/dagger-ksp/kotlin-app/kotlin-library/src/main/kotlin/library/
DMySubcomponent.kt17 package library package
/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/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/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

123456789