Searched refs:Time (Results 1 – 12 of 12) sorted by relevance
3 <li> <strong> Start Time: </strong> {{ formDate(job.start_time) }}</li>5 <strong> Finish Time: </strong> {{ formDate(job.finish_time) }}
60 label: "Start Time",68 label: "Finish Time",
38 label: "Upload Time",
32 import android.text.format.Time;73 Time today = new Time(); in buildUpdate()
32 import android.text.format.Time;84 Time today = new Time(); in buildUpdate()
19 import android.text.format.Time;156 Time t = new Time(); in readEntry()
34 import android.text.format.Time;168 Time t = new Time(); in onViewCreated()
18 var globalStartTime time.Time
48 import android.text.format.Time;109 Time time = new Time(); in onHandleIntent()
37 import android.text.format.Time;265 Time tobj = new Time(); in formatTime()
206 title = "Unused resources as of #{Time.now.localtime}"
87 func printFunctionDuration(fnLabel string, start time.Time) { argument