HomeSort by relevance Sort by last modified time
    Searched refs:today (Results 51 - 75 of 170) sorted by null

1 23 4 5 6 7

  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil_test.go 44 data := "Programming today is a race between software engineers striving to " +
  /prebuilts/go/darwin-x86/test/
recover4.go 10 // This is true today; the role of the test is to ensure it stays true.
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil_test.go 44 data := "Programming today is a race between software engineers striving to " +
  /prebuilts/go/linux-x86/test/
recover4.go 10 // This is true today; the role of the test is to ensure it stays true.
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsPerformanceJobServlet.java 236 // Add today to the list of time intervals to analyze
238 PerformanceSummary today = local
240 summaries.add(today);
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 115 * The day of month for today, or -1 if the today is not in the current
815 // Figure out what day today is.
816 final Calendar today = Calendar.getInstance(); local
821 if (sameDay(day, today)) {
859 private boolean sameDay(int day, Calendar today) {
860 return mYear == today.get(Calendar.YEAR) && mMonth == today.get(Calendar.MONTH)
861 && day == today.get(Calendar.DAY_OF_MONTH);
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 78 UDate today = Calendar::getNow(); local
79 logln((UnicodeString) "today: " + today);
96 fmtd = sdf->format(today, fmtd, pos);
97 logln("today: " + fmtd);
101 todayS = sdf->format(today, todayS, pos);
102 logln("today: " + todayS);
104 today = sdf->parse(todayS, status);
106 logln((UnicodeString)"today date: " + today);
    [all...]
  /build/make/core/
cleanspec.mk 49 # made today requires touching the same file, just copy the old
  /build/soong/android/
proto.go 74 // This defaults to true today, but is expected to default to
  /frameworks/base/services/core/java/com/android/server/
GraphicsStatsService.java 298 long today = normalizeDate(System.currentTimeMillis()).getTimeInMillis(); local
304 if (buffer.mInfo.startTime < today) {
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
RenderingJitter.java 261 double add(double previous, double today) {
262 return (((WEIGHT - 1) * previous) + today) / WEIGHT;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Dates.py 25 # The Dates module also supplies function today(), which returns the
172 def today(): function
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat 30 for /f "tokens=1" %%i in ("%date%") do set today=%%i variable
33 set IFWI_Suffix=%today%_%hour:~0,2%%time:~3,2%
  /external/icu/icu4c/source/test/cintltst/
cdtrgtst.c 57 UDate today, d1; local
63 today = ucal_getNow();
84 fmdt = myFormatit(df, today);
86 log_verbose("today: %s\n", austrdup(fmdt));
96 todayS =myFormatit(df, today);
97 log_verbose("After the pattern is applied\n today: %s\n", austrdup(todayS) );
106 log_verbose("today: %s\n", austrdup(rt) );
  /external/python/cpython2/Demo/classes/
Dates.py 25 # The Dates module also supplies function today(), which returns the
172 def today(): function
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLocaleDataTest.java 99 assertThat(localeData.today).isEqualTo("Today");
  /external/toolchain-utils/
auto_delete_nightly_test_data.py 91 help=('Specify the number of days (not including today),'
196 d = datetime.datetime.today().isoweekday()
198 # options.days_to_preserve away from today.
buildbot_test_toolchains.py 254 date_str = datetime.date.today()
weekly_report.py 146 # reports starting 6 days ago from today. Generate list of indices for
148 todays_index = datetime.datetime.today().isoweekday()
154 # E.g. if today is Sunday, then start report with last Monday, so
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionUtils.java 22 private static final int TODAY = 1;
47 // If possible, use "Today" or "Tomorrow" instead of a full date string.
50 if (TODAY == todayOrTomorrow) {
51 datetimeString = resources.getString(R.string.today);
58 // today or tomorrow, use framework formatter.
69 // If possible, use "Today" or "Tomorrow" instead of a full date string.
72 if (TODAY == todayOrTomorrow) {
73 // Example: "Today at 1:00pm - 2:00 pm"
143 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
154 return TODAY;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 60 Date today = cal.getTime(); local
61 logln("today: " + today);
67 fmtd = sdf.format(today, fmtd, pos);
68 logln("today: " + fmtd);
72 todayS = sdf.format(today, todayS, pos);
73 logln("today: " + todayS);
75 today = sdf.parse(todayS.toString());
76 logln("today date: " + today);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 57 Date today = cal.getTime(); local
58 logln("today: " + today);
64 fmtd = sdf.format(today, fmtd, pos);
65 logln("today: " + fmtd);
69 todayS = sdf.format(today, todayS, pos);
70 logln("today: " + todayS);
72 today = sdf.parse(todayS.toString());
73 logln("today date: " + today);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 1648 DayOfMonthDrawable today; local
    [all...]
  /external/autotest/docs/
test-that.md 108 [confusing error](https://crbug.com/354556). The easiest way today to
  /external/clang/tools/scan-build-py/libscanbuild/
report.py 136 date=datetime.datetime.today(

Completed in 1461 milliseconds

1 23 4 5 6 7