Home
last modified time | relevance | path

Searched defs:Date (Results 1 – 25 of 41) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dpacked-bitfield.h1 struct Date { struct
2 unsigned char day: 5;
3 unsigned char month: 4;
4 signed short year: 15;
/third_party/rust/crates/version_check/src/
Ddate.rs6 pub struct Date(u32); struct
8 impl Date { impl
51 pub fn parse(date: &str) -> Option<Date> { in parse()
86 pub fn from_ymd(year: u16, month: u8, day: u8) -> Date { in from_ymd()
177 impl fmt::Display for Date { implementation
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h75 struct Date { struct
76 struct NonLeapDay {
79 struct Day {
82 struct MonthWeekWeekday {
88 DateFormat fmt;
90 union {
/third_party/typescript/tests/baselines/reference/
DgenericCallWithConstraintsTypeArgumentInference2.js12 var r4 = foo<Date, Date>(1); // error variable
13 var r5 = foo<Date, Date>(new Date()); // no error variable
DtwoMergedInterfacesWithDifferingOverloads.js36 var c: C<boolean, Date>; variable
50 var d: D<boolean, Date>; variable
DgenericCombinators2.js16 var r5a = _.map<number, string, Date>(c2, (x, y) => { return x.toFixed() }); variable
17 var r5b = _.map<number, string, Date>(c2, rf1); variable
DcontrolFlowInstanceOfGuardPrimitives.js2 function distinguish(thing: string | number | Date) {
DgenericTypeAssertions6.js24 var b: B<Date, Date>; variable
25 var c: A<Date, Date> = <A<Date, Date>>b; variable
DtooManyTypeParameters1.js9 var c = new C<Date,Date>(); variable
DrestParametersOfNonArrayTypes.js6 var f2 = (...x: Date, ...y: boolean) => { }
DobjectTypesIdentityWithGenericCallSignaturesDifferingByConstraints.js7 foo<T extends Date>(x: T): string { return null; } field in A
DobjectTypesIdentityWithGenericCallSignaturesDifferingByReturnType2.js7 foo<T extends Date>(x: T): string { return null; } field in A
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dpacked-bitfield.rs96 pub struct Date { struct
103 ::std::mem::size_of::<Date>(), in bindgen_test_layout_Date() argument
113 impl Date { impl
/third_party/jerryscript/docs/
D05.PORT-API.md154 ## Date section in Reference
294 ## Date section in How to port JerryScript
/third_party/jerryscript/tests/jerry/es2015/
Ddate-prototype-toprimitive.js47 Date.prototype[Symbol.toPrimitive].call(undefined); class
Dbuiltin-prototypes.js57 Date.prototype.valueOf(); class
/third_party/typescript/tests/cases/compiler/
DnoDefaultLib.ts9 interface Date {} interface
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-1074.js15 try { this.Date.prototype.$ (this.isNaN.length, this.String.fromCharCode.length) } catch($){} class
Ddate-tostring.js27 Date.prototype.toString.call(-1); class
Dregression-test-issue-786.js16 try { Date.prototype.toTimeString() } catch (err) { } class
/third_party/node/benchmark/http/
Dincoming_headers.js22 'Date': new Date().toString(), property
/third_party/python/Lib/sqlite3/
Ddbapi2.py35 Date = datetime.date variable
/third_party/node/deps/npm/node_modules/JSONStream/test/
Dgen.js46 "Date": randomString(26, 26), property
/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts110 interface Date { interface
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts90 interface Date { interface

12