| /third_party/musl/src/thread/ |
| H A D | pthread_mutex_timedlock.c | 23 int clock = m->_m_clock; in pthread_mutex_timedlock_pi() local 71 int clock = (m->_m_clock == CLOCK_MONOTONIC) ? CLOCK_MONOTONIC : CLOCK_REALTIME; in __pthread_mutex_timedlock_inner() local
|
| H A D | pthread_cond_timedwait.c | 65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait() local
|
| /third_party/python/Lib/ctypes/test/ |
| H A D | test_strings.py | 136 from time import perf_counter as clock namespace
|
| H A D | test_numbers.py | 249 from time import perf_counter as clock namespace
|
| /foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
| H A D | animation_api.h | 67 void Step(const IClock::ConstPtr& clock) in Step() argument
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
| H A D | animation.h | 142 GetState().Step(clock); variable
|
| H A D | animation_controller.cpp | 142 IAnimationController::StepInfo AnimationController::Step(const IClock::ConstPtr& clock) in Step() argument
|
| H A D | track_animation.cpp | 130 void TrackAnimation::Step(const IClock::ConstPtr& clock) in Step() argument
|
| H A D | animation_state.cpp | 111 AnimationState::StepStatus AnimationState::Step(const IClock::ConstPtr& clock) in Step() argument
|
| /third_party/musl/porting/linux/user/src/thread/ |
| H A D | pthread_cond_timedwait.c | 85 int e, seq, clock = c->_c_clock, cs, shared = 0, oldstate, tmp; in __pthread_cond_timedwait() local
|
| /third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
| H A D | timer_settime01.c | 99 clock_t clock = clock_list[i]; in run() local [all...] |
| H A D | timer_settime02.c | 88 clock_t clock = clock_list[i]; in run() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
| H A D | pthread_cond_test.cpp | 53 clockid_t clock; in InitMonotonic() local 62 MakeTimeout( clockid_t clock, int (*testWaitFunc)(pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout)) MakeTimeout() argument 208 clockid_t clock; HWTEST_F() local 222 clockid_t clock; HWTEST_F() local 237 clockid_t clock; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
| H A D | hgm_one_shot_timer.cpp | 45 HgmOneShotTimer(std::string name, const Interval& interval, const ResetCallback& resetCallback, const ExpiredCallback& expiredCallback, std::unique_ptr<ChronoSteadyClock> clock) HgmOneShotTimer() argument 166 HgmSimpleTimer(std::string name, const Interval& interval, const StartCallback& startCallback, const ExpiredCallback& expiredCallback, std::unique_ptr<ChronoSteadyClock> clock) HgmSimpleTimer() argument
|
| /foundation/multimedia/player_framework/services/services/recorder/server/ |
| H A D | media_library_adapter.cpp | 138 struct tm *GetLocaltime(const time_t* clock, struct tm *result)
in GetLocaltime() argument 152 auto clock = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now());
in CreateDisplayName() local
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | dshow_filter.c | 62 long WINAPI ff_dshow_filter_SetSyncSource(DShowFilter *this, IReferenceClock *clock) in ff_dshow_filter_SetSyncSource() argument 76 long WINAPI ff_dshow_filter_GetSyncSource(DShowFilter *this, IReferenceClock **clock) in ff_dshow_filter_GetSyncSource() argument [all...] |
| H A D | dshow_pin.c | 303 IReferenceClock *clock = pin->filter->clock; in ff_dshow_meminputpin_Receive() local
|
| /third_party/ltp/pan/ |
| H A D | reporter.c | 87 time_t clock; in scanner_reporter() local
|
| /third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
| H A D | _pthreadtypes.h | 73 typedef struct { int clock; } pthread_condattr_t; member
|
| /foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/ |
| H A D | ui_test_analog_clock.cpp | 112 TestBtnOnClickChangeModeListener(UIView* uiView, UIAnalogClock* clock) : uiView_(uiView), clock_(clock) {} in TestBtnOnClickChangeModeListener() argument 137 TestBtnOnClickMovePositionListener(UIView* uiView, UIAnalogClock* clock, MoveType type, uint16_t grid) in TestBtnOnClickMovePositionListener() argument 209 void UITestAnalogClock::CreateButtons001(UIViewGroup* group, UIImageView* curFace, UIAnalogClock* clock) in CreateButtons001() argument 319 CreateButtons002(UIViewGroup* group, UIImageView* curFace, UIAnalogClock* clock) CreateButtons002() argument [all...] |
| H A D | ui_test_analog_clock.h | 28 explicit ClockAnimatorCallback(UIAnalogClock* clock) : clock_(clock) {} in ClockAnimatorCallback() argument
|
| /foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/ |
| H A D | ifeeding_smoother.cpp | 117 int64_t clock = timeStampBaseline_ + clockTime_ - clockBaseline_; in SmoothFeeding() local 206 void IFeedingSmoother::SyncClock(const int64_t timeStamp, const int64_t interval, const int64_t clock) in SyncClock() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | sga.c | 200 int clock; in sga_read_header() local
|
| /third_party/mesa3d/src/intel/ds/ |
| H A D | intel_driver_ds.cc | 177 auto clock = event->add_clocks(); in sync_timestamp() local 183 auto clock = event->add_clocks(); in sync_timestamp() local
|
| /third_party/mesa3d/src/tool/pps/ |
| H A D | pps_datasource.cc | 250 auto clock = event->add_clocks(); in add_timestamp() local 257 auto clock = event->add_clocks(); in add_timestamp() local
|