Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBListener.cpp167 bool SBListener::WaitForEventForBroadcaster(uint32_t num_seconds, in WaitForEventForBroadcaster()
190 uint32_t num_seconds, const SBBroadcaster &broadcaster, in WaitForEventForBroadcasterWithType()
/external/rust/crates/nix/src/sys/
Dtime.rs43 fn num_seconds(&self) -> i64; in num_seconds() method
161 fn num_seconds(&self) -> i64 { in num_seconds() method
366 fn num_seconds(&self) -> i64 { in num_seconds() method
/external/rust/crates/criterion/src/
Dlib.rs901 let num_seconds = value_t!(matches.value_of("profile-time"), u64).unwrap_or_else(|e| { in configure_from_args() localVariable
997 let num_seconds = value_t!(matches.value_of("warm-up-time"), u64).unwrap_or_else(|e| { in configure_from_args() localVariable
1008 let num_seconds = in configure_from_args() localVariable
/external/autotest/server/cros/cfm/configurable_test/
Dactions.py313 def __init__(self, num_seconds): argument
/external/rust/crates/chrono/src/
Doldtime.rs163 pub fn num_seconds(&self) -> i64 { in num_seconds() method