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

  /external/valgrind/gdbserver_tests/
nlgone_abrt.stdoutB.exp 2 Program received signal SIGABRT, Aborted.
5 Program terminated with signal SIGABRT, Aborted.
  /external/clang/lib/ARCMigrate/
Internals.h 125 bool Aborted;
128 Transaction(TransformActions &TA) : TA(TA), Aborted(false) {
139 Aborted = true;
142 bool isAborted() const { return Aborted; }
  /external/clang/tools/scan-build/
scan-build 332 Aborted => $4,
473 my $Aborted = 0;
482 $BlockAborted++ if $Row->{Aborted} eq 'yes';
484 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';
490 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
500 . "$Aborted functions aborted early ($PercentAborted%)\n"
501 . "$BlockAborted had aborted blocks ($PercentBlockAborted%)\n"
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 317 Aborted => $4,
448 my $Aborted = 0;
457 $BlockAborted++ if $Row->{Aborted} eq 'yes';
459 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';
465 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
475 . "$Aborted functions aborted early ($PercentAborted%)\n"
476 . "$BlockAborted had aborted blocks ($PercentBlockAborted%)\n"
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 317 Aborted => $4,
448 my $Aborted = 0;
457 $BlockAborted++ if $Row->{Aborted} eq 'yes';
459 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';
465 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
475 . "$Aborted functions aborted early ($PercentAborted%)\n"
476 . "$BlockAborted had aborted blocks ($PercentBlockAborted%)\n"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
transact.h 352 virtual HRESULT WINAPI Aborted(BOID *pboidReason,WINBOOL fRetaining,XACTUOW *pNewUOW,HRESULT hr) = 0;
363 HRESULT (WINAPI *Aborted)(ITransactionOutcomeEvents *This,BOID *pboidReason,WINBOOL fRetaining,XACTUOW *pNewUOW,HRESULT hr);
376 #define ITransactionOutcomeEvents_Aborted(This,pboidReason,fRetaining,pNewUOW,hr) (This)->lpVtbl->Aborted(This,pboidReason,fRetaining,pNewUOW,hr)
txdtc.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 42 Aborted = 9,

Completed in 415 milliseconds