/external/chromium_org/components/nacl/browser/ |
D | pnacl_translation_cache.cc | 102 CacheStep step_; member in pnacl::PnaclTranslationCacheEntry 142 step_(UNINITIALIZED), in PnaclTranslationCacheEntry() 147 if (step_ != FINISHED) { in ~PnaclTranslationCacheEntry() 166 step_ = OPEN_ENTRY; in Start() 226 step_ = FINISHED; in Finish() 247 switch (step_) { in DispatchNext() 255 step_ = TRANSFER_ENTRY; in DispatchNext() 274 step_ = CREATE_ENTRY; in DispatchNext() 282 step_ = TRANSFER_ENTRY; in DispatchNext() 296 step_ = CLOSE_ENTRY; in DispatchNext() [all …]
|
/external/chromium_org/media/base/ |
D | fake_audio_render_callback.cc | 16 step_(step), in FakeAudioRenderCallback() 33 audio_bus->channel(0)[i] = sin(2 * M_PI * (x_ + step_ * i)); in Render() 34 x_ += number_of_frames * step_; in Render()
|
D | fake_audio_render_callback.h | 53 double step_; variable
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator() 191 return new Iterator(this, begin_, 0, step_); in Begin() 194 return new Iterator(this, end_, end_index_, step_); in End() 202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 209 value_ = value_ + step_; in Advance() 231 step_(other.step_) {} in Iterator() 239 const IncrementT step_; variable 256 const IncrementT step_; variable
|
/external/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator() 191 return new Iterator(this, begin_, 0, step_); in Begin() 194 return new Iterator(this, end_, end_index_, step_); in End() 202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 209 value_ = value_ + step_; in Advance() 231 step_(other.step_) {} in Iterator() 239 const IncrementT step_; variable 256 const IncrementT step_; variable
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator() 191 return new Iterator(this, begin_, 0, step_); in Begin() 194 return new Iterator(this, end_, end_index_, step_); in End() 202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 209 value_ = value_ + step_; in Advance() 231 step_(other.step_) {} in Iterator() 239 const IncrementT step_; variable 256 const IncrementT step_; variable
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 206 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator() 210 return new Iterator(this, begin_, 0, step_); in Begin() 213 return new Iterator(this, end_, end_index_, step_); in End() 221 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 228 value_ = value_ + step_; in Advance() 249 step_(other.step_) {} in Iterator() 257 const IncrementT step_; variable 274 const IncrementT step_; variable
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator() 191 return new Iterator(this, begin_, 0, step_); in Begin() 194 return new Iterator(this, end_, end_index_, step_); in End() 202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 209 value_ = value_ + step_; in Advance() 231 step_(other.step_) {} in Iterator() 239 const IncrementT step_; variable 256 const IncrementT step_; variable
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator() 191 return new Iterator(this, begin_, 0, step_); in Begin() 194 return new Iterator(this, end_, end_index_, step_); in End() 202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 209 value_ = value_ + step_; in Advance() 231 step_(other.step_) {} in Iterator() 239 const IncrementT step_; variable 256 const IncrementT step_; variable
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 208 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator() 212 return new Iterator(this, begin_, 0, step_); in Begin() 215 return new Iterator(this, end_, end_index_, step_); in End() 223 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 230 value_ = value_ + step_; in Advance() 251 step_(other.step_) {} in Iterator() 259 const IncrementT step_; variable 276 const IncrementT step_; variable
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator() 191 return new Iterator(this, begin_, 0, step_); in Begin() 194 return new Iterator(this, end_, end_index_, step_); in End() 202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 209 value_ = value_ + step_; in Advance() 231 step_(other.step_) {} in Iterator() 239 const IncrementT step_; variable 256 const IncrementT step_; variable
|
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable_unittest.cc | 1441 : role_(role), step_(step), directory_manager_(dirman) {} in ThreadBugDelegate() 1445 Step* const step_; member in syncable::__anon35140f9e0311::ThreadBugDelegate 1451 base::AutoLock scoped_lock(step_->mutex); in ThreadMain() 1453 while (step_->number < 3) { in ThreadMain() 1454 while (step_->number % 2 != role_) { in ThreadMain() 1455 step_->condvar.Wait(); in ThreadMain() 1457 switch (step_->number) { in ThreadMain() 1469 step_->metahandle = me.Get(META_HANDLE); in ThreadMain() 1478 Entry e(&trans, GET_BY_HANDLE, step_->metahandle); in ThreadMain() 1484 step_->number += 1; in ThreadMain() [all …]
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | basicportallocator.cc | 159 int step_; member in cricket::AllocationSequence 535 running_(false), step_(0), flags_(flags) { in AllocationSequence() 604 if (step_of_phase_[phase] != step_) in OnMessage() 608 << " (Step=" << step_ << ")"; in OnMessage() 636 step_ += 1; in OnMessage()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 10186 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} 10190 return new Iterator(this, begin_, 0, step_); 10193 return new Iterator(this, end_, end_index_, step_); 10201 : base_(base), value_(value), index_(index), step_(step) {} 10208 value_ = value_ + step_; 10230 step_(other.step_) {} 10238 const IncrementT step_; 10255 const IncrementT step_;
|