/external/tensorflow/tensorflow/core/lib/io/ |
D | record_writer.cc | 59 : dest_(dest), options_(options) { in RecordWriter() 73 dest_ = zlib_output_buffer; in RecordWriter() 83 if (dest_ != nullptr) { in ~RecordWriter() 92 if (dest_ == nullptr) { in WriteRecord() 105 TF_RETURN_IF_ERROR(dest_->Append(StringPiece(header, sizeof(header)))); in WriteRecord() 106 TF_RETURN_IF_ERROR(dest_->Append(data)); in WriteRecord() 107 return dest_->Append(StringPiece(footer, sizeof(footer))); in WriteRecord() 111 if (dest_ == nullptr) return Status::OK(); in Close() 114 Status s = dest_->Close(); in Close() 115 delete dest_; in Close() [all …]
|
D | recordio_test.cc | 107 StringDest dest_; member in tensorflow::io::__anon3461d06d0111::RecordioTest 116 : dest_(&contents_), in RecordioTest() 120 writer_(new RecordWriter(&dest_)), in RecordioTest()
|
D | record_writer.h | 94 WritableFile* dest_;
|
/external/webrtc/webrtc/base/ |
D | socketaddresspair.cc | 17 : src_(src), dest_(dest) { in SocketAddressPair() 22 return (src_ == p.src_) && (dest_ == p.dest_); in operator ==() 30 if (dest_ < p.dest_) in operator <() 32 if (p.dest_ < dest_) in operator <() 38 return src_.Hash() ^ dest_.Hash(); in Hash()
|
D | socketadapters.cc | 268 dest_ = addr; in Connect() 279 return dest_; in GetRemoteAddress() 285 dest_.Clear(); in Close() 315 Connect(dest_); in OnCloseEvent() 367 return force_connect_ || (dest_.port() != 80); in ShouldIssueConnect() 372 ss << "CONNECT " << dest_.ToString() << " HTTP/1.0\r\n"; in SendRequest() 374 ss << "Host: " << dest_.HostAsURIString() << "\r\n"; in SendRequest() 529 dest_ = addr; in Connect() 538 return dest_; in GetRemoteAddress() 543 dest_.Clear(); in Close() [all …]
|
D | socketaddresspair.h | 27 const SocketAddress& destination() const { return dest_; } in destination() 36 SocketAddress dest_; variable
|
D | socketadapters.h | 127 SocketAddress proxy_, dest_; 183 SocketAddress proxy_, dest_; variable
|
/external/webrtc/webrtc/p2p/base/ |
D | faketransportcontroller.h | 137 if (dest_) { in Reset() 138 dest_->state_ = STATE_INIT; in Reset() 139 dest_->dest_ = nullptr; in Reset() 140 dest_ = nullptr; in Reset() 150 dest_ = dest; in SetDestination() 151 dest_->dest_ = this; in SetDestination() 152 if (local_cert_ && dest_->local_cert_) { in SetDestination() 154 dest_->do_dtls_ = true; in SetDestination() 158 dest_->state_ = STATE_CONNECTED; in SetDestination() 160 dest_->set_writable(true); in SetDestination() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | memset_thunk.h | 37 : Thunk(Kind::kMemzero, hlo), dest_(dest) {} in MemzeroThunk() 44 const BufferAllocation::Slice dest_; 54 : Thunk(Kind::kMemset32BitValue, hlo), value_(value), dest_(dest) {} in Memset32BitValueThunk() 62 const BufferAllocation::Slice dest_; variable
|
D | memset_thunk.cc | 27 se::DeviceMemoryBase dest_data = buffer_allocations.GetDeviceAddress(dest_); in ExecuteOnStream() 36 se::DeviceMemoryBase dest_data = buffer_allocations.GetDeviceAddress(dest_); in ExecuteOnStream()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | bytestream.cc | 57 if (data != dest_) { in Append() 59 GOOGLE_DCHECK(!(dest_ <= data && data < (dest_ + n))) in Append() 61 memcpy(dest_, data, n); in Append() 63 dest_ += n; in Append() 143 dest_->append(data, n); in Append()
|
D | bytestream.h | 164 explicit UncheckedArrayByteSink(char* dest) : dest_(dest) {} in UncheckedArrayByteSink() 171 char* CurrentDestination() const { return dest_; } in CurrentDestination() 174 char* dest_; 258 explicit StringByteSink(string* dest) : dest_(dest) {} in StringByteSink() 262 string* dest_;
|
/external/webrtc/talk/media/base/ |
D | fakenetworkinterface.h | 52 dest_(NULL), in FakeNetworkInterface() 59 void SetDestination(MediaChannel* dest) { dest_ = dest; } in SetDestination() 188 if (dest_) { in OnMessage() 190 dest_->OnPacketReceived(&msg_data->data(), in OnMessage() 193 dest_->OnRtcpReceived(&msg_data->data(), in OnMessage() 226 MediaChannel* dest_; variable
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestream.h | 239 StringByteSink(StringClass* dest) : dest_(dest) { } in StringByteSink() 247 StringByteSink(StringClass* dest, int32_t initialAppendCapacity) : dest_(dest) { in StringByteSink() 259 virtual void Append(const char* data, int32_t n) { dest_->append(data, n); } in Append() 261 StringClass* dest_;
|
/external/icu/icu4c/source/common/ |
D | bytesinkutil.cpp | 124 CharStringByteSink::CharStringByteSink(CharString* dest) : dest_(*dest) { in CharStringByteSink() 132 dest_.append(bytes, n, status); in Append() 148 char* result = dest_.getAppendBuffer( in GetAppendBuffer()
|
D | bytesinkutil.h | 80 CharString& dest_;
|
/external/webrtc/talk/media/sctp/ |
D | sctpdataengine_unittest.cc | 59 dest_(NULL) { in SctpFakeNetworkInterface() 62 void SetDestination(cricket::DataMediaChannel* dest) { dest_ = dest; } in SetDestination() 86 if (dest_) { in OnMessage() 87 dest_->OnPacketReceived(buffer.get(), rtc::PacketTime()); in OnMessage() 112 cricket::DataMediaChannel* dest_; member in SctpFakeNetworkInterface
|
/external/python/cpython3/Doc/library/ |
D | argparse.rst | 452 argument as the display name for its values (rather than using the dest_ 680 * dest_ - The name of the attribute to be added to the object returned by 1182 to each expected argument. By default, ArgumentParser objects use the dest_ 1184 actions, the dest_ value is used directly, and for optional argument actions, 1185 the dest_ value is uppercased. So, a single positional argument with 1224 by the dest_ value. 1582 * dest_ - name of the attribute under which sub-command name will be
|
/external/python/cpython2/Doc/library/ |
D | argparse.rst | 634 * dest_ - The name of the attribute to be added to the object returned by 1127 to each expected argument. By default, ArgumentParser objects use the dest_ 1129 actions, the dest_ value is used directly, and for optional argument actions, 1130 the dest_ value is uppercased. So, a single positional argument with 1169 by the dest_ value. 1524 * dest_ - name of the attribute under which sub-command name will be
|