Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:utcnow
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/infra/bots/
H
A
D
utils.py
32
self._start = datetime.datetime.
utcnow
()
36
finish = datetime.datetime.
utcnow
()
/third_party/skia/infra/bots/recipes/
H
A
D
upload_nano_results.py
25
now = api.time.
utcnow
()
H
A
D
upload_buildstats_results.py
25
now = api.time.
utcnow
()
H
A
D
upload_dm_results.py
51
now = api.time.
utcnow
()
H
A
D
perf.py
84
now = api.time.
utcnow
()
H
A
D
perf_skottietrace.py
119
now = api.time.
utcnow
()
H
A
D
skpbench.py
143
now = api.time.
utcnow
()
H
A
D
perf_skottiewasm_lottieweb.py
196
now = api.time.
utcnow
()
/third_party/skia/platform_tools/android/tradefed/
H
A
D
upload_dm_results.py
54
now = datetime.datetime.
utcnow
()
/third_party/skia/infra/bots/recipe_modules/gold_upload/
H
A
D
api.py
42
now = self.m.time.
utcnow
()
/third_party/python/Lib/test/support/
H
A
D
testresult.py
24
self.__suite.set('start', datetime.
utcnow
().isoformat(' '))
/third_party/skia/tools/skp/
H
A
D
webpages_playback.py
383
timestamp = datetime.datetime.
utcnow
().strftime('%Y-%m-%d')
/third_party/python/Lib/test/test_sqlite3/
H
A
D
test_types.py
512
now = datetime.datetime.
utcnow
()
/third_party/protobuf/python/google/protobuf/internal/
H
A
D
well_known_types.py
199
self.FromDatetime(datetime.
utcnow
())
/third_party/node/deps/v8/tools/release/
H
A
D
common_includes.py
182
return time.mktime(datetime.datetime.
utcnow
().timetuple())
/third_party/python/Lib/http/
H
A
D
cookiejar.py
107
dt = datetime.datetime.
utcnow
()
125
dt = datetime.datetime.
utcnow
()
/third_party/python/Lib/test/
H
A
D
datetimetester.py
2646
# Call it a success if
utcnow
() and utcfromtimestamp() are within
2650
from_now = self.theclass.
utcnow
()
2972
('
utcnow
', '
utcnow
', {}),
4633
utcnow
= datetime.
utcnow
().replace(tzinfo=utc)
4634
now2 =
utcnow
.astimezone(weirdtz)
4641
self.fail("
utcnow
(), now(tz), or astimezone() may be broken")
4679
meth = self.theclass.
utcnow
4683
#
utcnow
() does
[all...]
/third_party/python/Lib/
H
A
D
datetime.py
1808
def
utcnow
(cls):
member in datetime
Completed in 20 milliseconds