HomeSort by relevance Sort by last modified time
    Searched refs:errcount (Results 1 - 2 of 2) sorted by null

  /dalvik/tools/
dexcheck 60 errcount=`echo $errout | wc -w` > /dev/null
61 if [ $errcount != "0" ]; then
  /external/linux-tools-perf/scripts/perl/
rw-by-pid.pl 104 my $errcount = $reads{$pid}{errors}{$error} || 0;
105 push @errcounts, [$pid, $comm, $error, $errcount];
144 my $errcount = $writes{$pid}{errors}{$error} || 0;
145 push @errcounts, [$pid, $comm, $error, $errcount];

Completed in 99 milliseconds