Searched refs:date (Results 1 - 25 of 117) sorted by relevance

12345

/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_calendar_entries.py80 def _calculate_release_start(major: str, minor: str) -> datetime.date:
85 quarter = datetime.date.fromisoformat(f'20{major}-0{[1, 4, 7, 10][int(minor)]}-01')
104 date = _calculate_release_start(major, minor)
112 writer.writerow([f'{major}.{minor}', date.isoformat(), f'{major}.{minor}.0-rc1', args.manager])
114 date = date + datetime.timedelta(days=7)
115 writer.writerow([None, date.isoformat(), f'{major}.{minor}.0-rc{row}', args.manager])
116 date = date + datetime.timedelta(days=7)
117 writer.writerow([None, date
[all...]
H A Dgen_calendar_entries_test.py84 def _patch_date(date: datetime.date) -> typing.Iterator[None]:
86 mdate.today = mock.Mock(return_value=date)
87 with mock.patch('bin.gen_calendar_entries.datetime.date', mdate):
94 date = datetime.date(2021, 1, 6)
95 with TestNextReleaseDate._patch_date(date):
106 date = gen_calendar_entries._calculate_next_release_date(is_zero)
107 assert date.day == expected
113 date
[all...]
/xsrc/external/mit/xdm/dist/xdm/
H A Dprotodpy.c55 Debug ("\tdate %lu (%lu from now)\n", pdpy->date, time(0) - pdpy->date);
89 if (pdpy->date < now - PROTO_TIMEOUT)
104 Time_t date; local in function:NewProtoDisplay
107 time (&date);
108 TimeoutProtoDisplays (date);
122 pdpy->date = date;
/xsrc/external/mit/MesaLib/dist/docs/
H A Drelease-calendar.rst9 The table below lists the date and release manager that is expected to
15 In order to keep the whole releasing team up to date with the tools
31 :header: "Branch", "Expected date", "Release", "Release manager", "Notes"
H A Dcodingstyle.rst5 Some old parts use a style that's a bit out of date. Different sections
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/
H A Dresize.js30 var date = new Date();
31 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
32 expiration = date.toGMTString();
/xsrc/external/mit/libxcvt/dist/.gitlab-ci/
H A Dmeson-build.sh17 CI_JOB_ID=$(date +%s)
/xsrc/external/mit/libdrm/dist/tests/tegra/
H A Dopenclose.c53 printf(" Date: %s\n", version->date);
/xsrc/external/mit/transset/dist/
H A Dconfigure.ac23 [Release date of this package])
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A Ddevice.c157 const char *date = "20190320"; local in function:drm_shim_ioctl_version
166 if (args->date)
167 strncpy(args->date, date, args->date_len);
171 args->date_len = strlen(date);
/xsrc/external/mit/xorg-cf-files/dist/
H A DMakefile.am3 date.def \
143 date.def:
144 @touch date.def
/xsrc/external/mit/sessreg/dist/
H A Dsessreg.c84 time_t date, int addp);
89 const char *host, time_t date, int addp);
452 set_utmp (struct utmp *u, char *line, char *user, char *host, time_t date, int addp) argument
500 u->ut_time = date;
529 const char *host, time_t date, int addp)
606 u->ut_tv.tv_sec = date;
528 set_utmpx(struct utmpx * u,const char * line,const char * user,const char * host,time_t date,int addp) argument
/xsrc/external/mit/libdrm/dist/tests/etnaviv/
H A Detnaviv_bo_cache_test.c97 printf(" Date: %s\n", version->date);
H A Detnaviv_2d_test.c204 printf(" Date: %s\n", version->date);
/xsrc/external/mit/libdrm/dist/tests/util/
H A Dkms.c156 version->date);
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/tests/
H A Detnaviv_bo_cache_test.c102 printf(" Date: %s\n", version->date);
/xsrc/external/mit/libdrm/dist/tests/nouveau/
H A Dthreaded.c114 printf(" Date: %s\n", version->date);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A DMakefile.am123 date +'#define BUILDCOMMENT "(development build, compiled on %c)"' \
/xsrc/external/mit/libXft/dist/
H A DREADME.md36 Set the date
/xsrc/
H A DMakefile10 # only the targets that are out of date.
77 ${XCDIR}/config/cf/date.def
/xsrc/external/mit/brotli/dist/
H A DREADME.md40 The brotli port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.8.3.rst1 Mesa 7.8.3 Release Notes / (date tbd)
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_driver.c1403 char date[128] = ""; local in function:describe_kms
1408 version.date_len = sizeof(date) - 1;
1409 version.date = date;
1418 version.date);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_driver.c1360 char date[128] = ""; local in function:describe_kms
1365 version.date_len = sizeof(date) - 1;
1366 version.date = date;
1375 version.date);
/xsrc/external/mit/xf86-video-nouveau/dist/
H A Dconfigure.ac32 [Driver date])

Completed in 27 milliseconds

12345