OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitCalled
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_consumer/
fake_extent_writer.h
57
bool
InitCalled
() { return init_called_; }
/external/libchrome/base/threading/
thread_unittest.cc
40
bool
InitCalled
() { return init_called_; }
251
EXPECT_FALSE(t.
InitCalled
());
253
EXPECT_TRUE(t.
InitCalled
());
Completed in 292 milliseconds