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

  /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
  /bionic/libc/arch-mips64/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
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 64 // 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...]
  /external/chromium_org/ui/login/account_picker/
user_pod_row.css 602 .reminder {

Completed in 284 milliseconds