HomeSort by relevance Sort by last modified time
    Searched defs:start_time (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /external/tlsdate/src/
tlsdate-helper-plan9.c 1070 struct tlsdate_time start_time, end_time, warp_time; local
1130 if (0 != clock_get_real_time(&start_time))
1136 (unsigned long) CLOCK_SEC(&start_time),
1137 (unsigned long) CLOCK_NSEC(&start_time));
1139 if (((unsigned long) CLOCK_SEC(&start_time)) < ((unsigned long) CLOCK_SEC(&warp_time)))
1152 if (0 != clock_get_real_time(&start_time))
    [all...]
tlsdate-helper.c 1233 struct tlsdate_time start_time, end_time, warp_time; local
    [all...]
  /external/v8/src/
d8-posix.cc 85 const struct timeval& start_time) {
92 time_t seconds = time_now.tv_sec - start_time.tv_sec;
94 (time_now.tv_usec - start_time.tv_usec) / 1000);
124 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) {
129 int seconds = static_cast<int>(time_now.tv_sec - start_time.tv_sec);
134 int useconds = static_cast<int>(time_now.tv_usec - start_time.tv_usec);
311 const struct timeval& start_time,
334 start_time) ||
335 (TimeIsOut(start_time, total_timeout))) {
385 const struct timeval& start_time,
498 struct timeval start_time; local
    [all...]
  /external/v8/src/heap/
gc-tracer.h 170 double start_time; member in class:v8::internal::GCTracer::Event
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 333 const int64_t start_time = clock_->TimeInMicroseconds(); local
341 AddDuration(end_time - start_time);
361 const int64_t start_time = clock_->TimeInMicroseconds(); local
368 AddDuration(end_time - start_time);
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 412 unsigned int frame_num=0, start_time, putsurface_time; local
436 start_time = get_tick_count();
479 putsurface_time += (get_tick_count() - start_time);
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 192 long start_time = get_run_time ();
523 long run_time = get_run_time () - start_time;
191 long start_time = get_run_time (); local
    [all...]
  /external/blktrace/btt/
globals.h 148 double start_time, last_plug, plugged_time, end_time; member in struct:d_info
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
model.py 576 start_time: When the job started.
606 start_time = db.DateTimeProperty(auto_now_add=True) variable in class:MapreduceState
    [all...]
  /external/curl/lib/
tftp.c 131 time_t start_time; member in struct:tftp_state_data
204 time(&state->start_time);
218 state->max_time = state->start_time+maxtime;
242 state->max_time = state->start_time+maxtime;
264 (int)state->state, (long)(state->max_time-state->start_time),
    [all...]
  /external/e2fsprogs/misc/
e2image.c 566 time_t start_time = 0; local
585 start_time = time(NULL);
634 duration = time(NULL) - start_time;
703 time_t duration = time(NULL) - start_time;
    [all...]
  /external/iputils/
ping_common.c 30 struct timeval start_time, cur_time; variable in typeref:struct:timeval
704 gettimeofday(&start_time, NULL);
1015 tvsub(&tv, &start_time);
  /external/libchrome/base/message_loop/
message_loop_unittest.cc 133 Time start_time = Time::Now(); local
139 TimeDelta total_time = Time::Now() - start_time;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 2066 float start_time = 0; local
    [all...]
  /external/v8/src/profiler/
profile-generator.h 287 base::TimeTicks start_time() const { return start_time_; } function in class:v8::internal::CpuProfile
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc 1067 uint64_t start_time = fake_clock_.CurrentNtpInMilliseconds(); local
    [all...]
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 1084 struct timeval start_time, end_time; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
as.c 126 static long start_time; variable
995 long run_time = get_run_time () - start_time;
1136 start_time = get_run_time ();
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 184 struct timeval start_time; member in struct:io_oper
411 runtime = time_since_now(&oper->start_time);
703 gettimeofday(&oper->start_time, NULL);
742 struct timeval start_time; local
746 gettimeofday(&start_time, NULL);
749 calc_latency(&start_time, &stop_time, &t->io_submit_latency);
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avformat.h 702 * @note The ASF header does NOT contain a correct start_time the ASF
705 int64_t start_time; member in struct:AVStream
923 int64_t start_time; member in struct:AVProgram
1016 int64_t start_time; member in struct:AVFormatContext
    [all...]
  /external/opencv3/modules/core/test/
test_ds.cpp 341 int64 start_time; member in class:Core_DynStructBaseTest
431 start_time = cv::getTickCount();
435 test_progress = update_progress( test_progress, 0, 0, (double)(t - start_time)/cpu_freq );
    [all...]
  /external/ppp/pppd/
main.c 205 static struct timeval start_time; /* Time when link was started. */ variable in typeref:struct:timeval
577 gettimeofday(&start_time, NULL);
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 285 * start_time - Timestamp of server start
287 struct os_reltime start_time; member in struct:radius_server_data
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 217 start_time(0),
230 OMX_U64 start_time; member in class:perf_metrics
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 222 start_time(0),
234 OMX_U64 start_time; member in class:perf_metrics

Completed in 2021 milliseconds

1 2 34 5 6