Home
last modified time | relevance | path

Searched refs:ACTION_FOREACH (Results 1 – 19 of 19) sorted by relevance

/third_party/gn/src/gn/
Daction_target_generator.cc34 if (output_type_ == Target::ACTION_FOREACH && target_->sources().empty()) { in DoRun()
55 if (!FillOutputs(output_type_ == Target::ACTION_FOREACH)) in DoRun()
209 } else if (output_type_ == Target::ACTION_FOREACH) { in CheckOutputs()
Dninja_action_target_writer_unittest.cc22 target.set_output_type(Target::ACTION_FOREACH); in TEST()
190 target.set_output_type(Target::ACTION_FOREACH); in TEST()
254 target.set_output_type(Target::ACTION_FOREACH); in TEST()
317 target.set_output_type(Target::ACTION_FOREACH); in TEST()
371 target.set_output_type(Target::ACTION_FOREACH); in TEST()
Daction_values.cc22 target->output_type() == Target::ACTION_FOREACH) { in GetOutputsAsSourceFiles()
Druntime_deps.cc92 target->output_type() == Target::ACTION_FOREACH || in RecursiveCollectRuntimeDeps()
121 target->output_type() == Target::ACTION_FOREACH)) { in RecursiveCollectRuntimeDeps()
Dtarget.cc424 case ACTION_FOREACH: in GetStringForOutputType()
554 output_type_ == ACTION_FOREACH || output_type_ == COPY_FILES || in IsFinal()
639 output_type() == Target::ACTION_FOREACH || in GetOutputsAsSourceFiles()
689 output_type() == Target::ACTION_FOREACH) { in GetOutputFilesForSource()
947 case ACTION_FOREACH: in FillOutputFiles()
Dtarget.h50 ACTION_FOREACH, enumerator
247 return output_type_ == ACTION || output_type_ == ACTION_FOREACH || in hard_dep()
Dfunction_get_target_outputs_unittest.cc94 action->set_output_type(Target::ACTION_FOREACH); in TEST_F()
Djson_project_writer_unittest.cc483 target.set_output_type(Target::ACTION_FOREACH); in TEST_F()
Dninja_target_writer.cc87 target->output_type() == Target::ACTION_FOREACH) { in RunAndWriteFile()
381 target_->output_type() == Target::ACTION_FOREACH) in WriteInputDepsStampAndGetDep()
Dninja_action_target_writer.cc59 if (target_->output_type() == Target::ACTION_FOREACH) { in Run()
Ddesc_builder.cc449 target_->output_type() == Target::ACTION_FOREACH) { in BuildDescription()
760 if (target_->output_type() != Target::ACTION_FOREACH && in FillInSourceOutputs()
825 if (target_->output_type() == Target::ACTION_FOREACH || in FillInOutputs()
Dtool.cc386 case Target::ACTION_FOREACH: in GetToolTypeForTargetFinalOutput()
Dtarget_generator.cc121 Target::ACTION_FOREACH, err); in GenerateTarget()
Danalyzer.cc258 item->AsTarget()->output_type() == Target::ACTION_FOREACH) { in Analyzer()
Dcommands.cc192 target->output_type() == Target::ACTION_FOREACH)) in ApplyTypeFilter()
Dxcode_writer.cc611 target->output_type() == Target::ACTION_FOREACH) { in AddSourcesFromBuilder()
Dvisual_studio_writer.cc367 target->output_type() == Target::ACTION_FOREACH || in RunAndWriteFiles()
Dtarget_unittest.cc938 TestTarget target(setup, "//a:a", Target::ACTION_FOREACH); in TEST_F()
Dninja_c_binary_target_writer_unittest.cc311 action.set_output_type(Target::ACTION_FOREACH); in TEST_F()