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

  /external/llvm/include/llvm/Support/
TimeValue.h 96 explicit TimeValue( double new_time )
98 SecondsType integer_part = static_cast<SecondsType>( new_time );
100 nanos_ = static_cast<NanoSecondsType>( (new_time -
  /external/chromium_org/third_party/skia/bench/
bench_compare.py 122 'n' : '{new_time: 0.2f}\t',
131 'n' : '{new_time}\t',
143 'n' : '{new_time: >10.2f} ',
152 'n' : '{new_time: >10} ',
171 , new_time='new'
187 , new_time=bench_diff.new.time
bench_util.py 141 for new_time in TIME_RE_COMPILED.finditer(times):
142 current_time_type = new_time.group(1)
144 new_time.group(2).strip().split(',')]
  /external/skia/bench/
bench_compare.py 122 'n' : '{new_time: 0.2f}\t',
131 'n' : '{new_time}\t',
143 'n' : '{new_time: >10.2f} ',
152 'n' : '{new_time: >10} ',
171 , new_time='new'
187 , new_time=bench_diff.new.time
bench_util.py 141 for new_time in TIME_RE_COMPILED.finditer(times):
142 current_time_type = new_time.group(1)
144 new_time.group(2).strip().split(',')]
  /system/extras/tests/sdcard/
plot_sdcard.py 71 new_time = []
78 new_time.append(t)
82 self.time = new_time
  /external/chromium_org/content/child/
blink_platform_impl_unittest.cc 61 double new_time = base::Time::Now().ToDoubleT() + 1; local
62 platform_impl.set_mock_monotonically_increasing_time(new_time);
  /external/chromium_org/net/disk_cache/simple/
simple_index_unittest.cc 179 const base::Time new_time = base::Time::Now(); local
180 entry_metadata.SetLastUsedTime(new_time);
182 EXPECT_LT(new_time - base::TimeDelta::FromSeconds(2),
184 EXPECT_GT(new_time + base::TimeDelta::FromSeconds(2),
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 459 int new_time = new_rate.GetTime(filter_pid);
461 int new_avg = new_count > 0 ? (new_time / new_count) : 0;
465 SetSubItem(SubItems[column_time_index], new_time);
  /external/chromium_org/components/bookmarks/browser/
bookmark_model_unittest.cc 593 base::Time new_time = base::Time::Now() + base::TimeDelta::FromMinutes(20); local
594 model_->SetDateAdded(node, new_time);
596 EXPECT_EQ(new_time, node->date_added());
597 EXPECT_EQ(new_time, model_->bookmark_bar_node()->date_folder_modified());
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 618 base::Time new_time(base::Time::Now());
636 EXPECT_CALL(item(0), GetEndTime()).WillRepeatedly(Return(new_time));
637 info.end_time = new_time;
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 873 new_time = time.time()
874 print("Took %0.3fs to %s" %(new_time - self.last_time,
876 self.last_time = new_time
subset.py     [all...]

Completed in 825 milliseconds