Home
last modified time | relevance | path

Searched full:sources (Results 1 – 25 of 5414) sorted by relevance

12345678910>>...217

/third_party/boost/libs/histogram/test/
DCMakeLists.txt22 boost_test(TYPE compile-fail SOURCES axis_category_fail0.cpp)
23 boost_test(TYPE compile-fail SOURCES axis_category_fail1.cpp)
24 boost_test(TYPE compile-fail SOURCES axis_category_fail2.cpp)
25 boost_test(TYPE compile-fail SOURCES axis_integer_fail0.cpp)
26 boost_test(TYPE compile-fail SOURCES axis_integer_fail1.cpp)
27 boost_test(TYPE compile-fail SOURCES axis_integer_fail2.cpp)
28 boost_test(TYPE compile-fail SOURCES axis_integer_fail3.cpp)
29 boost_test(TYPE compile-fail SOURCES axis_integer_fail4.cpp)
30 boost_test(TYPE compile-fail SOURCES axis_regular_fail0.cpp)
31 boost_test(TYPE compile-fail SOURCES axis_regular_fail1.cpp)
[all …]
/third_party/boost/libs/regex/test/regress/
Dbcb6.mak16 # sources to compile for each test:
18 SOURCES=*.cpp macro
79 r1.exe : $(SOURCES)
80 $(BCC32) -tWM- -D_NO_VCL $(CFLAGS) -er1.exe -DBOOST_RE_TEST_LOCALE_W32 $(SOURCES)
82 r2.exe : $(SOURCES)
83 $(BCC32) -tWM- -D_NO_VCL $(CFLAGS) -er2.exe -DBOOST_RE_TEST_LOCALE_C $(SOURCES)
85 r3.exe : $(SOURCES)
86 $(BCC32) -tWM- -D_NO_VCL $(CFLAGS) -er3.exe -DBOOST_RE_TEST_LOCALE_CPP $(SOURCES)
88 r4.exe : $(SOURCES)
89 $(BCC32) -tWM- -D_NO_VCL $(CFLAGS) -er4.exe -DBOOST_RE_TEST_LOCALE_W32 -DTEST_UNICODE $(SOURCES)
[all …]
Dsunpro.mak13 # sources to compile for each test:
15 SOURCES=*.cpp macro
33 r/regress : $(SOURCES)
36 $(CXX) -O2 -o r/regress $(SOURCES) -lboost_regex$(LIBSUFFIX) $(LIBS)
38 rm/regress : $(SOURCES)
41 $(CXX) -O2 -mt -o rm/regress $(SOURCES) -lboost_regex_mt$(LIBSUFFIX) $(LIBS)
43 rs/regress : $(SOURCES)
46 $(CXX) -O2 -o rs/regress $(SOURCES) -Bstatic -lboost_regex$(LIBSUFFIX) -Bdynamic $(LIBS)
48 rms/regress : $(SOURCES)
51 $(CXX) -O2 -mt -o rms/regress $(SOURCES) -Bstatic -lboost_regex_mt$(LIBSUFFIX) -Bdynamic $(LIBS)
[all …]
/third_party/boost/libs/log/doc/tmp/
Dsources_reference.qbk12 [template boost_log_sources_basic_logger_hpp[][headerref boost/log/sources/basic_logger.hpp]]
14 [template class_sources_basic_composite_logger[][classref boost::log::sources::basic_composite_logg…
16 [template class_sources_basic_logger[][classref boost::log::sources::basic_logger basic_logger]]
18 [template boost_log_sources_channel_feature_hpp[][headerref boost/log/sources/channel_feature.hpp]]
20 [template class_sources_basic_channel_logger[][classref boost::log::sources::basic_channel_logger b…
22 …es_basic_channel_logger_make_default_channel_name[][classref boost::log::sources::basic_channel_lo…
24 [template class_sources_channel[][classref boost::log::sources::channel channel]]
26 [template class_sources_channel_apply[][classref boost::log::sources::channel::apply apply]]
28 [template boost_log_sources_channel_logger_hpp[][headerref boost/log/sources/channel_logger.hpp]]
30 [template class_sources_channel_logger[][classref boost::log::sources::channel_logger channel_logge…
[all …]
/third_party/boost/libs/chrono/test/
DJamfile.v264 rule chrono-run ( sources )
67 [ run $(sources) ../build//boost_chrono
71 : $(sources[1]:B)_d ]
72 #[ run $(sources) ../build//boost_chrono/<link>static
75 # : $(sources[1]:B)_s ]
76 [ run $(sources)
82 : $(sources[1]:B)_h ]
86 rule chrono-runXXX ( sources )
89 [ run $(sources) ../build//boost_chrono
93 : $(sources[1]:B)_d ]
[all …]
/third_party/glib/tests/
Dsources.c32 shuffle (GSource **sources, int num) in shuffle() argument
41 tmp = sources[a]; in shuffle()
42 sources[a] = sources[b]; in shuffle()
43 sources[b] = tmp; in shuffle()
74 GSource **sources; in main() local
79 sources = g_new0 (GSource *, NSOURCES); in main()
84 sources[i] = g_idle_source_new (); in main()
85 g_source_set_callback (sources[i], callback, NULL, NULL); in main()
86 g_source_attach (sources[i], context); in main()
89 g_print ("Add same-priority sources: %" G_GINT64_FORMAT "\n", in main()
[all …]
/third_party/libffi/
Dconfigure.host16 SOURCES="ffi.c sysv.S"
23 SOURCES="ffi.c osf.S"
28 SOURCES="ffi.c arcompact.S"
38 SOURCES="ffi.c sysv.S"
43 SOURCES="ffi.c sysv.S"
48 SOURCES="ffi.c sysv.S"
53 SOURCES="ffi.c sysv.S"
58 SOURCES="ffi.c eabi.S"
63 SOURCES="ffi.c linux.S"
70 SOURCES="ffi.c hpux32.S"
[all …]
/third_party/flutter/skia/third_party/externals/angle2/samples/
DBUILD.gn8 sources = [ "shader_translator/shader_translator.cpp" ]
18 sources = [
46 sources = invoker.data
56 sources = invoker.sources
61 sources = [ "hello_triangle/HelloTriangle.cpp" ]
65 sources = [ "mip_map_2d/MipMap2D.cpp" ]
69 sources = [ "multi_texture/MultiTexture.cpp" ]
77 sources = [ "multi_window/MultiWindow.cpp" ]
81 sources = [ "multiple_draw_buffers/MultipleDrawBuffers.cpp" ]
90 sources = [ "multiview/Multiview.cpp" ]
[all …]
/third_party/boost/libs/chrono/perf/
DJamfile.v247 rule chrono-run ( sources )
50 [ run $(sources) ../build//boost_chrono
53 : $(sources[1]:B)_shared ]
54 [ run $(sources) ../build//boost_chrono/<link>static
57 : $(sources[1]:B)_static ]
58 [ run $(sources)
61 : $(sources[1]:B)_header ]
64 rule chrono-run2 ( sources : name )
67 [ run $(sources) ../build//boost_chrono
71 [ run $(sources) ../build//boost_chrono/<link>static
[all …]
/third_party/skia/
DBUILD.gn169 "sources",
180 sources = skia_opts.none_sources
186 sources = skia_opts.armv7_sources + skia_opts.neon_sources
192 sources = skia_opts.arm64_sources
198 sources = skia_opts.crc32_sources
204 sources = skia_opts.sse2_sources
214 sources = skia_opts.ssse3_sources
224 sources = skia_opts.sse41_sources
234 sources = skia_opts.sse42_sources
244 sources = skia_opts.avx_sources
[all …]
/third_party/flutter/skia/
DBUILD.gn204 "sources",
215 sources = skia_opts.none_sources
221 sources = skia_opts.armv7_sources + skia_opts.neon_sources
227 sources = skia_opts.arm64_sources
233 sources = skia_opts.crc32_sources
239 sources = skia_opts.sse2_sources
249 sources = skia_opts.ssse3_sources
259 sources = skia_opts.sse41_sources
269 sources = skia_opts.sse42_sources
279 sources = skia_opts.avx_sources
[all …]
/third_party/flutter/skia/third_party/externals/angle2/
DBUILD.gn170 sources = [ "$windows_sdk_path/Redist/D3D/$target_cpu/d3dcompiler_47.dll" ]
173 sources += [ _old_compiler ]
186 sources = libangle_includes
191 sources = angle_preprocessor_sources
221 sources = [
239 sources = angle_system_utils_sources
243 sources = xxhash_sources
248 sources = [ "src/common/third_party/xxhash/xxhash_fuzzer.cpp" ]
253 sources = libangle_common_sources
282 sources = libangle_image_util_sources
[all …]
/third_party/skia/third_party/externals/angle2/samples/
DBUILD.gn21 sources = [
50 sources = invoker.data
63 "sources",
90 sources = [ "hello_triangle/HelloTriangle.cpp" ]
94 sources = [ "mip_map_2d/MipMap2D.cpp" ]
98 sources = [ "multi_texture/MultiTexture.cpp" ]
106 sources = [ "multi_window/MultiWindow.cpp" ]
110 sources = [ "multiple_draw_buffers/MultipleDrawBuffers.cpp" ]
119 sources = [ "multiview/Multiview.cpp" ]
123 sources = [ "particle_system/ParticleSystem.cpp" ]
[all …]
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/SDL/SDL.xcodeproj/
Dproject.pbxproj25 …006E9889119552DD001DE610 /* SDL_rwopsbundlesupport.m in Sources */ = {isa = PBXBuildFile; fileRef …
26 …0402A85812FE70C600CECEE3 /* SDL_render_gles2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0402…
27 …0402A85912FE70C600CECEE3 /* SDL_shaders_gles2.c in Sources */ = {isa = PBXBuildFile; fileRef = 040…
29 …041B2CF112FA0F680087D585 /* SDL_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2CEA12…
32 …0420497111E6F03D007E7EC9 /* SDL_clipboardevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 0…
34 …04409BA712FA989600FB9AA8 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409BA31…
36 …04409BA912FA989600FB9AA8 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409BA512…
38 …0442EC5112FE1C1E004C9285 /* SDL_render_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 0442EC4…
39 …0442EC5312FE1C28004C9285 /* SDL_render_gles.c in Sources */ = {isa = PBXBuildFile; fileRef = 0442E…
40 …0442EC5512FE1C3F004C9285 /* SDL_hints.c in Sources */ = {isa = PBXBuildFile; fileRef = 0442EC5412F…
[all …]
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/SDLtest/SDL2test.xcodeproj/
Dproject.pbxproj10 …AA1EE462176059AB0029C7A5 /* SDL_test_common.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE…
11 …AA1EE463176059AB0029C7A5 /* SDL_test_compare.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1E…
12 …AA1EE464176059AB0029C7A5 /* SDL_test_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE4…
13 …AA1EE465176059AB0029C7A5 /* SDL_test_font.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45…
14 …AA1EE466176059AB0029C7A5 /* SDL_test_fuzzer.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE…
15 …AA1EE467176059AB0029C7A5 /* SDL_test_harness.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1E…
16 …AA1EE468176059AB0029C7A5 /* SDL_test_imageBlit.c in Sources */ = {isa = PBXBuildFile; fileRef = AA…
17 …AA1EE469176059AB0029C7A5 /* SDL_test_imageBlitBlend.c in Sources */ = {isa = PBXBuildFile; fileRef…
18 …AA1EE46A176059AB0029C7A5 /* SDL_test_imageFace.c in Sources */ = {isa = PBXBuildFile; fileRef = AA…
19 …AA1EE46B176059AB0029C7A5 /* SDL_test_imagePrimitives.c in Sources */ = {isa = PBXBuildFile; fileRe…
[all …]
/third_party/libwebsockets/lib/misc/
DCMakeLists.txt27 # - changes to SOURCES
34 list(APPEND SOURCES
40 list(APPEND SOURCES
46 list(APPEND SOURCES
53 list(APPEND SOURCES
61 list(APPEND SOURCES
66 list(APPEND SOURCES
71 list(APPEND SOURCES
76 list(APPEND SOURCES misc/fsmount.c)
80 list(APPEND SOURCES misc/dir.c)
[all …]
/third_party/flutter/skia/third_party/externals/sdl/Xcode/SDL/SDL.xcodeproj/
Dproject.pbxproj20 …041B2CA512FA0D680087D585 /* SDL_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2C9E12…
22 …041B2CAB12FA0D680087D585 /* SDL_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 041B2C9E12…
24 …0435673E1303160F00BA5428 /* SDL_shaders_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 043567…
26 …043567401303160F00BA5428 /* SDL_shaders_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 043567…
29 …04409B9212FA97ED00FB9AA8 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409B8E1…
31 …04409B9412FA97ED00FB9AA8 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409B9012…
33 …04409B9612FA97ED00FB9AA8 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409B8E1…
35 …04409B9812FA97ED00FB9AA8 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409B9012…
36 …0442EC1812FE1BBA004C9285 /* SDL_render_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 0442EC1…
37 …0442EC1912FE1BBA004C9285 /* SDL_render_gl.c in Sources */ = {isa = PBXBuildFile; fileRef = 0442EC1…
[all …]
/third_party/wayland_standard/doc/publican/
DMakefile.am6 # * hand-written chapters and CSS files are located in sources. These are
19 $(srcdir)/sources/Wayland.ent \
20 $(srcdir)/sources/Wayland.xml \
21 $(srcdir)/sources/Book_Info.xml \
22 $(srcdir)/sources/Author_Group.xml \
23 $(srcdir)/sources/Foreword.xml \
24 $(srcdir)/sources/Preface.xml \
25 $(srcdir)/sources/Revision_History.xml \
26 $(srcdir)/sources/Protocol.xml \
27 $(srcdir)/sources/Xwayland.xml \
[all …]
/third_party/boost/tools/cmake/test/boost_test/
DCMakeLists.txt25 boost_test(TYPE compile SOURCES compile.cpp)
26 boost_test(TYPE compile-fail SOURCES compile_fail.cpp)
27 boost_test(TYPE link SOURCES link.cpp)
28 boost_test(TYPE link-fail SOURCES link_fail.cpp)
29 boost_test(TYPE run SOURCES run.cpp)
30 boost_test(TYPE run-fail SOURCES run_fail.cpp)
32 boost_test(TYPE run SOURCES arguments.cpp ARGUMENTS pumpkin LINK_LIBRARIES Boost::core)
34 boost_test(TYPE run NAME return_exit_code_pass SOURCES return_exit_code.cpp COMPILE_DEFINITIONS EXI…
35 boost_test(TYPE run-fail NAME return_exit_code_fail SOURCES return_exit_code.cpp COMPILE_DEFINITION…
37 boost_test(TYPE run SOURCES requires_variadic_templates.cpp COMPILE_FEATURES cxx_variadic_templates)
[all …]
/third_party/boost/tools/build/src/tools/
Dunix.py22 def run (self, project, name, prop_set, sources): argument
23 result = builtin.LinkingGenerator.run (self, project, name, prop_set, sources)
25 set_library_order (project.manager (), sources, prop_set, result [1])
29 def generated_targets (self, sources, prop_set, project, name): argument
32 for l in sources:
39 sources = sources2 + order_libraries (libraries)
41 return builtin.LinkingGenerator.generated_targets (self, sources, prop_set, project, name)
48 def run (self, project, name, prop_set, sources): argument
50 result = builtin.ArchiveGenerator.run(self, project, name, prop_set, sources)
55 set_library_order(project.manager(), sources, prop_set, targets)
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
DBUILD.gn28 sources = [ "pthread_attr_getstack.c" ]
36 sources = [ "pthread_attr_setdetachstate.c" ]
44 sources = [ "pthread_attr_setstacksize.c" ]
52 sources = [ "pthread_condattr_destroy.c" ]
60 sources = [ "pthread_condattr_init.c" ]
68 sources = [ "pthread_create.c" ]
76 sources = [ "pthread_exit.c" ]
84 sources = [ "pthread_getattr_np.c" ]
92 sources = [ "pthread_getschedparam.c" ]
100 sources = [ "pthread_getspecific.c" ]
[all …]
/third_party/boost/tools/build/src/build/
Dengine.py26 def __call__(self, targets, sources, property_set_): argument
28 assert is_iterable(sources)
35 targets, sources, [])
37 self.function(targets, sources, property_set_)
46 def __call__(self, targets, sources, property_set_): argument
48 assert is_iterable(sources)
51 self.function(targets, sources, property_set_)
57 set_jam_action(self.action_name, targets, sources, p)
76 def add_dependency (self, targets, sources): argument
77 """Adds a dependency from 'targets' to 'sources'
[all …]
/third_party/typescript/src/testRunner/unittests/tsbuild/
DoutFile.ts32 type Sources = [string, readonly string[]]; alias
35 const sources: [Sources, Sources, Sources] = [ constant
58 …const relSources = sources.map(([config, sources]) => [relName(config), sources.map(relName)]) as …
62 [Diagnostics.Building_project_0, sources[Project.first][Source.config]],
64 [Diagnostics.Building_project_0, sources[Project.second][Source.config]],
66 [Diagnostics.Building_project_0, sources[Project.third][Source.config]]
147 … modifyFs: fs => replaceText(fs, sources[Project.third][Source.config], `"composite": true,`, ""),
155 …modifyFs: fs => replaceText(fs, sources[Project.third][Source.config], `"composite": true,`, `"inc…
164 …modifyFs: fs => replaceText(fs, sources[Project.third][Source.config], `"composite": true,`, `"com…
201 … modifyFs: fs => replaceText(fs, sources[Project.third][Source.config], `"composite": true,`, ""),
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/
DBUILD.gn50 sources = invoker.sources
51 sources += [ "random_generator.cpp" ]
70 sources = [
76 sources = [
82 sources = [
88 sources = [
94 sources = [
100 sources = [
106 sources = [
113 sources = []
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
DBUILD.gn50 sources = invoker.sources
51 sources += [ "random_generator.cpp" ]
70 sources = [
76 sources = [
82 sources = [
88 sources = [
94 sources = [
100 sources = [
106 sources = [
113 sources = []
[all …]

12345678910>>...217