Home
last modified time | relevance | path

Searched refs:time (Results 4451 - 4475 of 5223) sorted by relevance

1...<<171172173174175176177178179180>>...209

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8962.c2515 * value from register. The time of the delay should be at least in wm8962_configure_bclk()
3299 long int time; in beep_store() local
3302 ret = kstrtol(buf, 10, &time); in beep_store()
3306 input_event(wm8962->beep, EV_SND, SND_TONE, time); in beep_store()
/kernel/linux/linux-6.6/lib/
H A Dvsprintf.c38 #include <linux/time.h>
178 * two characters at a time, using a 200 byte lookup table. This
180 * the digits one at a time. Implementation strongly inspired by the
876 * access to files is checked at open() time, but %pK in restricted_pointer()
877 * checks permission at read() time. We don't want to in restricted_pointer()
1904 char *time64_str(char *buf, char *end, const time64_t time, in time64_str() argument
1910 time64_to_tm(time, 0, &tm); in time64_str()
2369 * - 't[RT][dt][r][s]' For time and date as represented by:
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1238 time(&timet); in CreateCjExceptionInfo()
1565 time(&timet); in HandleLaunchApplication()
2490 time_t startTime = time(nullptr); in HandleDumpHeap()
2513 if (time(nullptr) > startTime + TIME_OUT) { in HandleDumpHeap()
2514 TAG_LOGE(AAFwkTag::APPKIT, "time out to wait childprocess, killing forkpid %{public}d", pid); in HandleDumpHeap()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_main_thread_unit_test.cpp469 uint64_t time = 0; in HWTEST_F() local
470 ASSERT_EQ(context.GetTransactionTimestamp(), time); in HWTEST_F()
1571 int64_t time = 1000; in HWTEST_F() local
1572 mainThread->GetRealTimeOffsetOfDvsync(time); in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp19 #include <sys/time.h>
1932 std::string time = param; in GetDelayNotifyTime() local
1933 if (code <= 0 || !IsValidDecValue(time)) { in GetDelayNotifyTime()
1945 auto tmp = std::stoi(time); in GetDelayNotifyTime()
1955 NETMGR_LOG_D("delay time is %{public}d", delayTime); in GetDelayNotifyTime()
/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),
/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>
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp287 time(&result); in GetBaseTime()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_status_test.cpp51 (void)time(&baseTime); in SetUpTestCase()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_publish_test.cpp20 #include <sys/time.h>
H A Dbus_center_sdk_refresh_test.cpp19 #include <sys/time.h>

Completed in 58 milliseconds

1...<<171172173174175176177178179180>>...209