Home
last modified time | relevance | path

Searched defs:lib (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/third_party/boost/libs/dll/test/
Dshared_library_errors.cpp28 shared_library lib(bad_path); in main() local
35 shared_library lib; in main() local
43 shared_library lib(""); in main() local
50 shared_library lib("\0\0"); in main() local
57 shared_library lib; in main() local
65 shared_library lib; in main() local
81 library_info lib("\0"); in main() local
93 library_info lib(not_a_binary); in main() local
Dshared_library_concurrent_load_test.cpp50 boost::dll::shared_library lib(paths[i]); in load_unload() local
54 boost::dll::shared_library lib(paths[i]); in load_unload() local
/third_party/boost/boost/dll/
Dimport.hpp43 … inline library_function(const boost::shared_ptr<shared_library>& lib, T* func_ptr) BOOST_NOEXCEPT in library_function()
132 BOOST_DLL_IMPORT_RESULT_TYPE import(const boost::dll::fs::path& lib, const char* name, in import()
143 BOOST_DLL_IMPORT_RESULT_TYPE import(const boost::dll::fs::path& lib, const std::string& name, in import()
151 BOOST_DLL_IMPORT_RESULT_TYPE import(const shared_library& lib, const char* name) { in import()
160 BOOST_DLL_IMPORT_RESULT_TYPE import(const shared_library& lib, const std::string& name) { in import()
166 BOOST_DLL_IMPORT_RESULT_TYPE import(BOOST_RV_REF(shared_library) lib, const char* name) { in import()
177 BOOST_DLL_IMPORT_RESULT_TYPE import(BOOST_RV_REF(shared_library) lib, const std::string& name) { in import()
222 BOOST_DLL_IMPORT_RESULT_TYPE import_alias(const boost::dll::fs::path& lib, const char* name, in import_alias()
233 BOOST_DLL_IMPORT_RESULT_TYPE import_alias(const boost::dll::fs::path& lib, const std::string& name, in import_alias()
241 BOOST_DLL_IMPORT_RESULT_TYPE import_alias(const shared_library& lib, const char* name) { in import_alias()
[all …]
Dshared_library.hpp78 shared_library(const shared_library& lib) in shared_library()
93 shared_library(const shared_library& lib, boost::dll::fs::error_code& ec) in shared_library()
106 shared_library(BOOST_RV_REF(shared_library) lib) BOOST_NOEXCEPT in shared_library()
147 shared_library& operator=(BOOST_COPY_ASSIGN_REF(shared_library) lib) { in operator =()
164 shared_library& operator=(BOOST_RV_REF(shared_library) lib) BOOST_NOEXCEPT { in operator =()
189 shared_library& assign(const shared_library& lib, boost::dll::fs::error_code& ec) { in assign()
222 shared_library& assign(const shared_library& lib) { in assign()
/third_party/libuv/src/unix/
Ddl.c33 int uv_dlopen(const char* filename, uv_lib_t* lib) { in uv_dlopen()
41 void uv_dlclose(uv_lib_t* lib) { in uv_dlclose()
53 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror()
65 static int uv__dlerror(uv_lib_t* lib) { in uv__dlerror()
/third_party/libuv/src/win/
Ddl.c28 int uv_dlopen(const char* filename, uv_lib_t* lib) { in uv_dlopen()
52 void uv_dlclose(uv_lib_t* lib) { in uv_dlclose()
66 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
73 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror()
78 static void uv__format_fallback_error(uv_lib_t* lib, int errorno){ in uv__format_fallback_error()
93 static int uv__dlerror(uv_lib_t* lib, const char* filename, DWORD errorno) { in uv__dlerror()
/third_party/alsa-lib/
DREADME_zh.md11 ### 1. Alsa-lib简
17 ### 2. 引入背景简
20 ### 3. 使用场
24 ### 4. 为OpenHarmony带来的价
28 ### 5. 如何使
/third_party/typescript/tests/cases/compiler/
DaugmentExportEquals7.ts2 declare var lib: () => void; variable
3 declare namespace lib {} namespace
/third_party/typescript_eslint/packages/scope-manager/src/
Danalyze.ts58 lib?: Lib[]; property
73 lib: ['es2018'], constant
83 const lib = `es${year}`; constant
108 lib: providedOptions?.lib ?? [mapEcmaVersion(ecmaVersion)], constant
/third_party/openssl/test/
Dshlibloadtest.c52 static int shlib_load(const char *filename, SHLIB *lib) in shlib_load()
63 static int shlib_sym(SHLIB lib, const char *symname, SHLIB_SYM *sym) in shlib_sym()
69 static int shlib_close(SHLIB lib) in shlib_close()
84 static int shlib_load(const char *filename, SHLIB *lib) in shlib_load()
90 static int shlib_sym(SHLIB lib, const char *symname, SHLIB_SYM *sym) in shlib_sym()
96 static int shlib_close(SHLIB lib) in shlib_close()
/third_party/gn/src/gn/
Drust_project_writer_helpers_unittest.cc309 SourceFile lib("//foo/lib.rs"); in TEST_F() local
331 SourceFile lib("//foo/lib.rs"); in TEST_F() local
353 SourceFile lib("//foo/lib.rs"); in TEST_F() local
374 SourceFile lib("//foo/lib.rs"); in TEST_F() local
396 SourceFile lib("//foo/lib.rs"); in TEST_F() local
418 SourceFile lib("//foo/lib.rs"); in TEST_F() local
Drust_project_writer_unittest.cc35 SourceFile lib("//foo/lib.rs"); in TEST_F() local
437 SourceFile lib("//foo/lib.rs"); in TEST_F() local
493 SourceFile lib("//foo/lib.rs"); in TEST_F() local
547 SourceFile lib("//foo/lib.rs"); in TEST_F() local
602 SourceFile lib("//foo/lib.rs"); in TEST_F() local
/third_party/mesa3d/src/gbm/main/
Dbackend.c50 void *lib; member
76 void *lib) in create_backend_desc()
115 load_backend(void *lib, int fd, const char *name) in load_backend()
150 void *lib; in find_backend() local
196 void *lib; in backend_from_driver_name() local
/third_party/mesa3d/bin/
Dsymbols-check.py29 def get_symbols_nm(nm, lib): argument
53 def get_symbols_dumpbin(dumpbin, lib): argument
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DlibXCB.cpp21 LibXcbExports::LibXcbExports(void *lib) in LibXcbExports()
45 if(void *lib = loadLibrary("libxcb.so.1")) in loadExports() local
/third_party/node/test/parallel/
Dtest-tls-net-connect-prefer-path.js18 function libName(lib) { argument
22 function mkServer(lib, tcp, cb) { argument
40 function testLib(lib, cb) { argument
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Dindex.ts67 const lib = { constant
128 lib: libBase, constant
/third_party/ffmpeg/compat/cuda/
Ddynlink_loader.h26 #define FFNV_SYM_FUNC(lib, sym) dlsym((lib), (sym)) argument
27 #define FFNV_FREE_FUNC(lib) dlclose(lib) argument
/third_party/node/deps/npm/node_modules/retry/test/integration/
Dtest-retry-wrap.js53 var lib = {method: function(a, b, callback) { variable
68 var lib = { variable
92 var lib = {method: function(callback) { variable
/third_party/boost/boost/dll/detail/
Dctor_dtor.hpp123 constructor<Signature> load_ctor(Lib & lib, const mangled_storage_impl::ctor_sym & ct) { in load_ctor()
130 destructor<Class> load_dtor(Lib & lib, const mangled_storage_impl::dtor_sym & dt) { in load_dtor()
143 constructor<Signature> load_ctor(Lib & lib, const mangled_storage_impl::ctor_sym & ct) { in load_ctor()
169 destructor<Class> load_dtor(Lib & lib, const mangled_storage_impl::dtor_sym & dt) { in load_dtor()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dicuplug.cpp55 void *lib; /**< plugin library, or NULL */ member
111 void *lib; /**< library ptr */ member
137 static int32_t searchForLibrary(void *lib) { in searchForLibrary()
149 uplug_findLibrary(void *lib, UErrorCode *status) { in uplug_findLibrary()
167 void *lib = NULL; in uplug_openLibrary() local
213 uplug_closeLibrary(void *lib, UErrorCode *status) { in uplug_closeLibrary()
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
531 …omEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, in uplug_initPlugFromEntrypointAndLibrary()
588 void *lib = NULL; in uplug_initPlugFromLibrary() local
/third_party/node/deps/icu-small/source/common/
Dicuplug.cpp55 void *lib; /**< plugin library, or NULL */ member
111 void *lib; /**< library ptr */ member
137 static int32_t searchForLibrary(void *lib) { in searchForLibrary()
149 uplug_findLibrary(void *lib, UErrorCode *status) { in uplug_findLibrary()
167 void *lib = NULL; in uplug_openLibrary() local
213 uplug_closeLibrary(void *lib, UErrorCode *status) { in uplug_closeLibrary()
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
531 …omEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, in uplug_initPlugFromEntrypointAndLibrary()
588 void *lib = NULL; in uplug_initPlugFromLibrary() local
/third_party/skia/third_party/externals/icu/source/common/
Dicuplug.cpp55 void *lib; /**< plugin library, or NULL */ member
111 void *lib; /**< library ptr */ member
137 static int32_t searchForLibrary(void *lib) { in searchForLibrary()
149 uplug_findLibrary(void *lib, UErrorCode *status) { in uplug_findLibrary()
167 void *lib = NULL; in uplug_openLibrary() local
213 uplug_closeLibrary(void *lib, UErrorCode *status) { in uplug_closeLibrary()
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
531 …omEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, in uplug_initPlugFromEntrypointAndLibrary()
588 void *lib = NULL; in uplug_initPlugFromLibrary() local
/third_party/icu/icu4c/source/common/
Dicuplug.cpp55 void *lib; /**< plugin library, or NULL */ member
111 void *lib; /**< library ptr */ member
137 static int32_t searchForLibrary(void *lib) { in searchForLibrary()
149 uplug_findLibrary(void *lib, UErrorCode *status) { in uplug_findLibrary()
167 void *lib = NULL; in uplug_openLibrary() local
213 uplug_closeLibrary(void *lib, UErrorCode *status) { in uplug_closeLibrary()
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
531 …omEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, in uplug_initPlugFromEntrypointAndLibrary()
588 void *lib = NULL; in uplug_initPlugFromLibrary() local
/third_party/alsa-lib/src/mixer/
Dsimple_abst.c63 static int try_open(snd_mixer_class_t *class, const char *lib) in try_open()
111 const char *lib, const char *device) in try_open_full()
157 static int match(snd_mixer_class_t *class, const char *lib, const char *searchl) in match()
180 char *lib; in find_full() local
205 char *lib, *searchl; in find_module() local

12345678910>>...14