/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | dynamic_loading_with_class.rs | 78 let library = ::libloading::Library::new(path)?; in new() 79 Self::from_library(library) in new() 82 library: L, in from_library() 87 let __library = library.into(); in from_library()
|
/third_party/rust/crates/clang-sys/build/ |
H A D | static.rs | 32 /// Gets the name of an LLVM or Clang static library from a path. 51 // libraries may be in one of two forms, a full path to the library in get_llvm_libraries() 108 for library in get_clang_libraries(directory) { in link() 109 println!("cargo:rustc-link-lib=static={}", library); in link() 125 for library in get_llvm_libraries() { in link() 126 println!("cargo:rustc-link-lib={}{}", prefix, library); in link()
|
/third_party/python/Tools/scripts/ |
H A D | smelly.py | 37 def get_exported_symbols(library, dynamic=False): 38 print(f"Check that {library} only exports symbols starting with Py or _Py") 44 args.append(library) 91 def check_library(library, dynamic=False): 92 nm_output = get_exported_symbols(library, dynamic) 144 # static library 151 # dynamic library
|
/third_party/skia/third_party/externals/freetype/builds/cmake/ |
H A D | testbuild.sh | 29 # that builds the library. 99 FT_Library library; 110 error = FT_Init_FreeType(&library); 114 FT_Library_Version(library, &major, &minor, &patch); 122 error = FT_Done_FreeType(library);
|
/third_party/icu/tools/release/c/os-mapping/ |
H A D | Makefile | 20 distclean distclean-local install-library install-headers dist \ 58 install-local: install-headers install-library 60 install-library: all-local
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftoutln.c | 293 FT_Outline_New( FT_Library library, in FT_EXPORT_DEF() 302 if ( !library ) in FT_EXPORT_DEF() 305 memory = library->memory; in FT_EXPORT_DEF() 332 FT_Outline_Done( library, anoutline ); in FT_EXPORT_DEF() 425 FT_Outline_Done( FT_Library library, in FT_EXPORT_DEF() 431 if ( !library ) in FT_EXPORT_DEF() 437 memory = library->memory; in FT_EXPORT_DEF() 593 FT_Outline_Render( FT_Library library, in FT_EXPORT_DEF() 603 if ( !library ) in FT_EXPORT_DEF() 617 renderer = library in FT_EXPORT_DEF() [all...] |
/third_party/mbedtls/scripts/ |
H A D | generate_visualc_files.pl | 27 my $source_dir = 'library'; 37 3rdparty/everest/library 38 3rdparty/everest/library/kremlib 39 3rdparty/everest/library/legacy 55 # Directories to add to the include path when building the library, but not 58 library 65 3rdparty/everest/library/Hacl_Curve25519.c
|
/third_party/jerryscript/targets/mbedos5/ |
H A D | Makefile | 54 .PHONY: all js2c getlibs rebuild library 59 library: .mbed ../../.mbedignore 63 mbed compile $(MBED_CLI_FLAGS) --library
|
/third_party/skia/src/ports/ |
H A D | SkOSLibrary.h | 12 void* SK_API SkGetProcedureAddress(void* library, const char* functionName); 13 bool SkFreeDynamicLibrary(void* library);
|
/third_party/gn/build/ |
H A D | gen.py | 194 help=('Add a library to the final executable link. ' + 196 'library, or \'-l<name>\' on POSIX systems. Can be ' + 318 def library_to_a(library): 319 return '%s%s' % (library, library_ext) 334 for library, settings in static_libraries.items(): 339 library_to_a(library), 352 ' '.join([library_to_a(library) for library in settings['libs']])), 356 [library_to_a(library) for library i [all...] |
/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | ftcmanag.c | 243 manager->library, in FT_CALLBACK_DEF() 350 FTC_Manager_New( FT_Library library, in FT_EXPORT_DEF() 363 if ( !library ) in FT_EXPORT_DEF() 369 memory = library->memory; in FT_EXPORT_DEF() 383 manager->library = library; in FT_EXPORT_DEF() 422 if ( !manager || !manager->library ) in FTC_Manager_Done() 446 manager->library = NULL; in FTC_Manager_Done()
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deDynamicLibrary.h | 23 * \brief Dynamic link library abstraction. 30 /* Dynamic link library. */ 34 * \brief Open dynamic library. 35 * \param fileName Name or path to dynamic library. 36 * \return Dynamic library handle, or DE_NULL on failure. 38 * This function opens and loads dynamic library to current process. 39 * If library is already loaded, its reference count will be increased. 44 * \brief Load function symbol from dynamic library. 45 * \param library Dynamic library [all...] |
/third_party/mesa3d/src/util/ |
H A D | u_dl.h | 58 * Open a library dynamically. 65 * Lookup a function in a library. 68 util_dl_get_proc_address(struct util_dl_library *library, 73 * Close a library. 76 util_dl_close(struct util_dl_library *library);
|
/third_party/vk-gl-cts/scripts/egl/ |
H A D | __init__.py | 30 import egl.library namespace 42 library.gen(registry)
|
/third_party/python/Tools/ssl/ |
H A D | multissltests.py | 11 header and library files from ../multissl/$LIB/$VERSION/ 121 choices=['library', 'modules', 'tests'], 124 "Which steps to perform. 'library' downloads and compiles OpenSSL " 149 library = None variable in AbstractBuilder 168 os.path.join(args.base_directory, self.library.lower()), version 186 self.library == other.library 191 return hash((self.library, self.version)) 355 # overwrite header and library search paths 395 library variable in BuildOpenSSL 440 library = "LibreSSL" global() variable in BuildLibreSSL [all...] |
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | ftobjs.h | 492 * library :: 493 * A handle to the parent library object. 501 FT_Library library; member 511 #define FT_MODULE_LIBRARY( x ) FT_MODULE( x )->library 550 * library :: 551 * A handle to the library object. 564 FT_Get_Module_Interface( FT_Library library, 574 ft_property_string_set( FT_Library library, 602 #define FT_FACE_LIBRARY( x ) FT_FACE_DRIVER( x )->root.library 828 * The FreeType library clas [all...] |
/third_party/python/Modules/ |
H A D | getpath.py | 64 # library -- [in, optional] path of dylib/DLL/so 81 # dependent directory (exec_prefix), containing the shared library 120 # runtime library (if any) or the actual executable (not the symlink), 157 # containing the shared library modules is appended. The environment 312 base_executable = f"{dirname(library)}/bin/python{VERSION_MAJOR}.{VERSION_MINOR}" 420 if not executable_dir and os_name == 'darwin' and library: 421 # QUIRK: macOS checks adjacent to its library early 422 library_dir = dirname(library) 456 # ._pth file, but it cannot override the library's one. 457 for p in [library, executabl [all...] |
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | freetype.mk | 2 # FreeType 2 library sub-Makefile 28 # LIB_DIR The directory in which the library is created. 75 # The targets `objects' and `library' are defined at the end of this 78 .PHONY: single multi objects library refdoc refdoc-venv 80 # default target -- build single objects and library 82 single: objects library 84 # `multi' target -- build multiple objects and library 86 multi: objects library 109 # The final name of the library file. 129 # For a development build, we assume that the external library dependencie [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | error.rs | 1 //! Errors returned by OpenSSL library. 227 /// Returns the name of the library reporting the error, if available. 228 pub fn library(&self) -> Option<&'static str> { in library() functions 239 /// Returns the raw OpenSSL error constant for the library reporting the 294 if let Some(library) = self.library() { 295 builder.field("library", &library); 318 match self.library() {
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksServices.cpp | 167 vk::Library* library {platform->getVulkanPlatform().createLibrary(vk::Platform::LIBRARY_TYPE_VULKAN, DE_NULL)}; in createServerVKSC() 169 vk::Library* library {platform->getVulkanPlatform().createLibrary(DE_NULL)}; in createServerVKSC() 174 vkt::Context* context = new vkt::Context(*tcx, library->getPlatformInterface(), *collection, de::SharedPtr<vk::ResourceInterface>{resource}); in createServerVKSC() 178 library->getPlatformInterface(), in createServerVKSC()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-setjmp.tex | 25 The \Prog{unwind-setjmp} library offers a \Prog{libunwind}-based 29 library is that setting up a non-local goto via one of the 39 \Prog{unwind-setjmp} library is beneficial primarily in applications 46 \item The correct operation of this library depends on the presence of 66 \item[\Opt{-l}\File{unwind-setjmp}] The library an application should
|
/third_party/lz4/lib/ |
H A D | Makefile | 2 # LZ4 library - Makefile 63 # see : https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryDesignGuidelines.html 97 @echo compiling static library 104 @echo creating library resource 115 @echo compiling dynamic library $(LIBVER) 121 @echo compiling dynamic library $(LIBVER) 139 @echo Cleaning library completed
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttdriver.c | 589 FT_Library library; in FT_CALLBACK_DEF() local 601 library = driver->library; in FT_CALLBACK_DEF() 602 if ( !library ) in FT_CALLBACK_DEF() 606 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
|
/third_party/gn/src/gn/ |
H A D | functions_target.cc | 687 to dynamically load the library at runtime), then you should use a 712 "rust_library: Declare a Rust library target."; 714 R"(rust_library: Declare a Rust library target. 716 A Rust library is an archive containing additional rust-c provided metadata. 774 "shared_library: Declare a shared library target."; 776 R"(shared_library: Declare a shared library target. 778 A shared library will be specified on the linker line for targets listing the 779 shared library in its "deps". If you don't want this (say you dynamically 780 load the library at runtime), then you should depend on the shared library [all...] |
H A D | function_toolchain.cc | 168 library). 179 # Our helper library is only compiled in 32-bits. 403 These strings will be prepended to the libraries and library search 454 produce a library and an import library, for example). 460 If you specify more than one output for shared library links, you 506 On Windows, where the tools produce a .dll shared library and a .lib 507 import library, you will want the first two to be the import library 593 information about the Rust standard library [all...] |