Home
last modified time | relevance | path

Searched refs:library (Results 201 - 225 of 330) sorted by relevance

12345678910>>...14

/third_party/openssl/util/perl/OpenSSL/
H A Dconfig.pm161 [ 'library:.*', '${MACHINE}-ncr-sysv4' ],
621 want to build 64-bit library, do this:
743 to build 64-bit library, do this:
/third_party/vk-gl-cts/framework/egl/
H A DegluGLContextFactory.cpp61 // Default library names
116 DynamicFuncLoader (de::DynamicLibrary* library) in DynamicFuncLoader() argument
117 : m_library(library) in DynamicFuncLoader()
/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c185 FT_Library library; ///< freetype font library handle member
464 err = FT_New_Face(s->library, path, index, &s->face); in load_font_file()
780 if ((err = FT_Init_FreeType(&(s->library)))) { in init()
793 if (FT_Stroker_New(s->library, &s->stroker)) { in init()
858 FT_Done_FreeType(s->library); in uninit()
1697 .description = NULL_IF_CONFIG_SMALL("Draw text on top of video frames using libfreetype library."),
/third_party/gn/src/gn/
H A Dvariables.cc471 final executable or shared library) and they each include headers from the
600 dependencies, and cross shared library boundaries. This allows you to express
931 "complete_static_lib: [boolean] Links all deps into a static library.";
933 R"(complete_static_lib: [boolean] Links all deps into a static library.
935 A static library normally doesn't include code from dependencies, but instead
937 chain until a linkable target (an executable or shared library) is reached.
938 The final linkable target only links each static library once, even if it
941 In some cases the static library might be the final desired output. For
942 example, you may be producing a static library for distribution to third
943 parties. In this case, the static library shoul
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c1922 font->library, in FT_LOCAL_DEF()
2016 font->library, in cff_subfont_load()
2184 cff_font_load( FT_Library library, in FT_LOCAL_DEF()
2218 font->library = library; in FT_LOCAL_DEF()
/third_party/icu/icu4c/source/
H A Dconfigure1457 --enable-64bit-libs (deprecated, use --with-library-bits) build 64-bit libraries default= platform default
1467 --enable-weak-threads weakly reference the threading library default=no
1469 --enable-icuio build ICU's icuio library default=yes
1470 --enable-layoutex build ICU's Paragraph Layout library default=no.
1485 --with-library-bits=bits specify how many bits to use for the library (32, 64, 64else32, nochange) default=nochange
1489 library shared library (.dll/.so/etc.)
1490 static static library (.a/.lib/etc.)
1493 --with-library
[all...]
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure1445 --enable-64bit-libs (deprecated, use --with-library-bits) build 64-bit libraries default= platform default
1455 --enable-weak-threads weakly reference the threading library default=no
1457 --enable-icuio build ICU's icuio library default=yes
1458 --enable-layoutex build ICU's Paragraph Layout library default=no.
1473 --with-library-bits=bits specify how many bits to use for the library (32, 64, 64else32, nochange) default=nochange
1477 library shared library (.dll/.so/etc.)
1478 static static library (.a/.lib/etc.)
1481 --with-library
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py772 See http://msdn.microsoft.com/en-us/library/17w5ykft.aspx
1197 # Prevent default library inheritance from the environment.
1279 """Returns the list of directories to be used for library search paths.
1303 # in libraries that are assumed to be in the default library path).
1309 library = re.sub(r"^\-l", "", entry)
1310 if not os.path.splitext(library)[1]:
1311 library += ".lib"
1312 if library not in found:
1313 found.add(library)
1314 unique_libraries_list.append(library)
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py770 See http://msdn.microsoft.com/en-us/library/17w5ykft.aspx
1195 # Prevent default library inheritance from the environment.
1277 """Returns the list of directories to be used for library search paths.
1301 # in libraries that are assumed to be in the default library path).
1307 library = re.sub(r"^\-l", "", entry)
1308 if not os.path.splitext(library)[1]:
1309 library += ".lib"
1310 if library not in found:
1311 found.add(library)
1312 unique_libraries_list.append(library)
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DexplainFiles.js144 Default library for target 'es5'
156 Default library for target 'es5'
166 Default library for target 'es5'
1979 Default library for target 'es5'
1993 Default library for target 'es5'
3331 Default library for target 'es5'
/third_party/ffmpeg/
H A DMakefile110 include $(SRC_PATH)/ffbuild/library.mak
/third_party/ffmpeg/libavutil/
H A DMakefile2 DESC = FFmpeg utility library
/third_party/lz4/programs/
H A DMakefile109 @echo WARNING: $@ must link to an extended variant of the dynamic library which also exposes unstable symbols
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c5 /* PCRE is a library of functions to support regular expressions whose syntax
171 uses the POSIX library and the other uses the PCRE2 POSIX functions, thus
184 POSIX library before these names were changed into macros in pcre2posix.h.
/third_party/skia/tests/
H A DCanvasStateTest.cpp30 // Uncomment to include tests of CanvasState across a library boundary. This will change how 'dm'
32 // instead compiled as part of the 'canvas_state_lib' build target. This produces a shared library
33 // that must be passed to 'dm' using the --library flag when running.
39 // dlopen, the library flag and canvas state helpers are only used for tests which require this flag
42 static DEFINE_string(library, "",
43 "Support library to use for CanvasState test. Must be provided when"
44 " SK_TEST_CANVAS_STATE_CROSS_LIBRARY to specify the dynamically loaded library"
45 " that receives the captured canvas state. Functions from the library will be"
46 " called to test SkCanvasState. The library is built from the canvas_state_lib"
51 // Automatically loads library passe
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafmodule.c442 FT_Memory memory = module->root.library->memory; in FT_CALLBACK_DEF()
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js141 Default library for target 'es5'
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js157 Default library for target 'es5'
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js157 Default library for target 'es5'
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package.js141 Default library for target 'es5'
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak214 # if you want a static data library.
237 # Common defines for both ways of building ICU's data library.
258 # that here seems to cause confusion with the building of the stub library of the same name.
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c763 pipeline->library = true; in lvp_graphics_pipeline_init()
813 assert(pipeline->library || pipeline->stages == (VK_GRAPHICS_PIPELINE_LIBRARY_VERTEX_INPUT_INTERFACE_BIT_EXT | in lvp_graphics_pipeline_init()
879 if (!pipeline->library) { in lvp_graphics_pipeline_init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp997 for (const auto &library : Libraries) { in assignTargetsToLibrary()
998 TargetList targets(library.targets()); in assignTargetsToLibrary()
999 valueToTargetList[&library] = targets; in assignTargetsToLibrary()
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak195 # if you want a static data library.
218 # Common defines for both ways of building ICU's data library.
239 # that here seems to cause confusion with the building of the stub library of the same name.
/kernel/linux/linux-6.6/rust/
H A DMakefile45 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library
214 # - `cargo` knows how to build the standard library, but it is an unstable
216 # - `cargo` only considers the use case of building the standard library
240 $(objtree)/$(obj)/test/sysroot/lib/rustlib/src/rust/library/alloc/src; \

Completed in 30 milliseconds

12345678910>>...14