HomeSort by relevance Sort by last modified time
    Searched full:start_time (Results 451 - 475 of 536) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 278 return mInjectedCurrentTimeMillis - START_TIME;
283 return mInjectedCurrentTimeMillis - START_TIME - mDeepSleepTime;
667 protected static final long START_TIME = 1440000000101L;
730 mInjectedCurrentTimeMillis = START_TIME;
    [all...]
  /packages/apps/Calendar/res/layout/
edit_event_1.xml 193 android:id="@+id/start_time"
  /packages/apps/Calendar/res/layout-sw600dp/
edit_event_1.xml 170 android:id="@+id/start_time"
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ProgramDataManagerTest.java 69 private static final String PARAM_START_TIME = "start_time";
  /art/runtime/jit/
profile_saver.cc 370 const uint64_t start_time = NanoTime(); local
459 << PrettyDuration(NanoTime() - start_time);
    [all...]
  /external/autotest/client/cros/audio/
audio_quality_measurement.py 528 start_time = float(start_index) / rate - APPEND_ZEROS_SECS
534 if abs(now_time - start_time) < NEAR_START_OR_END_SECS:
    [all...]
  /external/autotest/server/
autoserv 584 start_time = datetime.datetime.now()
750 duration_secs = (datetime.datetime.now() - start_time).total_seconds()
autoserv.py 584 start_time = datetime.datetime.now()
750 duration_secs = (datetime.datetime.now() - start_time).total_seconds()
site_utils.py 827 start_time = time.time()
835 if (time.time() - start_time) > max_wait:
    [all...]
  /external/devlib/devlib/utils/
ssh.py 51 start_time = time.time()
67 timeout -= time.time() - start_time
    [all...]
  /external/e2fsprogs/misc/
fsck.c 515 inst->start_time = time(0);
643 if (inst2->start_time < time(0)+2) {
  /external/fonttools/Lib/fontTools/
merge.py 855 self.last_time = self.start_time = time.time()
917 log.last_time = log.start_time
  /external/libchrome/base/message_loop/
message_loop_test.cc 270 Time start_time = Time::Now(); local
276 TimeDelta total_time = Time::Now() - start_time;
    [all...]
message_loop_unittest.cc 134 Time start_time = Time::Now(); local
140 TimeDelta total_time = Time::Now() - start_time;
    [all...]
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 263 Time start_time; // Used to time task processing. local
292 start_time = Time::Now();
  /external/ppp/pppd/plugins/radius/
radius.c 120 time_t start_time; member in struct:radius_state
899 rstate.start_time = time(NULL);
    [all...]
  /external/stressapptest/src/
worker.cc 3068 int64 start_time = GetTime(); local
3110 int64 start_time = GetTime(); local
    [all...]
  /external/v8/tools/
run-tests.py 871 start_time = time.time()
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 267 start_time(0),
279 OMX_U64 start_time; member in class:perf_metrics
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 990 time_t start_time = time(nullptr); local
1039 fprintf(stderr, "start_time = %lld, end_time = %lld\n",
1040 static_cast<long long>(start_time),
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
iogen.c 383 time_t start_time; local
417 start_time = ts.tv_sec;
429 (Time_Mode && (ts.tv_sec - start_time <= Iterations))) {
    [all...]
  /art/runtime/gc/
heap.cc 1280 uint64_t start_time = NanoTime(); local
1918 uint64_t start_time = NanoTime(); local
1963 uint64_t start_time = NanoTime(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py     [all...]
  /external/autotest/client/bin/
job.py     [all...]
  /external/autotest/site_utils/rpm_control_system/
rpm_controller.py 159 if (datetime.datetime.utcnow() > (request['start_time'] +
270 request['start_time'] = datetime.datetime.utcnow()
    [all...]

Completed in 2830 milliseconds

<<11121314151617181920>>