Searched refs:run_ (Results 1 – 9 of 9) sorted by relevance
52 if (pos + bw->run_ >= bw->max_pos_) { // reallocate in kFlush()53 if (!BitWriterResize(bw, bw->run_ + 1)) { in kFlush()60 if (bw->run_ > 0) { in kFlush()62 for (; bw->run_ > 0; --bw->run_) bw->buf_[pos++] = value; in kFlush()67 bw->run_++; // delay writing of bytes 0xff, pending eventual carry. in kFlush()155 bw->run_ = 0; in VP8BitWriterInit()
28 int run_; // number of outstanding bits member47 return (uint64_t)(bw->pos_ + bw->run_) * 8 + 8 + bw->nb_bits_; in VP8BitWriterPos()
172 run_(true) {184 void Stop() { run_ = false; }189 bool IsRunning() { return run_; }201 bool run_;
135 enum run_ { enum
48 run_(false) {} in DummyDelegate()49 virtual ~DummyDelegate() { EXPECT_TRUE(run_); } in ~DummyDelegate()52 run_ = true; in OnSettingsOpCompleted()70 bool run_; member in chromeos::__anon524d7dfc0111::DummyDelegate
114 processor.run_(bindFully(processor, processor.jstProcessOuter_,335 JstProcessor.prototype.run_ = function(f) { method in JstProcessor
835 processor.run_([ processor, processor.jstProcess_, context, template ]);855 JstProcessor.prototype.run_ = function(start) { method in JstProcessor
3580 - Fixed our Executive.run_* to workaround python bug 2320.4617 - Executive.run_* now require lists instead of strings.4872 - Executive.run_* now require lists instead of strings.