Lines Matching refs:sync

1543         static const struct tag sync = { 2720, "sync" };  in TEST()  local
1546 android_log_event_list ctx(sync.tagNo); in TEST()
1550 EXPECT_TRUE(End_to_End(sync.tagStr, in TEST()
1556 android_log_event_list ctx(sync.tagNo); in TEST()
1560 EXPECT_TRUE(End_to_End(sync.tagStr, "[id=%s,event=43,-1,0]", id)); in TEST()
1565 android_log_event_list ctx(sync.tagNo); in TEST()
1571 sync.tagStr, "[id=%s,event=44,source=-1,account=0]", id)); in TEST()
1576 static const struct tag sync = { 2747, "contacts_aggregation" }; in TEST() local
1578 android_log_event_list ctx(sync.tagNo); in TEST()
1583 End_to_End(sync.tagStr, "[aggregation time=30ms,count=2]")); in TEST()
1587 android_log_event_list ctx(sync.tagNo); in TEST()
1592 End_to_End(sync.tagStr, "[aggregation time=31.57s,count=911]")); in TEST()
1597 static const struct tag sync = { 75000, "sqlite_mem_alarm_current" }; in TEST() local
1599 android_log_event_list ctx(sync.tagNo); in TEST()
1603 EXPECT_TRUE(End_to_End(sync.tagStr, "current=512B")); in TEST()
1607 android_log_event_list ctx(sync.tagNo); in TEST()
1611 EXPECT_TRUE(End_to_End(sync.tagStr, "current=3KB")); in TEST()
1615 android_log_event_list ctx(sync.tagNo); in TEST()
1619 EXPECT_TRUE(End_to_End(sync.tagStr, "current=2MB")); in TEST()
1623 android_log_event_list ctx(sync.tagNo); in TEST()
1627 EXPECT_TRUE(End_to_End(sync.tagStr, "current=2097153B")); in TEST()
1631 android_log_event_list ctx(sync.tagNo); in TEST()
1635 EXPECT_TRUE(End_to_End(sync.tagStr, "current=1GB")); in TEST()
1639 android_log_event_list ctx(sync.tagNo); in TEST()
1643 EXPECT_TRUE(End_to_End(sync.tagStr, "current=-1GB")); in TEST()
1648 static const struct tag sync = { 27501, "notification_panel_hidden" }; in TEST() local
1649 android_log_event_list ctx(sync.tagNo); in TEST()
1652 EXPECT_TRUE(End_to_End(sync.tagStr, "")); in TEST()