/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | EventRecurrence.java | 52 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()
|
D | RecurrenceProcessor.java | 93 } 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/ |
D | Palette.kt | 45 for (i in 0 until count) { in randomize() 77 for (i in 0 until colors.size) {
|
D | SpotFilter.kt | 101 for (i in 0 until evt.historySize) { in add()
|
/frameworks/base/proto/ |
D | Android.bp | 10 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
|
/frameworks/av/media/libstagefright/ |
D | FrameRenderTracker.cpp | 112 const FrameRenderTracker::Info *until, bool dropIncomplete) { in checkFencesAndGetRenderedFrames() argument 135 bool foundFrame = (Info *)&*it == until; in checkFencesAndGetRenderedFrames()
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 36 // 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/ |
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
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
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 …]
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
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()
|
/frameworks/native/cmds/bugreportz/ |
D | readme.md | 15 On version 1.0, `bugreportz` does not generate any output on `stdout` until the bugreport is
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | FrameRenderTracker.h | 122 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
|
/frameworks/opt/telephony/proto/ |
D | Android.bp | 27 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
|
/frameworks/base/tools/incident_section_gen/ |
D | Android.bp | 27 // Allow implicit fallthroughs in main.cpp until they are fixed.
|
/frameworks/opt/net/wifi/service/ |
D | wifi-events.rc | 29 # - 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/ |
D | README.txt | 32 if configured to block, then will wait until space available before returning
|
/frameworks/hardware/interfaces/cameraservice/service/2.0/ |
D | types.hal | 52 * until enumeration is complete.
|
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/ |
D | ScriptC_reduce_general_examples_halter.java.expect | 50 // until the asynchronously-launched operation has completed. 86 // until the asynchronously-launched operation has completed.
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
D | QuaresActivity.kt | 181 for (j in 0 until grid.rowCount) { in loadPuzzle() 182 for (i in 0 until grid.columnCount) { in loadPuzzle()
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 70 - 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/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 54 // 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/ |
D | WindowOrientationListener.java | 1014 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/ |
D | Android.bp | 74 // Allow implicit fallthroughs in AaptAssets.cpp until they are fixed.
|
/frameworks/base/test-runner/ |
D | Android.bp | 85 // Pin java_version until jarjar is certified to support later versions. http://b/72703434
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | protobuf-config-version.cmake.in | 18 set(PACKAGE_VERSION_COMPATIBLE TRUE) #Assume true until shown otherwise
|