/third_party/musl/libc-test/ |
D | test_template.gni | 24 assert(defined(invoker.target_name), 25 "file name is required in target ${target_name}") 27 target_name = invoker.target_name 30 target("ohos_executable", "${target_name}") { 38 sources = [ "${target_name}.c" ] 109 if (target_name == "dlopen") { 114 if (target_name == "dlopen_ns") { 119 if (target_name == "dlclose_reset") { 124 if (target_name == "tls_align") { 129 if (target_name == "tls_init") { [all …]
|
/third_party/boost/tools/build/src/tools/ |
D | testing.py | 90 def make_test(target_type, sources, requirements, target_name=None): argument 95 if not target_name: 96 target_name = stem(os.path.basename(sources[0])) 104 real_name = target_name.replace(".", "~") 115 if real_name != target_name: 117 target_name, [t]) 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) [all …]
|
D | make.py | 31 def make (target_name, sources, generating_rule, argument 34 target_name = target_name[0] 52 target_name, project, 53 targets.main_target_sources(sources, target_name),
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | export_targets.py | 125 def flattened_target(target_name: str, descs: dict, stop_at_lib: bool =True) -> dict: 126 flattened = dict(descs[target_name]) 139 assert not deps, (target_name, dep['deps']) 150 dag_traverse(descs[target_name]['deps'], pre) 191 def has_all_includes(target_name: str, descs: dict) -> bool: 192 flat = flattened_target(target_name, descs, stop_at_lib=False) 197 desc = descs[target_name] 222 …print('Warning in {}: {}: Invalid include: {}'.format(target_name, cur_file, include), file=sys.st… 234 def fn(target_name): argument 235 cur = descs[target_name] [all …]
|
D | gen_angle_gn_info_json.py | 32 def get_json_description(gn_out, target_name): argument 34 text_desc = subprocess.check_output(['gn', 'desc', '--format=json', gn_out, target_name]) 43 ['gn', 'desc', '--format=json', gn_out, target_name]), text_desc)) 48 def load_json_deps(desc, gn_out, target_name, all_desc, indent=" "): argument 58 target = desc[target_name]
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | export_targets.py | 134 def flattened_target(target_name: str, descs: dict, stop_at_lib: bool =True) -> dict: 135 flattened = dict(descs[target_name]) 148 assert not deps, (target_name, dep['deps']) 165 dag_traverse(descs[target_name]['deps'], pre) 266 def has_all_includes(target_name: str, descs: dict) -> bool: 268 if target_name.startswith(ignored_directory): 271 flat = flattened_target(target_name, descs, stop_at_lib=False) 276 desc = descs[target_name] 301 …print('Warning in {}: {}: Invalid include: {}'.format(target_name, cur_file, include), file=sys.st… 313 def fn(target_name): argument [all …]
|
D | gen_angle_gn_info_json.py | 32 def get_json_description(gn_out, target_name): argument 34 text_desc = subprocess.check_output(['gn', 'desc', '--format=json', gn_out, target_name]) 43 ['gn', 'desc', '--format=json', gn_out, target_name]), text_desc)) 48 def load_json_deps(desc, gn_out, target_name, all_desc, indent=" "): argument 58 target = desc[target_name]
|
/third_party/libinput/test/ |
D | helper-copy-and-exec-from-tmp.sh | 11 target_name=$(mktemp) 12 cp "$executable" "$target_name" 13 chmod +x "$target_name" 15 "$target_name" "$@" 17 rm "$target_name"
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | xcode_ninja.py | 68 target_name = old_spec.get('target_name') 69 product_name = old_spec.get('product_name', target_name) 73 ninja_target['target_name'] = target_name 108 'action_name': 'Compile and copy %s via ninja' % target_name, 117 target_name, 119 'message': 'Compile and copy %s via ninja' % target_name, 136 target_name = spec.get('target_name') 138 if target_extras is not None and re.search(target_extras, target_name): 147 if not re.search(executable_target_pattern, target_name): 202 target_name = spec.get('target_name') [all …]
|
/third_party/boost/libs/pfr/test/ |
D | Jamfile.v2 | 101 local target_name = $(source_file[1]:B) ; 102 pfr_tests += [ run $(source_file) : : : $(STRUCTURED_BINDING_ENGINE) : $(target_name)_sb ] ; 104 if ! $(target_name) in $(BLACKLIST_TESTS_FOR_LOOPHOLE) 106 pfr_tests += [ run $(source_file) : : : $(LOOPHOLE_ENGINE) : $(target_name)_lh ] ; 110 pfr_tests += [ compile-fail $(source_file) : $(LOOPHOLE_ENGINE) : $(target_name)_lh ] ; 113 if ! $(target_name) in $(BLACKLIST_TESTS_FOR_CLASSIC) 115 pfr_tests += [ run $(source_file) : : : $(CLASSIC_ENGINE) : $(target_name)_classic ] ; 119 pfr_tests += [ compile-fail $(source_file) : $(CLASSIC_ENGINE) : $(target_name)_classic ] ; 125 local target_name = $(source_file[1]:B) ; 126 … pfr_tests += [ compile-fail $(source_file) : $(STRUCTURED_BINDING_ENGINE) : $(target_name)_sb ] ; [all …]
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcode_ninja.py | 70 target_name = old_spec.get("target_name") 71 product_name = old_spec.get("product_name", target_name) 75 ninja_target["target_name"] = target_name 118 "action_name": "Compile and copy %s via ninja" % target_name, 127 target_name, 129 "message": "Compile and copy %s via ninja" % target_name, 147 target_name = spec.get("target_name") 149 if target_extras is not None and re.search(target_extras, target_name): 160 if not re.search(executable_target_pattern, target_name): 216 target_name = spec.get("target_name") [all …]
|
/third_party/skia/gn/ |
D | ios.gni | 18 action_foreach(target_name) { 25 "sources must be specified for $target_name") 27 "output_extension must be specified for $target_name") 39 "$target_gen_dir/$target_name/{{source_name_part}}.$_output_extension", 46 "$target_gen_dir/$target_name/{{source_name_part}}.$_output_extension", 62 "source needs to be defined for $target_name") 66 "source must be a .xib or .storyboard for $target_name") 68 _target_name = target_name 70 _compile_ib_file = target_name + "_compile_xib" 73 _compile_ib_file = target_name + "_compile_storyboard" [all …]
|
/third_party/gn/examples/ios/build/config/ios/templates/ |
D | ios_framework_bundle.gni | 28 # name of the bundle without the extension; defaults to $target_name 37 _output_name = target_name 42 _dylib_target = target_name + "_dylib" 43 _dylib_bundle = target_name + "_dylib_bundle" 88 _umbrella_target = target_name + "_umbrella" 99 _headers_bundle = target_name + "_headers_bundle" 108 _config_name = target_name + "_config" 115 ios_binary_bundle(target_name) { 145 _target_name = target_name 147 bundle_data("$target_name+bundle") {
|
D | ios_binary_bundle.gni | 35 # to $target_name 49 "bundle_extension must be defined for ios_binary_bundle ($target_name)") 52 "bundle_identifier must be defined for ios_binary_bundle ($target_name)") 54 "bundle_type must be defined for ios_binary_bundle ($target_name)") 56 "product_type must be defined for ios_binary_bundle ($target_name)") 58 _output_name = target_name 68 _plist_target = target_name + "_plist" 69 _plist_bundle = target_name + "_plist_bundle" 102 create_bundle(target_name) {
|
D | ios_app_bundle.gni | 30 # name of the bundle without the extension; defaults to $target_name 33 _output_name = target_name 45 _app_prefix_target = target_name + "_app_prefix" 59 _simu_xcent_target = target_name + "_simu_xcent" 72 _executable_target = target_name + "_executable" 73 _executable_bundle = target_name + "_executable_bundle" 125 ios_binary_bundle(target_name) {
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | analyzer.py | 302 def _GetOrCreateTargetByName(targets, target_name): argument 306 if target_name in targets: 307 return False, targets[target_name] 308 target = Target(target_name) 309 targets[target_name] = target 350 target_name = targets_to_visit.pop() 352 target_name) 360 target_dicts[target_name]) 361 target_type = target_dicts[target_name]['type'] 367 build_file = gyp.common.ParseQualifiedTarget(target_name)[0] [all …]
|
D | eclipse.py | 127 for target_name in target_list: 128 target = target_dicts[target_name] 155 base_dir = os.path.dirname(target_name) 211 for target_name in target_list: 212 target = target_dicts[target_name] 379 for target_name in target_list: 380 target = target_dicts[target_name] 387 yield os.path.join(os.path.dirname(target_name), input_) 392 for target_name in target_list: 393 target = target_dicts[target_name] [all …]
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | analyzer.py | 320 def _GetOrCreateTargetByName(targets, target_name): argument 324 if target_name in targets: 325 return False, targets[target_name] 326 target = Target(target_name) 327 targets[target_name] = target 370 target_name = targets_to_visit.pop() 371 created_target, target = _GetOrCreateTargetByName(name_to_target, target_name) 378 target.requires_build = _DoesTargetTypeRequireBuild(target_dicts[target_name]) 379 target_type = target_dicts[target_name]["type"] 386 build_file = gyp.common.ParseQualifiedTarget(target_name)[0] [all …]
|
/third_party/flutter/engine/flutter/testing/ |
D | testing.gni | 24 location_source_path = "$target_gen_dir/fixtures_location$target_name.cc" 28 source_set(target_name) { 48 dart_action(target_name) { 67 snapshot_depfile = "$target_gen_dir/snapshot_$target_name.depfile.d" 109 compiled_action(target_name) { 154 dart_snapshot_kernel_target_name = "dart_snapshot_kernel_$target_name" 164 dart_snapshot_aot_target_name = "dart_snapshot_aot_$target_name" 172 group(target_name) { 196 copy(target_name) { 201 group(target_name) { [all …]
|
/third_party/skia/third_party/ |
D | third_party.gni | 15 config(target_name) { 55 third_party_config(target_name + "_public") { 78 target(_mode, target_name) { 101 public_configs = [ ":" + target_name + "_public" ] 114 config(target_name + "_public") { 117 group(target_name) { 118 public_configs = [ ":" + target_name + "_public" ]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse-llvm.c | 537 char target_name[64]; in output_op_binary() local 542 pseudo_name(insn->target, target_name); in output_op_binary() 547 target = LLVMBuildAdd(fn->builder, lhs, rhs, target_name); in output_op_binary() 550 target = LLVMBuildSub(fn->builder, lhs, rhs, target_name); in output_op_binary() 553 target = LLVMBuildMul(fn->builder, lhs, rhs, target_name); in output_op_binary() 556 target = LLVMBuildUDiv(fn->builder, lhs, rhs, target_name); in output_op_binary() 560 target = LLVMBuildSDiv(fn->builder, lhs, rhs, target_name); in output_op_binary() 564 target = LLVMBuildURem(fn->builder, lhs, rhs, target_name); in output_op_binary() 568 target = LLVMBuildSRem(fn->builder, lhs, rhs, target_name); in output_op_binary() 572 target = LLVMBuildShl(fn->builder, lhs, rhs, target_name); in output_op_binary() [all …]
|
/third_party/gn/src/gn/ |
D | function_template.cc | 72 Access the invoking name in your template via the implicit "target_name" 78 name the source_set "target_name" because that's what you want external 80 something like "${target_name}_action" to make it unique. The source set 108 "Need sources in $target_name listing the idl files.") 140 source_set(target_name) { 152 # This calls the template code above, defining target_name to be
|
/third_party/flutter/skia/third_party/ |
D | third_party.gni | 8 config(target_name + "_public") { 52 target(_mode, target_name) { 55 public_configs = [ ":" + target_name + "_public" ] 84 config(target_name + "_public") { 87 group(target_name) { 88 public_configs = [ ":" + target_name + "_public" ]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/ |
D | graphviz.py | 52 build_file, target_name, toolset = ParseTarget(src) 67 build_file, target_name, toolset = ParseTarget(target) 69 target_name)) 75 build_file, target_name, toolset = ParseTarget(target) 76 print(' "%s" [label="%s"]' % (target, target_name))
|
/third_party/node/tools/gyp/tools/ |
D | graphviz.py | 52 build_file, target_name, toolset = ParseTarget(src) 67 build_file, target_name, toolset = ParseTarget(target) 69 ' "%s" [shape=box, label="%s\\n%s"]' % (target, filename, target_name) 76 build_file, target_name, toolset = ParseTarget(target) 77 print(' "%s" [label="%s"]' % (target, target_name))
|