Home
last modified time | relevance | path

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

123456

/frameworks/rs/toolkit/test/
DReferenceYuvToRgb.kt39 for (y in 0 until sizeY) { in referenceYuvToRgb()
40 for (x in 0 until sizeX) { in referenceYuvToRgb()
66 for (y in 0 until sizeY) { in referenceYuvToRgb()
67 for (x in 0 until sizeX) { in referenceYuvToRgb()
DBufferUtils.kt165 require(x in 0 until sizeX && y in 0 until sizeY) { "Out of bounds" } in plus()
173 require(x in 0 until sizeX && y in 0 until sizeY) { "Out of bounds" } in plus()
214 require(x in 0 until sizeX && y in 0 until sizeY) { "Out of bounds" } in get()
221 require(x in 0 until sizeX && y in 0 until sizeY) { "Out of bounds" } in set()
336 for (z in 0 until cubeSize.sizeZ) { in identityCube()
337 for (y in 0 until cubeSize.sizeY) { in identityCube()
338 for (x in 0 until cubeSize.sizeX) { in identityCube()
417 for (y in startY until endY) { in forEachCell()
418 for (x in startX until endX) { in forEachCell()
DReferenceHistogram.kt45 for (i in 0 until vectorSize) { in <lambda>()
90 for (i in 0 until vectorSize) { in referenceHistogramDot()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsViewTest.kt101 for (x in 1 until end) { in isWithinSensorAreaAndPaused()
102 for (y in 1 until end) { in isWithinSensorAreaAndPaused()
113 for (x in 0 until offset.x.toInt() step 2) { in isWithinSensorAreaWhenTranslated()
114 for (y in 0 until offset.y.toInt() step 2) { in isWithinSensorAreaWhenTranslated()
118 for (x in offset.x.toInt() + 1 until offset.x.toInt() + end) { in isWithinSensorAreaWhenTranslated()
119 for (y in offset.y.toInt() + 1 until offset.y.toInt() + end) { in isWithinSensorAreaWhenTranslated()
DFaceHelpMessageDeferralTest.kt137 for (i in 0 until nonDeferredMessagesCount) { in testDeferredMessage_mustMeetThreshold()
141 for (i in nonDeferredMessagesCount until totalMessages) { in testDeferredMessage_mustMeetThreshold()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/models/recommendation/
DSmartspaceMediaDataTest.kt68 for (i in 1 until NUM_REQUIRED_RECOMMENDATIONS) { in isValid_tooFewRecsWithIcons_returnsFalse()
71 for (i in 1 until 3) { in isValid_tooFewRecsWithIcons_returnsFalse()
84 for (i in 0 until NUM_REQUIRED_RECOMMENDATIONS) { in isValid_enoughRecsWithIcons_returnsTrue()
97 for (i in 0 until NUM_REQUIRED_RECOMMENDATIONS + 3) { in isValid_manyRecsWithIcons_returnsTrue()
/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.kt103 for (i in 0 until childCount) { in onFinishInflate()
130 for (i in 0 until childCount) { in applyCurrentState()
199 for (i in 0 until childCount) { in onMeasure()
217 for (i in 0 until childCount) { in onLayout()
283 for (i in 0 until childCount) { in applySetToFullLayout()
301 for (i in 0 until childCount) { in ensureViewsNotGone()
363 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/tests/src/com/android/systemui/log/table/
DTableLogBufferTest.kt429 for (i in 0 until MAX_SIZE + 3) { in <lambda>()
451 for (i in 0 until MAX_SIZE) { in <lambda>()
495 for (i in 0 until MAX_SIZE) { in <lambda>()
549 for (i in 0 until MAX_SIZE) { in <lambda>()
591 for (i in 0 until MAX_SIZE) { in <lambda>()
629 for (i in 1 until 4) { in <lambda>()
636 for (i in 0 until MAX_SIZE) { in <lambda>()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextInterpolator.kt294 for (i in 1 until glyphCount) { in <lambda>()
354 for (i in run.start until run.end) { in <lambda>()
372 for (i in run.start until run.end) { in <lambda>()
429 for (i in run.start until run.end) { in <lambda>()
483 for (lineNo in 0 until layout.lineCount) { // Shape all lines. in <lambda>()
/frameworks/libs/systemui/viewcapturelib/tests/com/android/app/viewcapture/
DTestActivity.kt40 for (i in 0 until TEXT_VIEW_COUNT) { in createContentView()
/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/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/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt51 for (i in 0 until entitiesByUser.size()) { in <lambda>()
144 for (i in 0 until entitiesByUser.size()) { in <lambda>()
DBubbleXmlHelper.kt58 for (i in 0 until bubbles.size()) { in <lambda>()
153 for (i in 0 until attributeCount) { in XmlPullParser()
/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/util/
DConvenienceExtensions.kt28 for (i in 0 until childCount) yield(getChildAt(i)) in <lambda>()
/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/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/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DShadeListBuilderHelper.kt34 for (i in 0 until numEntries) { in getContiguousSubLists()
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DBootTest.kt65 for (i in 0 until 45) { in waitForBootCompleted()

123456