Searched refs:End_to_End (Results 1 – 1 of 1) sorted by relevance
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 457 TEST(logcat, End_to_End) { in TEST() argument 1471 static bool End_to_End(const char* tag, const char* fmt, ...) 1477 static bool End_to_End(const char* tag, const char* fmt, ...) { in End_to_End() function 1543 End_to_End(hhgtg.tagStr, "to life the universe etc=%s", theAnswer)); in TEST() 1554 EXPECT_TRUE(End_to_End(sync.tagStr, in TEST() 1564 EXPECT_TRUE(End_to_End(sync.tagStr, "[id=%s,event=43,-1,0]", id)); in TEST() 1574 EXPECT_FALSE(End_to_End( in TEST() 1587 End_to_End(sync.tagStr, "[aggregation time=30ms,count=2]")); in TEST() 1596 End_to_End(sync.tagStr, "[aggregation time=31.57s,count=911]")); in TEST() 1607 EXPECT_TRUE(End_to_End(sync.tagStr, "current=512B")); in TEST() [all …]
|