OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:time
(Results
451 - 475
of
34351
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/art/test/064-field-access/
info.txt
3
more exceptional conditions exist at the same
time
. For example,
7
same
time
, we can only throw one or the other.
/dalvik/tests/064-field-access/
info.txt
3
more exceptional conditions exist at the same
time
. For example,
7
same
time
, we can only throw one or the other.
/external/chromium/chrome/browser/chromeos/
low_battery_observer.cc
31
// by user when
time
remaining <= critical.
37
//
time
as if we were on line power.
38
// remaining
time
of zero means still calculating, this is denoted by
43
// goes critical. We only want to do this once even if the
time
remaining
51
// to line_power, we're calculating our
time
remaining,
52
// or our
time
remaining has climbed higher than
58
// we know the remaining
time
, and that
time
is less than limit.
/external/chromium/chrome/browser/instant/
promo_counter.h
12
#include "base/
time
.h"
38
bool ShouldShow(base::
Time
current_time);
44
// Called the first
time
ShouldShow is invoked. Updates the necessary pref
46
void Init(base::
Time
current_time);
49
void MaxSessionsEncountered(base::
Time
current_time);
52
void MaxTimeLapsed(base::
Time
current_time);
72
// Initial
time
the promo was first shown.
73
base::
Time
initial_show_;
promo_counter_unittest.cc
16
base::
Time
test_time(base::
Time
::Now());
28
base::
Time
test_time(base::
Time
::Now());
50
base::
Time
test_time(base::
Time
::Now());
69
base::
Time
test_time(base::
Time
::Now());
/external/chromium/chrome/common/
thumbnail_score_unittest.cc
10
base::
Time
now = base::
Time
::Now();
27
// Use a really long
time
for the difference so we aren't sensitive to the
29
base::
Time
now = base::
Time
::Now();
30
base::
Time
last_year = now - base::TimeDelta::FromDays(365);
40
base::
Time
now = base::
Time
::Now();
time_format_unittest.cc
5
#include <
time
.h>
9
#include "base/
time
.h"
14
using base::
Time
;
18
Time
now =
Time
::Now();
22
Time
yesterday = now - TimeDelta::FromDays(1);
26
Time
two_days_ago = now - TimeDelta::FromDays(2);
30
Time
a_week_ago = now - TimeDelta::FromDays(7);
/external/chromium/net/ftp/
ftp_directory_listing_parser_ls.h
14
class
Time
;
23
const base::
Time
& current_time,
ftp_directory_listing_parser_netware.h
14
class
Time
;
24
const base::
Time
& current_time,
/external/chromium/net/socket/
client_socket_pool_histograms.cc
58
void ClientSocketPoolHistograms::AddRequestTime(base::TimeDelta
time
) const {
59
request_time_->AddTime(
time
);
69
time
,
77
time
,
83
void ClientSocketPoolHistograms::AddUnusedIdleTime(base::TimeDelta
time
) const {
84
unused_idle_time_->AddTime(
time
);
87
void ClientSocketPoolHistograms::AddReusedIdleTime(base::TimeDelta
time
) const {
88
reused_idle_time_->AddTime(
time
);
/external/chromium_org/base/
sys_info.cc
7
#include "base/
time
/
time
.h"
value_conversions.h
24
BASE_EXPORT StringValue* CreateTimeDeltaValue(const TimeDelta&
time
);
25
BASE_EXPORT bool GetValueAsTimeDelta(const Value& value, TimeDelta*
time
);
/external/chromium_org/base/test/
simple_test_clock.cc
13
Time
SimpleTestClock::Now() {
23
void SimpleTestClock::SetNow(
Time
now) {
/external/chromium_org/base/threading/
watchdog.h
6
// duration of
time
passes without proper attention. The duration of
time
is
7
// specified at construction
time
. The Watchdog may be used many times by
28
#include "base/
time
/
time
.h"
47
// Start timing, and alarm when
time
expires (unless we're disarm()ed.)
52
// Reset
time
, and do not set off the alarm.
55
// Alarm is called if the
time
expires after an Arm() without someone calling
/external/chromium_org/chrome/browser/history/
history_publisher_none.cc
11
#include "base/
time
/
time
.h"
/external/chromium_org/chrome/browser/
idle_chromeos.cc
10
#include "base/
time
/
time
.h"
/external/chromium_org/chrome/browser/omnibox/
omnibox_log.h
11
#include "base/
time
/
time
.h"
55
// The amount of
time
since the user first began modifying the text
58
// page's URL again), then writes in the omnibox again, this
time
61
// the
time
the user began typing (this should only happen in
62
// unit tests), this elapsed
time
is set to -1 milliseconds.
70
// The amount of
time
since the last
time
the default (i.e., inline)
/external/chromium_org/chrome/browser/performance_monitor/
events.json
16
"
time
": {"type": "number", "description": "The
time
at which the event was recorded."},
31
"
time
": {"type": "number", "description": "The
time
at which the event was recorded."},
42
"
time
": {"type": "number", "description": "The
time
at which the event was recorded."},
52
"
time
": {"type": "number", "description": "The
time
at which the event was recorded."},
/external/chromium_org/chrome/common/metrics/proto/
profiler_event.proto
24
// The source based upon which "
time
" measurements are made.
25
// We currently only measure wall clock
time
; but we are exploring other
26
// measurement sources as well, such as CPU
time
or TCMalloc statistics.
29
WALL_CLOCK_TIME = 1; // Total
time
elapsed between the start and end of
54
// The total execution
time
for instances this task.
57
// The execution
time
for a uniformly randomly sampled instance of this
61
// The total
time
instances this task spent waiting (e.g. in a message loop)
65
// The
time
that a uniformly randomly sampled instance of this task spent
/external/chromium_org/chromeos/network/
geolocation_handler.h
9
#include "base/
time
/
time
.h"
27
// (Delay some amount of
time
, ~10s)
29
// (Delay some amount of
time
after data changed, ~10s)
31
// (Delay some amount of
time
after data did not change, ~2 mins)
39
// point data, and sets |age_ms| to the
time
since the last update in MS.
72
// Cached wifi access points and update
time
74
base::
Time
geolocation_received_time_;
/external/chromium_org/content/browser/renderer_host/
basic_mouse_wheel_smooth_scroll_gesture.h
8
#include "base/
time
/
time
.h"
smooth_scroll_calculator.h
8
#include "base/
time
/
time
.h"
/external/chromium_org/content/renderer/media/
websourcebuffer_impl.cc
12
static base::TimeDelta DoubleToTimeDelta(double
time
) {
13
DCHECK(!base::IsNaN(
time
));
14
DCHECK_GE(
time
, 0);
15
if (
time
== std::numeric_limits<double>::infinity())
21
if (
time
>= max_time_in_seconds)
25
time
* base::
Time
::kMicrosecondsPerSecond);
63
offset * base::
Time
::kMicrosecondsPerSecond);
/external/chromium_org/net/ftp/
ftp_directory_listing_parser_ls.h
14
class
Time
;
24
const base::
Time
& current_time,
ftp_directory_listing_parser_netware.h
14
class
Time
;
24
const base::
Time
& current_time,
Completed in 1093 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>