Home
last modified time | relevance | path

Searched refs:set_time (Results 1 – 6 of 6) sorted by relevance

/external/toybox/toys/pending/
Dbrctl.c192 void set_time(char *br, unsigned long cmd, unsigned long val) in set_time() function
207 set_time(argv[0], BRCTL_SET_AGEING_TIME, tv_to_jify(&tv)); in br_set_ageing_time()
215 set_time(argv[0], BRCTL_SET_BRIDGE_FORWARD_DELAY, tv_to_jify(&tv)); in br_set_fwd_delay()
223 set_time(argv[0], BRCTL_SET_BRIDGE_HELLO_TIME, tv_to_jify(&tv)); in br_set_hello_time()
231 set_time(argv[0], BRCTL_SET_BRIDGE_MAX_AGE, tv_to_jify(&tv)); in br_set_max_age()
239 set_time(argv[0], BRCTL_SET_BRIDGE_PRIORITY, prio); in br_set_bridge_prio()
255 set_time(argv[0], BRCTL_SET_BRIDGE_STP_STATE, ss[i].set); in br_set_stp()
/external/ltp/tools/pounder21/src/time_tests/
Ddrift-test.py37 set_time = 0 variable
42 set_time = 1 variable
54 if (set_time == 1):
/external/ltp/lib/
Dsafe_file_ops.c327 static void set_time(struct timeval *res, const struct timespec *src, in set_time() function
409 set_time(cotimes, times, in safe_touch()
411 set_time(cotimes + 1, times + 1, in safe_touch()
/external/autotest/client/common_lib/
Dcontrol_data.py243 def set_time(self, val): member in ControlData
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h194 void set_time(uint64_t time) { time_ = time; } in set_time() function
935 void set_time(const Segment& segment, uint64_t start_time_ns,
Dmkvmuxer.cc1861 void Chapter::set_time(const Segment& segment, uint64_t start_ns, in set_time() function in mkvmuxer::Chapter
3382 cue->set_time(timestamp / segment_info_.timecode_scale()); in AddCuePoint()