Searched defs:timestamp (Results 1 - 25 of 45) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DobjectCountEventSender.cpp32 void ObjectCountEventSender::send(const KlassInfoEntry* entry, GCId gc_id, jlong timestamp) { argument
41 event.set_endtime(timestamp);
/openjdk7/jdk/src/share/classes/sun/security/timestamp/
H A DTimestamper.java26 package sun.security.timestamp;
44 * Connects to the TSA and requests a timestamp.
46 * @param tsQuery The timestamp query.
47 * @return The result of the timestamp query.
H A DHttpTimestamper.java26 package sun.security.timestamp;
54 // The MIME type for a timestamp query
56 "application/timestamp-query";
58 // The MIME type for a timestamp reply
60 "application/timestamp-reply";
79 * Connects to the TSA and requests a timestamp.
81 * @param tsQuery The timestamp query.
82 * @return The result of the timestamp query.
116 System.out.println("sent timestamp query (length=" +
149 System.out.println("received timestamp respons
[all...]
H A DTSRequest.java26 package sun.security.timestamp;
36 * This class provides a timestamp request, as defined in
97 * Constructs a timestamp request for the supplied hash value..
H A DTimestampToken.java26 package sun.security.timestamp;
36 * This class provides the timestamp token info resulting from a successful
37 * timestamp request, as defined in
84 * Constructs an object to store a timestamp token.
91 throw new IOException("No timestamp token info");
97 * Extract the date and time from the timestamp token.
99 * @return The date and time when the timestamp was generated.
123 * Parses the timestamp token info.
134 throw new IOException("Bad encoding for timestamp token info");
/openjdk7/jdk/src/share/classes/java/lang/ref/
H A DSoftReference.java76 private long timestamp; field in class:SoftReference
86 this.timestamp = clock;
100 this.timestamp = clock;
113 if (o != null && this.timestamp != clock)
114 this.timestamp = clock;
/openjdk7/jdk/src/share/classes/java/security/
H A DCodeSigner.java51 * The signature timestamp.
55 private Timestamp timestamp; field in class:CodeSigner
67 * @param timestamp A signature timestamp.
68 * If <code>null</code> then no timestamp was generated
73 public CodeSigner(CertPath signerCertPath, Timestamp timestamp) { argument
78 this.timestamp = timestamp;
91 * Returns the signature timestamp.
93 * @return The timestamp o
[all...]
H A DTimestamp.java36 * This class encapsulates information about a signed timestamp.
38 * It includes the timestamp's date and time as well as information about the
39 * Timestamping Authority (TSA) which generated and signed the timestamp.
50 * The timestamp's date and time
54 private Date timestamp; field in class:Timestamp
64 * Hash code for this timestamp.
71 * @param timestamp is the timestamp's date and time. It must not be null.
73 * @throws NullPointerException if timestamp or signerCertPath is null.
75 public Timestamp(Date timestamp, CertPat argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMSelectionListener.java39 public void ownerChanged(int screen, XMSelection sel, long newOwner, long data, long timestamp); argument
H A DXAWTXSettings.java73 public void ownerChanged(int screen, XMSelection sel, long newOwner, long data, long timestamp) { argument
/openjdk7/jdk/src/share/classes/java/io/
H A DExpiringCache.java45 private long timestamp; field in class:ExpiringCache.Entry
48 Entry(long timestamp, String val) { argument
49 this.timestamp = timestamp;
53 long timestamp() { return timestamp; } method in class:ExpiringCache.Entry
54 void setTimestamp(long timestamp) { this.timestamp = timestamp; } argument
104 long delta = System.currentTimeMillis() - entry.timestamp();
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.hpp36 jlong timestamp; member in class:GCNotificationRequest
44 timestamp = ts;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DXrandr.h58 Time timestamp; /* when the screen change occurred */ member in struct:__anon964
95 Time timestamp);
104 Time timestamp);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaConnectionCacheBase.java52 protected long timestamp = 0; field in class:CorbaConnectionCacheBase
81 c.setTimeStamp(timestamp++);
/openjdk7/jdk/src/share/classes/java/util/
H A DUUID.java276 * The timestamp value associated with this UUID.
278 * <p> The 60 bit timestamp value is constructed from the time_low,
280 * timestamp is measured in 100-nanosecond units since midnight,
283 * <p> The timestamp value is only meaningful in a time-based UUID, which
290 public long timestamp() { method in class:UUID
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerCommunicatorAdmin.java42 timestamp = 0;
93 timestamp = System.currentTimeMillis();
94 logtime("Admin: Timestamp=",timestamp);
137 if (timestamp == 0) timestamp = System.currentTimeMillis();
139 logtime("Admin: Timestamp=",timestamp);
156 timeout - (System.currentTimeMillis() - timestamp);
174 System.currentTimeMillis() - timestamp;
216 private long timestamp; field in class:ServerCommunicatorAdmin
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiOut.c92 INT32 MIDI_OUT_SendShortMessage(MidiDeviceHandle* handle, UINT32 packedMsg, UINT32 timestamp) { argument
95 TRACE2("> MIDI_OUT_SendShortMessage %x, time: %d\n", (uint) packedMsg, (int) timestamp);
183 INT32 MIDI_OUT_SendLongMessage(MidiDeviceHandle* handle, UBYTE* data, UINT32 size, UINT32 timestamp) { argument
186 TRACE2("> MIDI_OUT_SendLongMessage size %d, time: %d\n", (int) size, (int) timestamp);
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DPlatformMidi.c108 int MIDI_QueueAddShort(MidiMessageQueue* queue, UINT32 packedMsg, INT64 timestamp, int overwrite) { argument
124 queue->queue[queue->writeIndex].timestamp = timestamp;
133 INT32 sysexIndex, INT64 timestamp, int overwrite) {
152 queue->queue[queue->writeIndex].timestamp = timestamp;
132 MIDI_QueueAddLong(MidiMessageQueue* queue, UBYTE* data, UINT32 size, INT32 sysexIndex, INT64 timestamp, int overwrite) argument
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbPriv.java48 KerberosTime timestamp,
62 timestamp,
107 KerberosTime timestamp,
117 if (timestamp != null)
118 usec = new Integer(timestamp.getMicroSeconds());
127 timestamp,
165 check(enc_part.timestamp,
45 KrbPriv(byte[] userData, Credentials creds, EncryptionKey subKey, KerberosTime timestamp, SeqNumber seqNumber, HostAddress saddr, HostAddress raddr ) argument
105 mk_priv(byte[] userData, EncryptionKey key, KerberosTime timestamp, SeqNumber seqNumber, HostAddress sAddress, HostAddress rAddress ) argument
H A DKrbSafe.java47 KerberosTime timestamp,
60 timestamp,
108 KerberosTime timestamp,
118 if (timestamp != null)
119 usec = new Integer(timestamp.getMicroSeconds());
128 timestamp,
170 check(krb_safe.safeBody.timestamp,
44 KrbSafe(byte[] userData, Credentials creds, EncryptionKey subKey, KerberosTime timestamp, SeqNumber seqNumber, HostAddress saddr, HostAddress raddr ) argument
106 mk_safe(byte[] userData, EncryptionKey key, KerberosTime timestamp, SeqNumber seqNumber, HostAddress sAddress, HostAddress rAddress ) argument
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DEncKrbPrivPart.java44 * timestamp [1] KerberosTime OPTIONAL,
61 public KerberosTime timestamp; //optional field in class:EncKrbPrivPart
77 timestamp = new_timestamp;
115 timestamp = KerberosTime.parse(der.getData(), (byte) 0x01, true);
149 if (timestamp != null) {
150 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte) 0x01), timestamp.asn1Encode());
H A DKRBSafeBody.java45 * timestamp [1] KerberosTime OPTIONAL,
62 public KerberosTime timestamp; //optional field in class:KRBSafeBody
79 timestamp = new_timestamp;
104 timestamp = KerberosTime.parse(encoding.getData(), (byte)0x01, true);
131 if (timestamp != null)
132 bytes.write(DerValue.createTag(DerValue.TAG_CONTEXT, true, (byte)0x01), timestamp.asn1Encode());
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTabEntry.java46 KerberosTime timestamp; field in class:KeyTabEntry
56 timestamp = new_time;
110 return timestamp;
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_MidiOut.c120 UINT32 timestamp) {
127 TRACE2("> MIDI_OUT_SendShortMessage() %x, time: %u\n", packedMsg, (unsigned int) timestamp);
152 UINT32 size, UINT32 timestamp) {
155 TRACE2("> MIDI_OUT_SendLongMessage() size %u, time: %u\n", (unsigned int) size, (unsigned int) timestamp);
119 MIDI_OUT_SendShortMessage(MidiDeviceHandle* handle, UINT32 packedMsg, UINT32 timestamp) argument
151 MIDI_OUT_SendLongMessage(MidiDeviceHandle* handle, UBYTE* data, UINT32 size, UINT32 timestamp) argument
H A DPLATFORM_API_LinuxOS_ALSA_MidiOut.c120 UINT32 timestamp) {
127 TRACE2("> MIDI_OUT_SendShortMessage() %x, time: %u\n", packedMsg, (unsigned int) timestamp);
152 UINT32 size, UINT32 timestamp) {
155 TRACE2("> MIDI_OUT_SendLongMessage() size %u, time: %u\n", (unsigned int) size, (unsigned int) timestamp);
119 MIDI_OUT_SendShortMessage(MidiDeviceHandle* handle, UINT32 packedMsg, UINT32 timestamp) argument
151 MIDI_OUT_SendLongMessage(MidiDeviceHandle* handle, UBYTE* data, UINT32 size, UINT32 timestamp) argument

Completed in 216 milliseconds

12