Home
last modified time | relevance | path

Searched refs:_hour (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
Dutility.cc32 _hour(0) { in ACMTestTimer()
44 _hour = 0; in Reset()
72 sprintf(currTime, "%4lu:%02u:%06.3f", _hour, _min, in CurrentTimeHMS()
79 h = _hour; in CurrentTime()
101 _hour += n; in Adjust()
Dutility.h83 unsigned long _hour; variable
/external/python/cpython3/Lib/
Ddatetime.py1217 self._hour = hour
1230 return self._hour
1304 return _cmp((self._hour, self._minute, self._second,
1306 (other._hour, other._minute, other._second,
1313 myhhmm = self._hour * 60 + self._minute - myoff//timedelta(minutes=1)
1314 othhmm = other._hour * 60 + other._minute - otoff//timedelta(minutes=1)
1356 self._hour, self._minute, s)
1374 s = _format_time(self._hour, self._minute, self._second,
1402 self._hour, self._minute, self._second,
1474 h = self._hour
[all …]