Home
last modified time | relevance | path

Searched defs:start_date (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/tools/line_count/
Dsummarize-history.py28 start_date = datetime.date(2017, 3, 26) variable
Dcollect-history.py28 start_date = datetime.date(2017, 3, 26) variable
/external/rust/crates/grpcio-sys/grpc/tools/line_count/
Dsummarize-history.py28 start_date = datetime.date(2017, 3, 26) variable
Dcollect-history.py28 start_date = datetime.date(2017, 3, 26) variable
/external/python/apitools/apitools/base/py/
Dextra_types_test.py146 start_date = extra_types.DateField(1) variable in ExtraTypesTest.testDateField.DateMsg
/external/libchrome/base/i18n/
Dtime_formatting.cc253 UDate start_date = static_cast<UDate>(begin_time.ToDoubleT() * 1000); in DateIntervalFormat() local
/external/rust/crates/plotters/src/coord/ranged1d/types/
Ddatetime.rs261 let start_date = self.0.start.date_ceil(); in bold_key_points() localVariable
498 let start_date = self.0.start.date_ceil(); in key_points() localVariable