Home
last modified time | relevance | path

Searched refs:datetime (Results 1 – 25 of 148) sorted by relevance

123456

/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/files/
H A Dfix-inner-dependency.patch1 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 D0001-Fix-build-with-meson-0.61.patch6 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 Dintel_pstate_tracer.py27 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 D0005-fix-incorrect-timeout-while-system-time-changed.patch31 import subprocess, datetime, os, time, signal
32 - start = datetime.datetime.now()
39 - now = datetime.datetime.now()
H A D0002-run_program-support-timeout.patch24 + 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 Dimage-artifact-names.bbclass19 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 Dbase.py17 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 Dconf.py18 import datetime
33 % datetime.datetime.now().year
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-dateutil_2.8.2.bb1 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 Dxfce4-datetime-setter_3.32.2.bb1 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 Ddatetimewidget.cpp113 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 Dbuildhistory.py7 import datetime
23 …tmp_bh_dir = os.path.join(self.builddir, "tmp_buildhistory_%s" % datetime.datetime.now().strftime(…
H A Dsstate.py5 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 Dconf.py17 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 Dbasetest.py3 import datetime
49 print("{} {:40s} {}".format(datetime.datetime.now().strftime("%H:%M:%S"),
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dexport.py13 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 Dltp_compliance.py9 import datetime
32 timestamp = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
H A Dltp_stress.py9 import datetime
33 timestamp = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
H A Dltp.py9 import datetime
32 timestamp = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
H A Dptest.py8 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 D50-org.freedesktop.timedate1.rules1 /* 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 Dtest_toastertable_ui.py10 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 Dlbtest33 import datetime
89 date = str(datetime.datetime.now())
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/
H A Dpolkit-group-rule-datetime.bb1 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 Ddistro_check.py179 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

123456