Home
last modified time | relevance | path

Searched defs:finish_time (Results 1 – 5 of 5) sorted by relevance

/external/oss-fuzz/infra/build/functions/
Ddatastore_entities.py49 finish_time = ndb.StringProperty() variable in LastSuccessfulBuild
/external/autotest/server/lib/
Dsuite_report.py56 finish_time=None, parent=None): argument
/external/libcxx/fuzzing/
Dfuzz_test.cpp150 const auto finish_time = std::chrono::high_resolution_clock::now(); in test_one() local
/external/libchrome/base/
Dsync_socket_posix.cc153 const TimeTicks finish_time = start_time + timeout; in ReceiveWithTimeout() local
/external/llvm-project/lldb/source/Host/posix/
DPipePosix.cpp182 const auto finish_time = Now() + timeout; in OpenAsWriterWithTimeout() local