| /external/rust/crates/rustversion/src/ | 
| D | date.rs | 8 pub struct Date {  struct 14 impl Display for Date {  implementation 24 pub fn parse(paren: Group, iter: Iter) -> Result<Date> {  in parse() 31 fn try_parse(iter: Iter) -> Result<Date, ()> {  in try_parse()
  | 
| D | expr.rs | 14     Date(Date),  enumerator
  | 
| /external/rust/crates/chrono/src/ | 
| D | date.rs | 47 pub struct Date<Tz: TimeZone> {  struct 48     date: NaiveDate,  argument 52 /// The minimum possible `Date`.  argument 57 impl<Tz: TimeZone> Date<Tz> {  implementation 277 impl<Tz: TimeZone> Date<Tz>  impl 336 impl<Tz: TimeZone> Datelike for Date<Tz> {  implementation 411 impl<Tz: TimeZone> Copy for Date<Tz> where <Tz as TimeZone>::Offset: Copy {}  implementation 412 unsafe impl<Tz: TimeZone> Send for Date<Tz> where <Tz as TimeZone>::Offset: Send {}  implementation 414 impl<Tz: TimeZone, Tz2: TimeZone> PartialEq<Date<Tz2>> for Date<Tz> {  implementation 420 impl<Tz: TimeZone> Eq for Date<Tz> {}  implementation [all …] 
 | 
| /external/abseil-cpp/absl/time/internal/cctz/src/ | 
| D | time_zone_posix.h | 75   struct Date {  struct 76     struct NonLeapDay { 79     struct Day { 82     struct MonthWeekWeekday { 88     DateFormat fmt; 90     union {
  | 
| /external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/ | 
| D | time_zone_posix.h | 75   struct Date {  struct 76     struct NonLeapDay { 79     struct Day { 82     struct MonthWeekWeekday { 88     DateFormat fmt; 90     union {
  | 
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/ | 
| D | time_zone_posix.h | 75   struct Date {  struct 76     struct NonLeapDay { 79     struct Day { 82     struct MonthWeekWeekday { 88     DateFormat fmt; 90     union {
  | 
| /external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/ | 
| D | time_zone_posix.h | 75   struct Date {  struct 76     struct NonLeapDay { 79     struct Day { 82     struct MonthWeekWeekday { 88     DateFormat fmt; 90     union {
  | 
| /external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/ | 
| D | time_zone_posix.h | 75   struct Date {  struct 76     struct NonLeapDay { 79     struct Day { 82     struct MonthWeekWeekday { 88     DateFormat fmt; 90     union {
  | 
| /external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ | 
| D | time_zone_posix.h | 75   struct Date {  struct 76     struct NonLeapDay { 79     struct Day { 82     struct MonthWeekWeekday { 88     DateFormat fmt; 90     union {
  | 
| /external/tensorflow/third_party/absl/abseil-cpp/absl/time/internal/cctz/src/ | 
| D | time_zone_posix.h | 75   struct Date {  struct 76     struct NonLeapDay { 79     struct Day { 82     struct MonthWeekWeekday { 88     DateFormat fmt; 90     union {
  | 
| /external/cronet/third_party/abseil-cpp/absl/time/internal/cctz/src/ | 
| D | time_zone_posix.h | 75   struct Date {  struct 76     struct NonLeapDay { 79     struct Day { 82     struct MonthWeekWeekday { 88     DateFormat fmt; 90     union {
  | 
| /external/rust/crates/rustversion/build/ | 
| D | rustc.rs | 26 pub struct Date {  struct 27     pub year: u16, 28     pub month: u8, 29     pub day: u8, 115 impl Debug for Date {  implementation
  | 
| /external/rust/crates/serde_cbor/examples/ | 
| D | tags.rs | 10 struct Date(String);  struct 12 impl Serialize for Date {  implementation 18 impl<'de> Deserialize<'de> for Date {  implementation
  | 
| /external/rust/crates/combine/examples/ | 
| D | date.rs | 43 pub struct Date {  struct 59     pub date: Date,  argument
  | 
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ | 
| D | TimestampTagTest.java | 62 …ertTrue(getMapValue("canonical: !!timestamp 2001-12-15T02:59:43.1Z", "canonical") instanceof Date);  in testTimestampShorthand()  local 67                 "canonical") instanceof Date);  in testTimestampTag()  local
  | 
| /external/python/cpython2/Lib/sqlite3/ | 
| D | dbapi2.py | 36 Date = datetime.date  variable
  | 
| /external/python/cpython3/Lib/sqlite3/ | 
| D | dbapi2.py | 35 Date = datetime.date  variable
  | 
| /external/fmtlib/test/ | 
| D | util.h | 79   Date(int year, int month, int day) : year_(year), month_(month), day_(day) {}  in Date()  function
  | 
| /external/libtextclassifier/native/annotator/ | 
| D | collections.h | 42   static const std::string& Date() {  in Date()  function
  | 
| /external/perfetto/ui/src/frontend/ | 
| D | topbar.ts | 97     const msgTTL = globals.state.status.timestamp + 1 - Date.now() / 1e3;  constant
  | 
| /external/python/cpython2/Demo/classes/ | 
| D | Dates.py | 120 class Date:  class
  | 
| /external/swiftshader/tests/regres/git/ | 
| D | git.go | 176 	Date        time.Time  member
  | 
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ | 
| D | ICUCurrencyMetaInfo.java | 262     private static final int Date = 4;  field in ICUCurrencyMetaInfo
  | 
| /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ | 
| D | ICUCurrencyMetaInfo.java | 260     private static final int Date = 4;  field in ICUCurrencyMetaInfo
  | 
| /external/golang-protobuf/internal/testprotos/news/ | 
| D | news.pb.go | 74 	Date        *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"`  member
  |