HomeSort by relevance Sort by last modified time
    Searched refs:DAY (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/openssh/
auth-shadow.c 39 #ifdef DAY
40 # undef DAY
42 #define DAY (24L * 60 * 60) /* 1 day in seconds */
48 * occurs the day after the day specified.
62 today = time(NULL) / DAY;
75 "Your account will expire in %d day%s.\n", daysleft,
101 today = time(NULL) / DAY;
135 "Your password will expire in %d day%s.\n", daysleft
    [all...]
auth-passwd.c 65 #define DAY (24L * 60 * 60) /* 1 day in seconds */
66 #define TWO_WEEKS (2L * 7 * DAY) /* 2 weeks in seconds */
151 daysleft = pwtimeleft / DAY + 1;
153 "Your password will expire in %lld day%s.\n",
158 daysleft = actimeleft / DAY + 1;
160 "Your account will expire in %lld day%s.\n",
  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 25 /** Value of {@link #mState} if it is currently day */
26 public static final int DAY = 0;
50 * Time of sunset (civil twilight) in milliseconds or -1 in the case the day
57 * day or night never ends.
97 // The day or night never ends for the given date and location, if this value is out of
105 mState = DAY;
117 mState = DAY;
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 44 private static final String DAY = "day";
62 * @param dayOfMonth The day of the month that was set.
72 * @param dayOfMonth The initial day of the dialog.
88 * @param dayOfMonth The initial day of the dialog.
120 int month, int day) {
121 mDatePicker.init(year, month, day, this);
122 updateTitle(year, month, day);
139 * @param dayOfMonth The date day of month.
159 private void updateTitle(int year, int month, int day) {
195 int day = savedInstanceState.getInt(DAY); local
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 41 private static final int DAY = 18;
88 Date date = new Date(YEAR_FROM_1900, MONTH, DAY, HOUR, MINUTE);
117 Calendar calendar = new GregorianCalendar(YEAR, MONTH, DAY);
120 Date formatDate = new Date(YEAR_FROM_1900, MONTH, DAY);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-2.js 74 var DAY = 12;
213 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.1-3.js 74 var DAY = 12;
191 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.1-4.js 74 var DAY = 12;
175 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.1-5.js 74 var DAY = 12;
152 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.2-1.js 69 var DAY = 12;
222 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.2-2.js 69 var DAY = 12;
200 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.2-3.js 69 var DAY = 12;
186 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.2-4.js 69 var DAY = 12;
169 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.2-5.js 69 var DAY = 12;
151 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.8-1.js 70 var DAY = 12;
280 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.8-2.js 70 var DAY = 12;
255 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.8-3.js 70 var DAY = 12;
233 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.8-4.js 70 var DAY = 12;
202 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.8-5.js 70 var DAY = 12;
170 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.4.2.js 79 var DAY = 12;
193 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.3.1-1.js 74 var DAY = 12;
255 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
15.9.5.34-1.js 160 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() );
169 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() );
210 d.day = WeekDay( d.value );
218 var DAY = MakeDay( YearFromTime(TIME), MONTH, DATE );
219 return ( TimeClip (UTC(MakeDate( DAY, TimeWithinDay(TIME) ))) );
15.9.5.36-1.js 180 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() );
189 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() );
231 d.day = WeekDay( d.value );
241 var DAY = MakeDay( YEAR, MONTH, DATE );
242 var UTC_DATE = UTC(MakeDate( DAY, TimeWithinDay(T)));
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 52 private static final String DAY = "day";
74 * @param dayOfMonth The day of the month that was set.
84 * @param dayOfMonth The initial day of the dialog.
99 * @param dayOfMonth The initial day of the dialog.
120 * @param dayOfMonth The initial day of the dialog.
137 * @param dayOfMonth The initial day of the dialog.
196 public void onDateChanged(DatePicker view, int year, int month, int day) {
197 updateTitle(year, month, day);
207 private void updateTitle(int year, int month, int day) {
231 int day = savedInstanceState.getInt(DAY); local
    [all...]
  /external/libmtp/
hotplug.sh.in 162 DAY=`echo ${DATE} | awk 'BEGIN { FS="/"} {print $3; }'`

Completed in 243 milliseconds

1 2 3