Home
last modified time | relevance | path

Searched refs:library (Results 101 - 125 of 344) sorted by relevance

12345678910>>...14

/third_party/protobuf/objectivec/
H A DGPBWrappers.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBApi.pbobjc.h21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
/kernel/liteos_a/lib/libmbedtls/
H A DMakefile4 LOCAL_SRCS := $(wildcard $(LITEOSTOPDIR)/../../third_party/mbedtls/library/*.c)
/third_party/ffmpeg/libpostproc/
H A DMakefile2 DESC = FFmpeg postprocessing library
/third_party/ffmpeg/libavresample/
H A DMakefile2 DESC = Libav audio resampling library
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp473 ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
474 vector<tcu::TestNode*> negativeCases = library.loadShaderFile("shaders/switch.test"); in init()
/third_party/ffmpeg/libavcodec/
H A Damfenc.c130 ctx->library = dlopen(AMF_DLL_NAMEA, RTLD_NOW | RTLD_LOCAL); in amf_load_library()
131 AMF_RETURN_IF_FALSE(ctx, ctx->library != NULL, in amf_load_library()
134 init_fun = (AMFInit_Fn)dlsym(ctx->library, AMF_INIT_FUNCTION_NAME); in amf_load_library()
137 version_fun = (AMFQueryVersion_Fn)dlsym(ctx->library, AMF_QUERY_VERSION_FUNCTION_NAME); in amf_load_library()
398 if (ctx->library) { in ff_amf_encode_close()
399 dlclose(ctx->library); in ff_amf_encode_close()
400 ctx->library = NULL; in ff_amf_encode_close()
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttobjs.c664 FT_Library library; in FT_LOCAL_DEF() local
671 library = ttface->driver->root.library; in FT_LOCAL_DEF()
673 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" ); in FT_LOCAL_DEF()
1201 FT_Library library = face->root.driver->root.library; in tt_size_init_bytecode() local
1205 library->debug_hooks[FT_DEBUG_HOOK_TRUETYPE]; in tt_size_init_bytecode()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dinclude.h60 static inline int uselib(const char *library) in uselib() argument
62 return syscall(__NR_uselib, library); in uselib()
65 static inline int uselib(const char *library) in uselib() argument
/third_party/ffmpeg/libswscale/
H A DMakefile2 DESC = FFmpeg image rescaling library
/third_party/ffmpeg/libswresample/
H A DMakefile2 DESC = FFmpeg audio resampling library
/third_party/mbedtls/tests/data_files/
H A Dprint_c.pl27 Used to include some of the test data in /library/certs.c for
/third_party/mbedtls/tests/scripts/
H A Dcheck-generated-files.sh26 test -d include -a -d library -a -d programs -a -d tests
34 library_dir='library'
138 check scripts/generate_errors.pl library/error.c
140 check scripts/generate_features.pl library/version_features.c
141 check scripts/generate_ssl_debug_helpers.py library/ssl_debug_helpers_generated.c
142 # generate_visualc_files enumerates source files (library/*.c). It doesn't
H A Dcheck-doxy-blocks.pl19 my @directories = qw(include/mbedtls library doxygen/input);
/third_party/skia/third_party/externals/angle2/src/
H A Dcopy_compiler_dll.bat6 :: https://technet.microsoft.com/en-us/library/bb490886.aspx
/third_party/python/Tools/scripts/
H A Dstable_abi.py184 """Generate/check the source for the Windows stable ABI library"""
387 """Check headers & library using "Unixy" tools (GCC/clang, binutils)"""
410 # Check the static library (*.a)
418 # Check the dynamic library (*.so)
459 def binutils_get_exported_symbols(library, dynamic=False):
465 args.append(library)
491 def binutils_check_library(manifest, library, expected_symbols, dynamic):
492 """Check that library exports all expected_symbols"""
493 available_symbols = set(binutils_get_exported_symbols(library, dynamic))
497 Some symbols from the limited API are missing from {library}
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp292 de::SharedPtr<vk::Library> library {platform->getVulkanPlatform().createLibrary(vk::Platform::LIBRARY_TYPE_VULKAN, DE_NULL)}; in main()
294 de::SharedPtr<vk::Library> library {platform->getVulkanPlatform().createLibrary(DE_NULL)}; in main()
298 vkt::Context context (tcx, library->getPlatformInterface(), collection, de::SharedPtr<vk::ResourceInterface>{new vk::ResourceInterfaceStandard{ tcx }}); in main()
303 library->getPlatformInterface(), in main()
/third_party/pcre2/pcre2/
H A DRunTest.bat165 echo ---- Testing 8-bit library ----
171 echo ---- Testing 16-bit library ----
177 echo ---- Testing 32-bit library ----
367 call :runsub 9 testout "Specials for the basic 8-bit library" -q
380 call :runsub 10 testout "Specials for the 8-bit library with Unicode support" -q
389 call :runsub 11 testout "Specials for the basic 16/32-bit library" -q
402 call :runsub 12 testout "Specials for the 16/32-bit library with Unicode support" -q
411 call :runsub 13 testout "DFA specials for the basic 16/32-bit library" -q
519 @echo runs all tests compatible with the linked pcre2 library but it can be given
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.c44 FT_Library library, in FT_LOCAL_DEF()
49 FT_Memory memory = library->memory; /* for FT_NEW_ARRAY */ in FT_LOCAL_DEF()
60 parser->library = library; in FT_LOCAL_DEF()
99 FT_Memory memory = parser->library->memory; /* for FT_FREE */ in cff_parser_done()
1205 FT_Library library = parser->library; in FT_LOCAL_DEF() local
1206 FT_Memory memory = library->memory; in FT_LOCAL_DEF()
1296 psaux = (PSAux_Service)FT_Get_Module_Interface( library, "psaux" ); in FT_LOCAL_DEF()
H A Dcffobjs.c72 module = FT_Get_Module( size->root.face->driver->root.library, in cff_size_get_globals_funcs()
384 module = FT_Get_Module( slot->face->driver->root.library, in FT_LOCAL_DEF()
520 FT_Library library = cffface->driver->root.library; in FT_LOCAL_DEF() local
523 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, in FT_LOCAL_DEF()
534 pshinter = (PSHinter_Service)FT_Get_Module_Interface( library, in FT_LOCAL_DEF()
537 psaux = (PSAux_Service)FT_Get_Module_Interface( library, in FT_LOCAL_DEF()
630 error = cff_font_load( library, in FT_LOCAL_DEF()
/third_party/libunwind/libunwind/doc/
H A Dunw_set_caching_policy.tex40 For example, after unloading (removing) a shared library,
42 address-range that was covered by the shared library.
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
H A DjsxImportSource-option-changed-incremental.js61 Default library for target 'es3'
175 Default library for target 'es3'
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderFragDataTests.cpp239 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init()
240 std::vector<tcu::TestNode*> negativeCases = library.loadShaderFile("shaders/fragdata.test"); in init()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py422 "loadable_module": "com.apple.product-type.library.dynamic",
423 "shared_library": "com.apple.product-type.library.dynamic",
424 "static_library": "com.apple.product-type.library.static",
904 libraries are placed. This is added to the library search path.
1246 def _AdjustLibrary(self, library, config_name=None):
1247 if library.endswith(".framework"):
1248 l_flag = "-framework " + os.path.splitext(os.path.basename(library))[0]
1250 m = self.library_re.match(library)
1254 l_flag = library
1262 # library orde
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_emulation.py422 "loadable_module": "com.apple.product-type.library.dynamic",
423 "shared_library": "com.apple.product-type.library.dynamic",
424 "static_library": "com.apple.product-type.library.static",
901 libraries are placed. This is added to the library search path.
1243 def _AdjustLibrary(self, library, config_name=None):
1244 if library.endswith(".framework"):
1245 l_flag = "-framework " + os.path.splitext(os.path.basename(library))[0]
1247 m = self.library_re.match(library)
1248 l_flag = "-l" + m.group(1) if m else library
1256 # library orde
[all...]

Completed in 17 milliseconds

12345678910>>...14