/third_party/skia/gn/ |
H A D | gn_to_cmake.py | 516 # OBJECT library dependencies need to be listed as sources. 517 # Only executables and non-OBJECT libraries may reference an OBJECT library. 578 # Those sources are dependent on the OBJECT library dependencies. 579 # Those sources cannot bring in library dependencies. 598 # Non-library dependencies. 607 # Non-OBJECT library dependencies. 637 for library in libraries: 639 out.write(CMakeStringEscape(library))
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderTextureFunctionTests.cpp | 625 gls::ShaderLibrary library(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo()); in init() 626 std::vector<tcu::TestNode*> negativeCases = library.loadShaderFile("shaders/invalid_texture_functions.test"); in init()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 13 # Provide generalized library-building support services. 35 # execute automatically set library path, then run a program 38 # link create a library or an executable 1177 func_fatal_configuration "not configured to build any kind of library" 1208 # True iff FILE is a libtool `.la' library or `.lo' object file. 1219 # True iff FILE is a libtool `.la' library or `.lo' object file. 1436 # It is necessary for linking the library. 2029 # Get the name of the library object. 2052 func_fatal_error "cannot determine name of library object from \`$libobj'" 2062 func_fatal_configuration "can not build a shared library" [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 16 # if you distribute this file as part of a program or library that 33 # Provide generalized library-building support services. 55 # execute automatically set library path, then run a program 58 # link create a library or an executable 1197 func_fatal_configuration "not configured to build any kind of library" 1228 # True iff FILE is a libtool `.la' library or `.lo' object file. 1239 # True iff FILE is a libtool `.la' library or `.lo' object file. 1456 # It is necessary for linking the library. 2049 # Get the name of the library object. 2072 func_fatal_error "cannot determine name of library objec [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 137 FT_Library library() { return fLibrary; } in library() function in FreeTypeLibrary 200 return gFTLibrary->library(); in ref_ft_library() 253 fFace.reset(); // Must release face before the library, the library frees existing faces. in ~FaceRec() 321 FT_Error err = FT_Open_Face(gFTLibrary->library(), &args, data->getIndex(), &rawFace); in Make() 1544 FT_Bitmap_Embolden(glyph->library, &glyph->bitmap, kBitmapEmboldenStrength, 0);
|
/third_party/eudev/ |
H A D | ltmain.sh | 6 # Provide generalized library-building support services. 19 # if you distribute this file as part of a program or library that 82 # this file as part of a program or library that is built using GNU Libtool, 519 ## Function library. ## 1449 # This file is a library for parsing options in your shell scripts along 1498 # override it after sourcing this library to reflect the full set of 2100 execute automatically set library path, then run a program 2103 link create a library or an executable 2483 && func_fatal_configuration "not configured to build any kind of library" 2548 # True iff FILE is a libtool '.la' library o [all...] |
/third_party/curl/ |
H A D | ltmain.sh | 6 # Provide generalized library-building support services. 19 # if you distribute this file as part of a program or library that 562 ## Function library. ## 1547 # This file is a library for parsing options in your shell scripts along 1596 # override it after sourcing this library to reflect the full set of 2281 execute automatically set library path, then run a program 2284 link create a library or an executable 2681 && func_fatal_configuration "not configured to build any kind of library" 2746 # True iff FILE is a libtool '.la' library or '.lo' object file. 2756 # True iff FILE is a libtool '.la' library o [all...] |
/third_party/lame/ |
H A D | ltmain.sh | 6 # Provide generalized library-building support services. 19 # if you distribute this file as part of a program or library that 82 # this file as part of a program or library that is built using GNU Libtool, 519 ## Function library. ## 1402 # This file is a library for parsing options in your shell scripts along 1451 # override it after sourcing this library to reflect the full set of 2053 execute automatically set library path, then run a program 2056 link create a library or an executable 2436 && func_fatal_configuration "not configured to build any kind of library" 2501 # True iff FILE is a libtool '.la' library o [all...] |
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 6 # Provide generalized library-building support services. 19 # if you distribute this file as part of a program or library that 562 ## Function library. ## 1547 # This file is a library for parsing options in your shell scripts along 1596 # override it after sourcing this library to reflect the full set of 2281 execute automatically set library path, then run a program 2284 link create a library or an executable 2681 && func_fatal_configuration "not configured to build any kind of library" 2746 # True iff FILE is a libtool '.la' library or '.lo' object file. 2756 # True iff FILE is a libtool '.la' library o [all...] |
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 6 # Provide generalized library-building support services. 19 # if you distribute this file as part of a program or library that 562 ## Function library. ## 1547 # This file is a library for parsing options in your shell scripts along 1596 # override it after sourcing this library to reflect the full set of 2281 execute automatically set library path, then run a program 2284 link create a library or an executable 2681 && func_fatal_configuration "not configured to build any kind of library" 2746 # True iff FILE is a libtool '.la' library or '.lo' object file. 2756 # True iff FILE is a libtool '.la' library o [all...] |
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 6 # Provide generalized library-building support services. 19 # if you distribute this file as part of a program or library that 562 ## Function library. ## 1559 # This file is a library for parsing options in your shell scripts along 1608 # override it after sourcing this library to reflect the full set of 2291 execute automatically set library path, then run a program 2294 link create a library or an executable 2682 && func_fatal_configuration "not configured to build any kind of library" 2747 # True iff FILE is a libtool '.la' library or '.lo' object file. 2757 # True iff FILE is a libtool '.la' library o [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 6 # Provide generalized library-building support services. 19 # if you distribute this file as part of a program or library that 82 # this file as part of a program or library that is built using GNU Libtool, 519 ## Function library. ## 1402 # This file is a library for parsing options in your shell scripts along 1451 # override it after sourcing this library to reflect the full set of 2053 execute automatically set library path, then run a program 2056 link create a library or an executable 2436 && func_fatal_configuration "not configured to build any kind of library" 2501 # True iff FILE is a libtool '.la' library o [all...] |
/third_party/curl/projects/ |
H A D | checksrc.bat | 193 echo tests - Scan the library tests and unit tests
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_private.h | 454 bool library; member
|
/third_party/node/test/parallel/ |
H A D | test-crypto-rsa-dsa-revert.js | 37 library: 'digital envelope routines',
|
H A D | test-crypto-rsa-dsa.js | 36 library: 'digital envelope routines',
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkerr.pl | 53 Only write files for library module M. Whether files are 251 # the name of an error library at the start. Should there be anything else, 288 # Now process each library in turn. 307 # Flag if the sub-library is disablable 308 # There are a few exceptions, where disabling the sub-library 309 # doesn't actually remove the whole sub-library, but rather implements 364 # If this library doesn't have a public header file, we write all
|
/third_party/openssl/util/ |
H A D | mkerr.pl | 53 Only write files for library module M. Whether files are 251 # the name of an error library at the start. Should there be anything else, 288 # Now process each library in turn. 307 # Flag if the sub-library is disablable 308 # There are a few exceptions, where disabling the sub-library 309 # doesn't actually remove the whole sub-library, but rather implements 364 # If this library doesn't have a public header file, we write all
|
/third_party/python/Doc/ |
H A D | make.bat | 64 echo.http://msdn.microsoft.com/en-us/library/ms669985
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPlatform.hpp | 60 PlatformDriver (const tcu::FunctionLibrary& library);
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-avx2.asm | 7 ; Based on the x86 SIMD extension for IJG JPEG library
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctint-avx2.asm | 7 ; Based on the x86 SIMD extension for IJG JPEG library
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | ftstream.h | 361 FT_Stream_New( FT_Library library,
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 140 of \Const{UNW\_LOCAL\_ONLY}, you'll always link the same library into 284 to cache information about a shared library which later on gets
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 46 library or loadable module must export. Each of them have a unique 52 shared library or module to stay compatible with previous versions on
|