HomeSort by relevance Sort by last modified time
    Searched refs:elapse (Results 1 - 3 of 3) sorted by null

  /development/tools/idegen/
index-gen.sh 74 elapse=$(($end - $start))
75 echo "Took ${elapse}ms"
  /build/soong/ui/build/paths/
logs_test.go 114 // Missing log sockets should not block waiting for the timeout to elapse
119 // Non-sockets should not block waiting for the timeout to elapse
  /external/lzma/CPP/Windows/
Window.h 269 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = 0)
270 { return ::SetTimer(_window, idEvent, elapse, timerFunc); }

Completed in 1392 milliseconds