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

1 2 3 4 5

  /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);
ClassDescriptor.java 29 public ClassDescriptor (final String packageVMName, final String name, final long stamp,
50 m_stamp = stamp;
174 final long stamp = in.readLong (); local
186 return new ClassDescriptor (packageVMName, name, stamp, srcFileName, methods);
CoverageData.java 71 public void addClass (final boolean [][] coverage, final String classVMName, final long stamp)
73 m_coverageMap.put (classVMName, new DataHolder (coverage, stamp));
172 final long stamp = in.readLong (); local
181 coverageMap.put (classVMName, new DataHolder (coverage, stamp));
  /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 acconfig.h
12 echo timestamp > ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
  /external/bluetooth/glib/debian/
rules 7 build: build-stamp
8 build-stamp:
12 touch build-stamp
14 build-dbg: build-dbg-stamp
15 build-dbg-stamp:
19 touch build-dbg-stamp
24 rm -f build-stamp build-dbg-stamp install-stamp install-dbg-stamp
    [all...]
  /external/stlport/test/compiler/
gcc.mak 1 # -*- Makefile -*- Time-stamp: <04/03/14 23:50:57 ptr>
  /external/webkit/WebCore/loader/icon/
IconRecord.h 56 IconSnapshot(const String& url, int stamp, SharedBuffer* theData)
58 , timestamp(stamp)
77 void setTimestamp(time_t stamp) { m_stamp = stamp; }
  /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...]
globals.h 235 void iostat_check_time(__u64 stamp);
236 void iostat_dump_stats(__u64 stamp, int all);
  /external/dropbear/debian/
rules 28 patch: deb-checkdir patch-stamp
29 patch-stamp:
33 touch patch-stamp
35 config.status: patch-stamp configure
43 build: deb-checkdir build-stamp
44 build-stamp: config.status
46 touch build-stamp
50 test ! -e patch-stamp || \
54 rm -f patch-stamp build-stamp config.log config.statu
    [all...]
  /external/webkit/WebKitTools/wx/packaging/debian/
rules 8 build: build-stamp
9 build-stamp: $(PYVERS:%=build-python%)
15 rm -rf *-stamp build-python* build
21 install: build-stamp install-prereq $(PYVERS:%=install-python%) install-libs install-nover
23 install-prereq: build-stamp
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 45 build: build-stamp
46 build-stamp: config.status
52 touch build-stamp
57 rm -f build-stamp
  /external/bluetooth/glib/
Makefile.am 82 BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h
83 glibconfig.h: stamp-gc-h
85 else rm -f stamp-gc-h; $(MAKE) stamp-gc-h; fi
86 stamp-gc-h: config.status
88 echo timestamp > stamp-gc-h
116 DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h stamp-gc-h config.lt
  /external/bluetooth/glib/tests/
bookmarkfile-test.c 72 time_t stamp; local
115 &stamp,
119 g_assert (stamp == g_bookmark_file_get_modified (bookmark, TEST_URI_0, NULL));
125 &stamp,
  /external/qemu/telephony/
sms.h 37 extern void sms_timestamp_now( SmsTimeStamp stamp );
38 extern int sms_timestamp_to_tm( SmsTimeStamp stamp, struct tm* tm );
sms.c 226 sms_timestamp_now( SmsTimeStamp stamp )
233 stamp->data[0] = gsm_int_to_bcdi( local.tm_year % 100 );
234 stamp->data[1] = gsm_int_to_bcdi( local.tm_mon+1 );
235 stamp->data[2] = gsm_int_to_bcdi( local.tm_mday );
236 stamp->data[3] = gsm_int_to_bcdi( local.tm_hour );
237 stamp->data[4] = gsm_int_to_bcdi( local.tm_min );
238 stamp->data[5] = gsm_int_to_bcdi( local.tm_sec );
246 stamp->data[6] = gsm_int_to_bcdi( tzdiff >= 0 ? tzdiff : -tzdiff );
248 stamp->data[6] |= 0x08;
252 sms_timestamp_to_tm( SmsTimeStamp stamp, struct tm* tm
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 105 public static void r (final boolean [][] coverage, final String classVMName, final long stamp)
126 cdata.addClass (coverage, classVMName, stamp);
  /cts/tests/SignatureTest/
Android.mk 60 copied_res_stamp := $(intermediates.COMMON)/copyres.stamp
61 generated_res_stamp := $(intermediates.COMMON)/genres.stamp
  /frameworks/base/cmds/dumpstate/
utils.c 116 char stamp[80]; local
118 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
119 printf(": %s", stamp);
  /external/bluetooth/glib/glib/
gbookmarkfile.h 126 time_t stamp,
133 time_t *stamp,
  /external/bison/
Makefile 285 config.h: stamp-h1
287 rm -f stamp-h1; \
288 $(MAKE) stamp-h1; \
291 stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
292 @rm -f stamp-h1
296 rm -f stamp-h1
300 -rm -f config.h stamp-h1
  /build/core/
package.mk 130 # If R.stamp moves, be sure to update the framework makefile,
132 R_file_stamp := $(package_expected_intermediates_COMMON)/src/R.stamp
183 # copy the generated file to src/R.stamp, which means it will
269 # corresponding R.stamp file, which lists the export.apk as a dependency.
271 $(dir $(framework_res_package_export))src/R.stamp
  /external/e2fsprogs/debian/
rules 64 CFGSTDSTAMP=${STAMPSDIR}/configure-std-stamp
65 CFGBFSTAMP=${STAMPSDIR}/configure-bf-stamp
66 CFGSTATICSTAMP=${STAMPSDIR}/configure-static-stamp
67 BUILDSTDSTAMP=${STAMPSDIR}/build-std-stamp
68 BUILDBFSTAMP=${STAMPSDIR}/build-bf-stamp
69 BUILDSTATICSTAMP=${STAMPSDIR}/build-static-stamp
  /external/kernel-headers/original/linux/
skbuff.h     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.c 484 char *pos, *end, *stamp; local
508 stamp = os_strchr(cmd, ' ');
509 if (stamp) {
510 *stamp++ = '\0';
511 while (*stamp == ' ') {
512 stamp++;
520 if (stamp && os_strlen(stamp)) {
521 wpa_debug_timestamp = atoi(stamp);
    [all...]

Completed in 1550 milliseconds

1 2 3 4 5