HomeSort by relevance Sort by last modified time
    Searched full:today (Results 1 - 25 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/
TODO 18 - DH Group Exchange possibly, or just add group14 (whatever it's called today)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Hints.java 131 // If the user has used voice today, we'll return false. (We don't show the hint on
142 * Determines whether the provided time is from some time today (i.e., this day, month,
148 Calendar today = Calendar.getInstance();
149 today.setTimeInMillis(System.currentTimeMillis());
154 return (today.get(Calendar.YEAR) == timestamp.get(Calendar.YEAR) &&
155 today.get(Calendar.DAY_OF_MONTH) == timestamp.get(Calendar.DAY_OF_MONTH) &&
156 today.get(Calendar.MONTH) == timestamp.get(Calendar.MONTH));
165 // If this is the first time the hint is being shown today, increase the saved values
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 53 // Build the widget update for today
84 Time today = new Time(); local
85 today.setToNow();
87 // Build the page title for today, such as "March 21"
89 monthNames[today.month], today.monthDay);
93 // Try querying the Wiktionary API for today's word
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 54 // Build the widget update for today
73 Time today = new Time(); local
74 today.setToNow();
76 // Build today's page title, like "Wiktionary:Word of the day/March 21"
78 monthNames[today.month], today.monthDay);
83 // Try querying the Wiktionary API for today's word
  /frameworks/base/core/java/android/webkit/
DateSorter.java 27 * Today
56 mBins[0] = c.getTimeInMillis(); // Today
61 c.add(Calendar.DAY_OF_YEAR, NUM_DAYS_AGO); // move back to today
66 mLabels[0] = context.getText(com.android.internal.R.string.today).toString();
  /external/kernel-headers/original/linux/
blkpg.h 25 * For today, only the partition stuff - aeb, 990515
  /external/quake/quake/src/QW/
glqwcl.spec.sh 30 ""Quake": Bloody Amazing" - USA TODAY
qwcl.x11.spec.sh 30 ""Quake": Bloody Amazing" - USA TODAY
  /packages/apps/Calendar/src/com/android/calendar/
Navigator.java 36 * Changes the view to include today's date.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 88 today=new Date();
89 tdy=today.getDate();
90 tmn=today.getMonth()+1;
91 if(today.getYear()<2000)tyr=today.getYear()+1900;
92 else tyr=today.getYear();
121 today=new Date();
122 tdy=today.getDate();
123 tmn=today.getMonth()+1;
124 if(today.getYear()<2000)tyr=today.getYear()+1900
    [all...]
  /bionic/libc/docs/
SYSV-IPC.TXT 28 here is a simple exploit that you can run on a standard Linux box today:
94 If you run it on a typical Linux distribution today, you'll discover that it
  /ndk/docs/system/libc/
SYSV-IPC.TXT 28 here is a simple exploit that you can run on a standard Linux box today:
94 If you run it on a typical Linux distribution today, you'll discover that it
  /external/webkit/WebKitTools/Scripts/
roll-over-ChangeLogs 34 date_suffix = Date.today.strftime("-%Y-%m-%d")
  /frameworks/base/include/utils/
ByteOrder.h 34 * device -- for the ARM CPUs we use today, this is little endian.
  /packages/apps/AlarmClock/src/com/android/alarmclock/
Alarm.java 321 * returns number of days from today until next alarm
322 * @param c must be set to today
329 int today = (c.get(Calendar.DAY_OF_WEEK) + 5) % 7; local
334 day = (today + dayCount) % 7;
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 333 * returns number of days from today until next alarm
334 * @param c must be set to today
341 int today = (c.get(Calendar.DAY_OF_WEEK) + 5) % 7; local
346 day = (today + dayCount) % 7;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 139 Date today = new Date(); local
140 if (certificate.getNotAfter().compareTo(today) < 0) {
145 if (certificate.getNotBefore().compareTo(today) > 0) {
  /bionic/
CleanSpec.mk 34 # made today requires touching the same file, just copy the old
  /bootable/bootloader/legacy/
CleanSpec.mk 34 # made today requires touching the same file, just copy the old
  /bootable/diskinstaller/
CleanSpec.mk 34 # made today requires touching the same file, just copy the old
  /bootable/recovery/
CleanSpec.mk 34 # made today requires touching the same file, just copy the old
  /build/
CleanSpec.mk 34 # made today requires touching the same file, just copy the old
  /cts/
CleanSpec.mk 34 # made today requires touching the same file, just copy the old
  /dalvik/
CleanSpec.mk 34 # made today requires touching the same file, just copy the old
  /dalvik/libcore/text/src/main/java/org/apache/harmony/text/
BidiWrapper.java 21 * Dalvik Bidi wrapper. Derived from an old version of Harmony; today they call

Completed in 226 milliseconds

1 2 3 4 5 6 7 8 91011>>