Home
last modified time | relevance | path

Searched refs:run_ (Results 1 – 9 of 9) sorted by relevance

/external/webp/src/enc/
Dbit_writer.c52 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()
Dbit_writer.h28 int run_; // number of outstanding bits member
47 return (uint64_t)(bw->pos_ + bw->run_) * 8 + 8 + bw->nb_bits_; in VP8BitWriterPos()
/external/v8/test/cctest/
Dtest-log.cc172 run_(true) {
184 void Stop() { run_ = false; }
189 bool IsRunning() { return run_; }
201 bool run_;
/external/chromium/third_party/libevent/test/
Dregress.gen.h135 enum run_ { enum
/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_unittest.cc48 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
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
Djstemplate.js114 processor.run_(bindFully(processor, processor.jstProcessOuter_,
335 JstProcessor.prototype.run_ = function(f) { method in JstProcessor
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
Djstemplate.js114 processor.run_(bindFully(processor, processor.jstProcessOuter_,
335 JstProcessor.prototype.run_ = function(f) { method in JstProcessor
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
Djstemplate_compiled.js835 processor.run_([ processor, processor.jstProcess_, context, template ]);
855 JstProcessor.prototype.run_ = function(start) { method in JstProcessor
/external/webkit/Tools/
DChangeLog-2010-05-243580 - 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.