Home
last modified time | relevance | path

Searched refs:Aborted (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
DInternals.h119 bool Aborted; variable
122 Transaction(TransformActions &TA) : TA(TA), Aborted(false) { in Transaction()
133 Aborted = true; in abort()
136 bool isAborted() const { return Aborted; } in isAborted()
/external/clang/tools/scan-build/
Dscan-build306 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"
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp1495 if (printer->printerState() == QPrinter::Aborted in print()