/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/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/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/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/skia/ |
D | BUILD.gn | 169 "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/ |
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/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/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/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/musl/ |
D | BUILD.gn | 166 sources = [ "${target_out_dir}/${musl_ported_dir}/tools/mkalltypes.sed" ] 167 sources += [ 173 args += rebase_path(sources, root_build_dir) 183 sources = [ 188 args = rebase_path(sources, root_build_dir) 200 sources = [ "${target_out_dir}/${musl_ported_dir}/arch/${musl_arch}/bits/syscall.h.in" ] 202 args = rebase_path(sources, root_build_dir) 249 sources = [ "${uapi_dir}/${file}" ] 256 sources = [] 266 sources += [ "${uapi_dir}/scsi/${file}" ] [all …]
|
/third_party/musl/ndk_script/ |
D | BUILD.gn | 36 sources = [ 65 sources = [ 78 sources = [ 218 sources = 226 sources = [] 237 sources += [ get_label_info(deps[0], "target_out_dir") + 246 sources = [] 257 sources += [ get_label_info(deps[0], "target_out_dir") + 266 sources = [] 277 sources += [ get_label_info(deps[0], "target_out_dir") + [all …]
|
/third_party/spirv-tools/test/fuzzers/ |
D | BUILD.gn | 50 sources = invoker.sources 69 sources = [ "spvtools_as_fuzzer.cpp" ] 73 sources = [ "spvtools_binary_parser_fuzzer.cpp" ] 77 sources = [ "spvtools_dis_fuzzer.cpp" ] 81 sources = [ "spvtools_opt_performance_fuzzer.cpp" ] 85 sources = [ "spvtools_opt_legalization_fuzzer.cpp" ] 89 sources = [ "spvtools_opt_size_fuzzer.cpp" ] 93 sources = [ "spvtools_val_fuzzer.cpp" ] 98 sources = [] 106 sources = [] [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeShaderStorageTests.cpp | 41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources) in verifyProgram() argument 44 const glu::ShaderProgram program (ctx.getRenderContext(), sources); in verifyProgram() 186 …axSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& sources) in genMaxSSBlocksSource() argument 191 sources.sources[getGLUShaderType(glShaderType)].push_back(shaderSrc); in genMaxSSBlocksSource() 226 glu::ProgramSources sources; in block_number_limits() local 237 sources << glu::VertexSource(source) in block_number_limits() 242 sources << glu::VertexSource(vertSource) in block_number_limits() 247 sources << glu::VertexSource(vertSource) in block_number_limits() 254 sources << glu::VertexSource(vertSource) in block_number_limits() 261 sources << glu::VertexSource(vertSource) in block_number_limits() [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | BUILD.gn | 28 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/gn/src/gn/ |
D | ninja_create_bundle_target_writer_unittest.cc | 54 bundle_data.sources().push_back(SourceFile("//foo/input1.txt")); in TEST() 55 bundle_data.sources().push_back(SourceFile("//foo/input2.txt")); in TEST() 103 bundle_data.sources().push_back(SourceFile("//foo/input1.txt")); in TEST() 104 bundle_data.sources().push_back(SourceFile("//foo/input2.txt")); in TEST() 186 bundle_data.sources().push_back( in TEST() 188 bundle_data.sources().push_back( in TEST() 190 bundle_data.sources().push_back( in TEST() 192 bundle_data.sources().push_back( in TEST() 194 bundle_data.sources().push_back( in TEST() 196 bundle_data.sources().push_back( in TEST() [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 …]
|