OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_sec
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
date.cc
202
void DateCache::ExtendTheAfterSegment(int
time_sec
, int offset_ms) {
204
after_->start_sec <=
time_sec
+ kDefaultDSTDeltaInSec &&
205
time_sec
<= after_->end_sec) {
207
after_->start_sec =
time_sec
;
214
after_->start_sec =
time_sec
;
215
after_->end_sec =
time_sec
;
223
int
time_sec
= (time_ms >= 0 && time_ms <= kMaxEpochTimeInMs)
local
238
if (before_->start_sec <=
time_sec
&&
239
time_sec
<= before_->end_sec) {
245
ProbeDST(
time_sec
);
[
all
...]
/external/v8/src/
date.cc
202
void DateCache::ExtendTheAfterSegment(int
time_sec
, int offset_ms) {
204
after_->start_sec <=
time_sec
+ kDefaultDSTDeltaInSec &&
205
time_sec
<= after_->end_sec) {
207
after_->start_sec =
time_sec
;
214
after_->start_sec =
time_sec
;
215
after_->end_sec =
time_sec
;
223
int
time_sec
= (time_ms >= 0 && time_ms <= kMaxEpochTimeInMs)
local
238
if (before_->start_sec <=
time_sec
&&
239
time_sec
<= before_->end_sec) {
245
ProbeDST(
time_sec
);
[
all
...]
Completed in 142 milliseconds