Home
last modified time | relevance | path

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

12345678910>>...23

/external/rust/crates/libloading/tests/
Dfunctions.rs41 let lib = Library::new(lib_path()).unwrap(); in test_id_u32() localVariable
60 let lib = Library::new(lib_path()).unwrap(); in test_id_struct() localVariable
83 let lib = Library::new(lib_path()).unwrap(); in test_0_no_0() localVariable
103 let lib = Library::new(lib_path()).unwrap(); in missing_symbol_fails() localVariable
113 let lib = Library::new(lib_path()).unwrap(); in interior_null_fails() localVariable
125 let lib = Library::new(lib_path()).unwrap(); in test_incompatible_type() localVariable
140 let lib = Library::new(lib_path()).unwrap(); in test_incompatible_type_named_fn() localVariable
152 let lib = Library::new(lib_path()).unwrap(); in test_static_u32() localVariable
165 let lib = Library::new(lib_path()).unwrap(); in test_static_ptr() localVariable
186 let lib = Library::new(lib_path()).expect("open library"); in manual_close_many_times() localVariable
[all …]
Dwindows.rs33 let lib = load_ordinal_lib(); in test_ordinal() localVariable
43 let lib = load_ordinal_lib(); in test_ordinal_missing_fails() localVariable
/external/python/cryptography/src/cryptography/hazmat/bindings/openssl/
Dbinding.py23 def __init__(self, code, lib, func, reason): argument
29 def _lib_reason_match(self, lib, reason): argument
33 lib = utils.read_only_property("_lib") variable in _OpenSSLError
38 def _consume_errors(lib): argument
70 def _consume_errors_with_text(lib): argument
74 def _openssl_assert(lib, ok, errors=None): argument
92 def build_conditional_library(lib, conditional_names): argument
112 lib = None variable in Binding
/external/pigweed/pw_protobuf_compiler/ts/
Dts_proto_collection_test.ts23 const lib = new ProtoCollection(); constant
30 const lib = new ProtoCollection(); constant
39 const lib = new ProtoCollection(); constant
46 const lib = new ProtoCollection(); constant
/external/llvm/utils/
Dextract_symbols.py32 def dumpbin_get_symbols(lib): argument
44 def nm_get_symbols(lib): argument
56 def readobj_get_symbols(lib): argument
84 def dumpbin_is_32bit_windows(lib): argument
101 def objdump_is_32bit_windows(lib): argument
110 def readobj_is_32bit_windows(lib): argument
395 lib = lib+s variable
398 lib = 'lib'+lib+s variable
/external/python/cffi/c/
Dlib_obj.c55 static PyObject *_cpyextfunc_type(LibObject *lib, struct CPyExtFunc_s *exf) in _cpyextfunc_type()
75 LibObject *lib; in _cpyextfunc_type_index() local
92 static void lib_dealloc(LibObject *lib) in lib_dealloc()
103 static int lib_traverse(LibObject *lib, visitproc visit, void *arg) in lib_traverse()
111 static PyObject *lib_repr(LibObject *lib) in lib_repr()
117 static PyObject *lib_build_cpython_func(LibObject *lib, in lib_build_cpython_func()
207 static PyObject *lib_build_and_cache_attr(LibObject *lib, PyObject *name, in lib_build_and_cache_attr()
442 #define LIB_GET_OR_CACHE_ADDR(x, lib, name, error) \ argument
453 static PyObject *_lib_dir1(LibObject *lib, int ignore_global_vars) in _lib_dir1()
482 static PyObject *_lib_dict(LibObject *lib) in _lib_dict()
[all …]
/external/rust/crates/weak-table/src/
Dcompat.rs18 mod lib { module
25 mod lib { module
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libignore.cc31 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary() local
45 Lib *lib = &libs_[i]; in OnLibraryLoaded() local
56 Lib *lib = &libs_[i]; in OnLibraryLoaded() local
/external/rust/crates/libloading/src/
Dsafe.rs147 pub unsafe fn get<'lib, T>(&'lib self, symbol: &[u8]) -> Result<Symbol<'lib, T>, Error> { in get()
245 pub unsafe fn from_raw<L>(sym: imp::Symbol<T>, library: &'lib L) -> Symbol<'lib, T> { in from_raw()
267 pub fn lift_option(self) -> Option<Symbol<'lib, T>> { in lift_option()
276 fn clone(&self) -> Symbol<'lib, T> { in clone()
/external/cronet/buildtools/third_party/libc++/trunk/utils/libcxx/sym_check/
Dextract.py52 def extract(self, lib): argument
138 def extract(self, lib): argument
225 def extract(self, lib): argument
261 def is_shared_lib(lib): argument
/external/mesa3d/bin/
Dsymbols-check.py24 def get_symbols_nm(nm, lib): argument
48 def get_symbols_dumpbin(dumpbin, lib): argument
/external/bcc/tools/
Dsslsniff.py279 def attach_openssl(lib): argument
294 def attach_gnutls(lib): argument
304 def attach_nss(lib): argument
/external/tensorflow/tensorflow/core/kernels/
Dpartitioned_function_ops.cc88 FunctionLibraryRuntime* lib = ctx->function_library(); in ComputeAsync() local
136 const FunctionLibraryRuntime& lib, const Device& cpu_device, in FillOutputDevices()
169 Status PartitionedCallOp::Instantiate(FunctionLibraryRuntime* lib, in Instantiate()
236 FunctionLibraryRuntime* lib, in RunFunction()
/external/lua/src/
Dloadlib.c128 static void lsys_unloadlib (void *lib) { in lsys_unloadlib()
134 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in lsys_load() local
140 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym()
202 static void lsys_unloadlib (void *lib) { in lsys_unloadlib()
208 HMODULE lib = LoadLibraryExA(path, NULL, LUA_LLE_FLAGS); in lsys_load() local
215 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym()
238 static void lsys_unloadlib (void *lib) { in lsys_unloadlib()
250 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym()
/external/cronet/third_party/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
/external/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
/external/icing/icing/util/
Dlogging_raw.cc30 namespace lib { namespace
71 namespace lib { namespace
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/
DModifier.java18 String lib; field in Modifier
20 private Modifier(String lib) { in Modifier()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java378 Path lib = temporaryFolder.newFile("lib.jar").toPath(); in invalidConstants() local
513 Map<String, byte[]> lib = in missingOuter() local
564 Map<String, byte[]> lib = in missingOuter2() local
683 static void write(JarOutputStream jos, Map<String, byte[]> lib, String name) throws IOException { in write()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp250 CCodecLib &lib = Libs.Back(); in LoadCodecs() local
381 const NDLL::CLibrary &lib = Libs.Back().Lib; in LoadFormats() local
483 NDLL::CLibrary lib; in LoadDll() local
489 CCodecLib &lib = Libs.Back(); in LoadDll() local
566 const CCodecLib &lib = Libs[i]; in CloseLibs() local
661 CCodecLib &lib = Libs[i]; in Load() local
848 const CCodecLib &lib = Libs[ci.LibIndex]; in GetProperty() local
866 const CCodecLib &lib = Libs[ci.LibIndex]; in CreateDecoder() local
889 const CCodecLib &lib = Libs[ci.LibIndex]; in CreateEncoder() local
/external/libcxx/utils/libcxx/sym_check/
Dextract.py46 def extract(self, lib): argument
132 def extract(self, lib): argument
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_optimizer.cc160 void OptimizeGraph(FunctionLibraryRuntime* lib, std::unique_ptr<Graph>* g, in OptimizeGraph()
171 void OptimizeGraph(FunctionLibraryRuntime* lib, std::unique_ptr<Graph>* g) { in OptimizeGraph()
/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py19 def find_library_file(self, dirs, lib, debug=0): argument
22 def library_option(self, lib): argument
/external/icing/icing/testing/
Dtmp-directory.cc22 namespace lib { namespace
/external/icing/icing/file/posting_list/
Dposting-list-identifier.cc20 namespace lib { namespace

12345678910>>...23