/third_party/gn/src/gn/ |
H A D | ninja_target_command_util.cc | 32 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() 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() 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() 44 WriteOneFlag(RecursiveWriterConfig config, const Target* target, const Substitution* subst_enum, bool has_precompiled_headers, const char* tool_name, const std::vector<std::string>& (ConfigValues::*getter)() const, EscapeOptions flag_escape_options, PathOutput& path_output, std::ostream& out, bool write_substitution, bool indent) WriteOneFlag() argument 109 GetPCHOutputFiles(const Target* target, const char* tool_name, std::vector<OutputFile>* outputs) GetPCHOutputFiles() argument 156 GetGCCPCHOutputExtension(const char* tool_name) GetGCCPCHOutputExtension() argument 171 GetWindowsPCHObjectExtension(const char* tool_name, const std::string& obj_extension) GetWindowsPCHObjectExtension() argument [all...] |
H A D | ninja_c_binary_target_writer.cc | 317 const char* tool_name, in WritePCHCommand() 325 WriteWindowsPCHCommand(flag_type, tool_name, input_deps, order_only_deps, in WritePCHCommand() 329 WriteGCCPCHCommand(flag_type, tool_name, input_deps, order_only_deps, in WritePCHCommand() 340 const char* tool_name, in WriteGCCPCHCommand() 346 GetPCHOutputFiles(target_, tool_name, &outputs); in WriteGCCPCHCommand() 358 extra_deps, order_only_deps, tool_name, outputs); in WriteGCCPCHCommand() 368 if (tool_name == CTool::kCToolCc) { in WriteGCCPCHCommand() 372 } else if (tool_name == CTool::kCToolCxx) { in WriteGCCPCHCommand() 376 } else if (tool_name == CTool::kCToolObjC) { in WriteGCCPCHCommand() 380 } else if (tool_name in WriteGCCPCHCommand() 315 WritePCHCommand( const Substitution* flag_type, const char* tool_name, CTool::PrecompiledHeaderType header_type, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* object_files, std::vector<OutputFile>* other_files) WritePCHCommand() argument 338 WriteGCCPCHCommand( const Substitution* flag_type, const char* tool_name, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* gch_files) WriteGCCPCHCommand() argument 394 WriteWindowsPCHCommand( const Substitution* flag_type, const char* tool_name, const std::vector<OutputFile>& input_deps, const std::vector<OutputFile>& order_only_deps, std::vector<OutputFile>* object_files) WriteWindowsPCHCommand() argument 447 const char* tool_name = Tool::kToolNone; WriteSources() local [all...] |
H A D | ninja_target_command_util.h | 99 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,
|
H A D | ninja_c_binary_target_writer.h | 51 const char* tool_name, 59 const char* tool_name, 65 const char* tool_name,
|
H A D | compile_commands_writer.cc | 101 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() 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() 150 WriteCommand(const Target* target, const SourceFile& source, const CompileFlags& flags, std::vector<OutputFile>& tool_outputs, PathOutput& path_output, SourceFile::Type source_type, const char* tool_name, EscapeOptions opts, std::ostream& out) WriteCommand() argument
|
H A D | ninja_copy_target_writer.cc | 71 std::string tool_name = in WriteCopyRules() local 118 out_ << ": " << tool_name << " "; in WriteCopyRules() local
|
H A D | ninja_create_bundle_target_writer.cc | 26 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()
|
H A D | ninja_binary_target_writer.cc | 201 const char* tool_name = Tool::kToolNone; in AddSourceSetFiles() local 202 if (source_set->GetOutputFilesForSource(source, &tool_name, &tool_outputs)) in AddSourceSetFiles() 261 const char* tool_name, in WriteCompilerBuildLine() 268 out_ << ": " << rule_prefix_ << tool_name; in WriteCompilerBuildLine() local 257 WriteCompilerBuildLine( const std::vector<SourceFile>& sources, const std::vector<OutputFile>& extra_deps, const std::vector<OutputFile>& order_only_deps, const char* tool_name, const std::vector<OutputFile>& outputs, bool can_write_source_info, bool restat_output_allowed) WriteCompilerBuildLine() argument
|
H A D | ninja_binary_target_writer.h | 59 const char* tool_name,
|
H A D | xcode_writer.cc | 992 std::string tool_name = Tool::GetToolTypeForTargetFinalOutput(target); in AddBinaryTarget() local 993 *err = Err(nullptr, tool_name + " tool not defined", in AddBinaryTarget() 998 " doesn't define a \"" + tool_name + "\" tool."); in AddBinaryTarget()
|
H A D | target.cc | 99 const char* tool_name; in EnsureFileIsGeneratedByDependency() local 100 if (!target->GetOutputFilesForSource(source, &tool_name, &source_outputs)) in EnsureFileIsGeneratedByDependency()
|
H A D | desc_builder.cc | 777 const char* tool_name = Tool::kToolNone; in FillInSourceOutputs() local 778 if (target_->GetOutputFilesForSource(source, &tool_name, &outputs)) { in FillInSourceOutputs()
|
H A D | function_toolchain.cc | 929 const std::string& tool_name = args[0].string_value(); 938 Tool::CreateTool(function, tool_name, &block_scope, toolchain, err);
|
H A D | visual_studio_writer.cc | 639 const char* tool_name = Tool::kToolNone; in WriteProjectFileContents() local 640 if (target->GetOutputFilesForSource(file, &tool_name, &tool_outputs)) { in WriteProjectFileContents()
|
/third_party/skia/third_party/externals/angle2/src/compiler/ |
H A D | generate_parser_tools.py | 19 def get_tool_path_platform(tool_name, platform): 22 return os.path.join(exe_path, tool_name) 25 def get_tool_path(tool_name): 34 return get_tool_path_platform(tool_name + ext, platform)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 270 def _ToolAppend(tools, tool_name, setting, value, only_if_unset=False): 273 _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset) 276 def _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset=False): 283 if not tools.get(tool_name): 284 tools[tool_name] = dict() 285 tool = tools[tool_name] 297 % (value, setting, tool_name, str(tool[setting])) 3326 for tool_name, tool_settings in sorted(msbuild_settings.items()): 3329 if tool_name: 3331 tool = [tool_name] [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSSettings.py | 526 for tool_name in settings: 527 if tool_name in validators: 528 tool_validators = validators[tool_name] 529 for setting, value in settings[tool_name].items(): 535 f"Warning: for {tool_name}/{setting}, {e}", 542 (f"Warning: unrecognized setting {tool_name}/{setting}"), 547 print("Warning: unrecognized tool %s" % (tool_name), file=stderr)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSSettings.py | 526 for tool_name in settings: 527 if tool_name in validators: 528 tool_validators = validators[tool_name] 529 for setting, value in settings[tool_name].items(): 535 f"Warning: for {tool_name}/{setting}, {e}", 542 (f"Warning: unrecognized setting {tool_name}/{setting}"), 547 print("Warning: unrecognized tool %s" % (tool_name), file=stderr)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 270 def _ToolAppend(tools, tool_name, setting, value, only_if_unset=False): 273 _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset) 276 def _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset=False): 283 if not tools.get(tool_name): 284 tools[tool_name] = {} 285 tool = tools[tool_name] 297 % (value, setting, tool_name, str(tool[setting])) 3330 for tool_name, tool_settings in sorted(msbuild_settings.items()): 3333 if tool_name and tool_settings: 3334 tool = [tool_name] [all...] |
/third_party/ninja/src/ |
H A D | ninja.cc | 1106 /// Find the function to execute for \a tool_name and return it via \a func.
1108 const Tool* ChooseTool(const string& tool_name) {
in ChooseTool() argument 1151 if (tool_name == "list") {
in ChooseTool() 1161 if (tool->name == tool_name)
in ChooseTool() 1168 const char* suggestion = SpellcheckStringV(tool_name, words);
in ChooseTool() 1171 tool_name.c_str(), suggestion);
in ChooseTool() 1173 Fatal("unknown tool '%s'", tool_name.c_str());
in ChooseTool()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtxml.cpp | 1026 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()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 1026 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()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 1030 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()
|