Searched defs:test_time (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/google_apis/drive/
H A Dtime_util_unittest.cc30 base::Time test_time; local
31 ASSERT_TRUE(GetTimeFromString("2013-01-15T17:11:35.374", &test_time));
34 EXPECT_EQ(local_time, test_time);
39 base::Time test_time; local
44 EXPECT_TRUE(GetTimeFromString("2012-07-14T02:03:21.151+01", &test_time));
45 EXPECT_EQ(FormatTime(target_time), FormatTime(test_time));
48 EXPECT_TRUE(GetTimeFromString("2012-07-14T07:33:21.151+06:30", &test_time));
49 EXPECT_EQ(FormatTime(target_time), FormatTime(test_time));
52 EXPECT_TRUE(GetTimeFromString("2012-07-13T18:33:21.151-06:30", &test_time));
53 EXPECT_EQ(FormatTime(target_time), FormatTime(test_time));
57 base::Time test_time; local
[all...]
/external/chromium_org/content/common/
H A Dinter_process_time_ticks_converter_unittest.cc21 int64 test_time; member in struct:content::__anon7634::TestParams
41 TimeTicks test_time = TimeTicks::FromInternalValue(params.test_time); local
52 test_time)).ToTimeTicks().ToInternalValue();
67 p.test_time = 0;
81 p.test_time = 3;
98 p.test_time = 4;
110 // bounds and scale down the delta. |test_time| is on the midpoint, so it
118 p.test_time = 5;
128 // adjust the lower bound and move |test_time| ou
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-time-to-tsc.c69 u64 test_time, comm1_time = 0, comm2_time = 0; local
145 test_time = tsc_to_perf_time(test_tsc, &tc);
152 test_time, test_tsc);
156 if (test_time <= comm1_time ||
157 test_time >= comm2_time)
/external/chromium_org/base/
H A Dtracked_objects_unittest.cc101 static void SetTestTime(unsigned int test_time) { test_time_ = test_time; } argument
/external/chromium_org/ppapi/tests/
H A Dtesting_instance.cc163 std::string test_time; local
164 test_time.append(test_name);
165 test_time.append(" finished in ");
166 test_time.append(time_string);
167 test_time.append(" seconds.");
168 LogTestTime(test_time);
311 void TestingInstance::LogTestTime(const std::string& test_time) { argument
312 SendTestCommand("LogTestTime", test_time);
/external/netperf/
H A Dnetsh.c160 test_time, /* test ends by time */ variable
414 test_time = 10; /* test ends by time */
696 test_time = convert(optarg);
698 if (test_time < 0) {
699 test_bytes = -1 * test_time;
701 test_time = 0;
1003 test_time,
/external/compiler-rt/test/dfsan/
H A Dcustom.c523 void test_time() { function
831 test_time();
/external/chromium_org/sync/engine/
H A Dsyncer_unittest.cc2412 const base::Time& test_time = ProtoTimeToTime(123456); local
2424 entry.PutMtime(test_time);
2450 EXPECT_TRUE(entry.GetMtime()== test_time);

Completed in 6854 milliseconds