Home
last modified time | relevance | path

Searched defs:SleepSeconds (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilWindows.cpp148 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); } in SleepSeconds() function
DFuzzerUtilPosix.cpp143 void SleepSeconds(int Seconds) { in SleepSeconds() function
DFuzzerUtilFuchsia.cpp377 void SleepSeconds(int Seconds) { in SleepSeconds() function
/aosp_15_r20/external/llvm/lib/Fuzzer/
H A DFuzzerUtil.cpp248 void SleepSeconds(int Seconds) { in SleepSeconds() function
/aosp_15_r20/external/tensorflow/tensorflow/tools/benchmark/
H A Dbenchmark_model.cc236 void SleepSeconds(double sleep_seconds) { in SleepSeconds() function