Searched refs:start_time (Results 201 - 225 of 390) sorted by relevance

1234567891011>>

/external/lldb/test/pexpect-2.4/examples/
H A Dhive.py415 start_time = time.time() variable
427 if options.verbose: print (time.time() - start_time) / 60.0
/external/llvm/utils/lit/lit/
H A Drun.py164 start_time = time.time()
184 result.elapsed = time.time() - start_time
/external/blktrace/btreplay/
H A Dbtrecord.c85 * @start_time: Start time of th ecurrent bunch
95 __u64 start_time, last_time, bunches, pkts; member in struct:io_stream
249 * @start_time: Records current start
251 static inline void io_bunch_create(struct io_stream *stream, __u64 start_time) argument
258 cur->hdr.time_stamp = stream->start_time = start_time;
651 if ((spec->time - stream->start_time) > max_bunch_tm)
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer.cc127 double start_time = WallTimeInSeconds(); local
128 double iteration_start_time = start_time;
245 WallTimeInSeconds() - start_time
271 const double total_solver_time = iteration_start_time - start_time +
679 WallTimeInSeconds() - start_time
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc338 if (params->query.start_time.get())
339 options.begin_time = GetTime(*params->query.start_time);
423 base::Time start_time = GetTime(params->range.start_time);
431 start_time,
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc47 EXPECT_EQ(left.start_time.ToTimeT(), right.start_time.ToTimeT());
244 infos->at(index).start_time,
382 const base::Time& start_time,
407 info->start_time = start_time;
436 EXPECT_CALL(item(index), GetStartTime()).WillRepeatedly(Return(start_time));
374 InitItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, content::DownloadItem::DownloadState state, content::DownloadDangerType danger_type, content::DownloadInterruptReason interrupt_reason, bool opened, const std::string& by_extension_id, const std::string& by_extension_name, history::DownloadRow* info) argument
/external/chromium_org/cc/resources/
H A Dpicture_pile_impl.cc274 base::TimeTicks start_time; local
276 start_time = rendering_stats_instrumentation->StartRecording();
283 rendering_stats_instrumentation->EndRecording(start_time);
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service_unittest.cc514 base::Time start_time; local
516 base::Time::FromString("Tue, 17 Apr 2012 18:02:00 GMT", &start_time));
517 SetTime(start_time);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file.cc191 const base::TimeTicks& start_time,
222 (base::TimeTicks::Now() - start_time));
226 (base::TimeTicks::Now() - start_time));
186 SyncWriteToDisk(net::CacheType cache_type, const base::FilePath& cache_directory, const base::FilePath& index_filename, const base::FilePath& temp_index_filename, scoped_ptr<Pickle> pickle, const base::TimeTicks& start_time, bool app_on_background) argument
H A Dsimple_index_file.h152 const base::TimeTicks& start_time,
/external/chromium_org/remoting/codec/
H A Dcodec_test.cc404 base::TimeTicks start_time; local
413 start_time = base::TimeTicks::Now();
423 elapsed = base::TimeTicks::Now() - start_time;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc333 EXPECT_EQ(before.start_time, after.start_time);
382 EXPECT_EQ(0, state_before.start_time);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc333 EXPECT_EQ(before.start_time, after.start_time);
382 EXPECT_EQ(0, state_before.start_time);
/external/chromium_org/cc/animation/
H A Danimation.h86 base::TimeTicks start_time() const { return start_time_; } function in class:cc::Animation
/external/chromium_org/cc/blink/
H A Dweb_animation_impl.cc99 return (animation_->start_time() - base::TimeTicks()).InSecondsF();
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_loader.h212 const base::Time& start_time,
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_token.cc108 task_log_->start_time = base::TimeTicks::Now();
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.h151 base::TimeTicks start_time,
/external/chromium_org/components/domain_reliability/
H A Dcontext_unittest.cc35 beacon.start_time = time->NowTicks() - beacon.elapsed;
/external/chromium_org/components/metrics/
H A Dmetrics_service.h65 base::TimeTicks start_time; member in struct:metrics::SyntheticTrialGroup
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.cc174 const base::Time& start_time,
194 start_time,
628 const base::Time& start_time,
651 start_time,
620 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.h84 base::Time start_time; member in struct:content::IndexedDBTransaction::Diagnostics
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer.h82 // discard. For all other stream types, if FFmpegDemuxer::start_time() is
186 base::TimeDelta start_time() const { return start_time_; } function in class:media::FFmpegDemuxer
/external/chromium_org/net/dns/
H A Ddns_config_service_win.cc634 base::TimeTicks start_time = base::TimeTicks::Now(); variable
645 base::TimeTicks::Now() - start_time);
683 base::TimeTicks start_time = base::TimeTicks::Now(); variable
692 base::TimeTicks::Now() - start_time);
/external/chromium_org/sync/internal_api/public/
H A Dhttp_bridge.h192 base::Time start_time; member in struct:syncer::HttpBridge::URLFetchState

Completed in 557 milliseconds

1234567891011>>