Home
last modified time | relevance | path

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

123

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java52 public String until; field in EventRecurrence
351 if (!TextUtils.isEmpty(this.until)) { in toString()
353 s.append(until); in toString()
481 (until == null ? er.until == null : until.equals(er.until)) && in equals()
514 until = null; in resetFields()
741 Time until = new Time(); in parsePart() local
742 until.parse(value); in parsePart()
747 er.until = value; in parsePart()
DRecurrenceProcessor.java93 } else if (rrule.until != null) { in getLastOccurence()
95 mIterator.parse(rrule.until); in getLastOccurence()
759 Time until = mUntil; in expand() local
767 if (rangeEndDateValue == Long.MAX_VALUE && r.until == null && r.count == 0) { in expand()
835 if (r.until != null) { in expand()
837 String untilStr = r.until; in expand()
845 until.parse(untilStr); in expand()
850 until.switchTimezone(dtstart.timezone); in expand()
851 untilDateValue = normDateTimeComparisonValue(until); in expand()
/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) {
DSpotFilter.kt101 for (i in 0 until evt.historySize) { in add()
/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/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/cmds/incidentd/
DAndroid.bp36 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
96 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
/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/proto/
DAndroid.bp9 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
/frameworks/libs/net/common/devicetests/com/android/testutils/
DNetworkStatsUtils.kt44 for (i in 0 until leftTrimmedEmpty.size()) { 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/av/media/libstagefright/include/media/stagefright/
DFrameRenderTracker.h122 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
/frameworks/opt/telephony/proto/
DAndroid.bp27 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
/frameworks/base/tools/incident_section_gen/
DAndroid.bp27 // Allow implicit fallthroughs in main.cpp until they are fixed.
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
DClockPaletteTest.kt43 for (i in 0 until colors.size) { in setUp()
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
DScriptC_reduce_general_examples_halter.java.expect50 // until the asynchronously-launched operation has completed.
86 // until the asynchronously-launched operation has completed.
/frameworks/av/media/libnbaio/
DREADME.txt32 if configured to block, then will wait until space available before returning
/frameworks/hardware/interfaces/cameraservice/service/2.0/
Dtypes.hal52 * until enumeration is complete.
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuaresActivity.kt181 for (j in 0 until grid.rowCount) { in loadPuzzle()
182 for (i in 0 until grid.columnCount) { in loadPuzzle()
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md70 - c [milliseconds] - continue until specified number of milliseconds have passed
115 The layers that are visible at the end of the trace will remain on screen until the program
185 amount of time until the increment should be executed, then executing the increment. The first
248 During a **BuferUpdate**, the worker thread will wait until **Signaled** to unlock and post a
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
DScriptC_reduce_general_examples_explicit.java.expect54 // until the asynchronously-launched operation has completed.
95 // until the asynchronously-launched operation has completed.
131 // until the asynchronously-launched operation has completed.
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java1014 private float remainingMS(long now, long until) { in remainingMS() argument
1015 return now >= until ? 0 : (until - now) * 0.000001f; in remainingMS()
/frameworks/opt/net/wifi/service/
Dwifi-events.rc35 # - Events are not actually logged until WifiService writes "1" to
57 # - Events are not actually logged until WifiService writes "1" to
/frameworks/compile/slang/tests/P_reduce_general_examples/
DScriptC_reduce_general_examples.java.expect56 // until the asynchronously-launched operation has completed.
97 // until the asynchronously-launched operation has completed.
133 // until the asynchronously-launched operation has completed.
169 // until the asynchronously-launched operation has completed.

123