Home
last modified time | relevance | path

Searched refs:stamps (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsstate-cache-management.sh52 Specify the build directory's stamps directories, the sstate
56 --stamps-dir=build1/tmp/stamps,build2/tmp/stamps
335 sums=`find $stamps -maxdepth 3 -name "*.do_$i.*" \
417 --stamps-dir=*)
418 stamps=`echo $1 | sed -e 's#^--stamps-dir=##' -e 's#,# #g'`
419 [ -n "$stamps" ] || echo_error "Invalid stamps dir $i"
420 for i in $stamps; do
451 [ -n "$rm_duplicated" -a -n "$stamps" ] && \
455 [ -n "$stamps" ] && rm_by_stamps
456 [ -z "$rm_duplicated" -a -z "$stamps" ] && \
H A Dsstate-diff-machines.sh114 [ -d ${tmpdir}/stamps/ ] && find ${tmpdir}/stamps/ -name \*sigdata\* | xargs rm -f
119 if ls ${tmpdir}/stamps/* >/dev/null 2>/dev/null ; then
120 cp -ra ${tmpdir}/stamps/* ${OUTPUT}/${M}
124 find ${tmpdir}/stamps/ -name \*sigdata\* | xargs rm -f
H A Dbitbake-whatchanged44 def gen_dict(stamps): argument
56 for dirpath, _, files in os.walk(stamps):
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-attr-fix-utime-for-symlink.patch36 + struct timeval stamps[2];
46 + stamps[0].tv_sec = new_atime;
47 + stamps[0].tv_usec = 0;
48 + stamps[1].tv_sec = new_mtime;
49 + stamps[1].tv_usec = 0;
52 + res = backend_lutimes(path, stamps);
54 + res = backend_utimes(path, stamps);
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dprservice.py33 stamps = []
37 stamps.append(find_stamp.group(1))
38 …self.assertFalse(len(stamps) == 0, msg="Cound not find stamp for task %s for recipe %s" % (recipe_…
39 …self.assertFalse(len(stamps) > 1, msg="Found multiple %s stamps for the %s recipe in the %s direct…
40 return str(stamps[0])
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drm_work.bbclass51 # Change normal stamps into setscene stamps as they better reflect the
53 # Also leave noexec stamps since setscene stamps don't cover them
62 # Ensure we don't 'stack' setscene extensions to these stamps with the sections below
65 # Promote do_image_complete stamps to setscene versions (ahead of *do_image* below)
69 # Promote do_image_qa stamps to setscene versions (ahead of *do_image* below)
86 # Skip stamps which are already setscene versions
H A Dpackage_ipk.bbclass36 if os.access(os.path.join(tmpdir, "stamps", "IPK_PACKAGE_INDEX_CLEAN"), os.R_OK):
37 os.unlink(os.path.join(tmpdir, "stamps", "IPK_PACKAGE_INDEX_CLEAN"))
261 if os.access(os.path.join(tmpdir, "stamps", "IPK_PACKAGE_INDEX_CLEAN"), os.R_OK):
262 os.unlink(os.path.join(tmpdir, "stamps", "IPK_PACKAGE_INDEX_CLEAN"))
H A Dpackage_deb.bbclass52 if os.access(os.path.join(tmpdir, "stamps", "DEB_PACKAGE_INDEX_CLEAN"),os.R_OK):
53 os.unlink(os.path.join(tmpdir, "stamps", "DEB_PACKAGE_INDEX_CLEAN"))
302 if os.access(os.path.join(tmpdir, "stamps", "DEB_PACKAGE_INDEX_CLEAN"),os.R_OK):
303 os.unlink(os.path.join(tmpdir, "stamps", "DEB_PACKAGE_INDEX_CLEAN"))
H A Dsstate.bbclass560 # Remove the current and previous stamps, but keep the sigdata.
573 # Preserve taint files in the stamps directory
1205 # Event handler which removes manifests and stamps file for recipes which are no
1218 stamps = e.stamps.values()
1220 preservestampfile = d.expand('${SSTATE_MANIFESTS}/preserve-stamps')
1227 # The machine index contains all the stamps this machine has ever seen in this build directory.
1256 … if stamp not in stamps and stamp not in preservestamps and stamp in machineindex:
1289 machineindex |= set(stamps)
1344 for (manname, tid, stamps) in toremove:
1346 for stamp in stamps:
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ptp/
H A Dtimestamper.txt1 Time stamps from MII bus snooping devices
4 provide time stamps. In contrast to PHY time stamping drivers (which
40 In this example, time stamps from the MII bus attached to phy@1 will
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_recent.c74 unsigned long stamps[]; member
174 if (time_after(time, e->stamps[e->index-1])) in recent_entry_reap()
191 e = kmalloc(struct_size(e, stamps, nstamps_max), GFP_ATOMIC); in recent_entry_init()
196 e->stamps[0] = jiffies; in recent_entry_init()
212 e->stamps[e->index++] = jiffies; in recent_entry_update()
303 if (info->seconds && time_after(time, e->stamps[i])) in recent_mt()
529 &e->addr.ip, e->ttl, e->stamps[i], e->index); in recent_seq_show()
532 &e->addr.in6, e->ttl, e->stamps[i], e->index); in recent_seq_show()
534 seq_printf(seq, "%s %lu", i ? "," : "", e->stamps[i]); in recent_seq_show()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dtee_bench.h69 struct tee_time_st stamps[TEE_BENCH_MAX_STAMPS]; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dtee_bench.h69 struct tee_time_st stamps[TEE_BENCH_MAX_STAMPS]; member
/OK3568_Linux_fs/kernel/drivers/ptp/
H A DKconfig53 programs are getting hardware time stamps on the PTP Ethernet
73 getting hardware time stamps on the PTP Ethernet packets
103 hardware time stamps on the PTP Ethernet packets using the
/OK3568_Linux_fs/buildroot/package/linuxptp/
H A Dlinuxptp.cfg5 # stamps on eth0. If the difference to master is >1.0 second correct by
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xscale/
H A DKconfig38 getting hardware time stamps on the PTP Ethernet packets
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dsdk.py255 stamps = glob.glob(stampprefix + '*')
256 for stamp in stamps:
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dteec_benchmark.c213 cpu_buf->stamps[ts_i & TEE_BENCH_MAX_MASK] = ts_data; in bm_timestamp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A DKconfig44 programs are getting hardware time stamps on the PTP Ethernet
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Devent.py675 def __init__(self, stamps): argument
677 self.stamps = stamps
H A Drunqueue.py155 self.stamps = {}
158 … self.stamps[tid] = bb.build.stampfile(taskname, self.rqdata.dataCaches[mc], taskfn, noextra=True)
249 stamp = self.stamps[tid]
266 stamp = self.stamps[tid]
2086 …in self.sq_buildable and nexttask not in self.sq_running and self.sqdata.stamps[nexttask] not in s…
2502 …self.sqdata.stamps[tid] = bb.build.stampfile(taskname + "_setscene", self.rqdata.dataCaches[mc], t…
2698 self.stamps = {}
2817 …sqdata.stamps[tid] = bb.build.stampfile(taskname + "_setscene", rqdata.dataCaches[mc], taskfn, noe…
2896 stamps = bb.build.find_stale_stamps(taskname, rqdata.dataCaches[mc], taskfn)
2897 if stamps:
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A Dperformance.patch67 -# If we didn't sleep, we still need to ensure time stamps of config.status and
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.8.069 Effectively, this forwards time stamps from the GPS satellite to the user application.
/OK3568_Linux_fs/buildroot/package/smstools3/
H A D0002-fix-build-with-gcc-10.x.patch334 -char datetime_format[SIZE_HEADER]; // strftime format string for time stamps (not inside status re…
335 -char logtime_format[SIZE_HEADER]; // 3.1.7: strftime format string for logging time stamps
343 +extern char datetime_format[SIZE_HEADER]; // strftime format string for time stamps (not inside st…
344 +extern char logtime_format[SIZE_HEADER]; // 3.1.7: strftime format string for logging time stamps
574 +char datetime_format[SIZE_HEADER]; // strftime format string for time stamps (not inside status re…
575 +char logtime_format[SIZE_HEADER]; // 3.1.7: strftime format string for logging time stamps
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Devent.py808 stamps = [Mock(), Mock()]
809 event = bb.event.ReachableStamps(stamps)
810 self.assertEqual(event.stamps, stamps)

123