/external/valgrind/main/gdbserver_tests/ |
nlgone_abrt.stdoutB.exp | 2 Program received signal SIGABRT, Aborted. 5 Program terminated with signal SIGABRT, Aborted.
|
/external/chromium_org/cc/animation/ |
animation_events.h | 18 enum Type { Started, Finished, Aborted, PropertyUpdate };
|
animation.h | 28 // the Aborted or Finished states. A Finished animation was allowed to run to 29 // completion, but an Aborted animation was not. 37 Aborted, 115 run_state_ == Aborted ||
|
layer_animation_controller.cc | 102 animations_[i]->SetRunState(Animation::Aborted, last_tick_time_); 369 animations_[i]->SetRunState(Animation::Aborted, event.monotonic_time); 738 animations_[i]->run_state() != Animation::Aborted && 751 // Non-aborted animations are marked for deletion after a corresponding 753 // we don't have an events vector, we must ensure that non-aborted animations 757 if (animations_[i]->run_state() == Animation::Aborted) { 759 AnimationEvent aborted_event(AnimationEvent::Aborted, 798 animations_[j]->run_state() != Animation::Aborted) { 800 // and is not yet aborted. If this current iteration finds that all [all...] |
animation.cc | 23 "Aborted" 82 SetRunState(Aborted, base::TimeTicks());
|
animation_unittest.cc | 394 anim->SetRunState(Animation::Aborted, TicksFromSecondsF(0.0)); 409 anim->SetRunState(Animation::Aborted, TicksFromSecondsF(0.0)); 424 anim->SetRunState(Animation::Aborted, TicksFromSecondsF(0.0)); [all...] |
layer_animation_controller_unittest.cc | [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_provider.h | 53 // Called by a MediaStreamProvider when the device has been aborted due to 55 virtual void Aborted(MediaStreamType stream_type, int capture_session_id) = 0;
|
audio_input_device_manager_unittest.cc | 36 MOCK_METHOD2(Aborted, void(MediaStreamType, int));
|
media_stream_manager.h | 174 virtual void Aborted(MediaStreamType stream_type,
|
video_capture_manager_unittest.cc | 41 MOCK_METHOD2(Aborted, void(MediaStreamType, int)); 187 EXPECT_CALL(*listener_, Aborted(MEDIA_DEVICE_VIDEO_CAPTURE, _));
|
video_capture_manager.cc | 354 listener_->Aborted(it->second.type, it->first);
|
media_stream_manager.cc | [all...] |
/external/chromium_org/storage/browser/quota/ |
quota_task.h | 41 // Called when the task is aborted. 42 virtual void Aborted() {}
|
quota_task.cc | 48 Aborted();
|
quota_manager.cc | 430 virtual void Aborted() OVERRIDE { 499 virtual void Aborted() OVERRIDE { 582 virtual void Aborted() OVERRIDE { 653 virtual void Aborted() OVERRIDE { 727 // The operation was aborted. 751 // The operation was aborted. 781 // The operation was aborted. [all...] |
/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, 469 my $Aborted = 0; 478 $BlockAborted++ if $Row->{Aborted} eq 'yes'; 480 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'; 486 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100); 496 . "$Aborted functions aborted early ($PercentAborted%)\n" 497 . "$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...] |
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusTypes.h | 51 // FALSE, the enumeration process is aborted. Otherwise, it continues.
111 Aborted = 9,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplustypes.h | 42 Aborted = 9,
|
/external/chromium_org/cc/trees/ |
layer_tree_host.cc | 557 case AnimationEvent::Aborted: [all...] |