Searched refs:kComplete (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | signalthread.cc | 69 if (kInit == state_ || kComplete == state_) { in Start() 81 if ((kInit == state_) || (kComplete == state_)) { in Destroy() 104 if (kComplete == state_) { in Release() 127 state_ = kComplete; in OnMessage()
|
D | signalthread.h | 119 kComplete, // Work is done enumerator
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | signalthread.cc | 67 if (kInit == state_ || kComplete == state_) { in Start() 79 if ((kInit == state_) || (kComplete == state_)) { in Destroy() 102 if (kComplete == state_) { in Release() 125 state_ = kComplete; in OnMessage()
|
D | signalthread.h | 116 kComplete, // Work is done enumerator
|
/external/chromium_org/gpu/command_buffer/client/ |
D | query_tracker.cc | 135 state_ = kComplete; in End() 170 state_ = kComplete; in CheckResultsAvailable() 185 return state_ == kComplete; in CheckResultsAvailable() 189 DCHECK(state_ == kComplete || state_ == kUninitialized); in GetResult()
|
D | query_tracker.h | 84 kComplete // completed enumerator
|
/external/chromium_org/chromeos/dbus/ |
D | modem_messaging_client_unittest.cc | 167 const bool kComplete = true; in TEST_F() local 169 EXPECT_CALL(handler, Run(kSmsPath, kComplete)).Times(1); in TEST_F() 183 writer.AppendBool(kComplete); in TEST_F()
|
D | gsm_sms_client_unittest.cc | 197 const bool kComplete = true; in TEST_F() local 199 EXPECT_CALL(handler, Run(kIndex, kComplete)).Times(1); in TEST_F() 213 writer.AppendBool(kComplete); in TEST_F()
|
/external/chromium_org/crypto/ |
D | ghash.cc | 103 DCHECK(state_ != kComplete); in Finish() 113 state_ = kComplete; in Finish()
|
D | ghash.h | 52 kComplete, enumerator
|
/external/chromium_org/third_party/libjingle/ |
D | mods-since-v0_4_0.diff | 825 > if (kInit == state_ || kComplete == state_) { 946 < enum State { kInit, kRunning, kComplete, kStopping, kReleasing } state_; 952 > kComplete, // Work is done
|
/external/chromium/third_party/libjingle/ |
D | mods-since-v0_4_0.diff | 825 > if (kInit == state_ || kComplete == state_) { 946 < enum State { kInit, kRunning, kComplete, kStopping, kReleasing } state_; 952 > kComplete, // Work is done
|