Home
last modified time | relevance | path

Searched refs:ResourceExhausted (Results 1 – 25 of 33) sorted by relevance

12

/external/syzkaller/vendor/google.golang.org/grpc/codes/
Dcodes.go76 ResourceExhausted Code = 8 const
160 `"RESOURCE_EXHAUSTED"`: ResourceExhausted,
Dcode_string.go41 case ResourceExhausted:
/external/grpc-grpc/src/ruby/lib/grpc/
Derrors.rb65 codes[RESOURCE_EXHAUSTED] = ResourceExhausted
147 class ResourceExhausted < BadStatus class
/external/tensorflow/tensorflow/core/lib/strings/
Dbase64.cc94 return errors::ResourceExhausted( in Base64Decode()
153 return errors::ResourceExhausted( in Base64Encode()
/external/syzkaller/vendor/google.golang.org/grpc/
Drpc_util.go463 …return 0, nil, status.Errorf(codes.ResourceExhausted, "grpc: received message larger than max leng…
466 …return 0, nil, status.Errorf(codes.ResourceExhausted, "grpc: received message larger than max (%d …
492 return nil, status.Errorf(codes.ResourceExhausted, "grpc: message too large (%d bytes)", len(b))
612 …return status.Errorf(codes.ResourceExhausted, "grpc: received message larger than max (%d vs. %d)"…
Dstream.go493 …return status.Errorf(codes.ResourceExhausted, "trying to send message larger than max (%d vs. %d)"…
723 …return status.Errorf(codes.ResourceExhausted, "trying to send message larger than max (%d vs. %d)"…
Dserver.go844 …return status.Errorf(codes.ResourceExhausted, "grpc: trying to send message larger than max (%d vs…
995 …return status.Errorf(codes.ResourceExhausted, "grpc: received message larger than max (%d vs. %d)"…
1211 if err := t.WriteStatus(stream, status.New(codes.ResourceExhausted, errDesc)); err != nil {
/external/grpc-grpc/src/csharp/Grpc.Core/
DStatusCode.cs82 ResourceExhausted = 8, enumerator
/external/tensorflow/tensorflow/core/framework/
Dreader_op_kernel.h76 return errors::ResourceExhausted("Failed to allocate reader"); in CreateResource()
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp_util.go63 http2.ErrCodeFlowControl: codes.ResourceExhausted,
71 http2.ErrCodeEnhanceYourCalm: codes.ResourceExhausted,
79 codes.ResourceExhausted: http2.ErrCodeEnhanceYourCalm,
/external/tensorflow/tensorflow/compiler/xla/service/
Ddevice_memory_allocator.cc39 return ResourceExhausted( in Allocate()
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.cc65 return errors::ResourceExhausted( in MakeTensorFromProto()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h247 Status ResourceExhausted(const absl::FormatSpec<Args...>& format, in ResourceExhausted() function
250 tensorflow::errors::ResourceExhausted(absl::StrFormat(format, args...))); in ResourceExhausted()
291 return ResourceExhausted("%s", absl::StrCat(std::forward<Args>(concat)...)); in ResourceExhaustedStrCat()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dvirtual_cluster.cc108 return errors::ResourceExhausted( in Run()
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc86 return errors::ResourceExhausted( in Inflate()
Dsnappy_buffers_test.cc165 errors::ResourceExhausted("Input buffer(size: 10 bytes) too small. ", in TEST()
/external/tensorflow/tensorflow/core/lib/core/
Derrors.h107 DECLARE_ERROR(ResourceExhausted, RESOURCE_EXHAUSTED) in DECLARE_ERROR()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_context.cc63 return ResourceExhausted("cuSolver allocation failed"); in CusolverStatusToStatus()
/external/tensorflow/tensorflow/core/kernels/
Dqueue_op.h57 return errors::ResourceExhausted("Failed to allocate queue."); in CreateTypedQueue()
Dvariable_ops.cc98 errors::ResourceExhausted("Could not allocate TmpVar.")); in Compute()
Dstage_op.cc49 errors::ResourceExhausted("Attempted to insert " in Put()
Dbarrier_ops.cc470 return errors::ResourceExhausted("Failed to allocate barrier"); in CreateResource()
/external/tensorflow/tensorflow/core/kernels/data/
Dbatch_dataset_op.cc187 return errors::ResourceExhausted( in GetNextInternal()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc232 return errors::ResourceExhausted(PyExceptionFetch()); in DoCallPyFunc()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc181 return errors::ResourceExhausted( in Allocate()

12