Home
last modified time | relevance | path

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

/system/extras/memory_replay/tests/
DMemoryTraceTest.cpp31 ASSERT_TRUE(memory_trace::FillInEntryFromString(line, entry, error)) << error; in TEST()
42 ASSERT_TRUE(memory_trace::FillInEntryFromString(line, entry, error)) << error; in TEST()
58 EXPECT_FALSE(memory_trace::FillInEntryFromString(line, entry, error)); in TEST()
63 EXPECT_FALSE(memory_trace::FillInEntryFromString(line, entry, error)); in TEST()
68 EXPECT_FALSE(memory_trace::FillInEntryFromString(line, entry, error)); in TEST()
76 ASSERT_TRUE(memory_trace::FillInEntryFromString(line, entry, error)) << error; in TEST()
87 ASSERT_TRUE(memory_trace::FillInEntryFromString(line, entry, error)) << error; in TEST()
98 ASSERT_TRUE(memory_trace::FillInEntryFromString(line, entry, error)) << error; in TEST()
113 EXPECT_FALSE(memory_trace::FillInEntryFromString(line, entry, error)); in TEST()
118 EXPECT_FALSE(memory_trace::FillInEntryFromString(line, entry, error)); in TEST()
[all …]
/system/extras/memory_replay/include/memory_trace/
DMemoryTrace.h50 bool FillInEntryFromString(const std::string& line, Entry& entry, std::string& error);
/system/extras/memory_replay/
DFile.cpp210 if (!memory_trace::FillInEntryFromString(&contents[start_str], *entry, error)) { in GetUnwindInfo()
DMemoryTrace.cpp32 bool FillInEntryFromString(const std::string& line, Entry& entry, std::string& error) { in FillInEntryFromString() function