/external/protobuf/src/google/protobuf/util/ |
D | time_util.cc | 76 result.set_seconds(seconds); in CreateNormalized() 99 result.set_seconds(seconds); in CreateNormalized() 225 duration->set_seconds(seconds); in FromString() 407 timestamp->set_seconds(seconds); in ToTimestamp() 418 duration->set_seconds(seconds); in ToDuration()
|
D | time_util.h | 205 result.set_seconds(-d.seconds());
|
/external/protobuf/src/google/protobuf/ |
D | duration.pb.h | 104 void set_seconds(::google::protobuf::int64 value); 143 inline void Duration::set_seconds(::google::protobuf::int64 value) { in set_seconds() function
|
D | timestamp.proto | 59 // timestamp.set_seconds(time(NULL)); 68 // timestamp.set_seconds(tv.tv_sec); 80 // timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
|
D | timestamp.pb.h | 114 void set_seconds(::google::protobuf::int64 value); 156 inline void Timestamp::set_seconds(::google::protobuf::int64 value) { in set_seconds() function
|
D | duration.pb.cc | 342 set_seconds(from.seconds()); in MergeFrom() 398 void Duration::set_seconds(::google::protobuf::int64 value) { in set_seconds() function in google::protobuf::Duration
|
D | timestamp.pb.cc | 356 set_seconds(from.seconds()); in MergeFrom() 424 void Timestamp::set_seconds(::google::protobuf::int64 value) { in set_seconds() function in google::protobuf::Timestamp
|
/external/golang-protobuf/ptypes/timestamp/ |
D | timestamp.proto | 60 // timestamp.set_seconds(time(NULL)); 69 // timestamp.set_seconds(tv.tv_sec); 81 // timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
|
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/timestamp/ |
D | timestamp.proto | 60 // timestamp.set_seconds(time(NULL)); 69 // timestamp.set_seconds(tv.tv_sec); 81 // timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | proto_utils.h | 66 proto.set_seconds(absl::IDivDuration(duration, absl::Seconds(1), &duration)); in ToDurationProto()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectsource_test.cc | 964 ts->set_seconds(kTimestampMinSeconds - 1); in TEST_P() 975 ts->set_seconds(kTimestampMaxSeconds + 1); in TEST_P() 986 dur->set_seconds(kDurationMinSeconds - 1); in TEST_P() 997 dur->set_seconds(kDurationMaxSeconds + 1); in TEST_P()
|
D | protostream_objectwriter_test.cc | 886 ts->set_seconds(1448249855); in TEST_P() 899 ts->set_seconds(-61665654145); in TEST_P() 912 ts->set_seconds(-61665654145); in TEST_P() 925 ts->set_seconds(1448249855); in TEST_P() 938 ts->set_seconds(1448249855); in TEST_P() 1141 dur->set_seconds(1448216930); in TEST_P()
|
/external/grpc-grpc/test/cpp/grpclb/ |
D | grpclb_api_test.cc | 74 client_stats_report_interval->set_seconds(123); in TEST_F()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | server_load_reporting_end2end_test.cc | 137 ->set_seconds(5); in TEST_F()
|
D | grpclb_end2end_test.cc | 220 ->set_seconds(client_load_reporting_interval_seconds_); in BalanceLoad()
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | load_reporter.cc | 316 load->mutable_total_latency()->set_seconds( in GenerateLoads()
|
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/ |
D | fused_conv2d_bias_activation_op.cc | 290 proto.set_seconds(absl::IDivDuration(duration, absl::Seconds(1), &duration)); in ToDurationProto()
|