| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/files/ |
| H A D | fix-inner-dependency.patch | 1 It fails to compile xfce4-datetime-setter occasionally when system load is high: 3 | ../git/xfce/main.c:42:10: fatal error: cc-datetime-resources.h: No such file or directory 4 | 42 | #include "cc-datetime-resources.h" 8 Update datetime_panel_dep to make sure cc-datetime-resources.h be generated 11 Upstream-Status: Submitted [https://github.com/schnitzeltony/xfce4-datetime-setter/pull/2] 15 diff --git a/panels/datetime/meson.build b/panels/datetime/meson.build 17 --- a/panels/datetime/meson.build 18 +++ b/panels/datetime/meson.build
|
| H A D | 0001-Fix-build-with-meson-0.61.patch | 6 Upstream-Status: Submitted [https://github.com/schnitzeltony/xfce4-datetime-setter/pull/3] 9 panels/datetime/meson.build | 1 - 12 diff --git a/panels/datetime/meson.build b/panels/datetime/meson.build 14 --- a/panels/datetime/meson.build 15 +++ b/panels/datetime/meson.build 23 output: 'xfce-datetime.desktop',
|
| /OK3568_Linux_fs/kernel/tools/power/x86/intel_pstate_tracer/ |
| H A D | intel_pstate_tracer.py | 27 from datetime import datetime 110 … cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 131 …set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 148 …set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 164 …ot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now())) 181 … g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now())) 194 g_plot('set title "{} : cpu pstates : {:%F %H:%M}"'.format(testname, datetime.now())) 211 g_plot('set title "{} : cpu loads : {:%F %H:%M}"'.format(testname, datetime.now())) 225 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(testname, datetime.now())) 239 g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetime.now())) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
| H A D | 0005-fix-incorrect-timeout-while-system-time-changed.patch | 31 import subprocess, datetime, os, time, signal 32 - start = datetime.datetime.now() 39 - now = datetime.datetime.now()
|
| H A D | 0002-run_program-support-timeout.patch | 24 + import subprocess, datetime, os, time, signal 25 + start = datetime.datetime.now() 31 + now = datetime.datetime.now()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | image-artifact-names.bbclass | 19 import datetime 20 ….setVar("IMAGE_VERSION_SUFFIX", "-" + datetime.datetime.fromtimestamp(int(d.getVar("SOURCE_DATE_EP…
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 17 from datetime import datetime, timedelta 75 unix_epoch = datetime.utcfromtimestamp(0) 79 if isinstance(obj, datetime): 125 self.stream.write(datetime.now().strftime("[%Y-%m-%d %H:%M:%S] ")) 130 self.start_time = datetime.utcnow() 134 self.elapsed_time = datetime.utcnow() - self.start_time 287 self.start_time = datetime.now() 289 self.elapsed_time = datetime.now() - self.start_time 313 start_time = datetime.now() 315 etime = datetime.now() - start_time [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/ |
| H A D | conf.py | 18 import datetime 33 % datetime.datetime.now().year
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-dateutil_2.8.2.bb | 1 SUMMARY = "Extensions to the standard Python datetime module" 2 DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in… 19 ${PYTHON_PN}-datetime \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/ |
| H A D | xfce4-datetime-setter_3.32.2.bb | 1 DESCRIPTION = "A fork of (early) gnome-control-center datetime panel for XFCE. \ 3 HOMEPAGE = "https://github.com/schnitzeltony/xfce4-datetime-setter" 9 SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https;branch=master \
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/rtc/ |
| H A D | datetimewidget.cpp | 113 QDateTime datetime; in on_applyBtn_clicked() local 121 datetime.setDate(d); in on_applyBtn_clicked() 122 datetime.setTime(t); in on_applyBtn_clicked() 131 datetime = QDateTime::fromMSecsSinceEpoch(mSeconds); in on_applyBtn_clicked() 139 arg("\"" + datetime.toString("yyyy-MM-dd hh:mm:ss") + "\""). in on_applyBtn_clicked()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | buildhistory.py | 7 import datetime 23 …tmp_bh_dir = os.path.join(self.builddir, "tmp_buildhistory_%s" % datetime.datetime.now().strftime(…
|
| H A D | sstate.py | 5 import datetime 35 …temp_sstate_path = os.path.join(self.builddir, "temp_sstate_%s" % datetime.datetime.now().strftime…
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | conf.py | 17 import datetime 50 copyright = '2010-%s, The Linux Foundation, CC-BY-SA-2.0-UK license' % datetime.datetime.now().year
|
| /OK3568_Linux_fs/buildroot/support/testing/infra/ |
| H A D | basetest.py | 3 import datetime 49 print("{} {:40s} {}".format(datetime.datetime.now().strftime("%H:%M:%S"),
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | export.py | 13 import datetime 63 …default_name = "%s-%s.tar.gz" % (default_arcname_prefix, datetime.datetime.now().strftime('%Y%m%d%…
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | ltp_compliance.py | 9 import datetime 32 timestamp = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
|
| H A D | ltp_stress.py | 9 import datetime 33 timestamp = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
|
| H A D | ltp.py | 9 import datetime 32 timestamp = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
|
| H A D | ptest.py | 8 import datetime 51 timestamp = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/files/ |
| H A D | 50-org.freedesktop.timedate1.rules | 1 /* give group 'datetime' rights to change settings */ 5 if (action.id.indexOf("org.freedesktop.timedate1.") == 0 && subject.isInGroup("datetime")) {
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_toastertable_ui.py | 10 from datetime import datetime 50 return datetime.strptime(cell_text, '%d/%m/%y %H:%M')
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/tools/ |
| H A D | lbtest | 33 import datetime 89 date = str(datetime.datetime.now())
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/ |
| H A D | polkit-group-rule-datetime.bb | 1 DESCRIPTION = "Create usergroup datetime. All members off this group are allowed set date/time/time… 14 GROUPADD_PARAM:${PN} = "--system datetime"
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | distro_check.py | 179 def update_distro_data(distro_check_dir, datetime, d): argument 203 if saved_datetime[0:8] != datetime[0:8]: 204 … bb.note("The build datetime did not match: saved:%s current:%s" % (saved_datetime, datetime)) 208 f.write(datetime) 295 def save_distro_check_result(result, datetime, result_file, d): argument
|