HomeSort by relevance Sort by last modified time
    Searched refs:stamp (Results 1 - 25 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/emma/data/
ICoverageData.java 22 public DataHolder (final boolean [][] coverage, final long stamp)
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);
  /external/libpcap/
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/tcpdump/
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/skia/gn/
push_to_android.py 12 host, serial, stamp = sys.argv[1:]
22 with open(stamp, 'w'):
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
AtomicStampedReference.java 40 * along with an integer "stamp", that can be updated atomically.
54 final int stamp; field in class:AtomicStampedReference.Pair
55 private Pair(T reference, int stamp) {
57 this.stamp = stamp;
59 static <T> Pair<T> of(T reference, int stamp) {
60 return new Pair<T>(reference, stamp);
71 * @param initialStamp the initial stamp
87 * Returns the current value of the stamp.
89 * @return the current value of the stamp
    [all...]
  /hardware/intel/img/psb_video/debian/
rules 32 configure: configure-stamp
33 configure-stamp:
44 touch configure-stamp
47 build: build-stamp
48 build-stamp: configure-stamp
59 rm -f build-stamp configure-stamp
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
JavaBeanTimeStampTest.java 28 Timestamp stamp = new Timestamp(1000000000000L); local
29 javaBeanToDump.setTimestamp(stamp);
42 assertEquals(stamp, javaBeanToLoad.getTimestamp());
48 Timestamp stamp = new Timestamp(1000000000000L); local
49 javaBeanToDump.setTimestamp(stamp);
58 assertEquals(stamp, javaBeanToLoad.getTimestamp());
  /external/bison/examples/calc++/
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; \
  /toolchain/binutils/binutils-2.25/bfd/doc/
Makefile.am 79 $(MKDOC): chew.stamp ; @true
80 chew.stamp: $(srcdir)/chew.c
97 aoutx.texi: aoutx.stamp ; @true
98 aoutx.stamp: $(srcdir)/../aoutx.h $(srcdir)/doc.str $(MKDOC)
103 archive.texi: archive.stamp ; @true
104 archive.stamp: $(srcdir)/../archive.c $(srcdir)/doc.str $(MKDOC)
109 archures.texi: archures.stamp ; @true
110 archures.stamp: $(srcdir)/../archures.c $(srcdir)/doc.str $(MKDOC)
117 bfdt.texi: bfdt.stamp ; @true
118 bfdt.stamp: $(srcdir)/../bfd.c $(srcdir)/doc.str $(MKDOC
    [all...]
  /external/libexif/doc/
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
  /hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwGrallocBuffer.h 28 unsigned long long stamp; member in struct:android::intel::PnwIMGGrallocBuffer
  /toolchain/binutils/binutils-2.25/gold/
timer.h 61 stamp(int n);
  /toolchain/binutils/binutils-2.25/include/nlm/
external.h 39 except by finding a header without a recognized 'stamp'.
53 /* The header is recognized by "VeRsIoN#" in the stamp field. */
54 char stamp[8]; local
74 /* The header is recognized by "CoPyRiGhT=" in the stamp field. */
76 char stamp[10]; local
89 /* The header is recognized by "MeSsAgEs" in the stamp field. */
91 char stamp[8]; local
157 /* The header is recognized by "CuStHeAd" in the stamp field. */
158 char stamp[8]; local
169 /* Stamp for this customer header--we recognize "CyGnUsEx". *
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 853 transient private int stamp[]; field in class:Calendar
    [all...]
  /build/make/core/tasks/
boot_jars_package_check.mk 24 stamp := $(intermediates)/stamp macro
30 $(stamp): PRIVATE_BOOT_JARS := $(built_boot_jars)
31 $(stamp): PRIVATE_SCRIPT := $(script)
32 $(stamp): PRIVATE_WHITELIST := $(whitelist_file)
33 $(stamp) : $(built_boot_jars) $(script) $(whitelist_file)
39 check-boot-jars : $(stamp)
  /external/libvorbis/doc/
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/
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/blktrace/btt/
iostat.c 60 "avgrq-sz avgqu-sz await svctm %%util Stamp\n");
83 void __dump_stats(__u64 stamp, int all, struct d_info *dip, struct stats_t *asp)
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)
182 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp));
192 void iostat_dump_stats(__u64 stamp, int all)
206 __dump_stats(stamp, all, dip, &as)
    [all...]
  /cts/apps/CameraITS/
Android.mk 18 its-build-stamp := $(its-dir)/build_stamp
20 camera-its: $(its-build-stamp)
24 $(its-dir): $(its-build-stamp)
26 $(its-build-stamp): $(ACP)
  /device/huawei/angler/libandroid/
Android.mk 37 $(LOCAL_PATH)/../../../../$(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/system/lib/libandroid.so : $(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/pdk_fusion.stamp
38 $(LOCAL_PATH)/../../../../$(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/system/lib64/libandroid.so : $(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/pdk_fusion.stamp
  /device/lge/bullhead/libandroid/
Android.mk 37 $(LOCAL_PATH)/../../../../$(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/system/lib/libandroid.so : $(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/pdk_fusion.stamp
38 $(LOCAL_PATH)/../../../../$(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/system/lib64/libandroid.so : $(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/pdk_fusion.stamp
  /external/cmockery/cmockery_0_1_2/packages/deb/
rules 45 build: build-stamp
46 build-stamp: config.status
52 touch build-stamp
57 rm -f build-stamp
  /external/mesa3d/src/mesa/state_tracker/
st_cb_viewport.c 72 stdraw->iface_stamp = p_atomic_read(&stdraw->iface->stamp) - 1;
74 stread->iface_stamp = p_atomic_read(&stread->iface->stamp) - 1;
  /device/google/marlin/libandroid/
Android.mk 17 $(LOCAL_PATH)/../../../../out/target/product/msm8996/obj/PACKAGING/pdk_fusion_intermediates/system/lib/libandroid.so : $(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/pdk_fusion.stamp
18 $(LOCAL_PATH)/../../../../out/target/product/msm8996/obj/PACKAGING/pdk_fusion_intermediates/system/lib64/libandroid.so : $(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/pdk_fusion.stamp
  /external/libdrm/include/drm/
drm_sarea.h 54 unsigned int stamp; member in struct:drm_sarea_drawable

Completed in 890 milliseconds

1 2 3 4 5 6 7 8 91011>>