Home
last modified time | relevance | path

Searched refs:Pop (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Drecord_test.cpp76 ASSERT_EQ(nullptr, cache.Pop()); in TEST_F()
80 std::unique_ptr<Record> popped_r = cache.Pop(); in TEST_F()
83 ASSERT_EQ(nullptr, cache.Pop()); in TEST_F()
86 ASSERT_EQ(nullptr, cache.Pop()); in TEST_F()
90 popped_r = cache.Pop(); in TEST_F()
94 popped_r = cache.Pop(); in TEST_F()
97 ASSERT_EQ(nullptr, cache.Pop()); in TEST_F()
Drecord_file_reader.cpp162 record = cache.Pop(); in ReadDataSection()
Drecord.h330 std::unique_ptr<Record> Pop();
Dcmd_record.cpp628 std::unique_ptr<Record> r = record_cache_->Pop(); in CollectRecordsFromKernel()
Drecord.cpp745 std::unique_ptr<Record> RecordCache::Pop() { in Pop() function in RecordCache
/system/connectivity/shill/doc/
Dmanager-api.txt82 Pop the top-most profile on the profile stack.