HomeSort by relevance Sort by last modified time
    Searched defs:Timestamp (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/java/security/
Timestamp.java 25 * {@code Timestamp} represents a signed time stamp. {@code Timestamp} is
28 public final class Timestamp implements Serializable {
32 private Date timestamp; field in class:Timestamp
40 * Constructs a new instance of {@code Timestamp} with the specified {@code
41 * timestamp} and the given certificate path.
43 * @param timestamp
48 * if {@code timestamp} is {@code null} or if {@code
51 public Timestamp(Date timestamp, CertPath signerCertPath)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 30 import java.security.Timestamp;
37 @TestTargetClass(Timestamp.class)
39 * Tests for <code>Timestamp</code> class fields and methods
53 method = "Timestamp",
58 new Timestamp(null, cpath);
64 new Timestamp(now, null);
70 Timestamp timestamp = new Timestamp(now, cpath); local
71 assertEquals("not expected value", now, timestamp.getTimestamp())
    [all...]
  /libcore/luni/src/main/java/java/sql/
Timestamp.java 26 * A Java representation of the SQL {@code TIMESTAMP} type. It provides the
27 * capability of representing the SQL {@code TIMESTAMP} nanosecond value, in
30 * The {@code Timestamp} class consists of a regular date/time value, where only
34 * The addition of the nanosecond value field to the {@code Timestamp} object
36 * it extends. Users should be aware that {@code Timestamp} objects are not
44 public class Timestamp extends Date {
48 // The nanoseconds time value of the Timestamp
55 * Returns a {@code Timestamp} corresponding to the time specified by the
59 * @deprecated Use the constructor {@link #Timestamp(long)}.
73 * which defines the nanosecond value of the timestamp specifie
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 25 import java.sql.Timestamp;
32 @TestTargetClass(Timestamp.class)
34 * JUnit Testcase for the java.sql.Timestamp class
40 static class MockTimestamp extends Timestamp{
137 method = "Timestamp",
141 Timestamp theTimestamp = new Timestamp(TIME_TEST1);
143 // The Timestamp should have been created
146 Timestamp mockTimestamp = new MockTimestamp(TIME_TEST1);
156 method = "Timestamp",
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 309 UCHAR Timestamp[8];
driver_ndis.c 184 UCHAR Timestamp[8];
832 r->tsf = WPA_GET_LE64(fixed->Timestamp);
    [all...]
  /external/wpa_supplicant/
driver_ndis.c 178 UCHAR Timestamp[8];
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/jython/
jython.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 1501 milliseconds