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

1 2

  /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";
66 * @param dayOfMonth The day of the month that was set.
76 * @param dayOfMonth The initial day of the dialog.
93 * @param dayOfMonth The initial day of the dialog.
149 int month, int day) {
150 updateTitle(year, month, day);
160 private void updateTitle(int year, int month, int day) {
163 mCalendar.set(Calendar.DAY_OF_MONTH, day);
172 state.putInt(DAY, mDatePicker.getDayOfMonth())
181 int day = savedInstanceState.getInt(DAY); local
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 45 private static final int DAY = 18;
139 Date date = new Date(YEAR_FROM_1900, MONTH, DAY, HOUR, MINUTE);
168 Calendar calendar = new GregorianCalendar(YEAR, MONTH, DAY);
171 Date formatDate = new Date(YEAR_FROM_1900, MONTH, DAY);
  /external/webkit/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)));
15.9.5.36-2.js 166 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() );
175 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() );
217 d.day = WeekDay( d.value );
227 var DAY = MakeDay( YEAR, MONTH, DATE );
228 var UTC_DATE = UTC(MakeDate( DAY, TimeWithinDay(T)));
15.9.5.36-3.js 153 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() );
162 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() );
204 d.day = WeekDay( d.value );
214 var DAY = MakeDay( YEAR, MONTH, DATE );
215 var UTC_DATE = UTC(MakeDate( DAY, TimeWithinDay(T)));
  /external/icu4c/tools/genpname/
gensvpa.pl 116 ($DAY, $MONTH, $YEAR) = (localtime)[3,4,5];
  /external/v8/src/
macros.py 124 macro DAY(time) = ($floor(time / 86400000));

Completed in 299 milliseconds

1 2