Home
last modified time | relevance | path

Searched refs:cmdhash (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/ninja/
Dninja_log_parser.cc87 auto cmdhash = base::CStringToUInt64(tok.Next() ? tok.cur_token() : "", 16); in Parse() local
89 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()
/external/curl/tests/
Druntests.pl3782 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/)) {