HomeSort by relevance Sort by last modified time
    Searched defs:test_time (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/common/
inter_process_time_ticks_converter_unittest.cc 21 int64 test_time; member in struct:content::__anon11886::TestParams
39 TimeTicks test_time = TimeTicks::FromInternalValue(params.test_time); local
50 test_time)).ToTimeTicks().ToInternalValue();
63 p.test_time = 0;
77 p.test_time = 3;
92 p.test_time = 4;
102 // bounds and scale down the delta. |test_time| is on the midpoint, so it
110 p.test_time = 5;
119 // adjust the lower bound and move |test_time| out. The scale factor is 2:3
    [all...]
  /external/chromium_org/google_apis/drive/
time_util_unittest.cc 30 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/linux-tools-perf/perf-3.12.0/tools/perf/tests/
perf-time-to-tsc.c 69 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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genericpath.py 86 def test_time(self): member in class:GenericTest
test_strptime.py 341 def test_time(self): member in class:StrptimeTests
test_xmlrpc.py 218 def test_time(self): member in class:DateTimeTestCase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genericpath.py 86 def test_time(self): member in class:GenericTest
test_strptime.py 341 def test_time(self): member in class:StrptimeTests
test_xmlrpc.py 218 def test_time(self): member in class:DateTimeTestCase
    [all...]
  /external/chromium_org/ppapi/tests/
testing_instance.cc 161 std::string test_time; local
162 test_time.append(test_name);
163 test_time.append(" finished in ");
164 test_time.append(time_string);
165 test_time.append(" seconds.");
166 LogTestTime(test_time);
307 void TestingInstance::LogTestTime(const std::string& test_time) {
308 SendTestCommand("LogTestTime", test_time);
  /external/netperf/
netsh.c 160 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/
custom.c 523 void test_time() { function
831 test_time();
  /external/chromium_org/sync/engine/
syncer_unittest.cc 2335 const base::Time& test_time = ProtoTimeToTime(123456); local
    [all...]

Completed in 387 milliseconds