/external/bison/examples/calc++/ |
D | Makefile.am | 34 $(srcdir)/calc.stamp: $(doc) $(extexi) 43 $(calc_extracted): $(srcdir)/calc.stamp 52 MAINTAINERCLEANFILES = $(srcdir)/*.stamp $(BUILT_SOURCES) 58 $(srcdir)/calc++-parser.stamp \ 60 $(srcdir)/calc.stamp 63 $(srcdir)/calc++-parser.stamp: $(srcdir)/calc++-parser.yy $(BISON_IN) 70 $(calc_sources_generated): $(srcdir)/calc++-parser.stamp 72 rm -f $(srcdir)/calc++-parser.stamp && \ 73 $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/calc++-parser.stamp; \
|
/external/blktrace/btt/ |
D | iostat.c | 83 void __dump_stats(__u64 stamp, int all, struct d_info *dip, struct stats_t *asp) in __dump_stats() argument 88 double now = TO_SEC(stamp); in __dump_stats() 91 dt = (double)stamp / 1.0e9; in __dump_stats() 94 dt = (double)(stamp-last_start) / 1.0e9; in __dump_stats() 135 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp)); in __dump_stats() 161 static void __dump_stats_t(__u64 stamp, struct stats_t *asp, int all) in __dump_stats_t() argument 182 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp)); in __dump_stats_t() 192 void iostat_dump_stats(__u64 stamp, int all) in iostat_dump_stats() argument 206 __dump_stats(stamp, all, dip, &as); in iostat_dump_stats() 215 __dump_stats(stamp, all, dip, &as); in iostat_dump_stats() [all …]
|
/external/tcpdump/ |
D | Makefile-devel-adds | 8 # autoheader might not change config.h.in, so touch a stamp file. 9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in 10 ${srcdir}/stamp-h.in: configure.in aclocal.m4 12 echo timestamp > ${srcdir}/stamp-h.in 14 config.h: stamp-h 15 stamp-h: ${srcdir}/config.h.in config.status
|
D | .gitignore | 12 stamp-h 13 stamp-h.in
|
/external/libpcap/ |
D | Makefile-devel-adds | 8 # autoheader might not change config.h.in, so touch a stamp file. 9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in 10 ${srcdir}/stamp-h.in: configure.in aclocal.m4 12 echo timestamp > ${srcdir}/stamp-h.in 14 config.h: stamp-h 15 stamp-h: ${srcdir}/config.h.in config.status
|
/external/libexif/doc/ |
D | Makefile.am | 27 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
|
/external/libvorbis/doc/ |
D | Makefile.am | 75 doc_DATA = $(static_docs) $(SPEC_PNG) $(built_docs) doxygen-build.stamp 77 doc_DATA = $(static_docs) doxygen-build.stamp 119 doxygen-build.stamp: Doxyfile $(top_srcdir)/include/vorbis/*.h 121 touch doxygen-build.stamp 123 doxygen-build.stamp: 125 touch doxygen-build.stamp 128 install-data-local: doxygen-build.stamp 147 if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi
|
/external/strace/debian/ |
D | rules | 31 extra_build_targets += build64-stamp 44 build-arch: build-stamp $(extra_build_targets) 45 build-indep: build-stamp $(extra_build_targets) 47 %-stamp: %/Makefile 73 test -f build-stamp || make $(MFLAGS) -f debian/rules build 76 test -f build64-stamp && ( mv build64/strace build64/strace64 ; \
|
/external/compiler-rt/cmake/Modules/ |
D | SanitizerUtils.cmake | 15 set(stamp ${CMAKE_CURRENT_BINARY_DIR}/${name}.syms-stamp) variable 16 add_custom_command(OUTPUT ${stamp} 20 COMMAND ${CMAKE_COMMAND} -E touch ${stamp} 26 DEPENDS ${stamp}
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | ICoverageData.java | 22 public DataHolder (final boolean [][] coverage, final long stamp) in DataHolder() argument 25 m_stamp = stamp; in DataHolder() 46 void addClass (boolean [][] coverage, String classVMName, long stamp); in addClass() argument
|
D | ClassDescriptor.java | 29 public ClassDescriptor (final String packageVMName, final String name, final long stamp, in ClassDescriptor() argument 50 m_stamp = stamp; in ClassDescriptor() 174 final long stamp = in.readLong (); in readExternal() local 186 return new ClassDescriptor (packageVMName, name, stamp, srcFileName, methods); in readExternal()
|
D | CoverageData.java | 71 public void addClass (final boolean [][] coverage, final String classVMName, final long stamp) in addClass() argument 73 m_coverageMap.put (classVMName, new DataHolder (coverage, stamp)); in addClass() 172 final long stamp = in.readLong (); in readExternal() local 181 coverageMap.put (classVMName, new DataHolder (coverage, stamp)); in readExternal()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | vg_manager.c | 115 new_stamp = p_atomic_read(&stfb->iface->stamp); in vg_manager_validate_framebuffer() 124 new_stamp = p_atomic_read(&stfb->iface->stamp); in vg_manager_validate_framebuffer() 131 ++stfb->stamp; in vg_manager_validate_framebuffer() 137 if (ctx->draw_stamp != stfb->stamp) { in vg_manager_validate_framebuffer() 139 ctx->draw_stamp = stfb->stamp; in vg_manager_validate_framebuffer() 323 stfb->stamp = 1; in vg_context_bind_framebuffers() 324 stfb->iface_stamp = p_atomic_read(&stdrawi->stamp) - 1; in vg_context_bind_framebuffers() 330 ctx->draw_stamp = ctx->draw_buffer->stamp - 1; in vg_context_bind_framebuffers()
|
/external/cmockery/cmockery_0_1_2/packages/deb/ |
D | rules | 45 build: build-stamp 46 build-stamp: config.status 52 touch build-stamp 57 rm -f build-stamp
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.c | 255 if (draw->lastStamp == draw->dri2.stamp) in nouveau_update_renderbuffers() 257 draw->lastStamp = draw->dri2.stamp; in nouveau_update_renderbuffers() 330 int *stamp) in update_framebuffer() argument 335 *stamp = draw->dri2.stamp; in update_framebuffer() 404 int *stamp) in validate_framebuffer() argument 417 if (draw->dri2.stamp != *stamp) in validate_framebuffer() 418 update_framebuffer(dri_ctx, draw, stamp); in validate_framebuffer()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Calendar.java | 1324 private transient int stamp[]; field in Calendar 1637 for (j = 0; j < stamp.length; j++) { in recalculateStamp() 1641 for (i = 0; i < stamp.length; i++) { in recalculateStamp() 1642 if (stamp[i] > nextStamp && stamp[i] < currentValue) { in recalculateStamp() 1643 currentValue = stamp[i]; in recalculateStamp() 1649 stamp[index] = ++nextStamp; in recalculateStamp() 1669 stamp = new int[fields.length]; in initInternal() 2033 fields[i] = stamp[i] = 0; // UNSET == 0 in setTimeInMillis() 2073 return (stamp[field] > UNSET) ? fields[field] : defaultValue; in internalGet() 2092 stamp[field] = nextStamp++; in set() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 152 if (stdraw && stdraw->stamp != st->draw_stamp) { in st_context_validate() 157 st->draw_stamp = stdraw->stamp; in st_context_validate() 160 if (stread && stread->stamp != st->read_stamp) { in st_context_validate() 167 st->read_stamp = stread->stamp; in st_context_validate() 188 int32_t new_stamp = p_atomic_read(&stfb->iface->stamp); in st_framebuffer_validate() 200 new_stamp = p_atomic_read(&stfb->iface->stamp); in st_framebuffer_validate() 249 ++stfb->stamp; in st_framebuffer_validate() 276 stfb->stamp++; in st_framebuffer_update_attachments() 428 stfb->iface_stamp = p_atomic_read(&stfbi->stamp) - 1; in st_framebuffer_create() 440 stfb->stamp = 0; in st_framebuffer_create() [all …]
|
D | st_cb_viewport.c | 72 stdraw->iface_stamp = p_atomic_read(&stdraw->iface->stamp) - 1; in st_viewport() 74 stread->iface_stamp = p_atomic_read(&stread->iface->stamp) - 1; in st_viewport()
|
/external/libopus/doc/ |
D | Makefile.am | 18 all-local: doxygen-build.stamp 20 doxygen-build.stamp: Doxyfile $(DOCINPUTS) 38 $(RM) doxygen-build.stamp
|
/external/f2fs-tools/ |
D | .gitignore | 44 stamp-h 45 stamp-h1
|
/external/openfst/ |
D | Makefile.in | 273 config.h: stamp-h1 274 @if test ! -f $@; then rm -f stamp-h1; else :; fi 275 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 277 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 278 @rm -f stamp-h1 282 rm -f stamp-h1 285 src/include/fst/config.h: src/include/fst/stamp-h2 286 @if test ! -f $@; then rm -f src/include/fst/stamp-h2; else :; fi 287 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) src/include/fst/stamp-h2; else :; fi 289 src/include/fst/stamp-h2: $(top_srcdir)/src/include/fst/config.h.in $(top_builddir)/config.status [all …]
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | rdpmc.c | 124 u64 stamp, now, delta; in __test__rdpmc() local 126 stamp = mmap_read_self(addr); in __test__rdpmc() 134 delta = now - stamp; in __test__rdpmc()
|
/external/elfutils/src/po/ |
D | Makefile.in | 101 all-yes: stamp-po 125 stamp-po: $(srcdir)/$(DOMAIN).pot 131 echo timestamp > stamp-poT && \ 132 mv stamp-poT stamp-po; \ 348 rm -f stamp-poT 360 rm -f stamp-po $(GMOFILES) 367 dist2: stamp-po $(DISTFILES)
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.c | 350 drawable->lastStamp = drawable->dri2.stamp; in intel_update_renderbuffers() 406 if (drawable && drawable->dri2.stamp != driContext->dri2.draw_stamp) { in intel_prepare_render() 407 if (drawable->lastStamp != drawable->dri2.stamp) in intel_prepare_render() 410 driContext->dri2.draw_stamp = drawable->dri2.stamp; in intel_prepare_render() 414 if (drawable && drawable->dri2.stamp != driContext->dri2.read_stamp) { in intel_prepare_render() 415 if (drawable->lastStamp != drawable->dri2.stamp) in intel_prepare_render() 417 driContext->dri2.read_stamp = drawable->dri2.stamp; in intel_prepare_render() 882 driContextPriv->dri2.draw_stamp = driDrawPriv->dri2.stamp - 1; in intelMakeCurrent() 883 driContextPriv->dri2.read_stamp = driReadPriv->dri2.stamp - 1; in intelMakeCurrent()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_context.c | 350 drawable->lastStamp = drawable->dri2.stamp; in intel_update_renderbuffers() 406 if (drawable && drawable->dri2.stamp != driContext->dri2.draw_stamp) { in intel_prepare_render() 407 if (drawable->lastStamp != drawable->dri2.stamp) in intel_prepare_render() 410 driContext->dri2.draw_stamp = drawable->dri2.stamp; in intel_prepare_render() 414 if (drawable && drawable->dri2.stamp != driContext->dri2.read_stamp) { in intel_prepare_render() 415 if (drawable->lastStamp != drawable->dri2.stamp) in intel_prepare_render() 417 driContext->dri2.read_stamp = drawable->dri2.stamp; in intel_prepare_render() 882 driContextPriv->dri2.draw_stamp = driDrawPriv->dri2.stamp - 1; in intelMakeCurrent() 883 driContextPriv->dri2.read_stamp = driReadPriv->dri2.stamp - 1; in intelMakeCurrent()
|