Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryTest.cpp97 void recordFramesAndExpect(const sp<mock::MockLayer>& layer, nsecs_t& time, Fps frameRate, in recordFramesAndExpect()
142 const nsecs_t time = systemTime(); in TEST_F() local
173 nsecs_t time = systemTime(); in TEST_F() local
198 nsecs_t time = systemTime(); in TEST_F() local
221 nsecs_t time = systemTime(); in TEST_F() local
248 nsecs_t time = systemTime(); in TEST_F() local
276 nsecs_t time = systemTime(); in TEST_F() local
304 nsecs_t time = systemTime(); in TEST_F() local
336 nsecs_t time = systemTime(); in TEST_F() local
374 nsecs_t time = systemTime(); in TEST_F() local
[all …]
DVSyncReactorTest.cpp88 void signalFenceWithTime(std::shared_ptr<android::FenceTime> const& fence, nsecs_t time) { in signalFenceWithTime()
93 std::shared_ptr<android::FenceTime> generateSignalledFenceWithTime(nsecs_t time) { in generateSignalledFenceWithTime()
332 auto time = 0; in TEST_F() local
352 auto time = 0; in TEST_F() local
368 auto time = 0; in TEST_F() local
395 auto time = 0; in TEST_F() local
413 auto time = 0; in TEST_F() local
/frameworks/av/media/libaaudio/src/utility/
DAudioClock.h35 struct timespec time; variable
55 struct timespec time; variable
84 struct timespec time; variable
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DClientWakelockAccountant.java41 int token, int concurrentRequests, long time) { in startAttributingWakelock()
50 public void stopAttributingWakelock(int request, int token, long time) { in stopAttributingWakelock()
58 public void stopAllPendingRequests(long time) { in stopAllPendingRequests()
68 public void changeConcurrentRequests(int concurrentRequests, long time) { in changeConcurrentRequests()
76 private void completeRequest(RilWakelockInfo wlInfo, long time) { in completeRequest()
DRilWakelockInfo.java85 void updateConcurrentRequests(int concurrentRequests, long time) { in updateConcurrentRequests()
91 synchronized void updateTime(long time) { in updateTime()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java256 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
273 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
295 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
308 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
331 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
353 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
371 final long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
388 long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
403 long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
422 long time = SystemClock.currentThreadTimeMillis(); in testCreate() local
[all …]
/frameworks/base/core/java/android/service/notification/
DScheduleCalendar.java103 final long time = getTime(now, hr, min); in getNextTime() local
120 public boolean isInSchedule(long time) { in isInSchedule()
152 public boolean shouldExitForAlarm(long time) { in shouldExitForAlarm()
162 private boolean isInSchedule(int daysOffset, long time, long start, long end) { in isInSchedule()
170 private int getDayOfWeek(long time) { in getDayOfWeek()
184 private long addDays(long time, int days) { in addDays()
/frameworks/base/services/core/java/com/android/server/display/utils/
DAmbientFilter.java75 public boolean addValue(long time, float value) { in addValue()
95 public float getEstimate(long time) { in getEstimate()
146 private void truncateOldValues(long time) { in truncateOldValues()
151 protected abstract float filter(long time, RollingBuffer buffer); in filter()
199 protected float filter(long time, RollingBuffer buffer) { in filter()
227 private float[] getWeights(long time, RollingBuffer buffer) { in getWeights()
/frameworks/base/core/java/android/app/usage/
DTimeSparseArray.java43 public int closestIndexOnOrAfter(long time) { in closestIndexOnOrAfter()
98 public int closestIndexOnOrBefore(long time) { in closestIndexOnOrBefore()
/frameworks/base/core/java/android/text/format/
DRelativeDateTimeFormatter.java93 public static String getRelativeTimeSpanString(Locale locale, java.util.TimeZone tz, long time, in getRelativeTimeSpanString()
104 public static String getRelativeTimeSpanString(Locale locale, java.util.TimeZone tz, long time, in getRelativeTimeSpanString()
119 android.icu.util.TimeZone icuTimeZone, long time, long now, long minResolution, in getRelativeTimeSpanString()
260 public static String getRelativeDateTimeString(Locale locale, java.util.TimeZone tz, long time, in getRelativeDateTimeString()
355 private static int julianDay(android.icu.util.TimeZone icuTimeZone, long time) { in julianDay()
/frameworks/base/services/usage/java/com/android/server/usage/
DUnixCalendar.java30 public UnixCalendar(long time) { in UnixCalendar()
50 public void setTimeInMillis(long time) { in setTimeInMillis()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/
DRecentLocationAccessesTest.java138 private List<PackageOps> createTestPackageOpsList(String[] packageNameList, long[] time) { in createTestPackageOpsList()
151 private PackageOps createPackageOps(String packageName, int uid, int op, long time) { in createPackageOps()
158 private OpEntry createOpEntryWithTime(int op, long time) { in createOpEntryWithTime()
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()
/frameworks/base/core/java/android/os/health/
DTimerStat.java60 public TimerStat(int count, long time) { in TimerStat()
106 public void setTime(long time) { in setTime()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsBackgroundStatsTest.java185 long time = bi.getUidStats().get(UID).getWifiScanTime(curr, STATS_SINCE_CHARGED); in testWifiScan() local
261 long time = timer.getTotalTimeLocked(curr, STATS_SINCE_CHARGED); in doTestAppBluetoothScanInternal() local
321 long time = timer.getTotalTimeLocked(curr, STATS_SINCE_CHARGED); in testJob() local
382 long time = timer.getTotalTimeLocked(curr, STATS_SINCE_CHARGED); in testSyncs() local
/frameworks/av/media/libaaudio/examples/utils/
DAAudioExampleUtils.h111 void convertNanosecondsToTimespec(int64_t nanoseconds, struct timespec *time) { in convertNanosecondsToTimespec()
119 struct timespec time; variable
177 android::status_t futex_wait(void *addr, int current, struct timespec *time) { in futex_wait()
202 struct timespec time; in wait() local
/frameworks/base/services/core/java/com/android/server/notification/
DSystemConditionProviderService.java40 protected static String ts(long time) { in ts()
50 protected static void dumpUpcomingTime(PrintWriter pw, String var, long time, long now) { in dumpUpcomingTime()
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
/frameworks/base/core/java/android/util/
DTimeUtils.java357 public static void formatDuration(long time, long now, PrintWriter pw) { in formatDuration()
366 public static String formatUptime(long time) { in formatUptime()
371 public static String formatRealtime(long time) { in formatRealtime()
376 public static String formatTime(long time, long referenceTime) { in formatTime()
420 public static void dumpTime(PrintWriter pw, long time) { in dumpTime()
451 public static void dumpTimeWithDelta(PrintWriter pw, long time, long now) { in dumpTimeWithDelta()
/frameworks/base/core/tests/benchmarks/src/android/text/format/
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
/frameworks/multidex/library/test/src/androidx/multidex/
DZipEntryReader.java65 int time = in.getShort() & 0xffff; in readEntry() local
111 private static long getTime(int time, int modDate) { in getTime()
/frameworks/base/services/core/java/com/android/server/power/
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 …]
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuSpeedReader.java76 long time = Long.parseLong(splitter.next()) * mJiffyMillis; in readDelta() local
110 long time = Long.parseLong(splitter.next()) * mJiffyMillis; in readAbsolute() local
/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java170 long time = triggerTimeMillis; in getNextTimeMillis() local
225 long time = mStorage.getLong(name, 0); in getTimeBefore() local
360 Time time = new Time(); in toString() local
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneFilterTypeAdapter.java46 void onSetFilter(int filterType, String str, int time); in onSetFilter()
52 int time; field in TimeZoneFilterTypeAdapter.ViewHolder
65 public int time; field in TimeZoneFilterTypeAdapter.FilterTypeResult
67 public FilterTypeResult(int type, String constraint, int time) { in FilterTypeResult()

12345678910>>...14