Home
last modified time | relevance | path

Searched refs:libs (Results 1 - 25 of 137) sorted by relevance

123456

/third_party/gn/src/gn/
H A Dinherited_libraries_unittest.cc28 InheritedLibraries libs; in TEST() local
29 libs.Append(&a, false); in TEST()
30 libs.Append(&b, false); in TEST()
31 auto result = libs.GetOrderedAndPublicFlag(); in TEST()
37 libs.Append(&a, false); in TEST()
38 libs.Append(&b, false); in TEST()
39 result = libs.GetOrderedAndPublicFlag(); in TEST()
45 libs.Append(&a, true); in TEST()
46 libs.Append(&b, true); in TEST()
47 result = libs in TEST()
71 InheritedLibraries libs; TEST() local
129 InheritedLibraries libs; TEST() local
[all...]
/third_party/node/deps/npm/node_modules/is-core-module/test/
H A Dindex.js45 var libs = require('repl')._builtinLibs; // eslint-disable-line no-underscore-dangle
46 if (!libs) {
49 for (var i = 0; i < libs.length; ++i) {
50 var mod = libs[i];
75 var libs = require('module').builtinModules;
76 if (!libs) {
88 libs = libs.concat('node:test');
90 for (var i = 0; i < libs.length; ++i) {
91 var mod = libs[
[all...]
/third_party/icu/icu4c/as_is/os400/
H A Diculd.c63 char libs[4024]; in main() local
78 libs[0]=0; in main()
196 strcat(libs,outputdir); in main()
197 strcat(libs,"/"); in main()
198 strncat(libs,p+1,strlen(p)-4); in main()
199 strcat(libs," "); in main()
217 libs, in main()
/third_party/python/Tools/freeze/
H A Dwinmakemakefile.py102 libs = ["shell32.lib", "comdlg32.lib", "wsock32.lib", "user32.lib", "oleaut32.lib"]
121 if modlib not in libs:
122 libs.append(modlib)
133 for lib in libs: print('"%s"' % (lib), end=' ')
/third_party/libabigail/tests/data/test-symtab/basic/
H A DMakefile2 libs = $(srcs:.c=.so) macro
6 all: $(libs)
9 rm $(libs)
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak21 # In case both shared libs and static libs are enabled, it can happen
23 # libavcodec and the other libs dynamically. In this case
31 # In case only static libs are used, the linker will only use
43 install-libs-$(CONFIG_STATIC): install-lib$(NAME)-static
44 install-libs-$(CONFIG_SHARED): install-lib$(NAME)-shared
102 uninstall-libs::
/third_party/node/deps/openssl/openssl/util/
H A Dck_errf.pl83 # To detect if there is any error generation for a libcrypto/libssl libs
84 # we don't know, we need to find out what libs we do know. That list is
88 my %libs = ( SYS => 1, ERR => 1 );
94 $libs{$1} = 1;
112 unless ( $libs{$errlib} ) {
114 $libs{$errlib} = 1; # To not display it again
/third_party/openssl/util/
H A Dck_errf.pl83 # To detect if there is any error generation for a libcrypto/libssl libs
84 # we don't know, we need to find out what libs we do know. That list is
88 my %libs = ( SYS => 1, ERR => 1 );
94 $libs{$1} = 1;
112 unless ( $libs{$errlib} ) {
114 $libs{$errlib} = 1; # To not display it again
/third_party/optimized-routines/networking/
H A DDir.mk20 networking-libs := \
37 $(networking-libs) \
41 all-networking: $(networking-libs) $(networking-tools) $(networking-includes)
69 $(networking-libs:build/lib/%=$(DESTDIR)$(libdir)/%) \
/third_party/ltp/include/mk/
H A Dtestcases.mk47 LTPLIBS_DIRS = $(addprefix $(abs_top_builddir)/libs/lib, $(LTPLIBS))
48 LTPLIBS_FILES = $(addsuffix .a, $(addprefix $(abs_top_builddir)/libs/, $(foreach LIB,$(LTPLIBS),lib$(LIB)/lib$(LIB))))
64 LDFLAGS += $(addprefix -L$(top_builddir)/libs/lib, $(LTPLIBS))
/third_party/skia/third_party/externals/abseil-cpp/
H A Dconanfile.py48 self.cpp_info.libs = ["-Wl,--start-group"]
49 self.cpp_info.libs.extend(tools.collect_libs(self))
51 self.cpp_info.libs.extend(["-Wl,--end-group", "pthread"])
/third_party/ltp/
H A DMakefile61 CLEAN_TARGETS += $(COMMON_TARGETS) lib libs
74 $(MAKE_TARGETS): lib-all libs-all
91 libs-all: $(abs_top_builddir)/libs
93 $(MAKE_TARGETS) include-all lib-all libs-all:
/third_party/jerryscript/targets/esp8266/
H A DMakefile21 # GEN_LIBS - list of libs to be generated ()
24 # COMPONENTS_xxx - a list of libs/objs in the form
105 -L./libs \
115 ./libs/libjerry-core.a \
116 ./libs/libjerry-libm.a
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
H A DMakefile35 LIBS += -lGL -ldl `sdl2-config --libs`
43 LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo `sdl2-config --libs`
53 LIBS += -lgdi32 -lopengl32 -limm32 `pkg-config --static --libs sdl2`
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
H A DMakefile47 LIBS += $(LINUX_GL_LIBS) -ldl `sdl2-config --libs`
55 LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo `sdl2-config --libs`
65 LIBS += -lgdi32 -lopengl32 -limm32 `pkg-config --static --libs sdl2`
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/
H A DMakefile35 LIBS += -lGL -ldl `sdl2-config --libs`
43 LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo `sdl2-config --libs`
53 LIBS += -lgdi32 -lopengl32 -limm32 `pkg-config --static --libs sdl2`
/third_party/gn/build/
H A Dgen.py352 ' '.join([library_to_a(library) for library in settings['libs']])),
355 ' libs = %s' % ' '.join(
356 [library_to_a(library) for library in settings['libs']]),
402 libs = []
508 libs.append('-ldl')
791 'gn': {'sources': [ 'src/gn/gn_main.cc' ], 'libs': []},
893 ], 'libs': []},
906 libs.extend([ options.zoslib_dir + '/install/lib/libzoslib.a' ])
919 libs.extend([
933 libs
[all...]
/third_party/optimized-routines/math/
H A DDir.mk19 math-libs := \
41 $(math-libs) \
46 all-math: $(math-libs) $(math-tools) $(math-includes)
104 $(math-libs:build/lib/%=$(DESTDIR)$(libdir)/%) \
/third_party/optimized-routines/string/
H A DDir.mk21 string-libs := \
60 $(string-libs) \
65 all-string: $(string-libs) $(string-tests) $(string-benches) $(string-includes)
106 $(string-libs:build/lib/%=$(DESTDIR)$(libdir)/%) \
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
H A Dbuild_win32.bat4 @set INCLUDES=/I..\.. /I..\..\backends /I..\libs\glfw\include
6 @set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-32 glfw3.lib opengl32.lib gdi32.lib shell32.lib
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
H A Dbuild_win32.bat4 @set INCLUDES=/I..\.. /I..\..\backends /I..\libs\glfw\include
6 @set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-32 glfw3.lib opengl32.lib gdi32.lib shell32.lib
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-libstdc++.py7 libs = os.getenv ('libs', '.libs') variable
24 so = os.path.join (libs, 'lib%s.%s' % (soname, suffix))
/third_party/ninja/
H A Dconfigure.py380 libs = [] variable
397 libs.extend(['-Wl,--no-as-needed', '-lprofiler'])
460 command='$cxx $in $libs /nologo /link $ldflags /out:$out',
464 command='$cxx $ldflags -o $out $in $libs',
563 libs.append('ninja.lib')
565 libs.append('-lninja')
568 libs.append('-lperfstat')
575 variables=[('libs', libs)])
590 libs
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dbuild_win32.bat4 @set INCLUDES=/I..\.. /I..\..\backends /I..\libs\glfw\include /I %VULKAN_SDK%\include
6 @set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-32 /libpath:%VULKAN_SDK%\lib32 glfw3.lib opengl32.lib gdi32.lib shell32.lib vulkan-1.lib
H A Dbuild_win64.bat3 @set INCLUDES=/I..\.. /I..\..\backends /I..\libs\glfw\include /I %VULKAN_SDK%\include
5 @set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-64 /libpath:%VULKAN_SDK%\lib glfw3.lib opengl32.lib gdi32.lib shell32.lib vulkan-1.lib

Completed in 8 milliseconds

123456