Home
last modified time | relevance | path

Searched refs:until (Results 1 – 25 of 102) sorted by relevance

12345

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java50 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()
DRecurrenceProcessor.java92 } 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/
DTransitionLayout.kt96 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/
DPalette.kt45 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/
DPeopleHubView.kt44 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/
DTextInterpolator.kt296 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/
DTypedValueTest.kt97 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/
DConvenienceExtensions.kt26 for (i in 0 until childCount) yield(getChildAt(i)) in <lambda>()
/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp112 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/
DBroadcastDispatcher.kt178 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/
Dalarmmanager.proto36 // 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/
DScriptC_reduce_general_result.java.expect114 // 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/
DEventRecurrenceTest.java719 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/
DBubbleXmlHelper.kt57 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/
DBufferRejectionTests.kt122 for (count in 0 until 5) { in <lambda>()
143 for (count in 0 until 5) { in <lambda>()
/frameworks/base/cmds/incidentd/
DAndroid.bp45 // 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/
DNetworkStatsUtils.kt44 for (i in 0 until leftTrimmedEmpty.size()) { in <lambda>()
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DBootTest.kt65 for (i in 0 until 45) { in waitForBootCompleted()
/frameworks/base/core/tests/PackageInstallerSessions/src/android/content/pm/
DPackageSessionTests.kt225 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/
Dreadme.md15 On version 1.0, `bugreportz` does not generate any output on `stdout` until the bugreport is
/frameworks/base/proto/
DAndroid.bp18 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
/frameworks/av/media/libstagefright/include/media/stagefright/
DFrameRenderTracker.h122 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
/frameworks/opt/telephony/proto/
DAndroid.bp31 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
/frameworks/base/apex/jobscheduler/service/
DAndroid.bp37 // These are required until jobscheduler is properly unbundled.
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
Dtimestats_atoms.proto82 // 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.

12345