/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 | 41 private static final String DAY = "day"; 56 * @param dayOfMonth The day of the month that was set. 66 * @param dayOfMonth The initial day of the dialog. 82 * @param dayOfMonth The initial day of the dialog. 116 int month, int day) { 117 mDatePicker.init(year, month, day, null); 134 * @param dayOfMonth The date day of month. 145 state.putInt(DAY, mDatePicker.getDayOfMonth()); 154 int day = savedInstanceState.getInt(DAY) local [all...] |
/cts/tests/tests/text/src/android/text/format/cts/ |
DateFormatTest.java | 46 private static final int DAY = 18; 140 Date date = new Date(YEAR_FROM_1900, MONTH, DAY, HOUR, MINUTE); 169 Calendar calendar = new GregorianCalendar(YEAR, MONTH, DAY); 172 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)));
|
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)));
|
/packages/apps/Contacts/src/com/android/contacts/datepicker/ |
DatePickerDialog.java | 50 private static final String DAY = "day"; 72 * @param dayOfMonth The day of the month that was set. 82 * @param dayOfMonth The initial day of the dialog. 97 * @param dayOfMonth The initial day of the dialog. 118 * @param dayOfMonth The initial day of the dialog. 135 * @param dayOfMonth The initial day of the dialog. 194 int month, int day) { 195 updateTitle(year, month, day); 205 private void updateTitle(int year, int month, int day) { 227 int day = savedInstanceState.getInt(DAY); local [all...] |
/external/icu4c/tools/genpname/ |
gensvpa.pl | 116 ($DAY, $MONTH, $YEAR) = (localtime)[3,4,5];
|