Searched refs:_details (Results 1 – 18 of 18) sorted by relevance
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _rpc_state.py | 32 self._details = None 72 self._details) 82 self._code, self._details) 90 return self._trailing_metadata, self._code, self._details 99 self._details = details 162 self._details = details 172 self._details = details
|
D | _invocation.py | 55 def _details(handler): function 87 return _details(self._handler) 117 return _details(self._handler) 236 return _details(self._handler) 324 return _details(self._handler)
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _handler.py | 65 self._details = None 103 self._details = details 177 self._details, 188 return self._trailing_metadata, self._code, self._details 197 self._details = 'Took too much time!'
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _metadata_code_details_test.py | 67 self._details = None 78 context.abort(self._code, self._details) 82 if self._details is not None: 83 context.set_details(self._details) 95 context.abort(self._code, self._details) 99 if self._details is not None: 100 context.set_details(self._details) 115 context.abort(self._code, self._details) 119 if self._details is not None: 120 context.set_details(self._details) [all …]
|
/third_party/libwebsockets/include/ |
D | libwebsockets.hxx | 47 lssException(std::string _details) { details = _details; } in lssException() argument
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | decoration_image.dart | 190 DecorationImagePainter._(this._details, this._onChanged) : assert(_details != null); 192 final DecorationImage _details; 218 if (_details.matchTextDirection) { 228 ' $_details\n' 239 final ImageStream newImageStream = _details.image.resolve(configuration); 259 colorFilter: _details.colorFilter, 260 fit: _details.fit, 261 alignment: _details.alignment.resolve(configuration.textDirection), 262 centerSlice: _details.centerSlice, 263 repeat: _details.repeat, [all …]
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | rpc_status.pyx.pxi | 27 self._details = details 35 return self._details
|
D | rpc_status.pxd.pxi | 20 str _details
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | operation.pyx.pxi | 96 self._details = details 113 self._c_details = _slice_from_bytes(_encode(self._details)) 212 self._details = _decode(_slice_bytes(self._c_details)) 227 return self._details
|
D | operation.pxd.pxi | 58 cdef readonly object _details 97 cdef str _details
|
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
D | GRPCWrappedCall.m | 189 grpc_slice _details; 203 _op.data.recv_status_on_client.status_details = &_details; 213 char *details = grpc_slice_to_c_string(strongSelf->_details); 230 grpc_slice_unref(_details);
|
/third_party/grpc/src/python/grpcio/grpc/aio/ |
D | _call.py | 63 _details: Optional[str] 86 self._details = details 105 return self._details 134 self._code, self._details,
|
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/ |
D | _call.py | 63 _details: Optional[str] 86 self._details = details 105 return self._details 134 self._code, self._details,
|
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Source/ |
D | FlutterChannels.mm | 88 _details = [details retain]; 95 [_details release];
|
/third_party/icu/docs/userguide/format_parse/messages/ |
D | index.md | 46 [C++](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classMessageFormat.html#_details… 47 [C](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/umsg_8h.html#_details)).
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _server.py | 79 def _details(state): function 525 details = _details(state)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | id3v2.3.0.txt | 54 1. Text_information_frames_-_details 59 1. URL_link_frames_-_details
|
/third_party/icu/docs/userguide/ |
D | icudata.md | 759 …taInfo](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/structUDataInfo.html#_details)
|