Home
last modified time | relevance | path

Searched defs:time (Results 76 – 100 of 1636) sorted by relevance

12345678910>>...66

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Davmetadatahelper_impl.cpp167 int32_t AVMetadataHelperImpl::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex()
175 int32_t AVMetadataHelperImpl::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime()
183 int32_t AVMetadataHelperImpl::GetTimeForFrameConvert(uint32_t index, uint64_t &time) in GetTimeForFrameConvert()
195 int32_t AVMetadataHelperImpl::GetIndexForFrameConvert(uint64_t time, uint32_t &index) in GetIndexForFrameConvert()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/
H A DRecentLocationAppsTest.java137 private List<PackageOps> createTestPackageOpsList(String[] packageNameList, long[] time) { in createTestPackageOpsList()
152 String packageName, int uid, int op, long time, int duration) { in createPackageOps()
159 private OpEntry createOpEntryWithTime(int op, long time, int duration) { in createOpEntryWithTime()
/aosp12/hardware/google/pixel/health/
H A DBatteryMetricsLogger.cpp114 int64_t time = getTime(); in uploadMetrics() local
159 int32_t time = getTime(); in recordSample() local
216 int32_t time = getTime(); in logBatteryProperties() local
/ohos5.0/base/security/asset/frameworks/utils/src/
H A Dlib.rs19 pub mod time; module
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task.cpp51 void CycleTask::SetLastRunTime(std::time_t time) in SetLastRunTime()
60 void CycleTask::GetLastRunTime(std::time_t &time) in GetLastRunTime()
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Djoystick_transform_processor.cpp55 int64_t time = GetSysClockTime(); in OnEventJoystickButton() local
93 int64_t time = GetSysClockTime(); in OnEventJoystickAxis() local
/aosp12/packages/apps/Camera2/src/com/android/camera/stats/profiler/
H A DProfileBase.java54 long time = System.nanoTime(); in mark() local
61 long time = System.nanoTime(); in stop() local
68 long time = System.nanoTime(); in stop() local
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_pipe.cpp119 FaultLoggerPipe2::FaultLoggerPipe2(uint64_t time, bool isJson) in FaultLoggerPipe2()
155 void FaultLoggerPipeMap::Set(int pid, uint64_t time, bool isJson) in Set()
164 bool FaultLoggerPipeMap::Check(int pid, uint64_t time) in Check()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/
H A Drtc_service.c23 struct RtcTime time; in RtcServiceIoReadTime() local
43 struct RtcTime *time = NULL; in RtcServiceIoWriteTime() local
63 struct RtcTime time; in RtcServiceIoReadAlarm() local
89 struct RtcTime *time = NULL; in RtcServiceIoWriteAlarm() local
/aosp12/frameworks/base/core/tests/benchmarks/src/android/text/format/
H A DAndroidTimeVsOthersBenchmark.java38 Time time = new Time(timezoneId); in toMillis_androidTime() local
50 LocalDateTime time = LocalDateTime.of(2010, 5 + 1, 4, 3, 2, 1); in toMillis_javaTime() local
/aosp12/frameworks/multidex/library/test/src/androidx/multidex/
H A DZipEntryReader.java65 int time = in.getShort() & 0xffff; in readEntry() local
111 private static long getTime(int time, int modDate) { in getTime()
/ohos5.0/drivers/hdf_core/framework/support/posix/src/
H A Dosal_time.c19 int32_t OsalGetTime(OsalTimespec *time) in OsalGetTime()
109 OsalTimespec time; in OsalGetSysTimeMs() local
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_common.cpp33 OsalTimespec time; in AudioGetSysTime() local
102 int32_t TimeToAudioTimeStamp(uint64_t bufferFrameSize, struct AudioTimeStamp *time, uint32_t sample… in TimeToAudioTimeStamp()
/ohos5.0/foundation/ability/form_fwk/test/resource/benchmark/form_test_bundle/src/main/js/widget/i18n/
H A Den-US.json4 "time": "Last Update Time: " string
H A Dzh-CN.json4 "time": "更新时间: " string
/ohos5.0/foundation/ability/ability_runtime/test/resource/benchmark/form_test_bundle/src/main/js/widget/i18n/
H A Den-US.json4 "time": "Last Update Time: " string
H A Dzh-CN.json4 "time": "更新时间: " string
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java152 final long time = ZenModeConfig.tryParseCountdownConditionId(conditionId); in onReceive() local
161 private static final Condition newCondition(long time, boolean alarm, int state) { in newCondition()
167 final long time = ZenModeConfig.tryParseCountdownConditionId(conditionUri); in tryParseDescription() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/dfx/
H A Ddms_continue_time_dumper_test.cpp83 int64_t time = GetTickCount(); variable
98 int64_t time = GetTickCount(); variable
113 int64_t time = GetTickCount(); variable
/ohos5.0/drivers/peripheral/audio/test/unittest/common/render/
H A Daudio_render_mmap_test.cpp185 struct AudioTimeStamp time; variable
194 struct AudioTimeStamp time; variable
205 struct AudioTimeStamp time; variable
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_format_impl.cpp153 const tm time = *tmPtr; in Format() local
157 void DateTimeFormatImpl::Format(const struct tm &time, const string &pattern, string &appendTo, in Format()
241 void DateTimeFormatImpl::Process(const tm &time, string &appendTo, char pre, uint32_t count, I18nSt… in Process() argument
279 void DateTimeFormatImpl::ProcessWeekDayYear(const tm &time, string &appendTo, char pre, in ProcessWeekDayYear()
334 void DateTimeFormatImpl::ProcessTime(const tm &time, string &appendTo, char pre, in ProcessTime()
455 const tm time = *tmPtr; in Get12HourTimeWithoutAmpm() local
529 const struct ElapsedTime time = { hour, min, sec, mil }; in FormatElapsedDuration() local
560 void DateTimeFormatImpl::FormatElapsed(const struct ElapsedTime &time, char pre, uint32_t count, in FormatElapsed()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dprofiler.h39 for (const auto &time : mTimes) { in ~Profiler() local
66 timespec time; in getTimeInMicroSec() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_resource_adapter_impl.cpp50 const ArkWebString& rawFile, uint16_t& date, uint16_t& time, bool isSys) in GetRawFileLastModTime()
55 bool ArkOhosResourceAdapterImpl::GetRawFileLastModTime(const ArkWebString& rawFile, time_t& time, b… in GetRawFileLastModTime()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DWakeLockLog.java230 final long time = mInjector.currentTimeMillis(); in onWakeLockEvent() local
247 long time) { in handleWakeLockEventInternal()
368 public long time; field in WakeLockLog.LogEntry
382 LogEntry(long time, int type, TagData tag, int flags) { in LogEntry()
395 public void set(long time, int type, TagData tag, int flags) { in set()
519 long time = (bytes[2] & 0xFF) + timeReference; in fromBytes() local
531 long time = (bytes[1] & 0xFF) + timeReference; in fromBytes() local
540 long time = ((bytes[1] & 0xFFL) << 56) in fromBytes() local
630 long time = entry.time; in toBytes() local
660 private int getRelativeTime(long timeReference, long time) { in getRelativeTime()
[all …]
/ohos5.0/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_mmap_test.cpp222 struct AudioTimeStamp time = {0}; variable
244 struct AudioTimeStamp time = {0}; variable
268 struct AudioTimeStamp time = {0}; variable

12345678910>>...66