Home
last modified time | relevance | path

Searched defs:Duration (Results 1 – 9 of 9) sorted by relevance

/tools/treble/build/treble_build/local/
Dcmd.go29 func runPipe(ctx context.Context, timeout time.Duration, cmdName string, args []string, parser func…
53 func run(ctx context.Context, timeout time.Duration, cmdName string, args []string) (out *bytes.Buf…
Dninja.go322 func NewNinjaCli(cmd string, db string, timeout, buildTimeout time.Duration, client bool) *ninjaCli…
/tools/asuite/atest/proto/
Dcommon.proto5 message Duration { message
/tools/tradefederation/core/atest_proto/proto/
Dcommon.proto5 message Duration { message
/tools/asuite/adevice/src/
Dmetrics.rs29 fn add_action_event(&mut self, action: &str, duration: std::time::Duration); in add_action_event()
33 duration: std::time::Duration, in add_action_event_with_files_changed()
64 fn add_action_event(&mut self, action: &str, duration: std::time::Duration) { in add_action_event()
71 duration: std::time::Duration, in add_action_event_with_files_changed()
Ddevice.rs260 timeout: Duration, in run_cmd_with_retry_until_timeout()
278 timeout: Duration, in run_process_with_retry_until_timeout()
/tools/netsim/rust/daemon/src/captures/
Dpcap_util.rs123 timestamp: Duration, in append_record()
145 timestamp: Duration, in append_record_pcapng()
/tools/asuite/adevice/src/protos/
Duser_log.proto3 message Duration { message
/tools/asuite/adevice/tests/common/
Dfakes.rs162 fn add_action_event(&mut self, _action: &str, _duration: std::time::Duration) {} in add_action_event()
167 _duration: std::time::Duration, in add_action_event_with_files_changed()