OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FormatTime
(Results
1 - 5
of
5
) sorted by null
/external/v8/tools/testrunner/local/
verbose.py
82
def
FormatTime
(d):
91
sys.stderr.write("--- Total time: %s ---\n" %
FormatTime
(overall_time))
97
t =
FormatTime
(entry.duration)
/external/protobuf/src/google/protobuf/stubs/
time.cc
271
string
FormatTime
(int64 seconds, int32 nanos) {
/external/protobuf/src/google/protobuf/util/
time_util.cc
116
string
FormatTime
(int64 seconds, int32 nanos) {
117
return ::google::protobuf::internal::
FormatTime
(seconds, nanos);
146
return
FormatTime
(timestamp.seconds(), timestamp.nanos());
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h
[
all
...]
Completed in 399 milliseconds