Home
last modified time | relevance | path

Searched defs:sources (Results 1 – 25 of 172) sorted by relevance

1234567

/third_party/boost/tools/build/src/tools/
Dtesting.py90 def make_test(target_type, sources, requirements, target_name=None): argument
131 def compile(sources, requirements, target_name=None): argument
135 def compile_fail(sources, requirements, target_name=None): argument
139 def link(sources, requirements, target_name=None): argument
143 def link_fail(sources, requirements, target_name=None): argument
158 def run(sources, args, input_files, requirements, target_name=None, default_build=[]): argument
167 def run_fail(sources, args, input_files, requirements, target_name=None, default_build=[]): argument
305 def run_path_setup(target, sources, ps): argument
324 def capture_output_setup(target, sources, ps): argument
Dgcc.py235 def run_pch(self, project, name, prop_set, sources): argument
263 def generated_targets(self, sources, prop_set, project, name = None): argument
347 def gcc_compile_cpp(targets, sources, properties): argument
357 def gcc_compile_c(targets, sources, properties): argument
401 def gcc_compile_asm(targets, sources, properties): argument
416 def run(self, project, name, ps, sources): argument
611 def gcc_link(targets, sources, properties): argument
638 def gcc_archive(targets, sources, properties): argument
677 def gcc_link_dll(targets, sources, properties): argument
Dmsvc.py229 def archive(targets, sources=None, properties=None): argument
283 def compile_c(targets, sources = [], properties = None): argument
288 def compile_c_preprocess(targets, sources = [], properties = None): argument
293 def compile_c_pch(targets, sources = [], properties = []): argument
300 def compile_cpp(targets,sources=[],properties=None): argument
305 def compile_cpp_preprocess(targets,sources=[],properties=None): argument
309 def compile_cpp_pch(targets,sources=[],properties=None): argument
334 def __call__(self, targets, sources, property_set): argument
356 def setup_compile_c_cpp_action(targets, sources, properties): argument
377 def setup_preprocess_c_cpp_action(targets, sources, properties): argument
[all …]
Dunix.py22 def run (self, project, name, prop_set, sources): argument
29 def generated_targets (self, sources, prop_set, project, name): argument
48 def run (self, project, name, prop_set, sources): argument
66 def run (self, project, name, prop_set, sources): argument
77 def run (self, project, name, prop_set, sources): argument
112 def unix_archive (manager, targets, sources, properties): argument
134 def set_library_order (manager, sources, prop_set, result): argument
Dsymlink.py32 def __init__(self, project, targets, sources): argument
80 def symlink(targets, sources): argument
93 def setup_ln(targets, sources, ps): argument
Dpch.py54 def run(self, project, name, prop_set, sources): argument
75 def run_pch(self, project, name, prop_set, sources): argument
Dnotfile.py24 def run(self, project, name, ps, sources): argument
43 def notfile(target_name, action, sources, requirements, default_build): argument
Dbuiltin.py454 def run(self, project, name, prop_set, sources): argument
491 def lib(names, sources=[], requirements=[], default_build=[], usage_requirements=[]): argument
538 def run(self, project, name, prop_set, sources): argument
578 def run(self, project, name, properties, sources): argument
594 def __init__ (self, manager, sources, action_name, prop_set): argument
632 def run (self, project, name, prop_set, sources): argument
723 def generated_targets (self, sources, prop_set, project, name): argument
770 def run (self, project, name, prop_set, sources): argument
802 def run (self, project, name, prop_set, sources): argument
Dmessage.py18 def __init__(self, name, project, sources, requirements, default_build, argument
25 def construct(self, name, sources, ps): argument
/third_party/boost/tools/build/test/
Dbuiltin_glob_archive.py23 sources = { variable
39 def create_sources(path, sources): argument
49 def setup_archive(name, sources): argument
/third_party/node/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/observable/
DforkJoin.js6 export function forkJoin(...sources) {
24 function forkJoinInternal(sources, keys) { argument
/third_party/python/Lib/distutils/
Ddep_util.py32 def newer_pairwise (sources, targets): argument
54 def newer_group (sources, target, missing='error'): argument
/third_party/boost/tools/build/src/build/
Dgenerators.py327 def run (self, project, name, prop_set, sources): argument
375 def run_really (self, project, name, prop_set, sources): argument
451 def determine_output_name(self, sources): argument
478 def generated_targets (self, sources, prop_set, project, name): argument
528 def convert_to_consumable_types (self, project, name, prop_set, sources, only_one=False): argument
588 def convert_multiple_sources_to_consumable_types (self, project, prop_set, sources): argument
869 def try_one_generator_really (project, name, generator, target_type, properties, sources): argument
909 def try_one_generator (project, name, generator, target_type, properties, sources): argument
943 def construct_types (project, name, target_types, prop_set, sources): argument
1091 def __construct_really (project, name, target_type, prop_set, sources): argument
[all …]
Dengine.py26 def __call__(self, targets, sources, property_set_): argument
46 def __call__(self, targets, sources, property_set_): argument
76 def add_dependency (self, targets, sources): argument
145 def set_update_action (self, action_name, targets, sources, properties=None): argument
221 def do_set_update_action (self, action_name, targets, sources, property_set_): argument
/third_party/gn/src/gn/
Dfunction_process_file_template_unittest.cc14 Value sources(nullptr, Value::LIST); in TEST() local
37 Value sources(nullptr, Value::LIST); in TEST() local
/third_party/pulseaudio/src/tests/
Dmeson.build190 sources = t[1] variable
231 sources = t[1] variable
/third_party/boost/libs/iterator/doc/
Dsources.py5 sources = [ variable
/third_party/glib/tests/
Dsources.c32 shuffle (GSource **sources, int num) in shuffle()
74 GSource **sources; in main() local
/third_party/wayland_standard/doc/publican/
Dmeson.build3 subdir('sources') subdir
/third_party/harfbuzz/src/
Dgen-harfbuzzcc.py12 sources = sys.argv[3:] variable
/third_party/gstreamer/gst_libav/ext/libav/
Dmeson.build1 sources = [ variable
/third_party/boost/tools/build/example/generate/
Dgen.py4 def generate_example(project, name, ps, sources): argument
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink/
Dmeson.build1 sources = [ variable
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsrc/
Dmeson.build1 sources = [ variable
/third_party/json/third_party/amalgamate/
Dconfig.json4 "sources": [ array

1234567