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

1 2 3 4 56 7 8

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 46 uint64_t start_time; member in struct:AccelStillDet
  /external/autotest/frontend/client/src/autotest/afe/
JobListView.java 103 String start_time = startDatetimeBox.getText(); local
104 if (start_time == "") {
106 start_time = startDatetimeBox.getText();
108 params.put("created_on__gt", new JSONString(start_time));
111 if (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 196 Time start_time = Time::Now(); local
202 TimeDelta total_time = Time::Now() - start_time;
    [all...]
  /external/libcups/cups/
http-support.c 1724 start_time = time(NULL),\/* Start time *\/ local
1877 time_t start_time = time(NULL), local
    [all...]
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 619 time_t start_time, current_time, diff_time; local
624 start_time = time(0);
702 diff_time = current_time - start_time;
  /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/toolchain-utils/cros_utils/
buildbot_json.py 589 'start_time',
606 def start_time(self): member in class:BuildStep
618 if self.start_time:
619 return (self.end_time or int(round(time.time()))) - self.start_time
706 'start_time',
733 def start_time(self): member in class:Build
745 if self.start_time:
746 return (self.end_time or int(round(time.time()))) - self.start_time
    [all...]
  /external/v8/src/
d8-posix.cc 82 const struct timeval& start_time) {
89 time_t seconds = time_now.tv_sec - start_time.tv_sec;
91 (time_now.tv_usec - start_time.tv_usec) / 1000);
116 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) {
121 int seconds = static_cast<int>(time_now.tv_sec - start_time.tv_sec);
126 int useconds = static_cast<int>(time_now.tv_usec - start_time.tv_usec);
303 const struct timeval& start_time,
326 start_time) ||
327 (TimeIsOut(start_time, total_timeout))) {
377 const struct timeval& start_time,
490 struct timeval start_time; local
    [all...]
  /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);
  /system/core/adb/
file_sync_client.cpp 102 std::chrono::steady_clock::time_point start_time; member in struct:TransferLedger
123 start_time = std::chrono::steady_clock::now();
134 duration = std::chrono::steady_clock::now() - start_time;
    [all...]
  /system/core/init/
init.cpp 567 boot_clock::time_point start_time = boot_clock::now(); local
634 uint64_t start_ms = start_time.time_since_epoch().count() / kNanosecondsPerMillisecond;
  /toolchain/binutils/binutils-2.27/ld/
ldmain.c 195 long start_time = get_run_time ();
535 long run_time = get_run_time () - start_time;
194 long start_time = get_run_time (); local
    [all...]
  /art/runtime/
thread_list.cc 373 const uint64_t start_time = NanoTime(); local
377 const uint64_t total_delay = NanoTime() - start_time;
650 const uint64_t start_time = NanoTime(); local
675 const uint64_t suspend_time = end_time - start_time;
762 const uint64_t start_time = NanoTime(); local
773 << PrettyDuration(NanoTime() - start_time);
781 UNUSED(start_time);
905 const uint64_t start_time = NanoTime(); local
1025 const uint64_t start_time = NanoTime(); local
    [all...]
  /external/blktrace/btt/
globals.h 148 double start_time, last_plug, plugged_time, end_time; member in struct:d_info
  /external/curl/lib/
tftp.c 132 time_t start_time; member in struct:tftp_state_data
206 time(&state->start_time);
220 state->max_time = state->start_time + maxtime;
244 state->max_time = state->start_time + maxtime;
266 (int)state->state, (long)(state->max_time-state->start_time),
    [all...]
  /external/e2fsprogs/misc/
e2image.c 572 time_t start_time = 0; local
593 start_time = time(NULL);
644 duration = time(NULL) - start_time;
714 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/ltp/testcases/kernel/fs/doio/
growfiles.c 382 time_t start_time = 0; local
    [all...]
iogen.c 383 time_t start_time; local
417 start_time = ts.tv_sec;
429 (Time_Mode && (ts.tv_sec - start_time <= Iterations))) {
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
main.h 262 time_t start_time; /* overall start time of test */ member in struct:test_env
  /external/oj-libjdwp/src/share/javavm/export/
jmm.h 185 jlong start_time; /* Start time of the GC */ member in struct:__anon30820
  /external/tensorflow/tensorflow/core/graph/
graph_partition.cc 86 int64 start_time; member in struct:tensorflow::__anon39621::RecvInfo
191 NodeDefBuilder::NodeOut send_from, int64 start_time,
213 cast_builder.Attr("_start_time", start_time);
230 send_builder.Attr("_start_time", start_time);
742 PriorityTopoSortNode(const NodeDef* n, int64 st) : node(n), start_time(st) {}
745 int64 start_time; member in struct:tensorflow::__anon39621::PriorityTopoSortNode
751 return left.start_time > right.start_time;
759 // start_time. Returns in <node_to_start_time_out> the timing for all nodes,
764 // start_time > the start time for all dependencies
790 int64 start_time; local
890 const int64 start_time = node_to_start_time[ndef]; local
978 int64 start_time; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
quantization_utils_test.cc 311 const int64 start_time = Env::Default()->NowMicros(); local
322 total_duration += end_time - start_time;
    [all...]

Completed in 868 milliseconds

1 2 3 4 56 7 8