/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | EventRecurrence.java | 50 public String until; field in EventRecurrence 349 if (!TextUtils.isEmpty(this.until)) { in toString() 351 s.append(until); in toString() 479 (until == null ? er.until == null : until.equals(er.until)) && in equals() 512 until = null; in resetFields() 739 Time until = new Time(); in parsePart() local 740 until.parse(value); in parsePart() 745 er.until = value; in parsePart()
|
D | RecurrenceProcessor.java | 92 } else if (rrule.until != null) { in getLastOccurence() 94 mIterator.parse(rrule.until); in getLastOccurence() 757 Time until = mUntil; in expand() local 765 if (rangeEndDateValue == Long.MAX_VALUE && r.until == null && r.count == 0) { in expand() 833 if (r.until != null) { in expand() 835 String untilStr = r.until; in expand() 843 until.parse(untilStr); in expand() 848 until.switchTimezone(dtstart.getTimezone()); in expand() 849 untilDateValue = normDateTimeComparisonValue(until); in expand()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | TransitionLayout.kt | 96 for (i in 0 until childCount) { in onFinishInflate() 123 for (i in 0 until childCount) { in applyCurrentState() 200 for (i in 0 until childCount) { in onMeasure() 218 for (i in 0 until childCount) { in onLayout() 284 for (i in 0 until childCount) { in applySetToFullLayout() 302 for (i in 0 until childCount) { in ensureViewsNotGone() 342 for (i in 0 until childCount) { in initFromLayout()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
D | Palette.kt | 45 for (i in 0 until count) { in randomize() 77 for (i in 0 until colors.size) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | PeopleHubView.kt | 44 personViewAdapters = (0 until contents.childCount) in <lambda>() 89 for (i in 0 until contents.childCount) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | TextInterpolator.kt | 296 for (i in 1 until glyphCount) { in <lambda>() 336 for (i in run.start until run.end) { in <lambda>() 370 for (i in run.start until run.end) { in <lambda>() 425 for (lineNo in 0 until layout.lineCount) { // Shape all lines. in <lambda>()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | TypedValueTest.kt | 97 for (i: Int in -(1 shl 23) until (1 shl 23)) { in testFloatToComplex() 123 for (value: Int in -(1 shl 23) until (1 shl 23)) { in testIntToComplex()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | ConvenienceExtensions.kt | 26 for (i in 0 until childCount) yield(getChildAt(i)) in <lambda>()
|
/frameworks/av/media/libstagefright/ |
D | FrameRenderTracker.cpp | 112 const FrameRenderTracker::Info *until, bool dropIncomplete) { in checkFencesAndGetRenderedFrames() argument 135 bool foundFrame = (Info *)&*it == until; in checkFencesAndGetRenderedFrames()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/ |
D | BroadcastDispatcher.kt | 178 for (index in 0 until receiversByUser.size()) { in createUBRForUser() 208 for (it in 0 until receiversByUser.size()) { in handleMessage()
|
/frameworks/base/core/proto/android/app/ |
D | alarmmanager.proto | 36 // asleep, it will not be delivered until the next time the device wakes up. 43 // device is asleep, it will not be delivered until the next time the device
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 114 // until the asynchronously-launched operation has completed. 155 // until the asynchronously-launched operation has completed. 191 // until the asynchronously-launched operation has completed. 232 // until the asynchronously-launched operation has completed. 273 // until the asynchronously-launched operation has completed. 309 // until the asynchronously-launched operation has completed. 350 // until the asynchronously-launched operation has completed. 391 // until the asynchronously-launched operation has completed. 427 // until the asynchronously-launched operation has completed. 468 // until the asynchronously-launched operation has completed. [all …]
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | EventRecurrenceTest.java | 719 int freq, String until, int count, int interval, in verifyRecurType() argument 727 || !eq(eventRecurrence.until, until) in verifyRecurType() 736 System.out.println(" until=" + until); in verifyRecurType() 768 System.out.println(" until=" + er.until); in print()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ |
D | BubbleXmlHelper.kt | 57 for (i in 0 until bubbles.size()) { in <lambda>() 150 for (i in 0 until attributeCount) { in XmlPullParser()
|
/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
D | BufferRejectionTests.kt | 122 for (count in 0 until 5) { in <lambda>() 143 for (count in 0 until 5) { in <lambda>()
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 45 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed. 105 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
|
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
D | NetworkStatsUtils.kt | 44 for (i in 0 until leftTrimmedEmpty.size()) { in <lambda>()
|
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
D | BootTest.kt | 65 for (i in 0 until 45) { in waitForBootCompleted()
|
/frameworks/base/core/tests/PackageInstallerSessions/src/android/content/pm/ |
D | PackageSessionTests.kt | 225 return (0 until (maxLength + 10)) in <lambda>() 238 private fun invalidAppLabel() = (0 until PackageItemInfo.MAX_SAFE_LABEL_LENGTH + 10) in <lambda>()
|
/frameworks/native/cmds/bugreportz/ |
D | readme.md | 15 On version 1.0, `bugreportz` does not generate any output on `stdout` until the bugreport is
|
/frameworks/base/proto/ |
D | Android.bp | 18 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | FrameRenderTracker.h | 122 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
|
/frameworks/opt/telephony/proto/ |
D | Android.bp | 31 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
|
/frameworks/base/apex/jobscheduler/service/ |
D | Android.bp | 37 // These are required until jobscheduler is properly unbundled.
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
D | timestats_atoms.proto | 82 // frame, until the frame was requested to be presented to the display. This 89 // GPU to composite a frame, until the GPU has finished compositing that 198 // presentation, until the buffer was actually presented to the 202 // until the buffer was actually presented to the display. 205 // SurfaceFlinger, until the buffer was presented to the display 211 // presentation, until the buffer was ready to be presented.
|