Searched refs:stamp (Results 1 - 25 of 201) sorted by relevance

123456789

/external/emma/core/java12/com/vladium/emma/data/
H A DICoverageData.java22 public DataHolder (final boolean [][] coverage, final long stamp) argument
25 m_stamp = stamp;
41 * can return data holder with a different version stamp than cls.getStamp()
46 void addClass (boolean [][] coverage, String classVMName, long stamp); argument
H A DClassDescriptor.java29 public ClassDescriptor (final String packageVMName, final String name, final long stamp, argument
50 m_stamp = stamp;
174 final long stamp = in.readLong ();
186 return new ClassDescriptor (packageVMName, name, stamp, srcFileName, methods);
/external/libpcap/
H A DMakefile-devel-adds8 # 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/tcpdump/
H A DMakefile-devel-adds8 # 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/skia/gn/
H A Dpush_to_android.py12 host, serial, stamp = sys.argv[1:]
22 with open(stamp, 'w'):
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DJavaBeanTimeStampTest.java28 Timestamp stamp = new Timestamp(1000000000000L);
29 javaBeanToDump.setTimestamp(stamp);
42 assertEquals(stamp, javaBeanToLoad.getTimestamp());
48 Timestamp stamp = new Timestamp(1000000000000L);
49 javaBeanToDump.setTimestamp(stamp);
58 assertEquals(stamp, javaBeanToLoad.getTimestamp());
/external/bison/examples/calc++/
H A DMakefile.am34 $(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/libexif/doc/
H A 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
/external/libvorbis/doc/
H A DMakefile.am75 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/
H A Drules31 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/blktrace/btt/
H A Diostat.c83 void __dump_stats(__u64 stamp, int all, struct d_info *dip, struct stats_t *asp) argument
88 double now = TO_SEC(stamp);
91 dt = (double)stamp / 1.0e9;
94 dt = (double)(stamp-last_start) / 1.0e9;
135 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp));
161 static void __dump_stats_t(__u64 stamp, struct stats_t *asp, int all) argument
182 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp));
192 void iostat_dump_stats(__u64 stamp, int all) argument
206 __dump_stats(stamp, all, dip, &as);
215 __dump_stats(stamp, al
228 iostat_check_time(__u64 stamp) argument
[all...]
/external/cmockery/cmockery_0_1_2/packages/deb/
H A Drules45 build: build-stamp
46 build-stamp: config.status
52 touch build-stamp
57 rm -f build-stamp
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_viewport.c72 stdraw->iface_stamp = p_atomic_read(&stdraw->iface->stamp) - 1;
74 stread->iface_stamp = p_atomic_read(&stread->iface->stamp) - 1;
H A Dst_manager.c152 if (stdraw && stdraw->stamp != st->draw_stamp) {
157 st->draw_stamp = stdraw->stamp;
160 if (stread && stread->stamp != st->read_stamp) {
167 st->read_stamp = stread->stamp;
188 int32_t new_stamp = p_atomic_read(&stfb->iface->stamp);
200 new_stamp = p_atomic_read(&stfb->iface->stamp);
249 ++stfb->stamp;
276 stfb->stamp++;
428 stfb->iface_stamp = p_atomic_read(&stfbi->stamp) - 1;
440 stfb->stamp
[all...]
/external/libdrm/include/drm/
H A Ddrm_sarea.h54 unsigned int stamp; member in struct:drm_sarea_drawable
/external/mesa3d/include/GL/internal/
H A Dsarea.h62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
/external/libopus/doc/
H A DMakefile.am18 all-local: doxygen-build.stamp
20 doxygen-build.stamp: Doxyfile $(DOCINPUTS)
38 $(RM) doxygen-build.stamp
/external/kernel-headers/original/uapi/drm/
H A Ddrm_sarea.h60 unsigned int stamp; member in struct:drm_sarea_drawable
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys.h64 vl_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp);
/external/libmojo/
H A Dbuild_generated_jni.mk44 # Create a stamp file after all files have been generated.
45 gen := $(generated_sources_dir)/.jni.stamp
49 # Add the stamp file as a dependency to {import,export}_includes.
50 $(local-intermediates-dir)/import_includes: | $(generated_sources_dir)/.jni.stamp
H A Dbuild_mojom_templates.mk15 gen := $(generated_templates_dir)/.stamp
27 # Make the files that are actually generated depend on the .stamp file.
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_manager.c115 new_stamp = p_atomic_read(&stfb->iface->stamp);
124 new_stamp = p_atomic_read(&stfb->iface->stamp);
131 ++stfb->stamp;
137 if (ctx->draw_stamp != stfb->stamp) {
139 ctx->draw_stamp = stfb->stamp;
323 stfb->stamp = 1;
324 stfb->iface_stamp = p_atomic_read(&stdrawi->stamp) - 1;
330 ctx->draw_stamp = ctx->draw_buffer->stamp - 1;
/external/kmod/libkmod/
H A Dlibkmod-index.h44 unsigned long long *stamp);
/external/c-ares/
H A Dbuildconf104 stamp-h1 \
105 stamp-h2 ; do
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.c255 if (draw->lastStamp == draw->dri2.stamp)
257 draw->lastStamp = draw->dri2.stamp;
330 int *stamp)
335 *stamp = draw->dri2.stamp;
404 int *stamp)
417 if (draw->dri2.stamp != *stamp)
418 update_framebuffer(dri_ctx, draw, stamp);
329 update_framebuffer(__DRIcontext *dri_ctx, __DRIdrawable *draw, int *stamp) argument
403 validate_framebuffer(__DRIcontext *dri_ctx, __DRIdrawable *draw, int *stamp) argument

Completed in 2530 milliseconds

123456789