Home
last modified time | relevance | path

Searched refs:library (Results 176 - 200 of 343) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djdcolor-sse2.asm7 ; Based on the x86 SIMD extension for IJG JPEG library
H A Djdmerge-avx2.asm8 ; Based on the x86 SIMD extension for IJG JPEG library
H A Djdmerge-mmx.asm7 ; Based on the x86 SIMD extension for IJG JPEG library
H A Djdmerge-sse2.asm7 ; Based on the x86 SIMD extension for IJG JPEG library
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djccolor-avx2.asm7 ; Based on the x86 SIMD extension for IJG JPEG library
H A Djccolor-sse2.asm6 ; Based on the x86 SIMD extension for IJG JPEG library
H A Djcgray-avx2.asm7 ; Based on the x86 SIMD extension for IJG JPEG library
H A Djcgray-sse2.asm6 ; Based on the x86 SIMD extension for IJG JPEG library
H A Djdcolor-avx2.asm8 ; Based on the x86 SIMD extension for IJG JPEG library
H A Djdcolor-sse2.asm7 ; Based on the x86 SIMD extension for IJG JPEG library
H A Djdmerge-avx2.asm8 ; Based on the x86 SIMD extension for IJG JPEG library
H A Djdmerge-sse2.asm7 ; Based on the x86 SIMD extension for IJG JPEG library
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
H A Dcorrectly-handles-changes-in-lib-section-of-config-file.js31 src/app.ts:1:8 - error TS2583: Cannot find name 'Promise'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_single_artifact.bat62 REM Build python library
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex114 interface defined by this library.
117 functions defined by this library.
/third_party/node/deps/v8/include/v8-include/
H A Dv8config.h28 // This macro allows to test for the version of the GNU C library (or
29 // a compatible C library that masquerades as glibc). It evaluates to
249 // C library detection
254 // V8_LIBC_GLIBC - GNU C library
258 // to test for the GNU C library, use:
689 #error Inconsistent build configuration: To build the V8 shared library \
691 V8 shared library set USING_V8_SHARED.
699 // static library or building a program which uses the V8 static library neither
711 // Setup for Linux shared library expor
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1objs.c63 module = FT_Get_Module( size->root.face->driver->root.library, in T1_Size_Get_Globals_Funcs()
168 module = FT_Get_Module( slot->face->driver->root.library, in FT_LOCAL_DEF()
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp70 // Default library names
168 DynamicFuncLoader(de::DynamicLibrary* library): m_library(library) in DynamicFuncLoader() argument
/third_party/node/test/parallel/
H A Dtest-crypto-key-objects.js306 library: 'PEM routines',
328 library: 'DECODER routines'
331 library: 'asn1 encoding routines'
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py94 # Xcode's standard set of library directories, which don't need to be duplicated
527 # .o is conceptually more of a "source" than a "library," but Xcode thinks
728 "shared_library": "com.apple.product-type.library.dynamic",
729 "static_library": "com.apple.product-type.library.static",
1324 # adding a library. It's preferable to keep dependencies listed first
1343 for library in spec["libraries"]:
1344 xct.FrameworksPhase().AddFile(library)
1345 # Add the library's directory to LIBRARY_SEARCH_PATHS if necessary.
1347 library_dir = posixpath.dirname(library)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py94 # Xcode's standard set of library directories, which don't need to be duplicated
527 # .o is conceptually more of a "source" than a "library," but Xcode thinks
728 "shared_library": "com.apple.product-type.library.dynamic",
729 "static_library": "com.apple.product-type.library.static",
1321 # adding a library. It's preferable to keep dependencies listed first
1340 for library in spec["libraries"]:
1341 xct.FrameworksPhase().AddFile(library)
1342 # Add the library's directory to LIBRARY_SEARCH_PATHS if necessary.
1344 library_dir = posixpath.dirname(library)
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_vector.S163 @* The function expected of the C library startup
/third_party/icu/icu4c/source/test/depstest/
H A Ddependencies.py18 files: Set of "library/filename.o" files mentioned in the dependencies file.
19 items: Map from library or group names to item maps.
20 Each item has a "type" ("library" or "group" or "system_symbols").
21 A library or group item can have an optional set of "files" (as in the files attribute).
23 A group item also has a "library" name unless it is a group of system symbols.
25 with standard-library system symbol names.
26 libraries: Set of library names mentioned in the dependencies file.
27 file_to_item: Map from a symbol (ushoe.o) to library or group (shoesize)
49 sys.exit("Error:%d: \"library: \" without name" % _line_number)
51 sys.exit("Error:%d: invalid library nam
[all...]
/third_party/node/deps/openssl/openssl/util/
H A Dmkdef.pl28 my $name = undef; # internal library/module name
30 my $version = undef; # the version to use for the library
56 # When building a "variant" shared library, with a custom SONAME, also customize
89 # 0x0000000000000001 (NEEDED) Shared library: [libcrypto-opt.so.1.1]
299 ; Definition file for the DLL version of the $libname library from OpenSSL
/third_party/openssl/util/
H A Dmkdef.pl28 my $name = undef; # internal library/module name
30 my $version = undef; # the version to use for the library
56 # When building a "variant" shared library, with a custom SONAME, also customize
89 # 0x0000000000000001 (NEEDED) Shared library: [libcrypto-opt.so.1.1]
299 ; Definition file for the DLL version of the $libname library from OpenSSL

Completed in 12 milliseconds

12345678910>>...14