Searched refs:cmdhash (Results 1 – 2 of 2) sorted by relevance
87 auto cmdhash = base::CStringToUInt64(tok.Next() ? tok.cur_token() : "", 16); in Parse() local89 if (!t_start || !t_end || !name || !cmdhash) { in Parse()110 if (!jobs_.empty() && *cmdhash == jobs_.back().hash && in Parse()117 jobs_.emplace_back(cur_build_id_, *t_start, *t_end, *cmdhash, name); in Parse()
3782 my %cmdhash = getpartattr("client", "command");3786 if((!$cmdhash{'option'}) || ($cmdhash{'option'} !~ /no-output/)) {3789 ($cmdhash{'option'} && $cmdhash{'option'} =~ /force-output/)) {3795 if($cmdhash{'timeout'}) {3797 if($cmdhash{'timeout'} =~ /(\d+)/) {3803 if($cmdhash{'delay'}) {3805 if($cmdhash{'delay'} =~ /(\d+)/) {3812 my $cmdtype = $cmdhash{'type'} || "default";3831 if((!$cmdhash{'option'}) || ($cmdhash{'option'} !~ /no-include/)) {3836 if($cmdhash{'option'} && ($cmdhash{'option'} =~ /binary-trace/)) {