Home
last modified time | relevance | path

Searched refs:time (Results 6051 - 6075 of 8825) sorted by relevance

1...<<241242243244245246247248249250>>...353

/third_party/ffmpeg/libavcodec/
H A Dituh263dec.c1325 s->time = s->picture_number; in ff_h263_decode_picture_header()
1326 s->pp_time = s->time - s->last_non_b_time; in ff_h263_decode_picture_header()
1327 s->last_non_b_time = s->time; in ff_h263_decode_picture_header()
1329 s->time = s->picture_number; in ff_h263_decode_picture_header()
1330 s->pb_time = s->pp_time - (s->last_non_b_time - s->time); in ff_h263_decode_picture_header()
/third_party/backends/backend/
H A Dplustek_pp.c75 #include <time.h>
79 #include <sys/time.h>
282 DBG( _DBG_INFO, "TIME END 1: %lus\n", time(NULL)-tsecs); in drvclose()
518 DBG( _DBG_INFO, "TIME END 2: %lus\n", time(NULL)-tsecs); in do_cancel()
1995 tsecs = (unsigned long)time(NULL); in sane_start()
H A Du12.c67 #include <time.h>
71 #include <sys/time.h>
205 DBG( _DBG_INFO, "TIME END 1: %lus\n", time(NULL)-tsecs); in drvClose()
440 DBG( _DBG_INFO, "TIME END 2: %lus\n", time(NULL)-tsecs); in do_cancel()
1710 tsecs = (unsigned long)time(NULL); in sane_start()
/third_party/gn/src/gn/
H A Dvariables.cc112 "target_cpu" most of the time.
531 Since "gen_deps" are not build time dependencies, there can be cycles between
1058 GN doesn't require data files to exist at build-time. So actions that produce
1353 "inputs: [file list] Additional compile-time dependencies.";
1355 R"(inputs: Additional compile-time dependencies.
1357 Inputs are compile-time dependencies of the current target. This means that
1518 as barriers to the walk. Verification of these categories occurs at walk time,
1519 not creation time (since it is not clear until the walk which values are
1909 any compile-time dependencies up the dependency tree. In this case, the build
2087 that will be written to a temporary file at build time
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdattst.c104 log_data_err("FAIL: error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n", in TestDateFormat()
114 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n", in TestDateFormat()
128 log_err("FAIL: error in creating the dateformat using long time and date styles with german locale\n %s\n", in TestDateFormat()
136 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n", in TestDateFormat()
148 log_verbose("The number of locales for which date/time formatting patterns are available is %d\n", numlocales); in TestDateFormat()
412 Test combined relative date formatting (relative date + non-relative time).
414 relative date formatting is relative to the time the tests are run. We generate
416 run right at midnight Pacific time and the call to ucal_getNow() is before midnight
453 log_data_err("Generate UDate for a specified time today fails, error %s - (Are you missing data?)\n", myErrorName(status) ); in TestRelativeDateFormat()
499 log_err("udat_toPatternRelativeTime timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) time patter in TestRelativeDateFormat()
860 UDateFormat *date=0, *time=0, *full=0; TestDateFormatCalendar() local
[all...]
/third_party/python/Lib/test/
H A Dtest_compileall.py14 import time namespace
560 os.utime(pycpath, (time.time()-60,)*2)
627 os.utime(pycpath, (time.time()-60,)*2)
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1231 int64_t time = GetSysClockTime(); in UpdateDisplayInfo() local
1232 pointerEvent->SetActionTime(time); in UpdateDisplayInfo()
1233 pointerEvent->SetActionStartTime(time); in UpdateDisplayInfo()
1372 int64_t time = GetSysClockTime(); in UpdateDisplayInfo() local
1373 pointerEvent->SetActionTime(time); in UpdateDisplayInfo()
1374 pointerEvent->SetActionStartTime(time); in UpdateDisplayInfo()
1454 int64_t time = GetSysClockTime(); in UpdateDisplayInfo() local
1455 pointerEvent->SetActionTime(time); in UpdateDisplayInfo()
1456 pointerEvent->SetActionStartTime(time); in UpdateDisplayInfo()
3531 int64_t time in UpdateDisplayInfo() local
[all...]
/third_party/rust/crates/libc/src/
H A Dpsp.rs3145 pub fn sceKernelGetSystemTime(time: *mut SceKernelSysClock) -> i32; in sceKernelGetSystemTime()
3152 pub fn sceKernelGetVTimerTime(uid: SceUid, time: *mut SceKernelSysClock) -> i32; in sceKernelGetVTimerTime()
3154 pub fn sceKernelSetVTimerTime(uid: SceUid, time: *mut SceKernelSysClock) -> i32; in sceKernelSetVTimerTime()
3155 pub fn sceKernelSetVTimerTimeWide(uid: SceUid, time: i64) -> i64; in sceKernelSetVTimerTimeWide()
3160 time: *mut SceKernelSysClock, in sceKernelSetVTimerHandler()
3166 time: i64, in sceKernelSetVTimerHandlerWide()
3307 pub fn sceRtcSetTime_t(date: *mut ScePspDateTime, time: u32) -> i32; in sceRtcSetTime_t()
3308 pub fn sceRtcGetTime_t(date: *const ScePspDateTime, time: *mut u32) -> i32; in sceRtcGetTime_t()
3309 pub fn sceRtcSetTime64_t(date: *mut ScePspDateTime, time: u64) -> i32; in sceRtcSetTime64_t()
3310 pub fn sceRtcGetTime64_t(date: *const ScePspDateTime, time in sceRtcSetTime64_t()
[all...]
/third_party/ffmpeg/libavformat/
H A Dmovenc.c120 { "write_prft", "Write producer reference time box with specified time source", offsetof(MOVMuxContext, write_prft), AV_OPT_TYPE_INT, {.i64 = MOV_PRFT_NONE}, 0, MOV_PRFT_NB-1, AV_OPT_FLAG_ENCODING_PARAM, "prft"},
3402 avio_wb64(pb, track->time);
3403 avio_wb64(pb, track->time);
3405 avio_wb32(pb, track->time); /* creation time */
3406 avio_wb32(pb, track->time); /* modification time */
3408 avio_wb32(pb, track->timescale); /* time scale (sample rate for audio) */
3498 avio_wb64(pb, track->time);
[all...]
/applications/sample/camera/media/
H A Daudio_capture_sample.cpp50 (void)time(&stCurrent); in GernerateFileName()
/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dtime_weather_view.cpp64 time_t t = time(nullptr); in SetUpTimeView()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_nnie.h18 #include <sys/time.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_isp.c23 #include <sys/time.h>
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_mmz_intf.c43 #include <linux/time.h>
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dpthread.h52 #include <time.h>
452 * A thread has been being blocked on a condition variable and is awoken until the set relative time has passed or the thread obtains a condition variable.
460 * <li>The waiting time is a relative time.</li>
461 * <li> Setting the timeout interval to a past time period is not supported.</li>
466 * @retval #ETIMEDOUT The waiting time has passed.
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_layer.cpp23 #include <sys/time.h>
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_layer.cpp23 #include <sys/time.h>
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_layer.cpp23 #include <sys/time.h>
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h39 #include <linux/time.h>
83 /* time limit */
/foundation/ai/ai_engine/test/function/init/
H A Dinit_function_test.cpp69 srand(time(nullptr)); in RandStr()
/foundation/ai/ai_engine/test/function/set_get_option/
H A Doption_function_test.cpp51 srand(time(nullptr)); in SetUpTestCase()
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp20 #include <sys/time.h>
246 LOG(INFO) << "invoked, average time: " << in InferenceModel()
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dutils.cpp19 #include <sys/time.h>
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Djs_mission_info_utils.cpp44 napi_set_named_property(env, objValue, "timestamp", CreateJsValue(env, missionInfo.time)); in CreateJsMissionInfo()
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp17 #include <sys/time.h>
127 "\nFault time:" + AbilityRuntime::TimeUtil::FormatTime("%Y/%m/%d-%H:%M:%S") + "\n"; in AppfreezeHandleOverReportCount()
226 "\nFault time:" + AbilityRuntime::TimeUtil::FormatTime("%Y/%m/%d-%H:%M:%S") + "\n"; in ThreadBlock()

Completed in 56 milliseconds

1...<<241242243244245246247248249250>>...353