/external/ltp/doc/old/ |
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 68 void deDynamicLibrary_close(deDynamicLibrary *library) in deDynamicLibrary_close() 75 deFunctionPtr deDynamicLibrary_getFunction(const deDynamicLibrary *library, const char *symbolName) in deDynamicLibrary_getFunction() 103 deDynamicLibrary *library = (deDynamicLibrary *)deCalloc(sizeof(deDynamicLibrary)); in deDynamicLibrary_open() local 117 void deDynamicLibrary_close(deDynamicLibrary *library) in deDynamicLibrary_close() 124 deFunctionPtr deDynamicLibrary_getFunction(const deDynamicLibrary *library, const char *symbolName) in deDynamicLibrary_getFunction()
|
/external/rust/android-crates-io/crates/clang-sys/src/ |
D | link.rs | 238 let library = libloading::Library::new(&path).map_err(|e| { localVariable 246 let mut library = SharedLibrary::new(library?, path); localVariable 265 let library = Arc::new(load_manually()?); localVariable 276 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/iamf_tools/iamf/cli/adm_to_user_metadata/ |
D | README.md | 40 ### Prerequisites 53 ### Build the binary 59 ### Run the binary 82 ### Conversion details
|
/external/json-schema-validator/ |
D | README.md | 51 #### Performance 93 #### Functionality 103 #### Jackson Parser 107 #### YAML Support 111 #### OpenAPI Support 115 #### Minimal Dependencies 204 #### Community
|
/external/skia/tools/library/ |
D | LoadDynamicLibrary_posix.cpp | 18 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress() 22 bool SkFreeDynamicLibrary(void* library) { in SkFreeDynamicLibrary()
|
D | LoadDynamicLibrary_win.cpp | 17 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress() 21 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/cronet/stable/net/http/ |
D | http_auth_gssapi_posix_unittest.cc | 62 void EstablishInitialContext(test::MockGSSAPILibrary* library) { in EstablishInitialContext() 417 test::MockGSSAPILibrary library; in TEST() local 437 test::MockGSSAPILibrary library; in TEST() local 466 test::MockGSSAPILibrary library; in TEST() local 498 test::MockGSSAPILibrary library; in TEST() local 520 test::MockGSSAPILibrary library; in TEST() local 542 test::MockGSSAPILibrary library; in TEST() local 564 test::MockGSSAPILibrary library; in TEST() local 593 test::MockGSSAPILibrary library; in TEST() local 627 test::MockGSSAPILibrary library; in TEST() local
|
/external/cronet/tot/net/http/ |
D | http_auth_gssapi_posix_unittest.cc | 62 void EstablishInitialContext(test::MockGSSAPILibrary* library) { in EstablishInitialContext() 417 test::MockGSSAPILibrary library; in TEST() local 437 test::MockGSSAPILibrary library; in TEST() local 466 test::MockGSSAPILibrary library; in TEST() local 498 test::MockGSSAPILibrary library; in TEST() local 520 test::MockGSSAPILibrary library; in TEST() local 542 test::MockGSSAPILibrary library; in TEST() local 564 test::MockGSSAPILibrary library; in TEST() local 593 test::MockGSSAPILibrary library; in TEST() local 627 test::MockGSSAPILibrary library; in TEST() local
|
/external/cronet/tot/third_party/llvm-libc/src/docs/gpu/ |
D | using.rst | 26 Offloading usage 135 Direct compilation
|
/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/cronet/stable/third_party/llvm-libc/src/docs/gpu/ |
D | using.rst | 26 Offloading usage 135 Direct compilation
|
/external/libchrome/base/ |
D | scoped_native_library.cc | 11 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary() 31 void ScopedNativeLibrary::Reset(NativeLibrary library) { in Reset()
|
/external/cronet/stable/base/ |
D | scoped_native_library.cc | 9 void NativeLibraryTraits::Free(NativeLibrary library) { in Free() 19 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary()
|
/external/cronet/tot/base/ |
D | scoped_native_library.cc | 9 void NativeLibraryTraits::Free(NativeLibrary library) { in Free() 19 ScopedNativeLibrary::ScopedNativeLibrary(NativeLibrary library) in ScopedNativeLibrary()
|
/external/dagger2/javatests/artifacts/dagger/kotlin-app/kotlin-library/src/main/kotlin/library/ |
D | MySubcomponent.kt | 17 package library package
|
/external/dagger2/javatests/artifacts/dagger-ksp/kotlin-app/kotlin-library/src/main/kotlin/library/ |
D | MySubcomponent.kt | 17 package library package
|
/external/rust/crabbyavif/sys/aom-sys/ |
D | build.rs | 59 let library = pkg_config::Config::new().probe("aom"); in main() localVariable 65 let library = library.unwrap(); in main() localVariable
|