/third_party/python/Doc/includes/ |
H A D | tzinfo_examples.py | 11 import time as _time namespace 13 STDOFFSET = timedelta(seconds = -_time.timezone) 14 if _time.daylight: 15 DSTOFFSET = timedelta(seconds = -_time.altzone) 26 args = _time.localtime(stamp)[:6] 29 fold = (args == _time.localtime(stamp - dst_diff)) 46 return _time.tzname[self._isdst(dt)] 52 stamp = _time.mktime(tt) 53 tt = _time.localtime(stamp)
|
/third_party/python/Tools/ccbench/ |
H A D | ccbench.py | 158 _time = time.time 166 t2 = _time() 273 _time = time.time 276 _sendto(sock, "%r\n" % _time(), addr) 344 _time = time.time 347 start_time = _time() 353 t = _time() 402 _time = time.time 409 start_time = _time() 412 while _time() < end_tim [all...] |
/third_party/python/Lib/test/ |
H A D | test_sched.py | 16 self._time = 0 21 return self._time 27 t += self._time 29 self._time = self._stop 31 self._time = t
|
H A D | datetimetester.py | 34 import time as _time namespace 1500 _time.strftime('%') 1503 self.assertEqual(t.strftime('%'), _time.strftime('%', t.timetuple())) 1506 _time.strftime("m:03 d:02 y:05 %", t.timetuple()), 2689 (-_time.timezone, _time.tzname[0])): 5700 tm = _time.localtime(1.4e9) 5701 if _time.strftime('%Z%z', tm) != 'LHST+1030': 5728 tm = _time.localtime(1.4e9) 5729 if _time [all...] |
/third_party/node/benchmark/ |
H A D | common.js | 19 this._time = 0n; 242 this._time = process.hrtime.bigint(); 264 if (time === this._time) { 272 const elapsed = time - this._time;
|
/third_party/python/Lib/ |
H A D | telnetlib.py | 39 from time import monotonic as _time namespace 314 deadline = _time() + timeout 329 timeout = deadline - _time() 618 deadline = _time() + timeout 632 timeout = deadline - _time()
|
H A D | sched.py | 31 from time import monotonic as _time namespace 53 def __init__(self, timefunc=_time, delayfunc=time.sleep):
|
H A D | trace.py | 63 from time import monotonic as _time namespace 421 self.start_time = _time() 561 print('%.2f' % (_time() - self.start_time), end=' ') 574 print('%.2f' % (_time() - self.start_time), end=' ')
|
H A D | threading.py | 8 from time import monotonic as _time namespace 350 endtime = _time() + waittime 352 waittime = endtime - _time() 467 endtime = _time() + timeout 469 timeout = endtime - _time()
|
H A D | datetime.py | 11 import time as _time namespace 159 return _time.struct_time((y, m, d, hh, mm, ss, wday, dnum, dstflag)) 262 return _time.strftime(newformat, timetuple) 960 y, m, d, hh, mm, ss, weekday, jday, dst = _time.localtime(t) 966 t = _time.time() 1757 converter = _time.gmtime if utc else _time.localtime 1804 t = _time.time() 1810 t = _time.time() 1876 y, m, d, hh, mm, ss = _time [all...] |
H A D | subprocess.py | 54 from time import monotonic as _time namespace 1204 endtime = _time() + timeout 1244 return endtime - _time() 1252 if skip_check_and_raise or _time() > endtime: 1262 endtime = _time() + timeout 2020 endtime = _time() + timeout
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | utils.py | 370 self._time = 0 382 return self._time 387 self._time += advance
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
H A D | registry.js | 138 // add _time from packument if fetched with fullMetadata 141 mani._time = time 192 const publishedTime = Date.parse(mani._time || MISSING_TIME_CUTOFF)
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tz2icu.cpp | 127 Transition(int64_t _time, int32_t _type) { in Transition() 128 time = _time; in Transition() 798 int32_t _time, in set() 818 time = _time; in set()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | tz2icu.cpp | 127 Transition(int64_t _time, int32_t _type) { in Transition() 128 time = _time; in Transition() 798 int32_t _time, in set() 818 time = _time; in set()
|
/third_party/mksh/ |
H A D | Build.sh | 450 _time) 1856 ac_header sys/resource.h sys/types.h _time
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 3749 marks.forEach(function (_time, markName) { return cb(markName); }); [all...] |
H A D | tsc.js | 3179 marks.forEach(function (_time, markName) { return cb(markName); }); [all...] |
H A D | tsserverlibrary.js | 3768 marks.forEach(function (_time, markName) { return cb(markName); }); [all...] |
H A D | typescript.js | 3759 marks.forEach(function (_time, markName) { return cb(markName); }); [all...] |
H A D | typescriptServices.js | 3759 marks.forEach(function (_time, markName) { return cb(markName); }); [all...] |
H A D | tsserver.js | 3769 marks.forEach(function (_time, markName) { return cb(markName); }); [all...] |