Searched refs:end_time (Results 1 - 25 of 195) sorted by relevance

12345678

/external/chromium/chrome/browser/history/
H A Dhistory_publisher_none.cc30 const base::Time& end_time)
H A Dvisit_database.h67 void GetAllVisitsInRange(base::Time begin_time, base::Time end_time,
80 base::Time end_time,
96 void GetVisibleVisitsInRange(base::Time begin_time, base::Time end_time,
H A Dexpire_history_backend.h49 // Populates |visits| from |db|, using provided |end_time| and |max_visits|
51 virtual bool Read(base::Time end_time, HistoryDatabase* db,
89 base::Time begin_time, base::Time end_time);
95 void ArchiveHistoryBefore(base::Time end_time);
219 bool ArchiveSomeOldHistory(base::Time end_time,
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dframe_counter.cc18 struct timeval end_time; local
19 gettimeofday(&end_time, NULL);
20 double frame_end = end_time.tv_sec * kMicroSecondsPerSecond +
21 end_time.tv_usec;
/external/oprofile/opjitconv/
H A Dparse_dump.c27 unsigned long long end_time)
54 entry->life_end = end_time;
86 static void parse_code_unload(void const * ptr, unsigned long long end_time) argument
102 entry->life_end == end_time) {
117 unsigned long long end_time)
126 debug_line->life_end = end_time;
138 unsigned long long end_time)
152 if (parse_code_load(rec, rec->total_size, end_time)) {
159 parse_code_unload(rec, end_time);
175 parse_code_debug_info(rec, end, end_time);
26 parse_code_load(void const * ptr_arg, int size, unsigned long long end_time) argument
116 parse_code_debug_info(void const * ptr, void const * end, unsigned long long end_time) argument
137 parse_entries(void const * ptr, void const * end, unsigned long long end_time) argument
239 parse_all(void const * start, void const * end, unsigned long long end_time) argument
[all...]
H A Dconversion.c43 unsigned long long start_time, unsigned long long end_time)
57 end_time)) == OP_JIT_CONV_FAIL)
42 op_jit_convert(struct op_jitdump_info file_info, char const * elffile, unsigned long long start_time, unsigned long long end_time) argument
H A Dopjitconv.h92 unsigned long long end_time);
96 unsigned long long start_time, unsigned long long end_time);
/external/chromium/sdch/open-vcdiff/src/
H A Dtesting.h81 struct timeval end_time; local
82 gettimeofday(&end_time, NULL);
85 (1000000 * (end_time.tv_sec - start_time_.tv_sec))
86 + end_time.tv_usec - start_time_.tv_usec;
129 LARGE_INTEGER end_time;
130 QueryPerformanceCounter(&end_time);
133 end_time.QuadPart - start_time_.QuadPart);
/external/chromium_org/sdch/open-vcdiff/src/
H A Dtesting.h81 struct timeval end_time; local
82 gettimeofday(&end_time, NULL);
85 (1000000 * (end_time.tv_sec - start_time_.tv_sec))
86 + end_time.tv_usec - start_time_.tv_usec;
129 LARGE_INTEGER end_time;
130 QueryPerformanceCounter(&end_time);
133 end_time.QuadPart - start_time_.QuadPart);
/external/open-vcdiff/src/
H A Dtesting.h81 struct timeval end_time; local
82 gettimeofday(&end_time, NULL);
85 (1000000 * (end_time.tv_sec - start_time_.tv_sec))
86 + end_time.tv_usec - start_time_.tv_usec;
129 LARGE_INTEGER end_time;
130 QueryPerformanceCounter(&end_time);
133 end_time.QuadPart - start_time_.QuadPart);
/external/chromium_org/content/public/test/
H A Dmock_download_manager.cc19 const base::Time& end_time,
34 end_time(end_time),
50 end_time(rhs.end_time),
70 end_time == rhs.end_time &&
99 const base::Time& end_time,
110 end_time, etag, last_modified, received_bytes, total_bytes, state,
12 CreateDownloadItemAdapter( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, 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
92 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, 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/ui/gfx/
H A Dinterpolated_transform.h31 // The interpolated transform varies only when t in (start_time, end_time).
33 // if t >= end_time, Interpolate(t) will return the final transform.
34 InterpolatedTransform(float start_time, float end_time);
64 float end_time() const { return end_time_; } function in class:ui::InterpolatedTransform
93 float end_time);
121 float end_time);
145 float start_time, float end_time);
151 float end_time);
171 float end_time);
225 float end_time);
[all...]
H A Dinterpolated_transform.cc85 float end_time)
87 end_time_(end_time),
145 float end_time)
146 : InterpolatedTransform(start_time, end_time),
181 float end_time)
182 : InterpolatedTransform(start_time, end_time),
208 float start_time, float end_time)
209 : InterpolatedTransform(start_time, end_time),
224 float end_time)
225 : InterpolatedTransform(start_time, end_time),
84 InterpolatedTransform(float start_time, float end_time) argument
142 InterpolatedRotation(float start_degrees, float end_degrees, float start_time, float end_time) argument
176 InterpolatedAxisAngleRotation( const gfx::Vector3dF& axis, float start_degrees, float end_degrees, float start_time, float end_time) argument
207 InterpolatedScale(float start_scale, float end_scale, float start_time, float end_time) argument
221 InterpolatedScale(const gfx::Point3F& start_scale, const gfx::Point3F& end_scale, float start_time, float end_time) argument
252 InterpolatedTranslation(const gfx::Point& start_pos, const gfx::Point& end_pos, float start_time, float end_time) argument
300 InterpolatedTransformAboutPivot( const gfx::Point& pivot, InterpolatedTransform* transform, float start_time, float end_time) argument
343 InterpolatedMatrixTransform( const gfx::Transform& start_transform, const gfx::Transform& end_transform, float start_time, float end_time) argument
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_history.h38 end_time(end_time_arg) {
54 base::Time end_time; member in struct:prerender::PrerenderHistory::Entry
/external/chromium_org/v8/tools/testrunner/local/
H A Dcommands.py87 if timeout is None: end_time = None
88 else: end_time = time.time() + timeout
96 if (not end_time is None) and (time.time() >= end_time):
/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.cc238 // Take |begin_time|, |end_time|, and |max_count| from the original query
241 base::Time end_time = local
244 url = net::AppendQueryParameter(url, "max", ServerTimeString(end_time));
324 base::Time end_time = it->end_time; local
325 if (end_time.is_null() || end_time > now)
326 end_time = now;
327 std::string max_timestamp = ServerTimeString(end_time);
365 base::Time end_time,
362 ExpireHistoryBetween( const std::set<GURL>& restrict_urls, base::Time begin_time, base::Time end_time, const ExpireWebHistoryCallback& callback) argument
[all...]
H A Ddelete_directive_handler.h39 // |begin_time| and |end_time|.
43 base::Time end_time);
H A Dexpire_history_backend.h51 // Populates |visits| from |db|, using provided |end_time| and |max_visits|
53 virtual bool Read(base::Time end_time, HistoryDatabase* db,
93 base::Time begin_time, base::Time end_time);
108 void ArchiveHistoryBefore(base::Time end_time);
229 bool ArchiveSomeOldHistory(base::Time end_time,
/external/chromium/testing/gtest/samples/
H A Dsample5_unittest.cc75 const time_t end_time = time(NULL); local
80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long.";
/external/chromium_org/testing/gtest/samples/
H A Dsample5_unittest.cc75 const time_t end_time = time(NULL); local
80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long.";
/external/chromium_org/tools/gn/
H A Dcommand_gen.cc64 base::TimeTicks end_time = base::TimeTicks::Now();
75 base::IntToString((end_time - begin_time).InMilliseconds()) + "ms\n";
/external/gtest/samples/
H A Dsample5_unittest.cc75 const time_t end_time = time(NULL); local
80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long.";
/external/protobuf/gtest/samples/
H A Dsample5_unittest.cc75 const time_t end_time = time(NULL); local
80 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long.";
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dbrowser.c71 struct XRayTimestampPair end_time = XRayFrameGetEndTimestampPair( local
74 double pdiff = (end_time.pepper - start_time.pepper);
75 double odiff = (end_time.xray - start_time.xray);
77 double scale_b = ((double)end_time.pepper) - (scale_a * end_time.xray);
/external/linux-tools-perf/
H A Dbuiltin-timechart.c86 u64 end_time; member in struct:per_pid
99 u64 end_time; member in struct:per_pidcomm
129 u64 end_time; member in struct:cpu_sample
144 u64 end_time; member in struct:power_event
233 p->end_time = timestamp;
235 p->current->end_time = timestamp;
260 sample->end_time = end;
387 pwr->end_time = timestamp;
409 pwr->end_time = timestamp;
593 pwr->end_time
[all...]

Completed in 1236 milliseconds

12345678