Home
last modified time | relevance | path

Searched refs:local_ (Results 1 – 23 of 23) sorted by relevance

/external/webrtc/p2p/base/
Dpseudo_tcp_unittest.cc51 : local_(this, 1), in PseudoTcpTestBase()
72 local_.NotifyMTU(mtu); in SetLocalMtu()
85 local_.SetOption(PseudoTcp::OPT_NODELAY, !enable_nagles); in SetOptNagling()
89 local_.SetOption(PseudoTcp::OPT_ACKDELAY, ack_delay); in SetOptAckDelay()
93 local_.SetOption(PseudoTcp::OPT_SNDBUF, size); in SetOptSndBuf()
100 local_.SetOption(PseudoTcp::OPT_RCVBUF, size); in SetLocalOptRcvBuf()
103 void DisableLocalWindowScale() { local_.disableWindowScale(); } in DisableLocalWindowScale()
107 int ret = local_.Connect(); in Connect()
120 local_.Close(false); in Close()
136 if (tcp == &local_) { in OnTcpOpen()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Drendezvous_mgr.cc154 : device_mgr_(device_mgr), local_(this) {} in RefCountedIntraProcessRendezvous()
163 return local_.Send(key, args, val, is_dead); in Send()
170 IntraProcessRecvAsyncImpl(device_mgr_, &local_, key, args, std::move(done)); in RecvAsync()
174 local_.StartAbort(s); in StartAbort()
179 : device_mgr_(device_mgr), local_(nullptr) {} in PrivateIntraProcessRendezvous()
188 return local_.Send(key, args, val, is_dead); in Send()
196 IntraProcessRecvAsyncImpl(device_mgr_, &local_, key, args, std::move(done)); in RecvAsync()
200 local_.StartAbort(s); in StartAbort()
Drendezvous_mgr.h56 LocalRendezvous local_; variable
85 LocalRendezvous local_; variable
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocket.java85 if (local_ != null) { in Socket()
86 subBuilder = local_.toBuilder(); in Socket()
88 local_ = input.readMessage(io.grpc.channelz.v1.Address.parser(), extensionRegistry); in Socket()
90 subBuilder.mergeFrom(local_); in Socket()
91 local_ = subBuilder.buildPartial(); in Socket()
219 private io.grpc.channelz.v1.Address local_; field in Socket
228 return local_ != null; in hasLocal()
238 return local_ == null ? io.grpc.channelz.v1.Address.getDefaultInstance() : local_; in getLocal()
382 if (local_ != null) { in writeTo()
410 if (local_ != null) { in getSerializedSize()
[all …]
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc179 : local_(name == "localtime") {} in TimeZoneLibC()
202 std::tm* tmp = local_ ? local_time(&t, &tm) : gm_time(&t, &tm); in BreakTime()
214 al.abbr = local_ ? tm_zone(*tmp) : "UTC"; // as expected by cctz in BreakTime()
220 if (!local_) { in MakeTime()
302 return local_ ? "localtime" : "UTC"; in Description()
Dtime_zone_libc.h47 const bool local_; // localtime or UTC
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc179 : local_(name == "localtime") {} in TimeZoneLibC()
202 std::tm* tmp = local_ ? local_time(&t, &tm) : gm_time(&t, &tm); in BreakTime()
214 al.abbr = local_ ? tm_zone(*tmp) : "UTC"; // as expected by cctz in BreakTime()
220 if (!local_) { in MakeTime()
302 return local_ ? "localtime" : "UTC"; in Description()
Dtime_zone_libc.h47 const bool local_; // localtime or UTC
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc181 : local_(name == "localtime") {} in TimeZoneLibC()
204 std::tm* tmp = local_ ? local_time(&t, &tm) : gm_time(&t, &tm); in BreakTime()
216 al.abbr = local_ ? tm_zone(*tmp) : "UTC"; // as expected by cctz in BreakTime()
222 if (!local_) { in MakeTime()
303 return local_ ? "localtime" : "UTC"; in Description()
Dtime_zone_libc.h47 const bool local_; // localtime or UTC
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc181 : local_(name == "localtime") {} in TimeZoneLibC()
204 std::tm* tmp = local_ ? local_time(&t, &tm) : gm_time(&t, &tm); in BreakTime()
216 al.abbr = local_ ? tm_zone(*tmp) : "UTC"; // as expected by cctz in BreakTime()
222 if (!local_) { in MakeTime()
303 return local_ ? "localtime" : "UTC"; in Description()
Dtime_zone_libc.h47 const bool local_; // localtime or UTC
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_libc.cc187 : local_(name == "localtime") {} in TimeZoneLibC()
210 std::tm* tmp = local_ ? local_time(&t, &tm) : gm_time(&t, &tm); in BreakTime()
222 al.abbr = local_ ? tm_zone(*tmp) : "UTC"; // as expected by cctz in BreakTime()
228 if (!local_) { in MakeTime()
309 return local_ ? "localtime" : "UTC"; in Description()
Dtime_zone_libc.h47 const bool local_; // localtime or UTC
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc187 : local_(name == "localtime") {} in TimeZoneLibC()
210 std::tm* tmp = local_ ? local_time(&t, &tm) : gm_time(&t, &tm); in BreakTime()
222 al.abbr = local_ ? tm_zone(*tmp) : "UTC"; // as expected by cctz in BreakTime()
228 if (!local_) { in MakeTime()
309 return local_ ? "localtime" : "UTC"; in Description()
Dtime_zone_libc.h47 const bool local_; // localtime or UTC
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.cc122 local_(NewLocalRendezvous()), in BaseRemoteRendezvous()
127 local_->Unref(); in ~BaseRemoteRendezvous()
192 return local_->Send(parsed, args, val, is_dead); in Send()
316 local_->RecvAsync( in RecvAsync()
372 local_->RecvAsync(parsed, Args(), std::move(done)); in RecvLocalAsyncInternal()
386 local_->StartAbort(derived_status); in StartAbort()
Dbase_rendezvous_mgr.h175 Rendezvous* local_; // Owns a Ref on this object.
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz.cc381 local_(std::move(local)), in SocketNode()
471 PopulateSocketAddressJson(&object, "local", local_.c_str()); in RenderJson()
Dchannelz.h306 std::string local_; variable
/external/mesa3d/include/CL/
Dcl2.hpp9772 const NDRange local_;
9783 local_(NullRange)
9792 local_(local)
9801 local_(local)
9810 local_(NullRange)
9819 local_(local)
9828 local_(local)
9837 local_(NullRange),
9847 local_(local),
9857 local_(local),
[all …]
Dcl.hpp7224 const NDRange local_; member
7231 local_(NullRange) in EnqueueArgs()
7240 local_(local) in EnqueueArgs()
7249 local_(local) in EnqueueArgs()
7258 local_(NullRange) in EnqueueArgs()
7267 local_(local) in EnqueueArgs()
7276 local_(local) in EnqueueArgs()
7285 local_(NullRange), in EnqueueArgs()
7295 local_(local), in EnqueueArgs()
7305 local_(local), in EnqueueArgs()
[all …]
/external/jsoncpp/src/test_lib_json/
Dmain.cpp62 static std::deque<JsonTest::TestCaseFactory> local_; variable
64 JSONTEST_FIXTURE_V2(FixtureType, name, local_)
3868 for (auto& local : local_) { in main()