Home
last modified time | relevance | path

Searched refs:stamp (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/third_party/libxml2/fuzz/
DMakefile.am28 corpus: seed/html.stamp seed/regexp.stamp seed/schema.stamp seed/uri.stamp \
29 seed/xml.stamp seed/xpath.stamp
46 seed/xml.stamp: genSeed$(EXEEXT)
49 @touch seed/xml.stamp
54 fuzz-xml: xml$(EXEEXT) seed/xml.stamp
64 seed/html.stamp: genSeed$(EXEEXT)
67 @touch seed/html.stamp
72 fuzz-html: html$(EXEEXT) seed/html.stamp
82 seed/regexp.stamp:
85 @touch seed/regexp.stamp
[all …]
/third_party/libexif/doc/
DMakefile.am27 DOXYGEN_STAMPS += $(HTML_APIDOC_DIR).stamp
28 $(HTML_APIDOC_DIR).stamp: Doxyfile $(top_builddir)/libexif/libexif.la
33 $(HTML_APIDOC_DIR).tar.gz: $(HTML_APIDOC_DIR).stamp
39 DOXYGEN_STAMPS += $(HTML_APIDOC_INTERNALS_DIR).stamp
40 $(HTML_APIDOC_INTERNALS_DIR).stamp: Doxyfile-internals $(top_builddir)/libexif/libexif.la
45 $(HTML_APIDOC_INTERNALS_DIR).tar.gz: $(HTML_APIDOC_INTERNALS_DIR).stamp
49 install-apidocs-internals: $(HTML_APIDOC_INTERNALS_DIR).stamp
64 install-apidocs: $(HTML_APIDOC_DIR).stamp
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dversion_test.dart73 stamp: VersionCheckStamp(
92 testUsingContext('does not ping server when version stamp is up-to-date', () async {
97 stamp: VersionCheckStamp(
119 stamp: VersionCheckStamp(
140 testUsingContext('pings server when version stamp is missing then does not', () async {
160 stamp: await VersionCheckStamp.load(),
171 testUsingContext('pings server when version stamp is out-of-date', () async {
176 stamp: VersionCheckStamp(
270 void _expectDefault(VersionCheckStamp stamp) {
271 expect(stamp.lastKnownRemoteVersion, isNull);
[all …]
/third_party/curl/lib/
Dhsts.c280 struct tm stamp; in hsts_push() local
287 result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_push()
292 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday, in hsts_push()
293 stamp.tm_hour, stamp.tm_min, stamp.tm_sec); in hsts_push()
306 struct tm stamp; in hsts_out() local
307 CURLcode result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_out()
313 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday, in hsts_out()
314 stamp.tm_hour, stamp.tm_min, stamp.tm_sec); in hsts_out()
/third_party/wayland_standard/doc/doxygen/
Dmeson.build78 # dummy 'stamp' file
87 '--stamp=doc/doxygen/@0@.stamp'.format(t_name),
92 output: '@0@.stamp'.format(t_name),
106 '--stamp=doc/doxygen/man3.stamp',
/third_party/gettext/gettext-tools/examples/hello-csharp-forms/po/
DMakefile.am106 all-local-yes: $(srcdir)/stamp-po
123 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
128 echo timestamp > $(srcdir)/stamp-poT && \
129 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
267 MOSTLYCLEANFILES += stamp-poT
270 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po
286 $(MAKE) $(srcdir)/stamp-po
288 for file in $(DOMAIN).pot stamp-po; do \
/third_party/gettext/gettext-tools/examples/hello-tcl/po/
DMakefile.am103 all-local-yes: $(srcdir)/stamp-po
120 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
125 echo timestamp > $(srcdir)/stamp-poT && \
126 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
261 MOSTLYCLEANFILES += stamp-poT
265 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(MSGFILES)
273 $(MAKE) $(srcdir)/stamp-po
275 for file in $(DOMAIN).pot stamp-po; do \
/third_party/gettext/gettext-tools/examples/hello-tcl-tk/po/
DMakefile.am103 all-local-yes: $(srcdir)/stamp-po
120 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
125 echo timestamp > $(srcdir)/stamp-poT && \
126 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
261 MOSTLYCLEANFILES += stamp-poT
265 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(MSGFILES)
273 $(MAKE) $(srcdir)/stamp-po
275 for file in $(DOMAIN).pot stamp-po; do \
/third_party/gettext/gettext-tools/examples/hello-csharp/po/
DMakefile.am106 all-local-yes: $(srcdir)/stamp-po
123 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
128 echo timestamp > $(srcdir)/stamp-poT && \
129 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
267 MOSTLYCLEANFILES += stamp-poT
270 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po
286 $(MAKE) $(srcdir)/stamp-po
288 for file in $(DOMAIN).pot stamp-po; do \
/third_party/boost/tools/build/src/engine/debian/
Drules20 build: build-stamp
21 build-stamp: debian/jam.1
26 touch build-stamp
34 rm -f build-stamp
/third_party/skia/modules/skresources/src/
DSkResources.cpp54 fWindow[1].frame = fDecoder->nextImage(&fWindow[1].stamp); in advance()
61 if (t < fWindow[0].stamp) { in getFrame()
64 fWindow[0].stamp = fWindow[1].stamp = 0; in getFrame()
68 while (!fEof && t >= fWindow[1].stamp) { in getFrame()
72 SkASSERT(fWindow[0].stamp <= t && (fEof || t < fWindow[1].stamp)); in getFrame()
81 double stamp = 0; member
/third_party/alsa-utils/include/
DMakefile.am3 version.h: stamp-vh
6 stamp-vh: $(top_builddir)/configure.ac
22 echo timestamp > stamp-vh)
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c245 if (draw->lastStamp == draw->dri2.stamp) in nouveau_update_renderbuffers()
247 draw->lastStamp = draw->dri2.stamp; in nouveau_update_renderbuffers()
320 int *stamp) in update_framebuffer() argument
325 *stamp = draw->dri2.stamp; in update_framebuffer()
394 int *stamp) in validate_framebuffer() argument
407 if (draw->dri2.stamp != *stamp) in validate_framebuffer()
408 update_framebuffer(dri_ctx, draw, stamp); in validate_framebuffer()
/third_party/gettext/gettext-tools/examples/hello-java/po/
DMakefile.am104 all-local: $(srcdir)/stamp-po
120 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
125 echo timestamp > $(srcdir)/stamp-poT && \
126 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
235 MOSTLYCLEANFILES += stamp-poT
239 $(DOMAIN).pot stamp-po \
248 $(MAKE) $(srcdir)/stamp-po
250 for file in $(DOMAIN).pot stamp-po; do \
/third_party/gettext/gettext-tools/examples/hello-java-qtjambi/po/
DMakefile.am104 all-local: $(srcdir)/stamp-po
120 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
125 echo timestamp > $(srcdir)/stamp-poT && \
126 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
235 MOSTLYCLEANFILES += stamp-poT
239 $(DOMAIN).pot stamp-po \
248 $(MAKE) $(srcdir)/stamp-po
250 for file in $(DOMAIN).pot stamp-po; do \
/third_party/gettext/gettext-tools/examples/hello-java-awt/po/
DMakefile.am104 all-local: $(srcdir)/stamp-po
120 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
125 echo timestamp > $(srcdir)/stamp-poT && \
126 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
235 MOSTLYCLEANFILES += stamp-poT
239 $(DOMAIN).pot stamp-po \
248 $(MAKE) $(srcdir)/stamp-po
250 for file in $(DOMAIN).pot stamp-po; do \
/third_party/gettext/gettext-tools/examples/hello-c++-qt/po/
DMakefile.am126 all-local-yes: $(srcdir)/stamp-po
143 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
148 echo timestamp > $(srcdir)/stamp-poT && \
149 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
284 MOSTLYCLEANFILES += stamp-poT
288 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(QMFILES)
296 $(MAKE) $(srcdir)/stamp-po
298 for file in $(DOMAIN).pot stamp-po; do \
/third_party/gettext/gettext-tools/examples/hello-java-swing/po/
DMakefile.am104 all-local: $(srcdir)/stamp-po
120 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
125 echo timestamp > $(srcdir)/stamp-poT && \
126 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
235 MOSTLYCLEANFILES += stamp-poT
239 $(DOMAIN).pot stamp-po \
248 $(MAKE) $(srcdir)/stamp-po
250 for file in $(DOMAIN).pot stamp-po; do \
/third_party/popt/
D.gitignore35 stamp-h
36 stamp-h1
37 stamp-h.in
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java1336 private transient int stamp[]; field in Calendar
1649 for (j = 0; j < stamp.length; j++) { in recalculateStamp()
1653 for (i = 0; i < stamp.length; i++) { in recalculateStamp()
1654 if (stamp[i] > nextStamp && stamp[i] < currentValue) { in recalculateStamp()
1655 currentValue = stamp[i]; in recalculateStamp()
1661 stamp[index] = ++nextStamp; in recalculateStamp()
1681 stamp = new int[fields.length]; in initInternal()
2006 fields[i] = stamp[i] = 0; // UNSET == 0 in setTimeInMillis()
2046 return (stamp[field] > UNSET) ? fields[field] : defaultValue; in internalGet()
2065 stamp[field] = nextStamp++; in set()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCalendar.java1276 private transient int stamp[]; field in Calendar
1582 for (j = 0; j < stamp.length; j++) { in recalculateStamp()
1586 for (i = 0; i < stamp.length; i++) { in recalculateStamp()
1587 if (stamp[i] > nextStamp && stamp[i] < currentValue) { in recalculateStamp()
1588 currentValue = stamp[i]; in recalculateStamp()
1594 stamp[index] = ++nextStamp; in recalculateStamp()
1614 stamp = new int[fields.length]; in initInternal()
1927 fields[i] = stamp[i] = 0; // UNSET == 0 in setTimeInMillis()
1964 return (stamp[field] > UNSET) ? fields[field] : defaultValue; in internalGet()
1982 stamp[field] = nextStamp++; in set()
[all …]
/third_party/python/Doc/includes/
Dtzinfo_examples.py25 stamp = (dt - datetime(1970, 1, 1, tzinfo=self)) // SECOND
26 args = _time.localtime(stamp)[:6]
29 fold = (args == _time.localtime(stamp - dst_diff))
52 stamp = _time.mktime(tt)
53 tt = _time.localtime(stamp)
/third_party/libexif/
D.gitignore56 stamp-h
57 stamp-h1
58 stamp-h.in
/third_party/boost/boost/interprocess/detail/
Dshared_dir_helpers.hpp45 if(!winapi::get_last_bootup_time(stamp)){ in windows_bootstamp()
52 std::string stamp; member
59 s += bootstamp.stamp; in get_bootstamp()
62 s = bootstamp.stamp; in get_bootstamp()
/third_party/gettext/gettext-tools/examples/hello-python/po/
DMakefile.am123 all-local-yes: $(srcdir)/stamp-po
140 $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
145 echo timestamp > $(srcdir)/stamp-poT && \
146 mv $(srcdir)/stamp-poT $(srcdir)/stamp-po; \
343 MOSTLYCLEANFILES += stamp-poT
347 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
355 $(MAKE) $(srcdir)/stamp-po
357 for file in $(DOMAIN).pot stamp-po; do \

12345678910>>...15