Searched refs:ABORTED (Results 1 – 25 of 34) sorted by relevance
12
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | parse.js | 59 const ABORTED = Symbol('aborted') constant 97 this[ABORTED] = false 269 this[ABORTED] = true 276 if (this[ABORTED]) 332 if (c && !this[ABORTED]) 339 !this[ABORTED] && 371 while (this[BUFFER] && this[BUFFER].length >= 512 && !this[ABORTED]) { 388 while (position + 512 <= length && !this[ABORTED]) { 419 if (!this[ABORTED]) {
|
/third_party/grpc/src/ruby/lib/grpc/core/ |
D | status_codes.rb | 93 ABORTED = 10 constant
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | status_code_enum.h | 97 ABORTED = 10, enumerator
|
D | status.h | 70 StatusCode::ABORTED == static_cast<StatusCode>(GRPC_STATUS_ABORTED), in Status()
|
/third_party/grpc/doc/ |
D | statuscodes.md | 18 …ED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`: (a) Use `UNAVAILABLE` if the client can retry just… 19 …ABORTED | 10 | The operation was aborted, typically due to a concurrency issue such as a sequencer… 70 - ABORTED
|
/third_party/grpc/examples/ruby/errors_and_cancellation/ |
D | error_examples_server.rb | 48 …raise GRPC::BadStatus.new_status_exception(ABORTED, details = 'arbitrary', metadata = {somekey: 'v…
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | status.h | 58 ABORTED = 10, enumerator
|
D | status.cc | 65 case ABORTED: in CodeEnumToString()
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _common.py | 50 cygrpc.StatusCode.aborted: grpc.StatusCode.ABORTED,
|
D | __init__.py | 270 ABORTED = (_cygrpc.StatusCode.aborted, 'aborted') variable in StatusCode
|
/third_party/grpc/src/ruby/lib/grpc/ |
D | errors.rb | 93 codes[ABORTED] = Aborted
|
/third_party/glib/gio/ |
D | gmountoperation.c | 63 ABORTED, enumerator 386 signals[ABORTED] = in g_mount_operation_class_init()
|
/third_party/e2fsprogs/po/ |
D | fi.po | 770 msgid "ABORTED"
|
D | e2fsprogs.pot | 761 msgid "ABORTED"
|
D | sr.po | 780 msgid "ABORTED"
|
D | uk.po | 783 msgid "ABORTED"
|
D | zh_CN.po | 779 msgid "ABORTED"
|
D | ms.po | 893 msgid "ABORTED"
|
D | it.po | 778 msgid "ABORTED"
|
D | id.po | 775 msgid "ABORTED"
|
D | da.po | 768 msgid "ABORTED"
|
D | eo.po | 779 msgid "ABORTED"
|
D | tr.po | 777 msgid "ABORTED"
|
D | sv.po | 778 msgid "ABORTED"
|
D | ca.po | 786 msgid "ABORTED"
|
12