Home
last modified time | relevance | path

Searched refs:ABORTED (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/deps/npm/node_modules/tar/lib/
Dparse.js59 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/
Dstatus_codes.rb93 ABORTED = 10 constant
/third_party/grpc/include/grpcpp/impl/codegen/
Dstatus_code_enum.h97 ABORTED = 10, enumerator
Dstatus.h70 StatusCode::ABORTED == static_cast<StatusCode>(GRPC_STATUS_ABORTED), in Status()
/third_party/grpc/doc/
Dstatuscodes.md18 …ED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`: (a) Use `UNAVAILABLE` if the client can retry just…
19ABORTED | 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/
Derror_examples_server.rb48 …raise GRPC::BadStatus.new_status_exception(ABORTED, details = 'arbitrary', metadata = {somekey: 'v…
/third_party/protobuf/src/google/protobuf/stubs/
Dstatus.h58 ABORTED = 10, enumerator
Dstatus.cc65 case ABORTED: in CodeEnumToString()
/third_party/grpc/src/python/grpcio/grpc/
D_common.py50 cygrpc.StatusCode.aborted: grpc.StatusCode.ABORTED,
D__init__.py270 ABORTED = (_cygrpc.StatusCode.aborted, 'aborted') variable in StatusCode
/third_party/grpc/src/ruby/lib/grpc/
Derrors.rb93 codes[ABORTED] = Aborted
/third_party/glib/gio/
Dgmountoperation.c63 ABORTED, enumerator
386 signals[ABORTED] = in g_mount_operation_class_init()
/third_party/e2fsprogs/po/
Dfi.po770 msgid "ABORTED"
De2fsprogs.pot761 msgid "ABORTED"
Dsr.po780 msgid "ABORTED"
Duk.po783 msgid "ABORTED"
Dzh_CN.po779 msgid "ABORTED"
Dms.po893 msgid "ABORTED"
Dit.po778 msgid "ABORTED"
Did.po775 msgid "ABORTED"
Dda.po768 msgid "ABORTED"
Deo.po779 msgid "ABORTED"
Dtr.po777 msgid "ABORTED"
Dsv.po778 msgid "ABORTED"
Dca.po786 msgid "ABORTED"

12