Home
last modified time | relevance | path

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

1234

/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/base/proto/
DAndroid.bp10 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
/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/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/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/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/opt/net/wifi/service/
Dwifi-events.rc29 # - Events are not actually logged until WifiService writes "1" to
42 # - Events are not actually logged until WifiService writes "1" to
/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/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/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/base/tools/aapt/
DAndroid.bp74 // Allow implicit fallthroughs in AaptAssets.cpp until they are fixed.
/frameworks/base/test-runner/
DAndroid.bp85 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dprotobuf-config-version.cmake.in18 set(PACKAGE_VERSION_COMPATIBLE TRUE) #Assume true until shown otherwise

1234