OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_timestamp
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc
354
int64
start_timestamp
;
local
356
if (base::StringToInt64(it.key(), &
start_timestamp
) &&
360
int64 end_timestamp =
start_timestamp
+ kMillisecondsPerDay;
364
period->set_start_timestamp(
start_timestamp
);
367
if (
start_timestamp
>= last_reported_day_) {
368
last_reported_day_ =
start_timestamp
;
/external/chromium_org/media/filters/
source_buffer_stream.cc
109
// [|
start_timestamp
|, |end_timestamp|).
111
// [|
start_timestamp
|, |end_removal_timestamp|) is removed.
114
base::TimeDelta
start_timestamp
, base::TimeDelta end_timestamp,
818
base::TimeDelta
start_timestamp
, base::TimeDelta end_timestamp,
820
DCHECK(
start_timestamp
>= base::TimeDelta()) <<
start_timestamp
.InSecondsF();
821
DCHECK(
start_timestamp
< end_timestamp)
822
<< "start " <<
start_timestamp
.InSecondsF()
1357
base::TimeDelta
start_timestamp
= timestamp;
local
1907
base::TimeDelta
start_timestamp
=
local
1926
base::TimeDelta
start_timestamp
= media_segment_start_time_;
local
[
all
...]
/external/chromium_org/testing/gtest/src/
gtest-internal-inl.h
565
TimeInMillis
start_timestamp
() const { return start_timestamp_; }
function in class:testing::internal::UnitTestImpl
[
all
...]
gtest.cc
3517
internal::TimeInMillis UnitTest::
start_timestamp
() const {
function in class:testing::UnitTest
[
all
...]
/ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h
564
TimeInMillis
start_timestamp
() const { return start_timestamp_; }
function in class:testing::internal::UnitTestImpl
[
all
...]
gtest.cc
3645
internal::TimeInMillis UnitTest::
start_timestamp
() const {
function in class:testing::UnitTest
[
all
...]
/external/blktrace/
blkparse.c
299
static unsigned long long
start_timestamp
;
variable
591
start_timestamp
= bit->time;
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc
971
TimeInMillis
start_timestamp
() const { return
start_timestamp
_; }
function in class:testing::internal::UnitTestImpl
5198
internal::TimeInMillis UnitTest::
start_timestamp
() const {
function in class:testing::UnitTest
[
all
...]
Completed in 396 milliseconds