HomeSort by relevance Sort by last modified time
    Searched refs:timeout_ (Results 1 - 19 of 19) sorted by null

  /system/bt/service/common/bluetooth/
advertise_settings.cc 25 timeout_(timeout),
38 if (timeout_ != rhs.timeout_) return false;
advertise_settings.h 78 const base::TimeDelta& timeout() const { return timeout_; }
91 base::TimeDelta timeout_; member in class:bluetooth::AdvertiseSettings
  /system/core/libmemunreachable/
ScopedDisableMalloc.h 76 : timeout_(timeout), timed_out_(false), disable_malloc_() {
91 alarm_ = std::make_unique<ScopedAlarm>(timeout_, [&]() {
101 std::chrono::milliseconds timeout_; member in class:android::ScopedDisableMallocTimeout
  /external/webrtc/webrtc/base/
httprequest.h 60 int timeout() { return timeout_; }
61 void set_timeout(int timeout) { timeout_ = timeout; }
80 int timeout_; member in class:rtc::HttpRequest
httprequest.cc 55 timeout_(kDefaultHTTPTimeout),
97 ss->Wait(timeout_, true);
  /external/webrtc/webrtc/p2p/base/
stunrequest_unittest.cc 26 success_(false), failure_(false), timeout_(false) {
43 timeout_ = true;
72 bool timeout_; member in class:StunRequestTest
110 EXPECT_FALSE(timeout_);
125 EXPECT_FALSE(timeout_);
140 EXPECT_FALSE(timeout_);
165 EXPECT_FALSE(timeout_);
181 EXPECT_TRUE(timeout_);
201 EXPECT_FALSE(timeout_);
stunrequest.cc 142 : count_(0), timeout_(false), manager_(0),
149 : count_(0), timeout_(false), manager_(0),
198 if (timeout_) {
217 timeout_ = true;
stunrequest.h 104 bool timeout_; member in class:cricket::StunRequest
relayport.cc 799 timeout_ = true;
port.cc 749 timeout_ = true;
    [all...]
  /system/bt/service/common/android/bluetooth/
advertise_settings.cc 34 status = parcel->writeInt32(timeout_.InMilliseconds());
58 timeout_ = ::base::TimeDelta::FromMilliseconds(value);
  /external/libchrome/base/process/
kill_posix.cc 160 timeout_(timeout) {
171 if (timeout_ == 0) {
183 // Wait for 2 * timeout_ 500 milliseconds intervals.
184 for (unsigned i = 0; i < 2 * timeout_; ++i) {
205 const unsigned timeout_; member in class:base::__anon24269::BackgroundReaper
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetCallbackBase.h 245 timeout_(milliseconds(-1)),
282 void SetWaitTimeout(milliseconds timeout) { timeout_ = timeout; }
286 if (timeout_ < milliseconds(0)) {
289 return timeout_;
345 milliseconds timeout_; member in class:testing::VtsHalHidlTargetCallbackBase::CallbackLock
  /external/tensorflow/tensorflow/contrib/kafka/kernels/
kafka_dataset_ops.cc 67 timeout_(timeout) {}
100 TF_RETURN_IF_ERROR(b->AddScalar(timeout_, &timeout));
126 consumer_->consume(dataset()->timeout_));
314 const int64 timeout_; member in class:tensorflow::KafkaDatasetOp::Dataset
  /external/webrtc/webrtc/tools/rtcbot/
test.js 16 this.timeout_ = setTimeout(
43 clearTimeout(this.timeout_);
  /external/tensorflow/tensorflow/core/kernels/
queue_ops.cc 58 OP_REQUIRES_OK(context, context->GetAttr("timeout_ms", &timeout_));
60 OP_REQUIRES(context, timeout_ == -1,
65 int64 timeout_; member in class:tensorflow::QueueAccessOpKernel
barrier_ops.cc 572 OP_REQUIRES_OK(context, context->GetAttr("timeout_ms", &timeout_));
574 OP_REQUIRES(context, timeout_ == -1,
602 num_elements, allow_small_batch_, timeout_, ctx,
626 int64 timeout_; member in class:tensorflow::barrier::TakeManyOp
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1371 milliseconds