Home
last modified time | relevance | path

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

12

/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilWindows.cpp102 void SetTimer(int Seconds) { in SetTimer()
148 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds()
DFuzzerUtilPosix.cpp103 void SetTimer(int Seconds) { in SetTimer()
140 void SleepSeconds(int Seconds) { in SleepSeconds()
DFuzzerUtilFuchsia.cpp64 void AlarmHandler(int Seconds) { in AlarmHandler()
371 void SleepSeconds(int Seconds) { in SleepSeconds()
DFuzzerInternal.h55 size_t Seconds = secondsSinceProcessStartUp(); in execPerSec() local
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilWindows.cpp102 void SetTimer(int Seconds) { in SetTimer()
148 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds()
DFuzzerUtilPosix.cpp103 void SetTimer(int Seconds) { in SetTimer()
140 void SleepSeconds(int Seconds) { in SleepSeconds()
DFuzzerUtilFuchsia.cpp64 void AlarmHandler(int Seconds) { in AlarmHandler()
371 void SleepSeconds(int Seconds) { in SleepSeconds()
DFuzzerInternal.h55 size_t Seconds = secondsSinceProcessStartUp(); in execPerSec() local
/external/webrtc/api/units/
Dtimestamp.h32 static constexpr Timestamp Seconds(T value) { in Seconds() function
Dtime_delta.h36 static constexpr TimeDelta Seconds(T value) { in Seconds() function
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DDurationRewriter.h24 Seconds, enumerator
/external/llvm/lib/Fuzzer/
DFuzzerUtil.cpp98 void SetTimer(int Seconds) { in SetTimer()
248 void SleepSeconds(int Seconds) { in SleepSeconds()
/external/llvm-project/clang-tools-extra/clangd/support/
DThreading.cpp102 Deadline timeoutSeconds(llvm::Optional<double> Seconds) { in timeoutSeconds()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDuration.cs147 public long Seconds { property in Google.Protobuf.WellKnownTypes.Duration
DTimestamp.cs170 public long Seconds { property in Google.Protobuf.WellKnownTypes.Timestamp
/external/golang-protobuf/ptypes/timestamp/
Dtimestamp.pb.go111 Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"` member
/external/golang-protobuf/ptypes/duration/
Dduration.pb.go87 Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"` member
/external/perfetto/src/perfetto_cmd/
Dconfig_unittest.cc54 TEST_F(CreateConfigFromOptionsTest, Seconds) { in TEST_F() argument
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTimer.cpp121 using Seconds = std::chrono::duration<double, std::ratio<1>>; in getCurrentTime() typedef
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneAliasTest.java233 public static class Seconds { class in TimeZoneAliasTest.Zone
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneAliasTest.java230 public static class Seconds { class in TimeZoneAliasTest.Zone
/external/openscreen/third_party/abseil/src/absl/time/
Dtime.h424 Duration Seconds(T n) { in Seconds() function
1484 constexpr Duration Seconds(int64_t n) { in Seconds() function
/external/webrtc/third_party/abseil-cpp/absl/time/
Dtime.h424 Duration Seconds(T n) { in Seconds() function
1485 constexpr Duration Seconds(int64_t n) { in Seconds() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dtime.h424 Duration Seconds(T n) { in Seconds() function
1484 constexpr Duration Seconds(int64_t n) { in Seconds() function
/external/angle/third_party/abseil-cpp/absl/time/
Dtime.h424 Duration Seconds(T n) { in Seconds() function
1508 constexpr Duration Seconds(int64_t n) { in Seconds() function

12