/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | packed-bitfield.h | 1 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/ |
D | date.rs | 6 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/ |
D | time_zone_posix.h | 75 struct Date { struct 76 struct NonLeapDay { 79 struct Day { 82 struct MonthWeekWeekday { 88 DateFormat fmt; 90 union {
|
/third_party/typescript/tests/baselines/reference/ |
D | genericCallWithConstraintsTypeArgumentInference2.js | 12 var r4 = foo<Date, Date>(1); // error variable 13 var r5 = foo<Date, Date>(new Date()); // no error variable
|
D | twoMergedInterfacesWithDifferingOverloads.js | 36 var c: C<boolean, Date>; variable 50 var d: D<boolean, Date>; variable
|
D | genericCombinators2.js | 16 var r5a = _.map<number, string, Date>(c2, (x, y) => { return x.toFixed() }); variable 17 var r5b = _.map<number, string, Date>(c2, rf1); variable
|
D | controlFlowInstanceOfGuardPrimitives.js | 2 function distinguish(thing: string | number | Date) {
|
D | genericTypeAssertions6.js | 24 var b: B<Date, Date>; variable 25 var c: A<Date, Date> = <A<Date, Date>>b; variable
|
D | tooManyTypeParameters1.js | 9 var c = new C<Date,Date>(); variable
|
D | restParametersOfNonArrayTypes.js | 6 var f2 = (...x: Date, ...y: boolean) => { }
|
D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints.js | 7 foo<T extends Date>(x: T): string { return null; } field in A
|
D | objectTypesIdentityWithGenericCallSignaturesDifferingByReturnType2.js | 7 foo<T extends Date>(x: T): string { return null; } field in A
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | packed-bitfield.rs | 96 pub struct Date { struct 103 ::std::mem::size_of::<Date>(), in bindgen_test_layout_Date() argument 113 impl Date { impl
|
/third_party/jerryscript/docs/ |
D | 05.PORT-API.md | 154 ## Date section in Reference 294 ## Date section in How to port JerryScript
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | date-prototype-toprimitive.js | 47 Date.prototype[Symbol.toPrimitive].call(undefined); class
|
D | builtin-prototypes.js | 57 Date.prototype.valueOf(); class
|
/third_party/typescript/tests/cases/compiler/ |
D | noDefaultLib.ts | 9 interface Date {} interface
|
/third_party/jerryscript/tests/jerry/ |
D | regression-test-issue-1074.js | 15 try { this.Date.prototype.$ (this.isNaN.length, this.String.fromCharCode.length) } catch($){} class
|
D | date-tostring.js | 27 Date.prototype.toString.call(-1); class
|
D | regression-test-issue-786.js | 16 try { Date.prototype.toTimeString() } catch (err) { } class
|
/third_party/node/benchmark/http/ |
D | incoming_headers.js | 22 'Date': new Date().toString(), property
|
/third_party/python/Lib/sqlite3/ |
D | dbapi2.py | 35 Date = datetime.date variable
|
/third_party/node/deps/npm/node_modules/JSONStream/test/ |
D | gen.js | 46 "Date": randomString(26, 26), property
|
/third_party/typescript/lib/ |
D | lib.es2015.symbol.wellknown.d.ts | 110 interface Date { interface
|
/third_party/typescript/src/lib/ |
D | es2015.symbol.wellknown.d.ts | 90 interface Date { interface
|