Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dproc_sync.go133 func newSleepWaiter(interval time.Duration, duration time.Duration) (waiter *sleepWaiter) {
/build/soong/ui/build/paths/
Dlogs.go112 func dial(name string, lookup socketAddrFunc, timeout time.Duration) (net.Conn, error) {
139 func sendLog(logSocket string, lookup socketAddrFunc, timeout time.Duration, entry *LogEntry, done …
/build/soong/cmd/run_with_timeout/
Drun_with_timeout.go90 func runWithTimeout(command string, args []string, timeout time.Duration, onTimeoutCmdStr string,
/build/blueprint/
Dcontext_test.go491 func doTestWalkFileOrder(t *testing.T, sleepDuration time.Duration) {