Home
last modified time | relevance | path

Searched defs:Seconds (Results 1 – 25 of 68) sorted by relevance

123

/external/libpalmrejection/
Dchrome_to_android_compatibility.h35 constexpr TimeDelta Seconds(T n) { in Seconds() function
45 constexpr TimeDelta Seconds(T n) { in Seconds() function
/external/pytorch/caffe2/core/
Dtimer.h40 inline float Seconds() { return NanoSeconds() / 1000000000.f; } in Seconds() function
/external/ot-br-posix/src/common/
Dtime.hpp47 using Seconds = std::chrono::seconds; typedef
/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilWindows.cpp107 void SetTimer(int Seconds) { in SetTimer()
153 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds()
DFuzzerUtilPosix.cpp106 void SetTimer(int Seconds) { in SetTimer()
143 void SleepSeconds(int Seconds) { in SleepSeconds()
DFuzzerUtilFuchsia.cpp70 void AlarmHandler(int Seconds) { in AlarmHandler()
427 void SleepSeconds(int Seconds) { in SleepSeconds()
DFuzzerInternal.h54 size_t Seconds = secondsSinceProcessStartUp(); in execPerSec() local
/external/webrtc/api/units/
Dtimestamp.h33 static constexpr Timestamp Seconds(T value) { in Seconds() function
Dtime_delta.h41 static constexpr TimeDelta Seconds(T value) { in Seconds() function
/external/perfetto/ui/src/public/
Dtimeline.ts22 Seconds = 'seconds', enumerator
/external/llvm/lib/Fuzzer/
DFuzzerUtil.cpp98 void SetTimer(int Seconds) { in SetTimer()
248 void SleepSeconds(int Seconds) { in SleepSeconds()
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
DUefiLib.h98 #define EFI_TIMER_PERIOD_SECONDS(Seconds) MultU64x32((UINT64)(Seconds), 10000000) argument
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
DUefiLib.h98 #define EFI_TIMER_PERIOD_SECONDS(Seconds) MultU64x32((UINT64)(Seconds), 10000000) argument
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
DUefiLib.h98 #define EFI_TIMER_PERIOD_SECONDS(Seconds) MultU64x32((UINT64)(Seconds), 10000000) argument
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
DUefiLib.h99 #define EFI_TIMER_PERIOD_SECONDS(Seconds) MultU64x32((UINT64)(Seconds), 10000000) argument
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestamp.cs189 public long Seconds { property in Google.Protobuf.WellKnownTypes.Timestamp
DDuration.cs158 public long Seconds { property in Google.Protobuf.WellKnownTypes.Duration
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestamp.cs189 public long Seconds { property in Google.Protobuf.WellKnownTypes.Timestamp
DDuration.cs158 public long Seconds { property in Google.Protobuf.WellKnownTypes.Duration
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDuration.cs158 public long Seconds { property in Google.Protobuf.WellKnownTypes.Duration
DTimestamp.cs189 public long Seconds { property in Google.Protobuf.WellKnownTypes.Timestamp
/external/rust/android-crates-io/crates/rusb/src/
Dcontext.rs16 type Seconds = ::libc::c_long; typedef
21 type Seconds = ::libc::time_t; typedef
/external/golang-protobuf/types/known/durationpb/
Dduration.pb.go151 Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"` member
/external/golang-protobuf/types/known/timestamppb/
Dtimestamp.pb.go180 Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"` member
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dtime.h210 static constexpr Duration Seconds(int64_t seconds) { in Seconds() function

123