/external/webrtc/webrtc/p2p/base/ |
D | stunrequest_unittest.cc | 26 success_(false), failure_(false), timeout_(false) { in StunRequestTest() 43 timeout_ = true; in OnTimeout() 72 bool timeout_; member in StunRequestTest 110 EXPECT_FALSE(timeout_); in TEST_F() 125 EXPECT_FALSE(timeout_); in TEST_F() 140 EXPECT_FALSE(timeout_); in TEST_F() 165 EXPECT_FALSE(timeout_); in TEST_F() 181 EXPECT_TRUE(timeout_); in TEST_F() 201 EXPECT_FALSE(timeout_); in TEST_F()
|
D | stunrequest.cc | 142 : count_(0), timeout_(false), manager_(0), in StunRequest() 149 : count_(0), timeout_(false), manager_(0), in StunRequest() 198 if (timeout_) { in OnMessage() 217 timeout_ = true; in OnSent()
|
D | stunrequest.h | 104 bool timeout_; variable
|
D | relayport.cc | 799 timeout_ = true; in OnSent()
|
D | port.cc | 749 timeout_ = true; in OnSent()
|
/external/libchrome/base/process/ |
D | kill_posix.cc | 160 timeout_(timeout) { in BackgroundReaper() 171 if (timeout_ == 0) { in WaitForChildToDie() 184 for (unsigned i = 0; i < 2 * timeout_; ++i) { in WaitForChildToDie() 205 const unsigned timeout_; member in base::__anon916a633c0211::BackgroundReaper
|
/external/webrtc/webrtc/base/ |
D | httprequest.h | 60 int timeout() { return timeout_; } in timeout() 61 void set_timeout(int timeout) { timeout_ = timeout; } in set_timeout() 80 int timeout_; variable
|
D | httprequest.cc | 55 timeout_(kDefaultHTTPTimeout), in HttpRequest() 97 ss->Wait(timeout_, true); in Send()
|
/external/tensorflow/tensorflow/contrib/kafka/kernels/ |
D | kafka_dataset_ops.cc | 67 timeout_(timeout) {} in Dataset() 100 TF_RETURN_IF_ERROR(b->AddScalar(timeout_, &timeout)); in AsGraphDefInternal() 126 consumer_->consume(dataset()->timeout_)); in GetNextInternal() 314 const int64 timeout_; member in tensorflow::KafkaDatasetOp::Dataset
|
/external/webrtc/webrtc/tools/rtcbot/ |
D | test.js | 16 this.timeout_ = setTimeout( 43 clearTimeout(this.timeout_);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | queue_ops.cc | 58 OP_REQUIRES_OK(context, context->GetAttr("timeout_ms", &timeout_)); in QueueAccessOpKernel() 60 OP_REQUIRES(context, timeout_ == -1, in QueueAccessOpKernel() 65 int64 timeout_; member in tensorflow::QueueAccessOpKernel
|
D | barrier_ops.cc | 572 OP_REQUIRES_OK(context, context->GetAttr("timeout_ms", &timeout_)); in TakeManyOp() 574 OP_REQUIRES(context, timeout_ == -1, in TakeManyOp() 602 num_elements, allow_small_batch_, timeout_, ctx, in ComputeAsync() 626 int64 timeout_; member in tensorflow::barrier::TakeManyOp
|
/external/libevent/ |
D | ChangeLog-2.0 | 1227 o deprecate timeout_* event functions by moving them to event_compat.h
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 12128 …AcquireNextImageInfoKHX( SwapchainKHR swapchain_ = SwapchainKHR(), uint64_t timeout_ = 0, Semaphor… in AcquireNextImageInfoKHX() 12130 , timeout( timeout_ ) in AcquireNextImageInfoKHX() 12159 AcquireNextImageInfoKHX& setTimeout( uint64_t timeout_ ) in setTimeout() 12161 timeout = timeout_; in setTimeout()
|