HomeSort by relevance Sort by last modified time
    Searched full:days (Results 451 - 475 of 798) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 715 String[] days = isLong ? longs : shorts; local
716 buffer.append(days[calendar.get(Calendar.DAY_OF_WEEK)]);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
COPYING 421 prior to 60 days after the cessation.
427 copyright holder, and you cure the violation prior to 30 days after
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 159 return quantity + " days";
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 1555 int days = (seconds + DAY_IN_SECONDS - 1) \/ DAY_IN_SECONDS; local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 12 * within 90 days of receipt.
  /external/chromium/chrome/browser/history/
expire_history_backend.cc 29 // The number of days by which the expiration threshold is advanced for items
in_memory_url_index_unittest.cc 30 // number specifying the number of days relative to 'today' to which the
  /external/chromium/chrome/browser/net/
predictor.cc 40 // after about 6 days they will have halved all their estimates of subresource
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 261 text = chrome.i18n.getMessage('days',
  /external/e2fsprogs/misc/
tune2fs.8.in 226 as days,
  /external/elfutils/src/
strings.c 471 32-bit machines. 64-bit machines these days do not have usable
  /external/icu4c/i18n/unicode/
vtzone.h 229 * @param monthLength The length of the given month in days.
  /external/icu4c/test/intltest/
caltest.cpp 536 * through subsequent days.
718 * given fields (there may be up to two such days). In this case,
    [all...]
  /external/openssh/
moduli.c 87 * that would increase the run time from hours to days or weeks!
  /external/skia/src/animator/
SkDisplayApply.cpp 625 maker.fAdjustedStart = 0; // !!! left over from synchronizing animation days, undoubtably out of date (and broken)
  /external/v8/src/
date.js 90 // Compute number of days given a year, month, date.
  /external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt 32 112163 fixed MASSIF crashed with signal 7 (SIGBUS) after running 2 days
  /external/webkit/Source/WebCore/html/
DateComponents.cpp 608 // ex. If January 1st is Friday, such Monday is 3 days later. Returns 3.
  /frameworks/base/core/java/android/widget/
DatePicker.java 177 // take care of wrapping of days and months to update greater fields
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 267 // Test event that spans over 2 days but start and end time do not
  /packages/apps/Email/res/values/
strings.xml     [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 567 long days = 1; local
569 days = (mDtend - mDtstart) / DateUtils.DAY_IN_MILLIS;
571 mDuration = "P" + days + "D";
649 new EventInfo("allday weekly1", "all-day for 2 days weekly from 5/1/2008",
    [all...]
  /sdk/apigenerator/src/com/android/apigenerator/
enums.xml 563 <field name="DAYS" since="9" />
  /frameworks/base/sax/tests/saxtests/res/raw/
youtube.xml     [all...]
  /external/chromium/webkit/glue/
inspector_strings.grd 167 <message name="IDS_DURATION_IN_DAYS" desc="Duration in days.">
168 <ph name="DURATION">%.1f<ex>5</ex></ph> days
    [all...]

Completed in 2084 milliseconds

<<11121314151617181920>>