/external/clang/lib/ARCMigrate/ |
D | Internals.h | 125 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/ |
D | recent_request_ids.cc | 62 return errors::Aborted("The same ", method_name, in TrackUnique() 73 return errors::Aborted("The same ", method_name, in TrackUnique()
|
D | master.cc | 498 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()
|
D | base_rendezvous_mgr.cc | 49 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()
|
D | worker.cc | 107 rendez->StartAbort(errors::Aborted("Step ", step_id, in AbortStep() 222 done(errors::Aborted("Call was aborted")); in DoRunGraph() 439 return errors::Aborted( in PrepareRecvTensor()
|
D | session_mgr.cc | 124 return errors::Aborted("Session handle is not found: ", session_handle, in WorkerSessionForSessionLocked()
|
D | graph_mgr.cc | 313 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/ |
D | codes.go | 105 Aborted Code = 10 const 162 `"ABORTED"`: Aborted,
|
D | code_string.go | 45 case Aborted:
|
/external/grpc-grpc/src/ruby/lib/grpc/ |
D | errors.rb | 67 codes[ABORTED] = Aborted 161 class Aborted < BadStatus class
|
/external/clang/tools/scan-build/bin/ |
D | scan-build | 358 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/ |
D | mkl_softmax_op.cc | 109 errors::Aborted("Input dims must be <= 5 and >=1")); in Compute() 178 errors::Aborted("Operation received an exception:", error_msg)); in Compute()
|
D | lookup_table_op.h | 185 return errors::Aborted("HashTable is not initialized."); in ExportValues() 214 return errors::Aborted("HashTable already initialized."); in DoPrepare()
|
D | mkl_tfconv_op.h | 115 errors::Aborted("Operation received an exception: Status: ", e.status, in ConvertMklToTf()
|
D | mkl_requantize_per_channel_op.cc | 148 ctx, errors::Aborted("Operation received an exception:", error_msg)); in Compute()
|
D | mkl_reshape_op.cc | 205 errors::Aborted("Operation received an exception:", error_msg)); in Compute()
|
D | mkl_transpose_op.cc | 151 return errors::Aborted("Operation received an exception:", error_msg); in MKLTransposeND()
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | StatusCode.cs | 96 Aborted = 10, enumerator
|
/external/tensorflow/tensorflow/core/framework/ |
D | rendezvous_test.cc | 239 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/ |
D | tf2xla.cc | 184 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/ |
D | blas_gemm.cc | 58 OP_REQUIRES(ctx, blas_launch_status, errors::Aborted("CuBlasGemm failed!")); in operator ()()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.h | 207 errors::Aborted("Stopping remaining executors.")); in WhenDone()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | errors.h | 113 DECLARE_ERROR(Aborted, ABORTED) in DECLARE_ERROR()
|
D | status_test.cc | 116 const Status aborted(errors::Aborted("Aborted after 10 steps.")); in TEST()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | rpc_rendezvous_mgr_test.cc | 117 rendez->StartAbort(errors::Aborted("")); in TEST_F()
|