| /external/ltp/doc/ |
| D | KVM-Test-API.asciidoc | 81 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/ |
| D | SharedLibrary.hpp | 37 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/ |
| D | deDynamicLibrary.c | 42 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/ |
| D | link.rs | 239 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/ |
| D | libhttplib2.tex | 210 \subsection{Http Objects} 298 \subsection{Cache Objects} 324 \subsection{Response Objects} 376 \subsection{Examples \label{httplib2-example}}
|
| /external/freetype/src/base/ |
| D | ftrfork.c | 50 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 …]
|
| D | ftinit.c | 80 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()
|
| D | ftlcdfil.c | 290 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()
|
| D | ftobjs.c | 195 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/ |
| D | SkOSLibrary_win.cpp | 17 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress() 21 bool SkFreeDynamicLibrary(void* library) { in SkFreeDynamicLibrary()
|
| D | SkOSLibrary_posix.cpp | 18 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress() 22 bool SkFreeDynamicLibrary(void* library) { in SkFreeDynamicLibrary()
|
| /external/mesa3d/src/util/ |
| D | u_dl.c | 57 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/ |
| D | library.hpp | 19 class library class 22 library() { clblasSetup();} in library() function in boost::numeric::ublas::opencl::library
|
| /external/libchrome/base/ |
| D | scoped_native_library.cc | 11 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary() 31 void ScopedNativeLibrary::Reset(NativeLibrary library) { in Reset()
|
| D | native_library_posix.cc | 48 void UnloadNativeLibrary(NativeLibrary library) { in UnloadNativeLibrary() 56 void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, in GetFunctionPointerFromNativeLibrary()
|
| /external/cronet/net/http/ |
| D | http_auth_gssapi_posix_unittest.cc | 61 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/ |
| D | MySubcomponent.kt | 17 package library package
|
| /external/cronet/base/ |
| D | scoped_native_library.cc | 9 void NativeLibraryTraits::Free(NativeLibrary library) { in Free() 19 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary()
|
| D | native_library_posix.cc | 52 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/ |
| D | MySubcomponent.kt | 17 package library package
|
| /external/pdfium/core/fxge/ |
| D | cfx_face.cpp | 13 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/ |
| D | smelly.py | 37 def get_exported_symbols(library, dynamic=False): argument 91 def check_library(library, dynamic=False): argument
|
| /external/libprotobuf-mutator/ |
| D | README.md | 160 ### Chromium 164 ### Envoy
|
| /external/deqp/framework/egl/ |
| D | egluGLFunctionLoader.cpp | 32 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/ |
| D | tpu_test.cc | 33 FunctionDefLibrary* library = tpu_graph.mutable_library(); in TEST_F() local 54 FunctionDefLibrary* library = tpu_graph.mutable_library(); in TEST_F() local
|