Lines Matching refs:_
307 delete $dead_parents{$_} if (!defined $active_modules{$_});
349 print STDERR $_ foreach (@warnings);
354 my ($old_file_name, $new_file_name, $throw_error) = @_;
497 delete ($global_deps_hash{$_});
498 delete ($global_deps_hash_backup{$_});
499 if (scalar keys %{$module_deps_hash_pids{$projects_deps_hash{$_}}}) {
500 kill 9, keys %{$module_deps_hash_pids{$projects_deps_hash{$_}}};
503 remove_from_dependencies($_, \%global_deps_hash);
504 remove_from_dependencies($_, \%global_deps_hash_backup);
505 delete $reversed_dependencies{$_};
506 delete $build_is_finished{$_} if defined $build_is_finished{$_};
507 delete $modules_with_errors{$_} if defined $modules_with_errors{$_};
508 delete $module_announced{$_} if defined $module_announced{$_};
509 delete $html_info{$_} if defined $html_info{$_};
510 delete $projects_deps_hash{$_} if defined $projects_deps_hash{$_};
517 if (defined $$modules_to_rebuild{$_}) {
521 if (scalar keys %{$module_deps_hash_pids{$projects_deps_hash{$_}}}) {
522 kill 9, keys %{$module_deps_hash_pids{$projects_deps_hash{$_}}};
525 delete $build_is_finished{$_} if defined $build_is_finished{$_};
526 delete $modules_with_errors{$_} if defined $modules_with_errors{$_};
527 delete $module_announced{$_};
528 initialize_html_info($_);
530 foreach my $waiter (keys %{$reversed_dependencies{$_}}) {
532 ${$global_deps_hash{$waiter}}{$_}++ if (!defined $build_is_finished{$waiter});
534 delete $projects_deps_hash{$_} if defined $projects_deps_hash{$_};
536 foreach my $module (keys %{$global_deps_hash_backup{$_}}) {
537 … if (defined ${$global_deps_hash_backup{$_}}{$module} && (!defined $build_is_finished{$module})) {
541 $global_deps_hash{$_} = \%single_module_dep_hash;
557 my $possible_dir_path = $module_paths{$_}.'/prj/';
586 if (defined $exclude_branches{$_}) {
587 $skipped_branches{$_}++;
590 $parents_deps_hash{$_}++;
602 delete $exclude_branches{$_};
613 foreach my $module_deps_hash ($$deps_hash{$_}) {
633 ${$$deps_hash{$module2}}{$_}++ foreach (keys %{$$deps_hash{$module1}})
644 my ($deps_hash, $reversed) = @_;
647 if (defined $$reversed{$_}) {
648 ${$$reversed{$_}}{$module}++
651 $$reversed{$_} = \%single_module_dep_hash;
688 push(@missing_modules, $_) if (!defined $active_modules{$_});
702 initialize_html_info($_) foreach (keys %global_deps_hash);
863 if ($_ =~ /#/) {
871 if ($_ =~ /\:+\s+/) {
887 if ($_ =~ /\snmake\s/) {
905 my ($module, $build_list_object, $dependencies_hash) = @_;
923 my ($module, $module_dep_hash) = @_;
965 if ($_ =~ /#/o) {
970 if ($_ =~ /\s+nmake\s+/o) {
1041 my ($dependencies_hash, $module, $job) = @_;
1056 my ($dependencies_hash, $module, $job) = @_;
1067 my ($dependencies_hash, $path_hash) = @_;
1214 my ($deps_hash_ref, $module) = @_;
1633 $active_modules{$_}++ foreach ($source_config->get_active_modules());
1636 delete $active_modules_copy{$_} if defined($active_modules_copy{$_});
1637 next if ($_ eq $initial_module);
1638 $module_paths{$_} = $source_config->get_module_path($_);
1639 $build_list_paths{$_} = $source_config->get_module_build_list($_)
1641 $dead_parents{$_}++ foreach (keys %active_modules_copy);
1707 print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n";
1717 print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n";
1728 my ($pid, $error_code) = @_;
1799 delete ${$module_deps_hash_pids{$_}}{$pid} if defined (${$module_deps_hash_pids{$_}}{$pid});
1859 my ($job_dir, $dependencies_hash) = @_;
1893 my ($deps_hash, $pid) = @_;
1968 if ((defined $global_deps_hash{$_}) && (scalar keys %{$global_deps_hash{$_}})) {
1969 delete $$build_queue{$_};
1971 delete $$build_queue{$_} if (!defined $global_deps_hash_backup{$_})
2004 my ($job, $path, $registered_name) = @_;
2031 my ($module_job, $dependencies_hash) = @_;
2124 my @modules = @_;
2286 my ($full_deps_hash, $reversed_full_deps_hash) = @_;
2426 next if (!$_);
2427 $$hash_ref{$_}++;
2572 my ($platform, $solar_vars) = @_;
2603 my ($solar_vars, $file) = @_;
3224 my ($dirs_number, $successful_number, $errorful_number) = @_;
3241 my ($deps_hash, $build_dir, $error_code) = @_;