Home
last modified time | relevance | path

Searched refs:Advance (Results 1 – 4 of 4) sorted by relevance

/system/nvram/messages/
Dio.cpp84 return pos_ >= end_ && !Advance(); in Done()
95 if (!Advance()) { in Read()
107 if (!Advance()) { in ReadByte()
122 if (!Advance()) { in Skip()
131 bool InputStreamBuffer::Advance() { in Advance() function in nvram::InputStreamBuffer
141 bool NestedInputStreamBuffer::Advance() { in Advance() function in nvram::NestedInputStreamBuffer
147 bool status = delegate_->Advance(); in Advance()
171 return pos_ >= end_ && !Advance(); in Done()
182 if (!Advance()) { in Write()
194 if (!Advance()) { in WriteByte()
[all …]
/system/nvram/messages/include/nvram/messages/
Dio.h65 virtual bool Advance();
90 bool Advance() override;
136 virtual bool Advance();
177 bool Advance() override;
212 bool Advance() override;
/system/nvram/messages/tests/
Dio_test.cpp35 Advance(); in TestInputStreamBuffer()
39 bool Advance() override { in Advance() function in nvram::__anon66947d740111::TestInputStreamBuffer
183 Advance(); in TestOutputStreamBuffer()
199 bool Advance() override { in Advance() function in nvram::__anon66947d740211::TestOutputStreamBuffer
/system/update_engine/update_manager/
Dupdate_manager_unittest.cc282 test_clock_.Advance(TimeDelta::FromSeconds(2)); in TEST_F()
310 test_clock_.Advance(TimeDelta::FromSeconds(2)); in TEST_F()
318 test_clock_.Advance(TimeDelta::FromSeconds(2)); in TEST_F()