| /external/golang-protobuf/ptypes/duration/ |
| D | duration.pb.go | 83 type Duration struct { struct 87 Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"` 94 Nanos int32 `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"` 95 XXX_NoUnkeyedLiteral struct{} `json:"-"` 96 XXX_unrecognized []byte `json:"-"` 97 XXX_sizecache int32 `json:"-"` 100 func (m *Duration) Reset() { *m = Duration{} } 101 func (m *Duration) String() string { return proto.CompactTextString(m) } 102 func (*Duration) ProtoMessage() {} 103 func (*Duration) Descriptor() ([]byte, []int) { [all …]
|
| D | duration.proto | 103 message Duration { message
|
| /external/syzkaller/vendor/github.com/golang/protobuf/ptypes/duration/ |
| D | duration.pb.go | 81 type Duration struct { struct 85 Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"` 92 Nanos int32 `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"` 93 XXX_NoUnkeyedLiteral struct{} `json:"-"` 94 XXX_unrecognized []byte `json:"-"` 95 XXX_sizecache int32 `json:"-"` 98 func (m *Duration) Reset() { *m = Duration{} } 99 func (m *Duration) String() string { return proto.CompactTextString(m) } 100 func (*Duration) ProtoMessage() {} 101 func (*Duration) Descriptor() ([]byte, []int) { [all …]
|
| D | duration.proto | 103 message Duration { message
|
| /external/syzkaller/vendor/github.com/golang/protobuf/ptypes/ |
| D | duration.go | 56 func validateDuration(d *durpb.Duration) error { 76 func Duration(p *durpb.Duration) (time.Duration, error) { argument 94 func DurationProto(d time.Duration) *durpb.Duration {
|
| /external/golang-protobuf/ptypes/ |
| D | duration.go | 56 func validateDuration(d *durpb.Duration) error { 76 func Duration(p *durpb.Duration) (time.Duration, error) { argument 94 func DurationProto(d time.Duration) *durpb.Duration {
|
| /external/libcxx/test/std/utilities/time/time.point/time.point.arithmetic/ |
| D | op_-=.pass.cpp | 26 typedef std::chrono::milliseconds Duration; in constexpr_test() typedef 37 typedef std::chrono::milliseconds Duration; in main() typedef
|
| D | op_+=.pass.cpp | 26 typedef std::chrono::milliseconds Duration; in constexpr_test() typedef 37 typedef std::chrono::milliseconds Duration; in main() typedef
|
| /external/opencensus-java/api/src/main/java/io/opencensus/common/ |
| D | Duration.java | 37 public abstract class Duration implements Comparable<Duration> { class 135 Duration() {} in Duration() method in Duration
|
| /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | Duration.cs | 85 public sealed partial class Duration : pb::IMessage<Duration> { class 97 public Duration() { in Duration() method in Google.Protobuf.WellKnownTypes.Duration 103 public Duration(Duration other) : this() { in Duration() method in Google.Protobuf.WellKnownTypes.Duration
|
| /external/syzkaller/vendor/cloud.google.com/go/internal/optional/ |
| D | optional.go | 43 Duration interface{} interface 98 func ToDuration(v Duration) time.Duration {
|
| /external/syzkaller/vm/vmimpl/ |
| D | util.go | 16 func SleepInterruptible(d time.Duration) bool { 25 func WaitForSSH(debug bool, timeout time.Duration, addr, sshKey, sshUser, OS string, port int) erro…
|
| D | vmimpl.go | 44 …Run(timeout time.Duration, stop <-chan bool, command string) (outc <-chan []byte, errc <-chan erro… 108 func Multiplex(cmd *exec.Cmd, merger *OutputMerger, console io.Closer, timeout time.Duration,
|
| /external/protobuf/src/google/protobuf/ |
| D | duration.proto | 85 message Duration { message
|
| D | duration.pb.h | 40 class Duration; variable
|
| /external/libcxx/test/std/utilities/time/time.point/time.point.special/ |
| D | max.pass.cpp | 24 typedef std::chrono::milliseconds Duration; in main() typedef
|
| D | min.pass.cpp | 24 typedef std::chrono::milliseconds Duration; in main() typedef
|
| /external/libcxx/test/std/utilities/time/time.point/time.point.cons/ |
| D | duration.fail.cpp | 23 typedef std::chrono::milliseconds Duration; in main() typedef
|
| D | default.pass.cpp | 25 typedef std::chrono::duration<Rep, std::milli> Duration; in main() typedef
|
| D | duration.pass.cpp | 24 typedef std::chrono::milliseconds Duration; in main() typedef
|
| /external/syzkaller/vendor/github.com/googleapis/gax-go/ |
| D | invoke.go | 53 func Sleep(ctx context.Context, d time.Duration) error {
|
| /external/protobuf/src/google/protobuf/util/ |
| D | time_util.h | 52 typedef google::protobuf::Duration Duration; typedef
|
| /external/syzkaller/pkg/osutil/ |
| D | osutil.go | 23 func RunCmd(timeout time.Duration, dir, bin string, args ...string) ([]byte, error) { 31 func Run(timeout time.Duration, cmd *exec.Cmd) ([]byte, error) {
|
| /external/syzkaller/vendor/golang.org/x/net/context/ |
| D | go17.go | 61 func WithTimeout(parent Context, timeout time.Duration) (Context, CancelFunc) {
|
| /external/libtextclassifier/annotator/ |
| D | collections.h | 57 static const std::string& Duration() { in Duration() function
|