/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationBitmapJobServiceTest.java | 114 LocalDate today = now.toLocalDate(); in testGetTimeUntilRemoval_beforeToday2am_returnTimeUntilToday2am() local 119 ZonedDateTime today1AM = ZonedDateTime.of(today, oneAM, zoneId); in testGetTimeUntilRemoval_beforeToday2am_returnTimeUntilToday2am() 120 ZonedDateTime today2AM = ZonedDateTime.of(today, twoAM, zoneId); in testGetTimeUntilRemoval_beforeToday2am_returnTimeUntilToday2am() 133 LocalDate today = now.toLocalDate(); in testGetTimeUntilRemoval_afterToday2am_returnTimeUntilTomorrow2am() local 138 ZonedDateTime today3AM = ZonedDateTime.of(today, threeAM, zoneId); in testGetTimeUntilRemoval_afterToday2am_returnTimeUntilTomorrow2am() 139 ZonedDateTime today2AM = ZonedDateTime.of(today, twoAM, zoneId); in testGetTimeUntilRemoval_afterToday2am_returnTimeUntilTomorrow2am()
|
D | ScheduleCalendarTest.java | 182 Calendar today = getDaylightSavingsForwardDay(); in testGetNextChangeTime_startTomorrowInDaylight() local 183 today.set(Calendar.HOUR_OF_DAY, 23); in testGetNextChangeTime_startTomorrowInDaylight() 184 today.set(Calendar.MINUTE, 15); in testGetNextChangeTime_startTomorrowInDaylight() 187 mScheduleInfo.days = new int[] {today.get(Calendar.DAY_OF_WEEK), in testGetNextChangeTime_startTomorrowInDaylight() 204 long actualMs = mScheduleCalendar.getNextChangeTime(today.getTimeInMillis()); in testGetNextChangeTime_startTomorrowInDaylight() 219 Calendar today = getDaylightSavingsForwardDay(); in testGetNextChangeTime_startTomorrowWhenTodayIsDaylight() local 220 today.add(Calendar.DATE, 1); in testGetNextChangeTime_startTomorrowWhenTodayIsDaylight() 221 today.set(Calendar.HOUR_OF_DAY, 23); in testGetNextChangeTime_startTomorrowWhenTodayIsDaylight() 222 today.set(Calendar.MINUTE, 15); in testGetNextChangeTime_startTomorrowWhenTodayIsDaylight() 225 mScheduleInfo.days = new int[] {today.get(Calendar.DAY_OF_WEEK), in testGetNextChangeTime_startTomorrowWhenTodayIsDaylight() [all …]
|
/frameworks/compile/slang/tests/F_fs_ptr/ |
D | fs_ptr.fs | 18 c = (char*) ain; // TODO(srhines): This is ok today. 30 return (int)&ain; // TODO(srhines): This is ok today.
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationBitmapJobService.java | 80 LocalDate today = now.toLocalDate(); in getRunAfterMs() local 83 ZonedDateTime today2AM = ZonedDateTime.of(today, twoAM, zoneId); in getRunAfterMs()
|
/frameworks/base/libs/hwui/tests/macrobench/ |
D | TestSceneRunner.cpp | 62 T add(T today) { in add() argument 64 mAverage = today; in add() 66 mAverage = (((mWeight - 1) * mAverage) + today) / mWeight; in add()
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | AmbientBrightnessDayStatsTest.java | 98 LocalDate today = LocalDate.now(); in testParcelUnparcelAmbientBrightnessDayStats() local 99 AmbientBrightnessDayStats stats = new AmbientBrightnessDayStats(today, in testParcelUnparcelAmbientBrightnessDayStats()
|
/frameworks/base/core/java/android/widget/ |
D | SimpleMonthView.java | 827 final Calendar today = Calendar.getInstance(); in setMonthParams() local 832 if (sameDay(day, today)) { in setMonthParams() 870 private boolean sameDay(int day, Calendar today) { in sameDay() argument 871 return mYear == today.get(Calendar.YEAR) && mMonth == today.get(Calendar.MONTH) in sameDay() 872 && day == today.get(Calendar.DAY_OF_MONTH); in sameDay()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
D | MainActivity.kt | 109 val today = GregorianCalendar() in dailySeed() constant 110 return today.get(Calendar.YEAR) * 10_000L + in dailySeed() 111 today.get(Calendar.MONTH) * 100L + in dailySeed() 112 today.get(Calendar.DAY_OF_MONTH) in dailySeed()
|
/frameworks/ex/common/tools/ |
D | make-iana-tld-pattern.py | 138 output = prefix.format(gen_date = date.today(), url=URL)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | PeopleSpaceUtils.java | 503 String today = new SimpleDateFormat("MM-dd").format(new Date()); in getContactLookupKeysWithBirthdaysToday() local 516 new String[]{ContactsContract.CommonDataKinds.Event.CONTENT_ITEM_TYPE, today, in getContactLookupKeysWithBirthdaysToday() 517 today}; in getContactLookupKeysWithBirthdaysToday()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | RenderingJitter.java | 261 double add(double previous, double today) { 262 return (((WEIGHT - 1) * previous) + today) / WEIGHT;
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/ |
D | reflection3264_foreach_mismatch.rscript | 130 // ... note that today, a void* param is ignored for reflection
|
/frameworks/base/graphics/java/android/graphics/ |
D | GraphicsStatsService.java | 378 long today = normalizeDate(System.currentTimeMillis()).getTimeInMillis(); in fetchActiveBuffersLocked() local 384 if (buffer.mInfo.mStartTime < today) { in fetchActiveBuffersLocked()
|
/frameworks/proto_logging/stats/atoms/corenetworking/connectivity/ |
D | connectivity_extension_atoms.proto | 111 // The lifetime of the keepalive registered today
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 95 unmaintainable. Any that exist today should be refactored into obsolescence.
|
/frameworks/base/core/java/android/content/pm/ |
D | multiuser.aconfig | 103 …description: "Move the quiet mode operations, happening on a background thread today, to a separat…
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 33 …ts with an identical timeout time. This is unlikely to happen in practice today, but is possible i…
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 2860 int today = dses[0].day; in dumpDayStatistics() local 2868 int delta = today-ds.day; in dumpDayStatistics() 2876 int weekDay = today; in dumpDayStatistics() 2899 pw.print(" Week-"); pw.print((today-weekDay)/7); pw.print(": "); in dumpDayStatistics()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 14798 // If true, these are HWUI stats for up to a 24h period for a given app from today. 14800 // day (yesterday). Stats from yesterday stay constant, while stats from today may change as
|