/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.31-1.js | 24 ECMA Section: 15.9.5.31 Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] ) 31 2.Call ToNumber(hour). 47 writeHeaderToLog( SECTION + " Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )"); 201 function SetUTCHours( t, hour, min, sec, ms ) { 203 var HOUR = Number(hour); 207 var RESULT6 = MakeTime( HOUR,
|
/libcore/luni/src/main/java/java/util/ |
GregorianCalendar.java | 143 * System.out.println("HOUR: " + calendar.get(Calendar.HOUR)); 153 * System.out.println("Current Time, with hour reset to 3"); 155 * calendar.set(Calendar.HOUR, 3); 168 * System.out.println("HOUR: " + calendar.get(Calendar.HOUR)); 268 * @param hour 269 * the hour. 273 public GregorianCalendar(int year, int month, int day, int hour, int minute) { 275 set(year, month, day, hour, minute) 770 long hour = 0; local [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleWeeksAdapter.java | 273 * Maintains the same hour/min/sec but moves the day to the tapped day. 278 day.hour = mSelectedDay.hour;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ |
shell.js | 275 // Use our date arithmetic functions to determine the local hour, day, etc. 288 // Use our date arithmetic functions to determine the UTC hour, day, etc. 583 function MakeTime( hour, min, sec, ms ) { 584 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) { 588 hour = ToInteger(hour); 593 return( (hour*msPerHour) + (min*msPerMinute) +
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/ |
shell.js | 531 function MakeTime( hour, min, sec, ms ) 533 if ( isNaN(hour) || isNaN(min) || isNaN(sec) || isNaN(ms) ){return Number.NaN;} 535 hour = ToInteger(hour); 540 return( (hour*msPerHour) + (min*msPerMinute) + (sec*msPerSecond) + ms );
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
CalendarUtilities.java | 213 int hour; field in class:CalendarUtilities.TimeZoneDate 222 static void putRuleIntoTimeZoneInformation(byte[] bytes, int offset, RRule rrule, int hour, 231 setWord(bytes, offset + MSFT_SYSTEMTIME_HOUR, hour); 286 int hour = getWord(bytes, offset + MSFT_SYSTEMTIME_HOUR); local 287 tzd.hour = hour; 290 tzd.time = (hour*HOURS) + (minute*MINUTES); 307 testCalendar.set(GregorianCalendar.HOUR_OF_DAY, tzd.hour); 692 // Write month, day of week, week, hour, minute 927 int hour = calendar.get(Calendar.HOUR_OF_DAY); local [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | 437 /** Height of 1 hour in pixels at the start of a scaling gesture */ 439 /** The hour at the center two touch points */ 502 /** First fully visibile hour */ 504 /** Distance between the mFirstCell and the top of first fully visible hour. */ 2039 int hour = event.startTime \/ 60; local [all...] |
/frameworks/base/core/java/android/widget/ |
TimePicker.java | 41 * A view for selecting the time of day, in either 24 hour or AM/PM mode. The 42 * hour, each minute digit, and AM/PM (if applicable) can be conrolled by 43 * vertical spinners. The hour can be entered by keyboard input. Entering in two 114 * @param hourOfDay The current hour. 145 // hour 146 mHourSpinner = (NumberPicker) findViewById(R.id.hour); 305 private SavedState(Parcelable superState, int hour, int minute) { 307 mHour = hour; 368 * @return The current hour in the range (0-23). 382 * Set the current hour [all...] |
/bionic/libc/kernel/common/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon495
|
/development/ndk/platforms/android-3/include/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon1109
|
/external/chromium/chrome/browser/history/ |
history_publisher_win.cc | 76 system_time.wHour = exploded.hour;
|
/external/icu4c/common/ |
rbbicst.pl | 228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
|
/external/icu4c/i18n/ |
zonemeta.cpp | 128 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, n; local 163 hour = 10*hour + n; 181 + hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE;
|
/external/kernel-headers/original/linux/ |
telephony.h | 105 char hour[3]; member in struct:__anon7240
|
time.h | 68 const unsigned int day, const unsigned int hour,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
telephony.h | 105 char hour[3]; member in struct:__anon21039
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon21655
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon22009
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon22363
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon22782
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon23145
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon23569
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon23931
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon24550
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
telephony.h | 59 char hour[3]; member in struct:__anon24887
|