Home
last modified time | relevance | path

Searched refs:_time (Results 1 - 22 of 22) sorted by relevance

/third_party/python/Doc/includes/
H A Dtzinfo_examples.py11 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 Dccbench.py158 _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 Dtest_sched.py16 self._time = 0
21 return self._time
27 t += self._time
29 self._time = self._stop
31 self._time = t
H A Ddatetimetester.py34 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 Dcommon.js19 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 Dtelnetlib.py39 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 Dsched.py31 from time import monotonic as _time namespace
53 def __init__(self, timefunc=_time, delayfunc=time.sleep):
H A Dtrace.py63 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 Dthreading.py8 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 Ddatetime.py11 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 Dsubprocess.py54 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 Dutils.py370 self._time = 0
382 return self._time
387 self._time += advance
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dregistry.js138 // 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 Dtz2icu.cpp127 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 Dtz2icu.cpp127 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 DBuild.sh450 _time)
1856 ac_header sys/resource.h sys/types.h _time
/third_party/typescript/lib/
H A DtypingsInstaller.js3749 marks.forEach(function (_time, markName) { return cb(markName); });
[all...]
H A Dtsc.js3179 marks.forEach(function (_time, markName) { return cb(markName); });
[all...]
H A Dtsserverlibrary.js3768 marks.forEach(function (_time, markName) { return cb(markName); });
[all...]
H A Dtypescript.js3759 marks.forEach(function (_time, markName) { return cb(markName); });
[all...]
H A DtypescriptServices.js3759 marks.forEach(function (_time, markName) { return cb(markName); });
[all...]
H A Dtsserver.js3769 marks.forEach(function (_time, markName) { return cb(markName); });
[all...]

Completed in 186 milliseconds