Searched refs:timestamp (Results 26 - 50 of 82) sorted by relevance

1234

/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DPlatformMidi.h65 INT64 timestamp; // in microseconds member in struct:tag_MidiMessage
134 int MIDI_QueueAddShort(MidiMessageQueue* queue, UINT32 packedMsg, INT64 timestamp, int overwrite);
136 INT32 sysexIndex, INT64 timestamp, int overwrite);
324 INT32 MIDI_OUT_SendShortMessage(MidiDeviceHandle* handle, UINT32 packedMsg, UINT32 timestamp);
331 INT32 MIDI_OUT_SendLongMessage(MidiDeviceHandle* handle, UBYTE* data, UINT32 size, UINT32 timestamp);
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
H A DMidiInDevice.c198 jlong ts = (jlong)pMessage->timestamp;
208 jlong ts = (jlong)pMessage->timestamp;
/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/com/sun/media/sound/
H A DMidiOutDevice.java77 long timestamp = -1;
79 timestamp = nGetTimeStamp(id);
81 return timestamp;
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot/
H A Dmethod_compile_stat.d71 SAMPLING_TIME = timestamp + INTERVAL_SECS * 1000000000ull;
114 self->ts[self->class_name, self->method_name, self->signature] = timestamp;
168 avg((timestamp -
172 avg((timestamp -
207 /timestamp > SAMPLING_TIME/
235 SAMPLING_TIME = timestamp + INTERVAL_SECS * 1000000000ull;
H A Dmethod_invocation_stat_filter.d87 START_TIME = timestamp;
92 START_TIME = timestamp;
171 RUN_TIME = (timestamp - START_TIME);
/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/hotspot/src/share/vm/utilities/
H A Devents.hpp39 // would record at least a timestamp and the current Thread, along
74 double timestamp; member in class:EventLogBase::EventRecord
129 out->print("Event: %.3f ", e.timestamp);
154 double timestamp = fetch_timestamp(); local
158 _records[index].timestamp = timestamp;
195 // Logs a generic message with timestamp and format as printf.
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeLauncher.java69 // Replace all but last occurrance of "%s" with timestamp to insure
81 long timestamp = System.currentTimeMillis()/1000;
85 + timestamp
103 tempFilename = prefix + filename + timestamp + extension + suffix;
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryImpl.java154 long timestamp = System.currentTimeMillis();
159 timestamp,
H A DGarbageCollectorImpl.java126 void createGCNotification(long timestamp, argument
139 timestamp,
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDocumentCache.java201 long timestamp = connection.getLastModified();
203 if (timestamp == 0){ // get 0 for local URI
206 timestamp = localfile.lastModified();
209 return(timestamp);
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTabOutputStream.java88 write32((int)(entry.timestamp.getTime()/1000));
/openjdk7/jdk/src/share/classes/sun/security/timestamp/
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");
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..
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DArguments.java61 private boolean timestamp; field in class:Arguments
172 timestamp = true;
317 optionFormat = finder.getOptionFormat(specialOption, timestamp);
400 return timestamp;
/openjdk7/jdk/test/java/util/UUID/
H A DUUIDTest.java164 test.timestamp();
170 if (test.timestamp() != 1)
171 throw new Exception("Incorrect timestamp");
173 if (test.timestamp() != 1024)
174 throw new Exception("Incorrect timestamp");
176 if (test.timestamp() != Long.MAX_VALUE>>3)
177 throw new Exception("Incorrect timestamp");
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMSelection.java191 long timestamp = xce.get_data(0);
199 sel.dispatchOwnerChangedEvent(xev,screen,owner,data, timestamp);
332 synchronized void dispatchOwnerChangedEvent(XEvent ev, int screen, long owner, long data, long timestamp) { argument
337 disp.ownerChanged(screen,this, owner, data, timestamp);
/openjdk7/jdk/make/sun/security/other/
H A DMakefile43 sun/security/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/com/sun/security/sasl/
H A DCramMD5Server.java44 * client <---- M={random, timestamp, server-fqdn} ------- server
118 // Generate challenge {random, timestamp, fqdn}
121 long timestamp = System.currentTimeMillis();
127 buf.append(timestamp);
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.hpp62 static jlong timestamp();
72 // Initialize the timestamp to get the current time
75 // Update the timestamp to the vm init done time
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_MidiOut.c331 INT32 MIDI_OUT_SendShortMessage(MidiDeviceHandle* handle, UINT32 packedMsg, UINT32 timestamp) { argument
334 TRACE2("> MIDI_OUT_SendShortMessage %x, time: %d\n", packedMsg, timestamp);
345 INT32 MIDI_OUT_SendLongMessage(MidiDeviceHandle* handle, UBYTE* data, UINT32 size, UINT32 timestamp) { argument
352 TRACE2("> MIDI_OUT_SendLongMessage size %d, time: %d\n", size, timestamp);

Completed in 56 milliseconds

1234