OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FormatTime
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/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/chromium_org/google_apis/drive/
time_util_unittest.cc
16
std::string
FormatTime
(const base::Time& time) {
45
EXPECT_EQ(
FormatTime
(target_time),
FormatTime
(test_time));
49
EXPECT_EQ(
FormatTime
(target_time),
FormatTime
(test_time));
53
EXPECT_EQ(
FormatTime
(target_time),
FormatTime
(test_time));
62
EXPECT_EQ(
FormatTime
(base::Time::FromUTCExploded(target_time1)),
63
FormatTime
(test_time));
69
EXPECT_EQ(
FormatTime
(base::Time::FromUTCExploded(target_time2))
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/
instant_ui.cc
37
std::string
FormatTime
(int64 time) {
136
entry->SetString("time",
FormatTime
(it->first));
/external/v8/tools/
test.py
[
all
...]
Completed in 111 milliseconds