HomeSort by relevance Sort by last modified time
    Searched refs:reminder (Results 1 - 9 of 9) sorted by null

  /system/core/libcutils/tests/memset_mips/
memset_cmips.S 99 subu a3,a2,t8 # subtract from a2 the reminder
113 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder
114 subu t5,t7,t6 # subtract from t7 the reminder
183 # the t7 is the reminder count past 32-bytes
198 andi t8,a2,0x3 # now t8 is the reminder past 1w chunks
  /frameworks/base/core/java/android/net/
NetworkUtils.java 193 int reminder = prefixLength % 8; local
194 byte mask = (byte)(0xFF << (8 - reminder));
  /bionic/libc/arch-mips/string/
memset.S 188 subu a3,a2,t8 # subtract from a2 the reminder
202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder
203 subu t5,t7,t6 # subtract from t7 the reminder
272 # the t7 is the reminder count past 32-bytes
287 andi t8,a2,0x3 # now t8 is the reminder past 1w chunks
memcpy.S 109 subu a3,a2,t8 # subtract from a2 the reminder
189 # the t8 is the reminder count past 32-bytes
214 andi a2,t8,0x3 # now a2 is the reminder past 1w chunks
263 subu a3,a2,t8 # subtract from a2 the reminder
354 # the t8 is the reminder count
387 andi a2,t8,0x3 # now a2 is the reminder past 1w chunks
  /external/chromium_org/chrome/browser/resources/chromeos/login/
user_pod_row.css 434 .side-pane-container .reminder {
442 .side-pane-container .reminder {
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 65 // 10 sec timeout for reminder broadcast (but shouldn't usually take this long).
774 * Adds a new reminder to the specified event.
776 * @return the _id of the new reminder, or -1 on failure
782 ContentValues reminder = new ContentValues(); local
783 reminder.put(Reminders.EVENT_ID, eventId);
784 reminder.put(Reminders.MINUTES, minutes);
785 reminder.put(Reminders.METHOD, method)
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 2237 ContentValues reminder = new ContentValues(); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]
  /external/strace/
signal.c     [all...]

Completed in 701 milliseconds