Searched refs:Done (Results 1 - 10 of 10) sorted by relevance

/system/nvram/messages/tests/
H A Dio_test.cpp81 EXPECT_FALSE(buf.Done());
86 EXPECT_FALSE(buf.Done());
89 EXPECT_FALSE(buf.Done());
92 EXPECT_TRUE(buf.Done());
97 EXPECT_TRUE(buf.Done());
119 EXPECT_FALSE(buf.Done());
123 EXPECT_TRUE(buf.Done());
131 EXPECT_TRUE(buf.Done());
139 EXPECT_TRUE(buf.Done());
152 EXPECT_TRUE(nested.Done());
[all...]
/system/nvram/messages/include/nvram/messages/
H A Dio.h45 bool Done();
119 bool Done();
251 bool Done() const { return stream_buffer_->Done(); } function in class:nvram::ProtoReader
297 bool Done() const { return stream_buffer_->Done(); } function in class:nvram::ProtoWriter
/system/core/adb/
H A Dcommandline.h40 virtual int Done(int status) = 0;
75 int Done(int status) { function in class:DefaultStandardStreamsCallback
H A Dbugreport.cpp71 int Done(int unused_) { function in class:BugreportStandardStreamsCallback
185 // Overall process of the operation, as returned by Done().
H A Dbugreport_test.cpp106 int status = ::std::tr1::get<0>(args)->Done(status_);
114 // Matcher used to emulated StandardStreamsCallbackInterface.Done(status)
H A Dcommandline.cpp306 return callback->Done(exit_code);
/system/nvram/messages/
H A Dmessage_codec.cpp101 return DecodeData(&nested_reader) && nested_reader.Done();
105 while (!reader->Done()) {
H A Dio.cpp83 bool InputStreamBuffer::Done() { function in class:nvram::InputStreamBuffer
170 bool OutputStreamBuffer::Done() {
H A Dnvram_messages.cpp195 return nvram::proto::Decode(msg, &stream) && stream.Done();
/system/core/libutils/
H A DLooper.cpp254 goto Done;
260 goto Done;
264 goto Done;
273 goto Done;
305 Done: ;

Completed in 151 milliseconds