/external/chromium_org/chrome/installer/util/ |
H A D | google_update_experiment_util.cc | 37 base::string16 BuildExperimentDateString(const base::Time& current_time) { argument 49 current_time.UTCExplode(&then);
|
/external/chromium_org/net/ftp/ |
H A D | ftp_directory_listing_parser_netware.cc | 40 const base::Time& current_time, 84 current_time, &entry.last_modified)) { 38 ParseFtpDirectoryListingNetware( const std::vector<base::string16>& lines, const base::Time& current_time, std::vector<FtpDirectoryListingEntry>* entries) argument
|
H A D | ftp_directory_listing_parser.cc | 47 const base::Time& current_time, 58 base::Bind(&ParseFtpDirectoryListingLs, lines, current_time, entries), 71 lines, current_time, entries), 95 const base::Time& current_time, 115 current_time, 137 const base::Time& current_time, 140 int rv = DecodeAndParse(text, current_time, entries, &server_type); 44 ParseListing(const base::string16& text, const base::string16& newline_separator, const std::string& encoding, const base::Time& current_time, std::vector<FtpDirectoryListingEntry>* entries, FtpServerType* server_type) argument 94 DecodeAndParse(const std::string& text, const base::Time& current_time, std::vector<FtpDirectoryListingEntry>* entries, FtpServerType* server_type) argument 136 ParseFtpDirectoryListing(const std::string& text, const base::Time& current_time, std::vector<FtpDirectoryListingEntry>* entries) argument
|
H A D | ftp_directory_listing_parser_ls.cc | 60 const base::Time& current_time, 84 current_time, 99 current_time, 127 const base::Time& current_time, 162 current_time, 58 DetectColumnOffsetSizeAndModificationTime( const std::vector<base::string16>& columns, const base::Time& current_time, size_t* offset, base::string16* size, base::Time* modification_time) argument 125 ParseFtpDirectoryListingLs( const std::vector<base::string16>& lines, const base::Time& current_time, std::vector<FtpDirectoryListingEntry>* entries) argument
|
/external/ceres-solver/internal/ceres/ |
H A D | wall_time.cc | 83 const double current_time = WallTimeInSeconds(); local 84 const double relative_time_delta = current_time - last_event_time_; 85 const double absolute_time_delta = current_time - start_time_; 86 last_event_time_ = current_time;
|
/external/chromium_org/base/time/ |
H A D | pr_time_unittest.cc | 73 time_t current_time = 0; local 74 time(¤t_time); 80 localtime_s(&local_time, ¤t_time); 83 localtime_r(¤t_time, &local_time); 87 PRTime current_time64 = static_cast<PRTime>(current_time) * PR_USEC_PER_SEC;
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/common/ |
H A D | fps.h | 47 double current_time = getseconds(); local 51 if (current_time < state->last_time + kFpsUpdateSecs) 54 *out_fps = state->frame_count / (current_time - state->last_time); 55 state->last_time = current_time;
|
/external/chromium_org/net/cookies/ |
H A D | canonical_cookie_unittest.cc | 47 base::Time current_time = base::Time::Now(); local 50 current_time, base::Time(), current_time, false, false, 64 current_time, 66 current_time,
|
/external/chromium_org/remoting/base/ |
H A D | rate_counter.cc | 23 base::Time current_time = CurrentTime(); local 24 EvictOldDataPoints(current_time); 26 data_points_.push(std::make_pair(current_time, value)); 36 void RateCounter::SetCurrentTimeForTest(base::Time current_time) { argument 38 DCHECK(current_time >= current_time_for_test_); 40 current_time_for_test_ = current_time; 43 void RateCounter::EvictOldDataPoints(base::Time current_time) { argument 45 base::Time window_start = current_time - time_window_;
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
H A D | presenceouttask.cc | 146 struct tm* current_time = gmtime(¤t_time_seconds); local 148 strftime(output, ARRAY_SIZE(output), "%Y%m%dT%H:%M:%S", current_time);
|
/external/chromium_org/third_party/webrtc/base/ |
H A D | ratetracker.cc | 31 uint32 current_time = Time(); local 33 int delta = rtc::TimeDiff(current_time, last_units_second_time_); 43 last_units_second_time_ = current_time - fraction_time; 48 last_units_second_time_ = current_time;
|
/external/chromium_org/ui/gfx/animation/ |
H A D | animation_container.cc | 65 TimeTicks current_time = gfx::FrameTime::Now(); local 67 last_tick_time_ = current_time; 77 (*i)->Step(current_time);
|
/external/e2fsprogs/ext2ed/ |
H A D | disk.c | 144 time_t current_time; local 152 current_time=time (NULL); 155 fprintf (fp,"Time: %s\nDevice: %s\n",ctime ((time_t *) ¤t_time),device_name);
|
/external/chromium_org/chrome/common/variations/ |
H A D | experiment_labels.cc | 24 // including a timestamp that is a year in the future from |current_time|. Since 29 const base::Time& current_time) { 40 label += installer::BuildExperimentDateString(current_time); 51 const base::Time current_time(base::Time::Now()); 66 current_time); 27 CreateSingleExperimentLabel(int count, variations::VariationID id, const base::Time& current_time) argument
|
/external/chromium_org/chrome/installer/gcapi/ |
H A D | gcapi_omaha_experiment.cc | 21 int GetCurrentRlzWeek(const base::Time& current_time) { argument 25 base::TimeDelta delta = current_time - f;
|
/external/chromium_org/components/precache/core/ |
H A D | precache_database.cc | 62 const base::Time& current_time) { 69 base::Time delete_end = current_time - base::TimeDelta::FromDays( 61 DeleteExpiredPrecacheHistory( const base::Time& current_time) argument
|
/external/chromium_org/content/test/plugin/ |
H A D | plugin_schedule_timer_test.cc | 57 Time current_time = Time::Now(); local 59 (current_time - start_time_).InMilliseconds());
|
/external/chromium_org/media/base/ |
H A D | seekable_buffer.h | 129 base::TimeDelta current_time() const { return current_time_; } function in class:media::SeekableBuffer
|
/external/chromium_org/media/video/capture/android/ |
H A D | video_capture_device_android.cc | 156 base::TimeTicks current_time = base::TimeTicks::Now(); local 159 expected_next_frame_time_ = current_time - frame_interval_; 164 if (expected_next_frame_time_ <= current_time) {
|
/external/chromium_org/net/quic/congestion_control/ |
H A D | cubic.cc | 109 QuicTime current_time = clock_->ApproximateNow(); local 113 (current_time.Subtract(last_update_time_) <= MaxCubicTimeInterval())) { 118 last_update_time_ = current_time; 123 epoch_ = current_time; // Start of epoch. 141 (current_time.Add(delay_min).Subtract(epoch_).ToMicroseconds() << 10) /
|
H A D | hybrid_slow_start.cc | 78 QuicTime current_time = clock_->ApproximateNow(); local 92 if (current_time.Subtract(last_close_ack_pair_time_).ToMicroseconds() <= 94 last_close_ack_pair_time_ = current_time; 95 if (current_time.Subtract(round_start_).ToMicroseconds() >= 102 last_close_ack_pair_time_ = round_start_ = current_time;
|
/external/chromium_org/net/test/spawned_test_server/ |
H A D | local_test_server_posix.cc | 85 base::TimeTicks current_time = base::TimeTicks::Now(); local 86 base::TimeDelta elapsed_time_cycle = current_time - previous_time; 89 previous_time = current_time;
|
/external/chromium_org/remoting/host/ |
H A D | cast_video_capturer_adapter.cc | 47 base::TimeTicks current_time = base::TimeTicks::Now(); local 48 captured_frame.elapsed_time = (current_time - start_time_).InMicroseconds() * 51 current_time.ToInternalValue() * base::Time::kNanosecondsPerMicrosecond;
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/test/ |
H A D | stream_generator.cc | 26 int64_t current_time) 30 start_time_(current_time) {} 34 int64_t current_time) { 38 start_time_ = current_time; 45 int64_t current_time) { 46 timestamp_ = 90 * (current_time - start_time_); 24 StreamGenerator(uint16_t start_seq_num, uint32_t start_timestamp, int64_t current_time) argument 32 Init(uint16_t start_seq_num, uint32_t start_timestamp, int64_t current_time) argument 42 GenerateFrame(FrameType type, int num_media_packets, int num_empty_packets, int64_t current_time) argument
|
/external/chromium_org/chrome/browser/media/ |
H A D | cast_transport_host_filter.cc | 210 base::TimeTicks current_time, 216 current_time, 207 OnSendSenderReport( int32 channel_id, uint32 ssrc, base::TimeTicks current_time, uint32 current_time_as_rtp_timestamp) argument
|