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.py1266 self._hour = hour
1279 return self._hour
1353 return _cmp((self._hour, self._minute, self._second,
1355 (other._hour, other._minute, other._second,
1362 myhhmm = self._hour * 60 + self._minute - myoff//timedelta(minutes=1)
1363 othhmm = other._hour * 60 + other._minute - otoff//timedelta(minutes=1)
1405 self._hour, self._minute, s)
1423 s = _format_time(self._hour, self._minute, self._second,
1451 self._hour, self._minute, self._second,
1523 h = self._hour
[all …]