/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/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 111 // until the asynchronously-launched operation has completed. 152 // until the asynchronously-launched operation has completed. 188 // until the asynchronously-launched operation has completed. 229 // until the asynchronously-launched operation has completed. 270 // until the asynchronously-launched operation has completed. 306 // until the asynchronously-launched operation has completed. 347 // until the asynchronously-launched operation has completed. 388 // until the asynchronously-launched operation has completed. 424 // until the asynchronously-launched operation has completed. 465 // 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/av/media/libstagefright/ |
D | FrameRenderTracker.cpp | 110 const FrameRenderTracker::Info *until, bool dropIncomplete) { in checkFencesAndGetRenderedFrames() argument 133 bool foundFrame = (Info *)&*it == until; in checkFencesAndGetRenderedFrames()
|
/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/include/media/stagefright/ |
D | FrameRenderTracker.h | 119 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
|
/frameworks/base/tests/utils/SleepUtils/ |
D | README | 6 call will block until alarm has been triggered and the wakelock is held
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/ |
D | Utils.java | 289 long until = System.currentTimeMillis() + ms; in delay() local 291 long remainder = until - System.currentTimeMillis(); in delay()
|
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/ |
D | ScriptC_reduce_general_examples_halter.java.expect | 47 // until the asynchronously-launched operation has completed. 83 // until the asynchronously-launched operation has completed.
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 32 if configured to block, then will wait until space available before returning
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 124 unaware of the application until mass storage is disabled and the external storage is 152 available for the user to select until the system resets the home application (usually not until a 155 <dd>Your accounts created with {@link android.accounts.AccountManager} will disappear until 159 not work until external storage is remounted.</dd>
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | connectivity-monitoring.jd | 68 suspended until you have a Wi-Fi connection.</p> 88 should there be none, suspend further updates until connectivity is restored.</p>
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 51 // until the asynchronously-launched operation has completed. 92 // until the asynchronously-launched operation has completed. 128 // until the asynchronously-launched operation has completed.
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowOrientationListener.java | 959 private float remainingMS(long now, long until) { in remainingMS() argument 960 return now >= until ? 0 : (until - now) * 0.000001f; in remainingMS()
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 53 // until the asynchronously-launched operation has completed. 94 // until the asynchronously-launched operation has completed. 130 // until the asynchronously-launched operation has completed. 166 // until the asynchronously-launched operation has completed.
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | ScriptC_reduce_general_examples.java.expect | 53 // until the asynchronously-launched operation has completed. 94 // until the asynchronously-launched operation has completed. 130 // until the asynchronously-launched operation has completed. 166 // until the asynchronously-launched operation has completed.
|
/frameworks/support/v7/appcompat/ |
D | THEMES.txt | 42 They can also be used to set attributes for that specific platform (and platforms up until the
|
/frameworks/base/docs/html/distribute/googleplay/families/ |
D | start.jd | 95 on Google Play until <strong>either</strong> you update the app to meet the 103 be added to the family experience until you update the app to meet the
|
/frameworks/base/docs/html/training/scheduling/ |
D | index.jd | 40 to keep running until a critical operation finishes.</p>
|
/frameworks/compile/slang/tests/P_reduce_general_struct/ |
D | ScriptC_reduce_general_struct.java.expect | 47 // until the asynchronously-launched operation has completed.
|
/frameworks/base/docs/html/topic/performance/power/network/ |
D | action-app-traffic.jd | 59 delaying some requests until other requests wake up the mobile radio, or waiting until the
|
/frameworks/base/docs/html/wear/preview/ |
D | start.jd | 186 the Create New Project wizard until you reach the Target Android Devices 197 option. Click <strong>Next</strong> until you exit the Create New Project
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_reference.jd | 217 access to subscription content until the next billing date and will 225 is extended dynamically every day until the end of the grace period or until the 276 subscription until after the credit is used up.</p>
|
/frameworks/base/docs/html/training/swipe/ |
D | index.jd | 64 …wipe gesture, the SwipeRefreshLayout widget displays a progress indicator until your app finishes …
|