/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | check_symbol_exports.py | 15 """Ensures that all externally visible functions in the library have an appropriate name 50 def check_library(library): 51 """Scans the given library file for global exports. If all such 82 for line in command_output(['objdump', '-t', library], '.').split('\n'): 102 parser = argparse.ArgumentParser(description='Check global names exported from a library') 103 parser.add_argument('library', help='The static library to examine') 106 if not os.path.isfile(args.library): 107 print('{}: error: {} does not exist'.format(PROG, args.library)) 111 status = check_library(args.library) [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | check_symbol_exports.py | 15 """Ensures that all externally visible functions in the library have an appropriate name 50 def check_library(library): 51 """Scans the given library file for global exports. If all such 82 for line in command_output(['objdump', '-t', library], '.').split('\n'): 102 parser = argparse.ArgumentParser(description='Check global names exported from a library') 103 parser.add_argument('library', help='The static library to examine') 106 if not os.path.isfile(args.library): 107 print('{}: error: {} does not exist'.format(PROG, args.library)) 111 status = check_library(args.library) [all...] |
/third_party/spirv-tools/utils/ |
H A D | check_symbol_exports.py | 15 """Ensures that all externally visible functions in the library have an appropriate name 50 def check_library(library): 51 """Scans the given library file for global exports. If all such 82 for line in command_output(['objdump', '-t', library], '.').split('\n'): 102 parser = argparse.ArgumentParser(description='Check global names exported from a library') 103 parser.add_argument('library', help='The static library to examine') 106 if not os.path.isfile(args.library): 107 print('{}: error: {} does not exist'.format(PROG, args.library)) 111 status = check_library(args.library) [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | dynamic_loading_attributes.rs | 22 let library = ::libloading::Library::new(path)?; in new() 23 Self::from_library(library) in new() 26 library: L, in from_library() 31 let __library = library.into(); in from_library()
|
H A D | dynamic_loading_template.rs | 22 let library = ::libloading::Library::new(path)?; in new() 23 Self::from_library(library) in new() 26 library: L, in from_library() 31 let __library = library.into(); in from_library()
|
H A D | dynamic_loading_with_allowlist.rs | 36 let library = ::libloading::Library::new(path)?; in new() 37 Self::from_library(library) in new() 40 library: L, in from_library() 45 let __library = library.into(); in from_library()
|
H A D | wrap_unsafe_ops_dynamic_loading_simple.rs | 34 let library = ::libloading::Library::new(path)?; in new() 35 unsafe { Self::from_library(library) } in new() 38 library: L, in from_library() 43 let __library = library.into(); in from_library()
|
H A D | dynamic_loading_simple.rs | 34 let library = ::libloading::Library::new(path)?; in new() 35 Self::from_library(library) in new() 38 library: L, in from_library() 43 let __library = library.into(); in from_library()
|
H A D | dynamic_loading_required.rs | 25 let library = ::libloading::Library::new(path)?; in new() 26 Self::from_library(library) in new() 29 library: L, in from_library() 34 let __library = library.into(); in from_library()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | ftrfork.h | 53 (*ft_raccess_guess_func)( FT_Library library, 107 * library :: 108 * A FreeType library instance. 134 FT_Raccess_Guess( FT_Library library, 154 * library :: 155 * A FreeType library instance. 174 FT_Raccess_Get_HeaderInfo( FT_Library library, 192 * library :: 193 * A FreeType library instance. 230 FT_Raccess_Get_DataOffsets( FT_Library library, [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_subtitles.c | 50 ASS_Library *library; member 107 ass->library = ass_library_init(); in init() 108 if (!ass->library) { in init() 112 ass_set_message_cb(ass->library, ass_log, ctx); in init() 114 ass_set_fonts_dir(ass->library, ass->fontsdir); in init() 115 ass_set_extract_fonts(ass->library, 1); in init() 117 ass->renderer = ass_renderer_init(ass->library); in init() 134 if (ass->library) in uninit() 135 ass_library_done(ass->library); in uninit() 243 ass->track = ass_read_file(ass->library, as in init_ass() [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftbitmap.c | 63 FT_Bitmap_Copy( FT_Library library, in FT_EXPORT_DEF() 76 if ( !library ) in FT_EXPORT_DEF() 97 memory = library->memory; in FT_EXPORT_DEF() 307 FT_Bitmap_Embolden( FT_Library library, in FT_EXPORT_DEF() 319 if ( !library ) in FT_EXPORT_DEF() 347 error = FT_Bitmap_Convert( library, bitmap, &tmp, 1 ); in FT_EXPORT_DEF() 351 FT_Bitmap_Done( library, bitmap ); in FT_EXPORT_DEF() 374 error = ft_bitmap_assure_buffer( library->memory, bitmap, in FT_EXPORT_DEF() 515 FT_Bitmap_Convert( FT_Library library, in FT_EXPORT_DEF() 527 if ( !library ) in FT_EXPORT_DEF() [all...] |
H A D | ftsynth.c | 91 FT_Library library; in FT_GlyphSlot_Embolden() local 100 library = slot->library; in FT_GlyphSlot_Embolden() 139 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr ); in FT_GlyphSlot_Embolden()
|
H A D | ftbase.h | 43 open_face_PS_from_sfnt_stream( FT_Library library, 54 open_face_from_buffer( FT_Library library, 70 ft_raccess_rule_by_darwin_vfs( FT_Library library, FT_UInt rule_index );
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_spatial_channel_converter.cpp | 79 Library library = cfg.library; in Init() local 83 if (externalLoader_.AddAlgoHandle(library)) { in Init() 197 // find library in adsolutePath 199 CHECK_AND_RETURN_RET_LOG(ret, false, "<log error> find library falied in effect directories: %{public}s", 230 bool LibLoader::AddAlgoHandle(Library library) in AddAlgoHandle() argument 232 AudioEffectDescriptor descriptor = {.libraryName = library.name, .effectName = library.name}; in AddAlgoHandle() 234 libEntry_->libraryName = library.name; in AddAlgoHandle() 235 bool loadLibrarySuccess = LoadLibrary(library in AddAlgoHandle() [all...] |
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | dyngen.rs | 9 /// Tracks the tokens that will appears inside the library struct -- e.g.: 19 /// Tracks the tokens that will appear inside the library struct's implementation, e.g.: 31 /// Tracks the initialization of the fields inside the `::new` constructor of the library 50 /// Tracks the information that is passed to the library struct at the end of the `::new` 87 quote!(unsafe { Self::from_library(library) }) in get_tokens() 89 quote!(Self::from_library(library)) in get_tokens() 105 let library = ::libloading::Library::new(path)?; in get_tokens() 110 library: L in get_tokens() 113 let __library = library.into(); in get_tokens()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftoutln.h | 137 * library :: 138 * A handle to the library object from where the outline is allocated. 140 * **freed**, when destroying the library, by @FT_Done_FreeType. 158 * The reason why this function takes a `library` parameter is simply to 159 * use the library's memory allocator. 162 FT_Outline_New( FT_Library library, 177 * library :: 178 * A handle of the library object used to allocate the outline. 191 FT_Outline_Done( FT_Library library, 431 * library [all...] |
H A D | ftlcdfil.h | 183 * library :: 184 * A handle to the target library instance. 204 * not defined in your build of the library. 210 FT_Library_SetLcdFilter( FT_Library library, 224 * library :: 225 * A handle to the target library instance. 237 * not defined in your build of the library. 246 FT_Library_SetLcdFilterWeights( FT_Library library, 278 * library :: 279 * A handle to the target library instanc [all...] |
H A D | ftmac.h | 76 * library :: 77 * A handle to the library resource. 99 * error = FT_New_Face_From_FOND( library, fond, 0, &face ); 103 FT_New_Face_From_FOND( FT_Library library, 213 * library :: 214 * A handle to the library resource. 235 FT_New_Face_From_FSSpec( FT_Library library, 252 * library :: 253 * A handle to the library resource. 274 FT_New_Face_From_FSRef( FT_Library library, [all...] |
/third_party/rust/crates/rust-openssl/openssl-errors/tests/ |
H A D | test.rs | 5 library Test("test library") { 23 assert_eq!(error.library().unwrap(), "test library"); in basic() 47 assert_eq!(error.library().unwrap(), "test library"); in static_data() 64 assert_eq!(error.library().unwrap(), "test library"); in dynamic_data()
|
/third_party/vulkan-loader/loader/ |
H A D | vk_loader_platform.h | 365 // When loading the library, we use RTLD_LAZY so that not all symbols have to be 392 static inline void loader_platform_close_library(loader_platform_dl_handle library) { in loader_platform_close_library() argument 394 dlclose(library); in loader_platform_close_library() 396 (void)library; in loader_platform_close_library() 399 static inline void *loader_platform_get_proc_address(loader_platform_dl_handle library, const char *name) { in loader_platform_get_proc_address() argument 400 assert(library); in loader_platform_get_proc_address() 402 return dlsym(library, name); in loader_platform_get_proc_address() 544 // Try loading the library the original way first. in loader_platform_open_library() 554 (void)snprintf(errorMsg, 511, "Failed to open dynamic library \"%s\" with error %lu", libPath, GetLastError()); in loader_platform_open_library_error() 557 static inline void loader_platform_close_library(loader_platform_dl_handle library) { in loader_platform_close_library() argument 564 loader_platform_get_proc_address(loader_platform_dl_handle library, const char *name) loader_platform_get_proc_address() argument [all...] |
/third_party/skia/third_party/externals/freetype/tests/issue-1063/ |
H A D | main.c | 10 FT_Library library; in main() local 28 FT_Init_FreeType( &library ); in main() 29 if ( FT_New_Face( library, filepath, 0, &face ) != 0 ) in main()
|
/third_party/rust/crates/clang-sys/tests/ |
H A D | lib.rs | 32 let library = get_library().unwrap(); in test() 33 println!("{:?} ({:?})", library.version(), library.path()); in test()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | drv260x.c | 178 * @library - The vibration library to be used 191 u32 library; member 394 haptics->library); in drv260x_init() 417 haptics->library); in drv260x_init() 485 error = device_property_read_u32(dev, "library-sel", &haptics->library); in drv260x_probe() 487 dev_err(dev, "Can't fetch 'library-sel' property: %d\n", error); in drv260x_probe() 491 if (haptics->library < DRV260X_LIB_EMPTY || in drv260x_probe() 492 haptics->library > DRV260X_ERM_LIB_ in drv260x_probe() [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | drv260x.c | 178 * @library: The vibration library to be used 191 u32 library; member 357 haptics->library); in drv260x_init() 380 haptics->library); in drv260x_init() 445 error = device_property_read_u32(dev, "library-sel", &haptics->library); in drv260x_probe() 447 dev_err(dev, "Can't fetch 'library-sel' property: %d\n", error); in drv260x_probe() 451 if (haptics->library < DRV260X_LIB_EMPTY || in drv260x_probe() 452 haptics->library > DRV260X_ERM_LIB_ in drv260x_probe() [all...] |