/third_party/boost/libs/log/doc/tmp/ |
D | sources_reference.qbk | 12 [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/glib/tests/ |
D | sources.c | 32 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() 95 … g_assert (sources[i] == g_main_context_find_source_by_id (context, g_source_get_id (sources[i]))); in main() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/samples/ |
D | BUILD.gn | 8 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/ |
D | Jamfile.v2 | 47 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/boost/libs/chrono/test/ |
D | Jamfile.v2 | 64 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/skia/third_party/externals/angle2/samples/ |
D | BUILD.gn | 21 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/boost/tools/build/src/tools/ |
D | unix.py | 22 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 …]
|
D | testing.py | 90 def make_test(target_type, sources, requirements, target_name=None): argument 92 assert is_iterable_typed(sources, basestring) 96 target_name = stem(os.path.basename(sources[0])) 111 type.type_from_rule_name(target_type), project, real_name, sources, 131 def compile(sources, requirements, target_name=None): argument 132 return make_test("compile", sources, requirements, target_name) 135 def compile_fail(sources, requirements, target_name=None): argument 136 return make_test("compile-fail", sources, requirements, target_name) 139 def link(sources, requirements, target_name=None): argument 140 return make_test("link", sources, requirements, target_name) [all …]
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | outFile.ts | 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,`, ""), 219 [Diagnostics.Building_project_0, sources[Project.first][Source.config]], [all …]
|
D | amdModulesWithOut.ts | 8 const sources: [Sources, Sources] = [ constant 54 … modifyFs: fs => appendText(fs, relName(sources[Project.lib][Source.ts][1]), "console.log(x);") 74 enableStrict(fs, sources[Project.lib][Source.config]); 75 addTestPrologue(fs, sources[Project.lib][Source.ts][0], `"myPrologue"`); 76 addTestPrologue(fs, sources[Project.lib][Source.ts][2], `"myPrologueFile"`); 77 addTestPrologue(fs, sources[Project.lib][Source.ts][3], `"myPrologue3"`); 78 enableStrict(fs, sources[Project.app][Source.config]); 79 addTestPrologue(fs, sources[Project.app][Source.ts][0], `"myPrologue"`); 80 addTestPrologue(fs, sources[Project.app][Source.ts][1], `"myPrologue2";`); 82 …modifyAgainFs: fs => addTestPrologue(fs, relName(sources[Project.lib][Source.ts][1]), `"myPrologue… [all …]
|
/third_party/wayland_standard/doc/publican/ |
D | Makefile.am | 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 \ 28 $(srcdir)/sources/Compositors.xml \ [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | BUILD.gn | 170 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/boost/tools/build/src/build/ |
D | engine.py | 26 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 84 if isinstance (sources, str): [all …]
|
/third_party/flutter/skia/ |
D | BUILD.gn | 204 "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/skia/ |
D | BUILD.gn | 165 "sources", 176 sources = skia_opts.none_sources 182 sources = skia_opts.armv7_sources + skia_opts.neon_sources 188 sources = skia_opts.arm64_sources 194 sources = skia_opts.crc32_sources 200 sources = skia_opts.sse2_sources 210 sources = skia_opts.ssse3_sources 220 sources = skia_opts.sse41_sources 230 sources = skia_opts.sse42_sources 240 sources = skia_opts.avx_sources [all …]
|
/third_party/musl/ |
D | BUILD.gn | 59 sources = [ "//third_party/musl" ] 98 args = [ "-i" ] + rebase_path(sources) 125 sources = [ "${target_out_dir}/${musl_ported_dir}/tools/mkalltypes.sed" ] 126 sources += [ 132 args += rebase_path(sources, root_build_dir) 142 sources = [ 147 args = rebase_path(sources, root_build_dir) 159 sources = [ 163 args = rebase_path(sources, root_build_dir) 178 sources = [] [all …]
|
/third_party/libxml2/vms/ |
D | build_libxml.com | 27 $! updated to work with current sources 45 $!- list of sources to be built into the LIBXML library. Compare this list 49 $ sources = "parser.c SAX.c entities.c encoding.c error.c parserInternals.c" 50 $ sources = sources + " tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c" 51 $ sources = sources + " valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c" 52 $ sources = sources + " xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c" 53 $ sources = sources + " catalog.c globals.c threads.c c14n.c xmlstring.c" 54 $ sources = sources + " xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c" 55 $ sources = sources + " triostr.c trio.c xmlreader.c relaxng.c dict.c SAX2.c" 56 $ sources = sources + " xmlwriter.c legacy.c chvalid.c pattern.c xmlsave.c" [all …]
|
/third_party/wayland-protocols_standard/ |
D | BUILD.gn | 5 sources = [ "unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml" ] 8 sources = [ "stable/presentation-time/presentation-time.xml" ] 11 sources = [ "stable/viewporter/viewporter.xml" ] 14 sources = [ "unstable/relative-pointer/relative-pointer-unstable-v1.xml" ] 17 sources = [ "unstable/pointer-constraints/pointer-constraints-unstable-v1.xml" ] 20 sources = [ "unstable/input-timestamps/input-timestamps-unstable-v1.xml" ] 23 sources = [ "unstable/xdg-output/xdg-output-unstable-v1.xml" ] 26 …sources = [ "unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xm… 29 sources = [ "unstable/input-method/input-method-unstable-v1.xml" ] 32 sources = [ "unstable/text-input/text-input-unstable-v1.xml" ] [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
D | BUILD.gn | 50 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/spirv-tools/test/fuzzers/ |
D | BUILD.gn | 50 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/musl/ndk_script/ |
D | BUILD.gn | 27 sources = [ 51 sources = [ 64 sources = [ 159 sources = 167 sources = [] 178 sources += [ get_label_info(deps[0], "target_out_dir") + 186 sources = [ get_label_info(deps[0], "target_out_dir") + 188 sources += [ get_label_info(deps[0], "target_out_dir") + 190 sources += [ get_label_info(deps[0], "target_out_dir") + 192 sources += [ get_label_info(deps[0], "target_out_dir") + [all …]
|
/third_party/boost/libs/log/test/compile/ |
D | src_logger_get_attributes.cpp | 31 test< boost::log::sources::logger >(); in main() 32 test< boost::log::sources::severity_logger< > >(); in main() 33 test< boost::log::sources::channel_logger< > >(); in main() 34 test< boost::log::sources::severity_channel_logger< > >(); in main() 37 test< boost::log::sources::logger_mt >(); in main() 38 test< boost::log::sources::severity_logger_mt< > >(); in main() 39 test< boost::log::sources::channel_logger_mt< > >(); in main() 40 test< boost::log::sources::severity_channel_logger_mt< > >(); in main()
|
/third_party/gn/src/gn/format_test_data/ |
D | 062.golden | 3 sources = [] 5 sources = [ "x.cc" ] 7 sources = [ 15 sources += [ 23 sources += [ 35 sources += [ 48 sources += [ 64 sources += [ 73 sources += [ 82 sources -= [ [all …]
|
D | 062.gn | 3 sources = [] 5 sources = ["x.cc"] 7 sources = [ 14 sources += [ 22 sources += [ 33 sources += [ 46 sources += [ 62 sources += [ 71 sources += [ 80 sources -= [ [all …]
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | BUILD.gn | 27 sources = [ "generate_wgsl_corpus.py" ] 68 sources = [ 86 sources = [ 96 sources = [ "tint_ast_clone_fuzzer.cc" ] 105 sources = [ "tint_ast_fuzzer/tint_ast_wgsl_writer_fuzzer.cc" ] 113 sources = [ "tint_regex_fuzzer/tint_regex_wgsl_writer_fuzzer.cc" ] 121 sources = [ "tint_wgsl_reader_wgsl_writer_fuzzer.cc" ] 132 sources = [ "tint_all_transforms_fuzzer.cc" ] 141 sources = [ "tint_ast_fuzzer/tint_ast_spv_writer_fuzzer.cc" ] 149 sources = [ "tint_binding_remapper_fuzzer.cc" ] [all …]
|