Home
last modified time | relevance | path

Searched refs:tool_name (Results 1 – 23 of 23) sorted by relevance

/third_party/gn/src/gn/
Dninja_target_command_util.cc32 OutputFile GetWindowsPCHFile(const Target* target, const char* tool_name) { in GetWindowsPCHFile() argument
38 ret.value().append(GetPCHLangSuffixForToolType(tool_name)); in GetWindowsPCHFile()
48 const char* tool_name, in WriteOneFlag() argument
65 const CTool* tool = target->toolchain()->GetToolAsC(tool_name); in WriteOneFlag()
69 path_output.WriteFile(out, GetWindowsPCHFile(target, tool_name)); in WriteOneFlag()
87 GetPCHOutputFiles(target, tool_name, &outputs); in WriteOneFlag()
110 const char* tool_name, in GetPCHOutputFiles() argument
117 const CTool* tool = target->toolchain()->GetToolAsC(tool_name); in GetPCHOutputFiles()
143 tool_name, output_value.substr(extension_offset - 1)); in GetPCHOutputFiles()
146 output_extension = GetGCCPCHOutputExtension(tool_name); in GetPCHOutputFiles()
[all …]
Dninja_c_binary_target_writer.cc311 const char* tool_name, in WritePCHCommand() argument
319 WriteWindowsPCHCommand(flag_type, tool_name, input_deps, order_only_deps, in WritePCHCommand()
323 WriteGCCPCHCommand(flag_type, tool_name, input_deps, order_only_deps, in WritePCHCommand()
334 const char* tool_name, in WriteGCCPCHCommand() argument
340 GetPCHOutputFiles(target_, tool_name, &outputs); in WriteGCCPCHCommand()
352 extra_deps, order_only_deps, tool_name, outputs); in WriteGCCPCHCommand()
362 if (tool_name == CTool::kCToolCc) { in WriteGCCPCHCommand()
366 } else if (tool_name == CTool::kCToolCxx) { in WriteGCCPCHCommand()
370 } else if (tool_name == CTool::kCToolObjC) { in WriteGCCPCHCommand()
374 } else if (tool_name == CTool::kCToolObjCxx) { in WriteGCCPCHCommand()
[all …]
Dninja_target_command_util.h99 const char* tool_name,
111 const char* tool_name,
114 std::string GetGCCPCHOutputExtension(const char* tool_name);
115 std::string GetWindowsPCHObjectExtension(const char* tool_name,
Dcompile_commands_writer.cc101 bool has_precompiled_headers, const char* tool_name, in SetupCompileFlags()
107 tool_name, getter, opts, path_output, out, in SetupCompileFlags()
156 const char* tool_name, in WriteCommand() argument
161 const Tool* tool = target->toolchain()->GetTool(tool_name); in WriteCommand()
262 const char* tool_name = Tool::kToolNone; in OutputJSON() local
263 if (!target->GetOutputFilesForSource(source, &tool_name, &tool_outputs)) in OutputJSON()
277 source_type, tool_name, opts, out); in OutputJSON()
Dninja_c_binary_target_writer.h51 const char* tool_name,
59 const char* tool_name,
65 const char* tool_name,
Dninja_copy_target_writer.cc69 std::string tool_name = GetNinjaRulePrefixForToolchain(settings_) + in WriteCopyRules() local
115 out_ << ": " << tool_name << " "; in WriteCopyRules()
Dninja_binary_target_writer.cc213 const char* tool_name = Tool::kToolNone; in AddSourceSetFiles() local
214 if (source_set->GetOutputFilesForSource(source, &tool_name, &tool_outputs)) in AddSourceSetFiles()
277 const char* tool_name, in WriteCompilerBuildLine() argument
283 out_ << ": " << rule_prefix_ << tool_name; in WriteCompilerBuildLine()
Dninja_create_bundle_target_writer.cc26 void FailWithMissingToolError(const char* tool_name, const Target* target) { in FailWithMissingToolError() argument
28 Err(nullptr, std::string(tool_name) + " tool not defined", in FailWithMissingToolError()
36 tool_name + "\" tool.")); in FailWithMissingToolError()
Dninja_binary_target_writer.h65 const char* tool_name,
Dxcode_writer.cc881 std::string tool_name = Tool::GetToolTypeForTargetFinalOutput(target); in AddBinaryTarget() local
882 *err = Err(nullptr, tool_name + " tool not defined", in AddBinaryTarget()
887 " doesn't define a \"" + tool_name + "\" tool."); in AddBinaryTarget()
Dtarget.cc95 const char* tool_name; in EnsureFileIsGeneratedByDependency() local
96 if (!target->GetOutputFilesForSource(source, &tool_name, &source_outputs)) in EnsureFileIsGeneratedByDependency()
Dvisual_studio_writer.cc636 const char* tool_name = Tool::kToolNone; in WriteProjectFileContents() local
637 if (target->GetOutputFilesForSource(file, &tool_name, &tool_outputs)) { in WriteProjectFileContents()
Ddesc_builder.cc773 const char* tool_name = Tool::kToolNone; in FillInSourceOutputs() local
774 if (target_->GetOutputFilesForSource(source, &tool_name, &outputs)) { in FillInSourceOutputs()
/third_party/skia/third_party/externals/angle2/src/compiler/
Dgenerate_parser_tools.py19 def get_tool_path_platform(tool_name, platform): argument
22 return os.path.join(exe_path, tool_name)
25 def get_tool_path(tool_name): argument
34 return get_tool_path_platform(tool_name + ext, platform)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSSettings.py517 for tool_name in settings:
518 if tool_name in validators:
519 tool_validators = validators[tool_name]
520 for setting, value in settings[tool_name].items():
526 (tool_name, setting, e), file=stderr)
531 (tool_name, setting)),
535 print('Warning: unrecognized tool %s' % (tool_name), file=stderr)
/third_party/node/tools/gyp/pylib/gyp/
DMSVSSettings.py530 for tool_name in settings:
531 if tool_name in validators:
532 tool_validators = validators[tool_name]
533 for setting, value in settings[tool_name].items():
539 "Warning: for %s/%s, %s" % (tool_name, setting, e),
546 ("Warning: unrecognized setting %s/%s" % (tool_name, setting)),
551 print("Warning: unrecognized tool %s" % (tool_name), file=stderr)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py253 def _ToolAppend(tools, tool_name, setting, value, only_if_unset=False): argument
255 _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset)
258 def _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset=False): argument
265 if not tools.get(tool_name):
266 tools[tool_name] = dict()
267 tool = tools[tool_name]
276 value, setting, tool_name, str(tool[setting])))
3008 for tool_name, tool_settings in sorted(msbuild_settings.items()):
3011 if tool_name:
3013 tool = [tool_name]
[all …]
/third_party/ninja/src/
Dninja.cc947 const Tool* ChooseTool(const string& tool_name) { in ChooseTool() argument
982 if (tool_name == "list") { in ChooseTool()
992 if (tool->name == tool_name) in ChooseTool()
999 const char* suggestion = SpellcheckStringV(tool_name, words); in ChooseTool()
1002 tool_name.c_str(), suggestion); in ChooseTool()
1004 Fatal("unknown tool '%s'", tool_name.c_str()); in ChooseTool()
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py272 def _ToolAppend(tools, tool_name, setting, value, only_if_unset=False): argument
275 _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset)
278 def _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset=False): argument
285 if not tools.get(tool_name):
286 tools[tool_name] = dict()
287 tool = tools[tool_name]
299 % (value, setting, tool_name, str(tool[setting]))
3319 for tool_name, tool_settings in sorted(msbuild_settings.items()):
3322 if tool_name:
3324 tool = [tool_name]
[all …]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp1030 const char *tool_name = "genrb"; in bundle_write_xml() local
1178 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name)); in bundle_write_xml()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp1030 const char *tool_name = "genrb"; in bundle_write_xml() local
1178 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name)); in bundle_write_xml()
/third_party/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp1030 const char *tool_name = "genrb"; in bundle_write_xml() local
1178 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name)); in bundle_write_xml()
/third_party/node/deps/icu-small/source/tools/genrb/
Dwrtxml.cpp1026 const char *tool_name = "genrb"; in bundle_write_xml() local
1174 printAttribute("tool-name", tool_name, (int32_t) uprv_strlen(tool_name)); in bundle_write_xml()