Home
last modified time | relevance | path

Searched refs:time (Results 7576 - 7600 of 8825) sorted by relevance

1...<<301302303304305306307308309310>>...353

/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dinit.c2875 unsigned short data, data2, time, i, j, k, m, n, o; in SiS_LoadDAC() local
2882 j = time = 64; in SiS_LoadDAC()
2888 time = 256; in SiS_LoadDAC()
2919 if(time == 256) { in SiS_LoadDAC()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsort.c28 #include "time-utils.h"
711 /* --sort time */
716 return right->time - left->time; in sort__time_cmp()
725 timestamp__scnprintf_nsec(he->time, he_time, in hist_entry__time_snprintf()
728 timestamp__scnprintf_usec(he->time, he_time, in hist_entry__time_snprintf()
1707 DIM(SORT_TIME, "time", sort_time),
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dinit.c2874 unsigned short data, data2, time, i, j, k, m, n, o; in SiS_LoadDAC() local
2881 j = time = 64; in SiS_LoadDAC()
2887 time = 256; in SiS_LoadDAC()
2918 if(time == 256) { in SiS_LoadDAC()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsort.c28 #include "time-utils.h"
856 /* --sort time */
861 return right->time - left->time; in sort__time_cmp()
870 timestamp__scnprintf_nsec(he->time, he_time, in hist_entry__time_snprintf()
873 timestamp__scnprintf_usec(he->time, he_time, in hist_entry__time_snprintf()
2179 DIM(SORT_TIME, "time", sort_time),
/third_party/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp942 * Confirm that the offset between local time and GMT behaves as expected.
1532 // ICU no longer use localized date-time pattern characters by default. in TestDOW_LOCALandYEAR_WOY()
1698 if (U_FAILURE(errorCode)) { errln("Set time error"); return; } in doYEAR_WOYLoop()
1703 if (U_FAILURE(errorCode)) { errln("Get time error"); return; } in doYEAR_WOYLoop()
1707 errln("FAIL: Parsed time doesn't match with regular"); in doYEAR_WOYLoop()
1865 // Basic fields->time check y/woy/dow in TestWOY()
1867 // not of the specific time. in TestWOY()
1877 str = "Fail: y/woy/dow fields->time => "; in TestWOY()
1884 logln("y/woy/dow fields->time OK"); in TestWOY()
1887 // Basic fields->time chec in TestWOY()
2333 UDate start = 0.0, time; TestTimeStamp() local
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp16 #include <time.h>
19 #include <sys/time.h>
394 return (UInt64)time(NULL) * 1000000;
396 return time(NULL);
1320 // we must call encoding one time to calculate password key for key cache.
2466 // we can use additional Generate() passes to reduce some time effects for new page allocation
2498 We don't want to include the time of slow CCrcInfo_Base::Buffer.Free()
2499 to time of benchmark. So we don't free Buffer here
3753 if (name.IsEqualTo("time"))
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/applications/sample/camera/media/
H A Dplayer_sample.cpp23 #include <sys/time.h>
694 printf("##############player GetCurrentTime, ret:%d, time:%lld\n", ret, currentPosition); in RunCmdPressureSeek()
721 printf("ERR: not input seek time, example: speed 1.0!\n"); in RunCmdSpeed()
735 printf("ERR: not input seek time, example: seek 1000!\n"); in RunCmdSeek()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_common.h1129 hi_u32 time; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H A Dmmz_userdev.c40 #include <linux/time.h>
H A Dmedia_mem.c49 #include <linux/time.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_input.h19 #include <sys/time.h>
121 struct timeval timestamp; /* time of event creation */
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_vo.c23 #include <sys/time.h>
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_package.cpp693 time_t timep = time(nullptr); in GetNowDate()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_package.cpp693 time_t timep = time(nullptr); in GetNowDate()
/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp18 #include <sys/time.h>
362 // 5: wait time, s in BinderParser()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.h246 NG::AccessibilityHoverEventType eventType, TimeStamp time) override;
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/spatialization/
H A Daudio_spatialization_service.cpp735 std::time_t now = std::time(nullptr); in GetCurrTimestamp()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h392 uint64_t GetRealTimeOffsetOfDvsync(int64_t time);
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp16 #include <sys/time.h>
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp420 time_t now = time(nullptr); in UpdateExifDataTime()
421 CHECK_AND_RETURN_LOG(now > 0, "UpdateExifDateTime: time fail!"); in UpdateExifDataTime()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp16 #include <sys/time.h>
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp16 #include <sys/time.h>
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp16 #include <sys/time.h>
H A Dvideodec_ndk_sample.cpp16 #include <sys/time.h>

Completed in 56 milliseconds

1...<<301302303304305306307308309310>>...353