Home
last modified time | relevance | path

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

12

/third_party/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/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) => { }
DobjectTypesIdentityWithGenericCallSignaturesDifferingByReturnType2.js7 foo<T extends Date>(x: T): string { return null; } field in A
DobjectTypesIdentityWithGenericCallSignaturesDifferingByConstraints.js7 foo<T extends Date>(x: T): string { return null; } field in A
/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/boost/libs/outcome/test/
Dexpected-pass.cpp270 struct Date struct
273 Date() = delete; argument
274 Date(int i_) noexcept : i{i_} {} // NOLINT in Date() argument
275 Date(Date &&d) noexcept : i(d.i) { d.i = 0; } in Date() function
278 Date &operator=(Date &&d) noexcept in operator =() argument
/third_party/python/Lib/sqlite3/
Ddbapi2.py35 Date = datetime.date variable
/third_party/node/benchmark/http/
Dincoming_headers.js22 'Date': new Date().toString(), property
/third_party/mingw-w64/mingw-w64-headers/include/
Dcertadm.h146 #define ICertAdmin_RevokeCertificate(This,strConfig,strSerialNumber,Reason,Date) (This)->lpVtbl->Re… argument
151 #define ICertAdmin_PublishCRL(This,strConfig,Date) (This)->lpVtbl->PublishCRL(This,strConfig,Date) argument
254 #define ICertAdmin2_RevokeCertificate(This,strConfig,strSerialNumber,Reason,Date) (This)->lpVtbl->R… argument
259 #define ICertAdmin2_PublishCRL(This,strConfig,Date) (This)->lpVtbl->PublishCRL(This,strConfig,Date) argument
262 #define ICertAdmin2_PublishCRLs(This,strConfig,Date,CRLFlags) (This)->lpVtbl->PublishCRLs(This,strC… argument
272 #define ICertAdmin2_DeleteRow(This,strConfig,Flags,Date,Table,RowId,pcDeleted) (This)->lpVtbl->Dele… argument
/third_party/node/deps/npm/node_modules/JSONStream/test/
Dgen.js46 "Date": randomString(26, 26), property
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts90 interface Date { interface
/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts110 interface Date { interface

12