/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
H A 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()
|
H A 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayout.kt | 96 for (i in 0 until childCount) { 123 for (i in 0 until childCount) { 200 for (i in 0 until childCount) { 218 for (i in 0 until childCount) { 284 for (i in 0 until childCount) { 302 for (i in 0 until childCount) { 342 for (i in 0 until childCount) {
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
H A D | Palette.kt | 45 for (i in 0 until count) { 77 for (i in 0 until colors.size) {
|
/aosp12/hardware/interfaces/automotive/evs/1.0/ |
H A D | IEvsCamera.hal | 40 * by doneWithFrame, the stream must skip frames until a buffer is returned for reuse. 55 * including new image frame ready until stopVideoStream() is called. 69 * delivered until a buffer is returned. 79 * some time after this call returns. Each must be returned until the
|
/aosp12/hardware/interfaces/usb/1.2/ |
H A D | types.hal | 61 * mode where a port shall only detect chargers until contaminant presence 69 * until contaminant presence is no longer detected. 74 * Upon detection of contaminant presence, port is disabled until contaminant
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | TextInterpolator.kt | 296 for (i in 1 until glyphCount) { 336 for (i in run.start until run.end) { 370 for (i in run.start until run.end) { 425 for (lineNo in 0 until layout.lineCount) { // Shape all lines.
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | PeopleHubView.kt | 44 personViewAdapters = (0 until contents.childCount) 89 for (i in 0 until contents.childCount) {
|
/aosp12/frameworks/compile/slang/tests/P_reduce_general_result/ |
H A 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 …]
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/ |
H A D | CityDAO.kt | 55 for (i in 0 until size) { 90 for (i in 0 until citiesCount) {
|
/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
H A 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()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | TypedValueTest.kt | 97 for (i: Int in -(1 shl 23) until (1 shl 23)) { 123 for (value: Int in -(1 shl 23) until (1 shl 23)) {
|
/aosp12/frameworks/base/core/proto/android/app/ |
H A 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
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/ |
H A D | BroadcastDispatcher.kt | 178 for (index in 0 until receiversByUser.size()) { 208 for (it in 0 until receiversByUser.size()) {
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | FrameRenderTracker.cpp | 112 const FrameRenderTracker::Info *until, bool dropIncomplete) { in checkFencesAndGetRenderedFrames() argument 135 bool foundFrame = (Info *)&*it == until; in checkFencesAndGetRenderedFrames()
|
/aosp12/system/timezone/output_data/android/ |
H A D | Android.bp | 25 // This is a temporary change needed until the ART Buildbot and Golem both 41 // This is a temporary change needed until the ART Buildbot and Golem both
|
/aosp12/build/bazel/product_variables/ |
H A D | BUILD.bazel | 1 # Hard-coded product_variables until product product_variables is available.
|
/aosp12/packages/modules/adb/ |
H A D | SYNC.TXT | 11 differs from the regular adb protocol. The connection stays in sync mode until 63 follows chunk size number of bytes. This is repeated until the file is 77 until the file is transferred. Each chunk will not be larger than 64k.
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ |
H A D | BubbleXmlHelper.kt | 57 for (i in 0 until bubbles.size()) { 150 for (i in 0 until attributeCount) {
|
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | BufferRejectionTests.kt | 122 for (count in 0 until 5) { 143 for (count in 0 until 5) {
|
/aosp12/frameworks/base/cmds/incidentd/ |
H A 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.
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/actionbarmenu/ |
H A D | MenuItemControllerFactory.kt | 32 for (i in 0 until providerSize) {
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | DeskClock.kt | 162 for (i in 0 until tabCount) { 414 for (i in 0 until mTabLayout.getTabCount()) { 423 for (i in 0 until mFragmentTabPagerAdapter.count) { 437 for (i in 0 until mFragmentTabPagerAdapter.count) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | ConvenienceExtensions.kt | 26 for (i in 0 until childCount) yield(getChildAt(i))
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | IPreparedModel.hal | 52 * {@link @1.0::DataLocation} of a {@link @1.0::RequestArgument}) until the 100 * perform the execution, and must not return until the execution is 105 * {@link @1.0::RequestArgument}) until executeSynchronously 166 * {@link OperandInformation}) until a result has been 171 * until a result has been received from
|