OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previous_time
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/test/
test_server_posix.cc
62
base::Time
previous_time
= base::Time::Now();
local
78
base::TimeDelta elapsed_time_cycle = current_time -
previous_time
;
81
previous_time
= current_time;
/external/chromium_org/net/test/spawned_test_server/
local_test_server_posix.cc
65
base::TimeTicks
previous_time
= base::TimeTicks::Now();
local
85
base::TimeDelta elapsed_time_cycle = current_time -
previous_time
;
88
previous_time
= current_time;
/external/chromium_org/third_party/mesa/src/src/glx/
dri2_glx.c
115
double
previous_time
;
member in struct:dri2_drawable
691
if (draw->
previous_time
+ 1 < current_time) {
692
if (draw->
previous_time
) {
694
draw->frames / (current_time - draw->
previous_time
));
697
draw->
previous_time
= current_time;
[
all
...]
/external/mesa3d/src/glx/
dri2_glx.c
115
double
previous_time
;
member in struct:dri2_drawable
691
if (draw->
previous_time
+ 1 < current_time) {
692
if (draw->
previous_time
) {
694
draw->frames / (current_time - draw->
previous_time
));
697
draw->
previous_time
= current_time;
[
all
...]
/external/chromium_org/media/filters/
audio_renderer_impl.cc
598
base::TimeDelta
previous_time
= current_time_;
local
615
if (current_time_ >
previous_time
&& !rendered_end_of_stream_) {
Completed in 155 milliseconds