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

  /frameworks/base/core/java/android/net/
NetworkUtils.java 190 int reminder = prefixLength % 8; local
191 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
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c 64 DESCRIPTION: returns the reminder of a 64 bit number division by a 32
73 RETURN: The reminder
2338 TI_UINT32 reminder; local
2530 TI_UINT32 reminder = reminder64( usecDiffFromRangeStartToLastDTIM, DTIMPeriodInUsec ); local
    [all...]
  /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...]
  /external/strace/
signal.c     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 622 milliseconds