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

1 2 3 4

  /external/golang-protobuf/ptypes/
timestamp.go 34 // This file implements operations on google.protobuf.Timestamp.
41 tspb "github.com/golang/protobuf/ptypes/timestamp"
45 // Seconds field of the earliest valid Timestamp.
48 // Seconds field just after the latest valid Timestamp.
53 // validateTimestamp determines whether a Timestamp is valid.
54 // A valid timestamp represents a time in the range
58 // If the Timestamp is valid, validateTimestamp returns nil.
62 // Every valid Timestamp can be represented by a time.Time, but the converse is not true.
63 func validateTimestamp(ts *tspb.Timestamp) error {
65 return errors.New("timestamp: nil Timestamp"
    [all...]
  /system/connectivity/wifilogd/
os.h 46 struct Timestamp {
70 virtual Timestamp GetTimestamp(clockid_t clock_id) const;
  /external/golang-protobuf/ptypes/timestamp/
timestamp.pb.go 2 // source: github.com/golang/protobuf/ptypes/timestamp/timestamp.proto
5 Package timestamp is a generated protocol buffer package.
8 github.com/golang/protobuf/ptypes/timestamp/timestamp.proto
11 Timestamp
13 package timestamp package
30 // A Timestamp represents a point in time independent of any time zone
44 // Example 1: Compute Timestamp from POSIX `time()`.
46 // Timestamp timestamp
    [all...]
  /external/python/cpython2/Lib/sqlite3/
dbapi2.py 40 Timestamp = datetime.datetime
49 return Timestamp(*time.localtime(ticks)[:6])
84 register_converter("timestamp", convert_timestamp)
  /external/python/cpython3/Lib/sqlite3/
dbapi2.py 39 Timestamp = datetime.datetime
48 return Timestamp(*time.localtime(ticks)[:6])
83 register_converter("timestamp", convert_timestamp)
  /libcore/ojluni/src/main/java/java/security/
Timestamp.java 36 * 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.
45 public final class Timestamp implements Serializable {
50 * The timestamp's date and time
54 private Date timestamp; field in class:Timestamp
64 * Hash code for this timestamp.
69 * Constructs a Timestamp.
71 * @param timestamp is the timestamp's date and time. It must not be null
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/
dbapi2.py 39 Timestamp = datetime.datetime
48 return Timestamp(*time.localtime(ticks)[:6])
82 register_converter("timestamp", convert_timestamp)
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/
dbapi2.py 39 Timestamp = datetime.datetime
48 return Timestamp(*time.localtime(ticks)[:6])
82 register_converter("timestamp", convert_timestamp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 39 Timestamp = datetime.datetime
48 return Timestamp(*time.localtime(ticks)[:6])
82 register_converter("timestamp", convert_timestamp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 39 Timestamp = datetime.datetime
48 return Timestamp(*time.localtime(ticks)[:6])
82 register_converter("timestamp", convert_timestamp)
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Timestamp.cs 2 // source: google/protobuf/timestamp.proto
12 /// <summary>Holder for reflection information generated from google/protobuf/timestamp.proto</summary>
17 /// <summary>File descriptor for google/protobuf/timestamp.proto</summary>
35 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Timestamp), global::Google.Protobuf.WellKnownTypes.Timestamp.Parser, new[]{ "Seconds", "Nanos" }, null, null, null)
43 /// A Timestamp represents a point in time independent of any time zone
55 /// Example 1: Compute Timestamp from POSIX `time()`.
57 /// Timestamp timestamp;
58 /// timestamp.set_seconds(time(NULL))
    [all...]
  /external/protobuf/src/google/protobuf/
timestamp.pb.h 2 // source: google/protobuf/timestamp.proto
40 class Timestamp;
44 class LIBPROTOBUF_EXPORT Timestamp : public ::google::protobuf::Message {
46 Timestamp();
47 virtual ~Timestamp();
49 Timestamp(const Timestamp& from);
51 inline Timestamp& operator=(const Timestamp& from) {
61 static const Timestamp& default_instance()
    [all...]
timestamp.pb.cc 2 // source: google/protobuf/timestamp.proto
5 #include <google/protobuf/timestamp.pb.h>
36 "google/protobuf/timestamp.proto");
40 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Timestamp, seconds_),
41 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Timestamp, nanos_),
46 Timestamp::default_instance_,
51 sizeof(Timestamp),
52 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Timestamp, _internal_metadata_),
53 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Timestamp, _is_default_instance_));
67 Timestamp_descriptor_, &Timestamp::default_instance())
    [all...]
  /external/protobuf/src/google/protobuf/util/
time_util.h 44 #include <google/protobuf/timestamp.pb.h>
51 typedef google::protobuf::Timestamp Timestamp;
55 // The min/max Timestamp/Duration values we support.
64 // Converts Timestamp to/from RFC 3339 date string format.
69 // Note that Timestamp can only represent time from
71 // a Timestamp outside of this range is undefined behavior.
79 static string ToString(const Timestamp& timestamp);
80 static bool FromString(const string& value, Timestamp* timestamp)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
timestamp.pb.h 2 // source: google/protobuf/timestamp.proto
40 class Timestamp;
44 class LIBPROTOBUF_EXPORT Timestamp : public ::google::protobuf::Message {
46 Timestamp();
47 virtual ~Timestamp();
49 Timestamp(const Timestamp& from);
51 inline Timestamp& operator=(const Timestamp& from) {
61 static const Timestamp& default_instance()
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
time_util.h 44 #include <google/protobuf/timestamp.pb.h>
51 typedef google::protobuf::Timestamp Timestamp;
55 // The min/max Timestamp/Duration values we support.
64 // Converts Timestamp to/from RFC 3339 date string format.
69 // Note that Timestamp can only represent time from
71 // a Timestamp outside of this range is undefined behavior.
79 static string ToString(const Timestamp& timestamp);
80 static bool FromString(const string& value, Timestamp* timestamp)
    [all...]
  /external/llvm/tools/dsymutil/
DebugMap.cpp 24 sys::TimeValue Timestamp)
25 : Filename(ObjectFilename), Timestamp(Timestamp) {}
66 sys::TimeValue Timestamp) {
67 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp));
130 YamlDMO(IO &io) { Timestamp = 0; }
135 sys::TimeValue::SecondsType Timestamp;
151 io.mapOptional("timestamp", Norm->Timestamp);
205 Timestamp = Obj.getTimestamp().toEpochTime()
    [all...]
DebugMap.h 96 sys::TimeValue Timestamp);
151 sys::TimeValue getTimestamp() const { return Timestamp; }
164 DebugMapObject(StringRef ObjectFilename, sys::TimeValue Timestamp);
167 sys::TimeValue Timestamp;
182 std::swap(Timestamp, RHS.Timestamp);
189 Timestamp = std::move(RHS.Timestamp);
MachODebugMapParser.cpp 68 void switchToNewDebugMapObject(StringRef Filename, sys::TimeValue Timestamp);
114 sys::TimeValue Timestamp) {
121 CurrentObjectHolder.GetFilesAs<MachOObjectFile>(Path, Timestamp);
135 CurrentDebugMapObject = &Result->addDebugMapObject(Path, Timestamp);
350 sys::TimeValue Timestamp;
351 Timestamp.fromEpochTime(Value);
352 return switchToNewDebugMapObject(Name, Timestamp);
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.h 394 class Timestamp {
396 Timestamp()
399 Timestamp(int64_t position, int64_t nanoseconds)
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
TimestampTest.java 25 import java.security.Timestamp;
34 * Tests for <code>Timestamp</code> class fields and methods
47 new Timestamp(null, cpath);
53 new Timestamp(now, null);
59 Timestamp timestamp = new Timestamp(now, cpath); local
60 assertEquals("not expected value", now, timestamp.getTimestamp());
61 assertEquals("not expected cert path", cpath, timestamp.getSignerCertPath());
68 Timestamp one = new Timestamp(now, cpath)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/test2json/
test2json.go 27 Timestamp Mode = 1 << iota // include Time in events
226 if c.mode&Timestamp != 0 {
286 if c.mode&Timestamp != 0 {
306 if c.mode&Timestamp != 0 {
  /prebuilts/go/linux-x86/src/cmd/internal/test2json/
test2json.go 27 Timestamp Mode = 1 << iota // include Time in events
226 if c.mode&Timestamp != 0 {
286 if c.mode&Timestamp != 0 {
306 if c.mode&Timestamp != 0 {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ManagedNetwork/
ManagedNetwork.h 50 EFI_TIME Timestamp;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ManagedNetwork.h 78 /// Set to TRUE to timestamp all packets when they are received
93 EFI_TIME Timestamp;

Completed in 638 milliseconds

1 2 3 4