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

12

/external/smack/src/org/jivesoftware/smackx/
H A DOfflineMessageHeader.java29 * Each offline message is identified by the target user of the offline message and a unique stamp.
44 * Stamp that uniquely identifies the offline message. This stamp will be used for
45 * getting the specific message or delete it. The stamp may be of the form UTC timestamps
48 private String stamp; field in class:OfflineMessageHeader
54 stamp = item.getNode();
76 * Returns the stamp that uniquely identifies the offline message. This stamp will
77 * be used for getting the specific message or delete it. The stamp may be of the
80 * @return the stamp that uniquely identifies the offline message.
83 return stamp;
[all...]
/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/smack/src/org/jivesoftware/smackx/packet/
H A DDelayInformation.java57 private Date stamp; field in class:DelayInformation
63 * @param stamp the timestamp
65 public DelayInformation(Date stamp) { argument
67 this.stamp = stamp;
98 return stamp;
133 buf.append(" stamp=\"");
135 buf.append(XEP_0091_UTC_FORMAT.format(stamp));
/external/chromium/chrome/browser/extensions/
H A Dconvert_web_app.cc73 double stamp = day_fraction * std::numeric_limits<uint16>::max(); local
76 stamp = stamp >= (floor(stamp) + 0.5) ? (stamp + 1) : stamp;
82 static_cast<uint16>(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/Source/WebCore/loader/icon/
H A DIconRecord.h86 void setTimestamp(time_t stamp) { m_stamp = stamp; } argument
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dpresencepushtask.cc208 std::string stamp = delay->Attr(kQnStamp); local
209 s->set_sent_time(stamp);
/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/qemu/android/camera/
H A Dcamera-common.h197 const uint64_t stamp = _get_timestamp(); local
198 if ((stamp / 1000) >= (wake_at / 1000)) {
201 t.tv_sec = (wake_at - stamp) / 1000000;
202 t.tv_usec = (wake_at - stamp) - (uint64_t)t.tv_sec * 1000000;
/external/v8/src/
H A Ddate.h61 // Sentinel that denotes an invalid cache stamp.
62 // It is an invariant of DateCache that cache stamp is non-negative.
72 // Clears cached timezone information and increments the cache stamp.
175 // Cache stamp is used for invalidating caches in JSDate.
176 // We increment the stamp each time when the timezone information changes.
177 // JSDate objects perform stamp check and invalidate their caches if
178 // their saved stamp is not equal to the current stamp.
179 Smi* stamp() { return stamp_; } function in class:v8::internal::DateCache
/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/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/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/v8/src/arm/
H A Dfull-codegen-arm.cc3053 ExternalReference stamp = ExternalReference::date_cache_stamp(isolate()); local
3054 __ mov(scratch1, Operand(stamp));
H A Dlithium-codegen-arm.cc1461 ExternalReference stamp = ExternalReference::date_cache_stamp(isolate()); local
1462 __ mov(scratch, Operand(stamp));
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc2988 ExternalReference stamp = ExternalReference::date_cache_stamp(isolate()); local
2989 __ mov(scratch, Operand::StaticVariable(stamp));
H A Dlithium-codegen-ia32.cc1282 ExternalReference stamp = ExternalReference::date_cache_stamp(isolate()); local
1283 __ mov(scratch, Operand::StaticVariable(stamp));
/external/v8/src/mips/
H A Dfull-codegen-mips.cc3074 ExternalReference stamp = ExternalReference::date_cache_stamp(isolate()); local
3075 __ li(scratch1, Operand(stamp));
/external/v8/src/x64/
H A Dfull-codegen-x64.cc2875 ExternalReference stamp = ExternalReference::date_cache_stamp(isolate()); local
2876 __ movq(scratch, stamp);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c1748 char *pos, *end, *stamp; local
1772 stamp = os_strchr(cmd, ' ');
1773 if (stamp) {
1774 *stamp++ = '\0';
1775 while (*stamp == ' ') {
1776 stamp++;
1787 if (stamp && os_strlen(stamp))
1788 wpa_debug_timestamp = atoi(stamp);

Completed in 501 milliseconds

12