/external/syzkaller/vendor/google.golang.org/grpc/codes/ |
D | codes.go | 76 ResourceExhausted Code = 8 const 160 `"RESOURCE_EXHAUSTED"`: ResourceExhausted,
|
D | code_string.go | 41 case ResourceExhausted:
|
/external/grpc-grpc/src/ruby/lib/grpc/ |
D | errors.rb | 65 codes[RESOURCE_EXHAUSTED] = ResourceExhausted 147 class ResourceExhausted < BadStatus class
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | base64.cc | 94 return errors::ResourceExhausted( in Base64Decode() 153 return errors::ResourceExhausted( in Base64Encode()
|
/external/syzkaller/vendor/google.golang.org/grpc/ |
D | rpc_util.go | 463 …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)"…
|
D | stream.go | 493 …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)"…
|
D | server.go | 844 …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/ |
D | StatusCode.cs | 82 ResourceExhausted = 8, enumerator
|
/external/tensorflow/tensorflow/core/framework/ |
D | reader_op_kernel.h | 76 return errors::ResourceExhausted("Failed to allocate reader"); in CreateResource()
|
/external/syzkaller/vendor/google.golang.org/grpc/transport/ |
D | http_util.go | 63 http2.ErrCodeFlowControl: codes.ResourceExhausted, 71 http2.ErrCodeEnhanceYourCalm: codes.ResourceExhausted, 79 codes.ResourceExhausted: http2.ErrCodeEnhanceYourCalm,
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | device_memory_allocator.cc | 39 return ResourceExhausted( in Allocate()
|
/external/tensorflow/tensorflow/core/common_runtime/sycl/ |
D | sycl_device.cc | 65 return errors::ResourceExhausted( in MakeTensorFromProto()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | util.h | 247 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/ |
D | virtual_cluster.cc | 108 return errors::ResourceExhausted( in Run()
|
/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_inputbuffer.cc | 86 return errors::ResourceExhausted( in Inflate()
|
D | snappy_buffers_test.cc | 165 errors::ResourceExhausted("Input buffer(size: 10 bytes) too small. ", in TEST()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | errors.h | 107 DECLARE_ERROR(ResourceExhausted, RESOURCE_EXHAUSTED) in DECLARE_ERROR()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cusolver_context.cc | 63 return ResourceExhausted("cuSolver allocation failed"); in CusolverStatusToStatus()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | queue_op.h | 57 return errors::ResourceExhausted("Failed to allocate queue."); in CreateTypedQueue()
|
D | variable_ops.cc | 98 errors::ResourceExhausted("Could not allocate TmpVar.")); in Compute()
|
D | stage_op.cc | 49 errors::ResourceExhausted("Attempted to insert " in Put()
|
D | barrier_ops.cc | 470 return errors::ResourceExhausted("Failed to allocate barrier"); in CreateResource()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | batch_dataset_op.cc | 187 return errors::ResourceExhausted( in GetNextInternal()
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_func.cc | 232 return errors::ResourceExhausted(PyExceptionFetch()); in DoCallPyFunc()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_launch_util.cc | 181 return errors::ResourceExhausted( in Allocate()
|