Searched defs:stamp (Results 1 - 18 of 18) sorted by relevance

/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 DCoverageData.java71 public void addClass (final boolean [][] coverage, final String classVMName, final long stamp) argument
73 m_coverageMap.put (classVMName, new DataHolder (coverage, stamp));
172 final long stamp = in.readLong ();
181 coverageMap.put (classVMName, new DataHolder (coverage, stamp));
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/bluetooth/glib/tests/
H A Dbookmarkfile-test.c72 time_t stamp; local
115 &stamp,
119 g_assert (stamp == g_bookmark_file_get_modified (bookmark, TEST_URI_0, NULL));
125 &stamp,
/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java105 public static void r (final boolean [][] coverage, final String classVMName, final long stamp) argument
126 cdata.addClass (coverage, classVMName, stamp);
/external/webkit/WebCore/loader/icon/
H A DIconRecord.h56 IconSnapshot(const String& url, int stamp, SharedBuffer* theData) argument
58 , timestamp(stamp)
77 void setTimestamp(time_t stamp) { m_stamp = stamp; } argument
/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/libpcap/
H A Dpcap-pf.c95 struct enstamp stamp; local
161 sp = &stamp;
/external/iproute2/misc/
H A Darpd.c287 void prepare_neg_entry(__u8 *ndata, __u32 stamp) argument
291 ndata[2] = stamp>>24;
292 ndata[3] = stamp>>16;
293 ndata[4] = stamp>>8;
294 ndata[5] = stamp;
/external/tinyxml/
H A Dtinyxmlparser.cpp175 stamp = start;
182 const char* stamp; member in class:TiXmlParsingData
200 const char* p = stamp;
300 stamp = p;
301 assert( stamp );
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface.c484 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);
/external/qemu/telephony/
H A Dsms.c226 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, struc argument
[all...]
/external/bluetooth/glib/glib/
H A Dgslice.c573 guint stamp)
579 while (ABS (stamp - magazine_chain_uint_stamp (current)) >= allocator->config.working_set_msecs)
640 /* stamp magazine */
571 magazine_cache_trim(Allocator *allocator, guint ix, guint stamp) argument
H A Dgtestutils.c1534 guint64 stamp; local
1536 stamp = tv.tv_sec;
1537 stamp = stamp * 1000000 + tv.tv_usec;
1538 return stamp;
/external/dbus/bus/
H A Dconnection.c58 int stamp; /**< Incrementing number */ member in struct:BusConnections
83 int stamp; /**< connections->stamp last time we were traversed */ member in struct:__anon678
944 * INT_MAX increments of the global stamp, or wraparound would break
950 connections->stamp += 1;
953 /* Mark connection with current stamp, return TRUE if it
954 * didn't already have that stamp
965 if (d->stamp == d->connections->stamp)
969 d->stamp
[all...]
/external/kernel-headers/original/linux/
H A Dgenhd.h124 unsigned long stamp; member in struct:gendisk
H A Dskbuff.h1371 * @skb: skb to get stamp from
1372 * @stamp: pointer to struct timeval to store stamp in
1376 * it in stamp.
1378 static inline void skb_get_timestamp(const struct sk_buff *skb, struct timeval *stamp) argument
1380 stamp->tv_sec = skb->tstamp.off_sec;
1381 stamp->tv_usec = skb->tstamp.off_usec;
1386 * @skb: skb to set stamp of
1387 * @stamp: pointer to struct timeval to get stamp fro
1393 skb_set_timestamp(struct sk_buff *skb, const struct timeval *stamp) argument
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 279 milliseconds