/external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
special_characters.js | 95 testcases[count++] = new TestCase ( SECTION, "'today is now - day is not now'.match(/\bday.*now/)", 96 String(["day is not now"]), String('today is now - day is not now'.match(/\bday.*now/)));
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClock.java | 619 Calendar today = Calendar.getInstance(); local 620 today.set(Calendar.HOUR_OF_DAY, 0); 621 today.set(Calendar.MINUTE, 0); 622 today.set(Calendar.SECOND, 0); 623 today.add(Calendar.DATE, 1); 624 long alarmTimeUTC = today.getTimeInMillis(); [all...] |
/external/icu4c/test/intltest/ |
dtfmrgts.cpp | 69 UDate today = Calendar::getNow(); local 70 logln((UnicodeString) "today: " + today); 86 fmtd = sdf->format(today, fmtd, pos); 87 logln("today: " + fmtd); 91 todayS = sdf->format(today, todayS, pos); 92 logln("today: " + todayS); 94 today = sdf->parse(todayS, status); 96 logln((UnicodeString)"today date: " + today); [all...] |
/packages/apps/Email/src/com/android/email/ |
Utility.java | 222 * Returns true if the specified date is within today. Returns false otherwise. 228 Date today = new Date(); local 229 if (date.getYear() == today.getYear() && 230 date.getMonth() == today.getMonth() && 231 date.getDate() == today.getDate()) {
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
ObjectStreamFieldTest.java | 415 assertEquals(SerializableObject2.today, getField.get("d", null)); 519 public static Date today = new Date(1172632429156l); field in class:SerializableObject2 528 putField.put("d", today);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 232 Calendar today = Calendar.getInstance(); local 234 if (expirationCalendar.before(today)) { 253 int thisYear = today.get(Calendar.YEAR);
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_format_type.h | 95 #define PVMF_MIME_AMR_IETF "X-AMR-IETF-SEPARATE" // Today's IETF 96 #define PVMF_MIME_AMRWB_IETF "X-AMRWB-IETF-SEPARATE" // Today's IETF
|
/external/v8/test/cctest/ |
test-compiler.cc | 228 // The following test method stems from my coding efforts today. It 229 // tests all the functionality I have added to the compiler today
|
/frameworks/base/core/res/res/values/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/frameworks/base/core/res/res/values-en-rAU/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/frameworks/base/core/res/res/values-en-rCA/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/frameworks/base/core/res/res/values-en-rGB/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/frameworks/base/core/res/res/values-en-rIE/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/frameworks/base/core/res/res/values-en-rIN/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/frameworks/base/core/res/res/values-en-rNZ/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/frameworks/base/core/res/res/values-en-rUS/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/frameworks/base/core/res/res/values-en-rZA/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/frameworks/base/core/res/res/values-hi-rIN/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/frameworks/base/core/res/res/values-id-rID/ |
donottranslate-cldr.xml | 91 <string name="today">Today</string>
|
/development/pdk/docs/about/ |
philosophy.jd | 9 Alliance, led by Google. Today, many companies -- both original members of the
|
/external/bison/ |
ABOUT-NLS | 225 gpe-today | [] | 328 gpe-today | [] [] | 431 gpe-today | [] [] | 534 gpe-today | [] | [all...] |
THANKS | 2 it is today without the invaluable help of these people:
|
/external/elfutils/ |
ABOUT-NLS | 188 gpe-today | [] | 291 gpe-today | [] [] | 394 gpe-today | [] [] | 497 gpe-today | [] | 6 [all...] |
/external/elfutils/libelf/ |
elf32_updatefile.c | 103 /* Today there is only one version of the ELF header. */ 140 /* Today there is only one version of the ELF header. */ 375 /* Today there is only one version of the ELF header. */ 425 /* Today there is only one version of the ELF header. */
|
/external/gtest/scripts/ |
gen_gtest_pred_impl.py | 74 'today' : time.strftime('%m/%d/%Y'), 110 // This file is AUTOMATICALLY GENERATED on %(today)s by command 332 'today' : time.strftime('%m/%d/%Y'), 367 // This file is AUTOMATICALLY GENERATED on %(today)s by command
|