Home
last modified time | relevance | path

Searched refs:time (Results 1826 - 1850 of 4897) sorted by relevance

1...<<71727374757677787980>>...196

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp573 state.time = (animation.duration != 0.f) ? std::fmod(state.time, animation.duration) : 0.f; in ResetTime()
574 if (state.time < 0.f) { in ResetTime()
575 // When speed is negative time will end up negative. Wrap around to end of animation length. in ResetTime()
576 state.time = animation.duration + state.time; in ResetTime()
662 bool AnimationSystem::Update(bool frameRenderingQueued, uint64_t time, uint64_t delta) in Update() argument
712 // For each animation update the playback state, time position and weight, and gather tracks in trackOrder_. in Update()
917 // if playing backwards and time has been reset to zero jump to the end of the animation. in OnAnimationComponentsUpdated()
918 if ((animationHandle->speed < 0.f) && stateHandle->time in OnAnimationComponentsUpdated()
[all...]
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c125 time_t time; member
301 time_t time);
904 * on all hardware so refuse it for time being. in drm_intel_gem_bo_alloc_userptr()
1003 * kernel mm tracking alive for our lifetime. The first time we in has_userptr()
1203 /** Frees all cached buffers significantly older than @time. */
1205 drm_intel_gem_cleanup_bo_cache(drm_intel_bufmgr_gem *bufmgr_gem, time_t time) in drm_intel_gem_cleanup_bo_cache() argument
1209 if (bufmgr_gem->time == time) in drm_intel_gem_cleanup_bo_cache()
1221 if (time - bo_gem->free_time <= 1) in drm_intel_gem_cleanup_bo_cache()
1230 bufmgr_gem->time in drm_intel_gem_cleanup_bo_cache()
1304 drm_intel_gem_bo_unreference_final(drm_intel_bo *bo, time_t time) drm_intel_gem_bo_unreference_final() argument
1369 drm_intel_gem_bo_unreference_locked_timed(drm_intel_bo *bo, time_t time) drm_intel_gem_bo_unreference_locked_timed() argument
1388 struct timespec time; drm_intel_gem_bo_unreference() local
2189 struct timespec time; drm_intel_gem_bo_clear_relocs() local
[all...]
/applications/standard/contacts_data/ability/common/utils/src/
H A Dfile_utils.cpp52 time_t backupTime = time(nullptr); in WriteStringToFileAppend()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dprocfs.h7 #include <sys/time.h>
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsntp_opts.h41 #include <time.h>
82 * May contain multiple server names (For example, "pool.ntp.org","second.time.server")
99 * SNTP macro to change system time in seconds
100 * Define SNTP_SET_SYSTEM_TIME_US(sec, us) to set the time in microseconds instead of this one
102 * SNTP macro to change system time and/or the update the RTC clock
108 /** SNTP macro to change system time including microseconds */
156 * server whose synchronization source has expired for a very long time.
199 * SNTP macro to get system time, used with SNTP_CHECK_RESPONSE >= 2
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dmission_info.h47 std::string time; member
/foundation/barrierfree/accessibility/common/interface/include/
H A Daccessibility_element_operator_callback_proxy.h103 int32_t GetTransmitFlag(int32_t time, int32_t leftSize);
/foundation/multimedia/audio_lite/services/impl/
H A Daudio_capturer_impl.h20 #include <sys/time.h>
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A DnativeVsync_requestFrame_test.cpp27 static void OnVSync(long long time, void *data) in OnVSync() argument
64 TestMultiTimes(1); // test 1 time in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_system.h67 /** Update system with current time in the ECS and delta occured between last frame (Application developer should
68 * not call this since its called automatically). Delta is scaled by the ECS time scale. For actual delta the
69 * system implementation should e.g. take a difference between current and previous total time.
71 * @param time Elapsed total time (in us).
72 * @param delta Elapsed time since last update, scaled IEcs::GetTimeScale (in us).
75 virtual bool Update(bool isFrameRenderingQueued, uint64_t time, uint64_t delta) = 0;
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dobject_info.h18 #include <time.h>
/foundation/multimodalinput/input/service/event_handler/include/
H A Danr_manager.h32 bool TriggerANR(int32_t type, int64_t time, SessionPtr sess);
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsamgr_time_handler.h25 #include <sys/time.h>
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_ring_buffer.h26 #include <time.h>
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dsecret_key_meta_data.h22 std::vector<uint8_t> time {};
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_state_machine.h58 virtual bool StartFeedDogForSync(uint32_t time, SyncDirectionFlag flag) = 0;
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Didaudio_hdi_callback.h41 virtual int32_t ReadMmapPosition(const int32_t streamId, uint64_t &frames, CurrentTimeHDF &time) = 0;
/third_party/eudev/src/shared/
H A Dterminal-util.c27 #include <time.h>
35 #include "time-util.h"
/third_party/elfutils/backends/
H A Driscv_corenote.c36 #include <sys/time.h>
/third_party/curl/docs/examples/
H A Dmulti-double.c32 #include <sys/time.h>
/third_party/cups-filters/filter/
H A Dpdfutils.h10 #include <time.h>
/third_party/mbedtls/include/mbedtls/
H A Dplatform_util.h31 #include <time.h>
82 * and will result in a compile-time warning if #MBEDTLS_CHECK_RETURN
99 * applications. Omitting the check will result in a compile-time warning if
101 * #MBEDTLS_CHECK_RETURN_WARNING is enabled in the compile-time configuration.
190 * mbedtls_platform_gmtime_r() supplied by the user at compile time.
192 * \param tt Pointer to an object containing time (in seconds) since the
/third_party/libdrm/nouveau/nvif/
H A Dcl0080.h43 __u64 time; member
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-misc.c71 time_t time(time_t *t) in time() function
/third_party/ltp/testcases/kernel/crypto/
H A Dpcrypt_aead01.c20 #include <time.h>

Completed in 13 milliseconds

1...<<71727374757677787980>>...196