Searched refs:now_exp (Results 1 – 5 of 5) sorted by relevance
46 Time::Exploded now_exp; in CurrTime() local47 now_exp.year = 2014; in CurrTime()48 now_exp.month = 3; in CurrTime()49 now_exp.day_of_week = 2; in CurrTime()50 now_exp.day_of_month = 18; in CurrTime()51 now_exp.hour = 8; in CurrTime()52 now_exp.minute = 5; in CurrTime()53 now_exp.second = 33; in CurrTime()54 now_exp.millisecond = 675; in CurrTime()56 ignore_result(Time::FromLocalExploded(now_exp, &time)); in CurrTime()
42 Time::Exploded now_exp; in GetValue() local43 SystemState::Get()->clock()->GetWallclockTime().LocalExplode(&now_exp); in GetValue()44 now_exp.hour = now_exp.minute = now_exp.second = now_exp.millisecond = 0; in GetValue()46 bool success = Time::FromLocalExploded(now_exp, now); in GetValue()
62 Time::Exploded now_exp; in FixedTime() local63 now_exp.year = 2014; in FixedTime()64 now_exp.month = 3; in FixedTime()65 now_exp.day_of_week = 2; in FixedTime()66 now_exp.day_of_month = 18; in FixedTime()67 now_exp.hour = 8; in FixedTime()68 now_exp.minute = 5; in FixedTime()69 now_exp.second = 33; in FixedTime()70 now_exp.millisecond = 675; in FixedTime()72 ignore_result(Time::FromLocalExploded(now_exp, &time)); in FixedTime()
86 Time::Exploded now_exp; in InitTime() local87 now_exp.year = 2014; in InitTime()88 now_exp.month = 3; in InitTime()89 now_exp.day_of_week = 2; in InitTime()90 now_exp.day_of_month = 18; in InitTime()91 now_exp.hour = 8; in InitTime()92 now_exp.minute = 5; in InitTime()93 now_exp.second = 33; in InitTime()94 now_exp.millisecond = 675; in InitTime()96 ignore_result(Time::FromLocalExploded(now_exp, &time)); in InitTime()
48 Time::Exploded now_exp; in FixedTime() local49 now_exp.year = 2014; in FixedTime()50 now_exp.month = 3; in FixedTime()51 now_exp.day_of_week = 2; in FixedTime()52 now_exp.day_of_month = 18; in FixedTime()53 now_exp.hour = 8; in FixedTime()54 now_exp.minute = 5; in FixedTime()55 now_exp.second = 33; in FixedTime()56 now_exp.millisecond = 675; in FixedTime()58 ignore_result(Time::FromLocalExploded(now_exp, &time)); in FixedTime()