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

  /external/clang/lib/ARCMigrate/
Internals.h 117 bool Aborted;
120 Transaction(TransformActions &TA) : TA(TA), Aborted(false) {
131 Aborted = true;
134 bool isAborted() const { return Aborted; }
  /external/clang/tools/scan-build/
scan-build 306 Aborted => $5,
437 my $Aborted = 0;
446 $BlockAborted++ if $Row->{Aborted} eq 'yes';
448 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';
454 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
464 . "$Aborted functions aborted early ($PercentAborted%)\n"
465 . "$BlockAborted had aborted blocks ($PercentBlockAborted%)\n"
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp     [all...]

Completed in 560 milliseconds