Home
last modified time | relevance | path

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

12

/external/clang/lib/ARCMigrate/
DInternals.h125 bool Aborted; variable
128 Transaction(TransformActions &TA) : TA(TA), Aborted(false) { in Transaction()
139 Aborted = true; in abort()
142 bool isAborted() const { return Aborted; } in isAborted()
/external/tensorflow/tensorflow/core/distributed_runtime/
Drecent_request_ids.cc62 return errors::Aborted("The same ", method_name, in TrackUnique()
73 return errors::Aborted("The same ", method_name, in TrackUnique()
Dmaster.cc498 done(errors::Aborted("Session ", req->session_handle(), " is not found.")); in ExtendSession()
522 done(errors::Aborted("Session ", req->session_handle(), " is not found.")); in PartialRunSetup()
544 done(errors::Aborted("Session ", req->session_handle(), " is not found.")); in RunStep()
567 done(errors::Aborted( in CloseSession()
688 done(errors::Aborted("Session ", req->session_handle(), " is not found.")); in MakeCallable()
711 done(errors::Aborted("Session ", req->session_handle(), " is not found.")); in RunCallable()
728 done(errors::Aborted("Session ", req->session_handle(), " is not found.")); in ReleaseCallable()
Dbase_rendezvous_mgr.cc49 StartAbortRendevous(rendez, errors::Aborted("Shutdown")); in ~BaseRendezvousMgr()
115 StartAbortRendevous(rendez, errors::Aborted("Cleanup ", step_id)); in Cleanup()
129 StartAbortRendevous(rendez, errors::Aborted("Shutdown")); in CleanupAll()
Dworker.cc107 rendez->StartAbort(errors::Aborted("Step ", step_id, in AbortStep()
222 done(errors::Aborted("Call was aborted")); in DoRunGraph()
439 return errors::Aborted( in PrepareRecvTensor()
Dsession_mgr.cc124 return errors::Aborted("Session handle is not found: ", session_handle, in WorkerSessionForSessionLocked()
Dgraph_mgr.cc313 return errors::Aborted("Graph handle is not found: ", handle, in Deregister()
410 done(errors::Aborted("Graph handle is not found: ", handle)); in ExecuteAsync()
/external/syzkaller/vendor/google.golang.org/grpc/codes/
Dcodes.go105 Aborted Code = 10 const
162 `"ABORTED"`: Aborted,
Dcode_string.go45 case Aborted:
/external/grpc-grpc/src/ruby/lib/grpc/
Derrors.rb67 codes[ABORTED] = Aborted
161 class Aborted < BadStatus class
/external/clang/tools/scan-build/bin/
Dscan-build358 Aborted => $4,
499 my $Aborted = 0;
508 $BlockAborted++ if $Row->{Aborted} eq 'yes';
510 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';
516 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);
526 . "$Aborted functions aborted early ($PercentAborted%)\n"
/external/tensorflow/tensorflow/core/kernels/
Dmkl_softmax_op.cc109 errors::Aborted("Input dims must be <= 5 and >=1")); in Compute()
178 errors::Aborted("Operation received an exception:", error_msg)); in Compute()
Dlookup_table_op.h185 return errors::Aborted("HashTable is not initialized."); in ExportValues()
214 return errors::Aborted("HashTable already initialized."); in DoPrepare()
Dmkl_tfconv_op.h115 errors::Aborted("Operation received an exception: Status: ", e.status, in ConvertMklToTf()
Dmkl_requantize_per_channel_op.cc148 ctx, errors::Aborted("Operation received an exception:", error_msg)); in Compute()
Dmkl_reshape_op.cc205 errors::Aborted("Operation received an exception:", error_msg)); in Compute()
Dmkl_transpose_op.cc151 return errors::Aborted("Operation received an exception:", error_msg); in MKLTransposeND()
/external/grpc-grpc/src/csharp/Grpc.Core/
DStatusCode.cs96 Aborted = 10, enumerator
/external/tensorflow/tensorflow/core/framework/
Drendezvous_test.cc239 rendez_->StartAbort(errors::Aborted("")); // abort in TEST_F()
255 rendez_->StartAbort(errors::Aborted("")); // abort in TEST_F()
266 rendez_->StartAbort(errors::Aborted("")); in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc184 return errors::Aborted(kArgOp, in RewriteAndPruneGraph()
191 return errors::Aborted(kRetvalOp, in RewriteAndPruneGraph()
197 return errors::Aborted( in RewriteAndPruneGraph()
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dblas_gemm.cc58 OP_REQUIRES(ctx, blas_launch_status, errors::Aborted("CuBlasGemm failed!")); in operator ()()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h207 errors::Aborted("Stopping remaining executors.")); in WhenDone()
/external/tensorflow/tensorflow/core/lib/core/
Derrors.h113 DECLARE_ERROR(Aborted, ABORTED) in DECLARE_ERROR()
Dstatus_test.cc116 const Status aborted(errors::Aborted("Aborted after 10 steps.")); in TEST()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr_test.cc117 rendez->StartAbort(errors::Aborted("")); in TEST_F()

12