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

1 2 3 4 5 6 7 8 91011>>

  /art/test/048-reflect-v8/src/
SingleUser.java 18 @Calendar(dayOfWeek="single", hour=23)
User.java 23 * @Calendar(dayOfWeek="Fri", hour=23)
27 @Calendar(dayOfWeek="Fri", hour=23)
UserComplex.java 26 @Calendar(dayOfMonth="athird", hour=23)
AnnotationTestFixture.java 19 @Calendar(dayOfWeek="single", hour=23)
25 @Calendar(dayOfWeek="Fri", hour=23)
43 @Calendar(dayOfMonth="athird", hour=23)
Calendar.java 30 int hour() default 6;
  /libcore/ojluni/src/main/java/java/sql/
Time.java 42 * given values for the hour, minute, and second.
50 * @param hour 0 to 23
58 public Time(int hour, int minute, int second) {
59 super(70, 0, 1, hour, minute, second);
91 int hour; local
103 hour = Integer.parseInt(s.substring(0, firstColon));
111 return new Time(hour, minute, second);
120 int hour = super.getHours(); local
127 if (hour < 10) {
128 hourString = "0" + hour;
    [all...]
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 38 /** Integer as a 24-hour format */
39 public int hour; field in class:Alarm
43 public Alarm(int id, int month, int date, int hour, int minute) {
47 this.hour = hour;
65 jsonObject.put("hour", hour);
87 alarm.hour = jsonObject.getInt("hour");
102 ", hour=" + hour
    [all...]
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 38 /** Integer as a 24-hour format */
39 public int hour; field in class:Alarm
43 public Alarm(int id, int month, int date, int hour, int minute) {
47 this.hour = hour;
65 jsonObject.put("hour", hour);
87 alarm.hour = jsonObject.getInt("hour");
102 ", hour=" + hour
    [all...]
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
Alarm.java 38 /** Integer as a 24-hour format */
39 public int hour; field in class:Alarm
43 public Alarm(int id, int month, int date, int hour, int minute) {
47 this.hour = hour;
65 jsonObject.put("hour", hour);
87 alarm.hour = jsonObject.getInt("hour");
102 ", hour=" + hour
    [all...]
  /external/icu/icu4c/source/test/compat/
tzone.pl 10 print "Usage: tzone [year month day hour minute]\n";
23 my $hour = 0;
28 ($year, $month, $day, $hour, $minute) = @ARGV;
29 print "The date we are using is: $month-$day-$year $hour:$minute.\n";
54 my @result = `./tzdate $year $month $day $hour $minute $USECURRENT`;
tzdate.c 34 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime);
41 int year, month, day, hour, minute; local
56 hour = atoi(argv[4]);
63 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
111 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) {
124 ts.tm_hour = hour;
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TimePickerBindingAdapter.java 29 @BindingAdapter("android:hour")
30 public static void setHour(TimePicker view, int hour) {
32 if (view.getHour() != hour) {
33 view.setHour(hour);
36 if (view.getCurrentHour() != hour) {
37 view.setCurrentHour(hour);
56 @InverseBindingAdapter(attribute = "android:hour")
62 Integer hour = view.getCurrentHour(); local
63 if (hour == null) {
66 return hour;
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
Utils.java 22 public static long createTimeInMillis(int second, int minute, int hour, int monthDay,
25 t.set(second, minute, hour, monthDay, month, year);
  /libcore/ojluni/src/main/java/java/time/
LocalTime.java 101 * often viewed as hour-minute-second.
141 * Constants for the local time of each hour.
159 * Minutes per hour.
171 * Seconds per hour.
195 * Nanos per hour.
209 * The hour.
211 private final byte hour; field in class:LocalTime
279 * Obtains an instance of {@code LocalTime} from an hour and minute.
281 * This returns a {@code LocalTime} with the specified hour and minute.
284 * @param hour the hour-of-day to represent, from 0 to 2
1665 int hour = in.readByte(); local
    [all...]
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiTimerRecordSources.java 51 * TimeOrDuration duration = HdmiTimerRecordSource.ofDuration(1, 00); // 1 hour duration.
52 * // For 1 hour from 6PM, August 10th every SaturDay and Sunday.
145 * @param hour hour in range of [0, 23]
148 * @throws IllegalArgumentException if hour or minute is out of range
150 public static Time timeOf(int hour, int minute) {
151 checkTimeValue(hour, minute);
152 return new Time(hour, minute);
155 private static void checkTimeValue(int hour, int minute) {
156 if (hour < 0 || hour > 23)
    [all...]
  /system/core/logcat/tests/
logcat_benchmark.cpp 39 int hour; member in class:timestamp
49 ok = sscanf(buffer, "%d-%d %d:%d:%d.%d ", &month, &day, &hour,
63 ((hour < T.hour) ||
64 ((hour == T.hour) &&
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AbstractTimePickerActivity.java 72 private void updateOutputWithTime(int hour, int minute) {
73 final String time = hour + ":" + minute;
92 void expectAutoFill(String output, int hour, int minute) {
93 mExpectation = new FillExpectation(output, hour, minute);
121 void setTime(int hour, int minute) {
123 mTimePicker.setHour(hour);
146 private FillExpectation(String output, int hour, int minute) {
149 timeListener = new MultipleTimesTimeListener("timePicker", 1, mTimePicker, hour,
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/
DateTime.java 37 private final int hour; field in class:DateTime
42 public DateTime(String yearString, int month, int day, int hour, int minute, int second, int timeZone) {
44 this.date = convertToDate(year, month, day, hour, minute, second, timeZone);
47 this.hour = hour;
69 public static Date convertToDate(int year, int month, int day, int hour, int minute, int second, int timeZone) {
71 c.set(year, month - 1, day, hour, minute, second);
99 return hour;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
TimePickerDialogTask.java 36 public TimePickerDialogTask(int hour, int minute, boolean is24hour) {
37 mHour = hour;
47 public void onTimeSet(TimePicker view, int hour, int minute) {
51 result.put("hour", hour);
65 result.put("hour", mHour);
79 result.put("hour", mHour);
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 100 * <tr id="datetimefield-hour">
101 * <td>hour</td>
199 * int hour,
208 * int hour,
314 * @param hour value constraints are summarized in
315 * <a href="#datetimefield-hour">hour field of date/time field mapping table</a>.
327 public void setTime(int hour, int minute, int second) {
330 hour,
342 * @param hour value constraints summarized in <a href="#datetimefield-hour">hour field of date/time field mappin (…)
    [all...]
  /external/icu/icu4c/source/i18n/
dayperiodrules.h 53 DayPeriod getDayPeriodForHour(int32_t hour) const { return fDayPeriodForHour[hour]; }
73 // Returns the hour that starts dayPeriod. Returns 0 for MIDNIGHT and 12 for NOON.
76 // Returns the hour that ends dayPeriod, i.e. that starts the next period.
  /external/testng/src/test/java/test/tmp/
TimeBombTest.java 21 int hour = Integer.parseInt(string.substring(0, 2)); local
24 result.set(Calendar.HOUR_OF_DAY, hour);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPDateTimeImpl.java 38 private int hour = 0; field in class:XMPDateTimeImpl
83 this.hour = intCalendar.get(Calendar.HOUR_OF_DAY);
105 this.hour = calendar.get(Calendar.HOUR_OF_DAY);
206 return hour;
213 public void setHour(int hour)
215 this.hour = Math.min(Math.abs(hour), 23);
322 calendar.set(Calendar.HOUR_OF_DAY, hour);
  /packages/services/Car/car-lib/src/android/car/
CarApiUtil.java 57 * Return an integer array of {hour, minute} from the String presentation of the garage mode
86 * Return a String presentation of the garage mode "hour:minute".
90 public static String encodeGarageTimeSetting(int hour, int min) {
91 return hour + ":" + min;
  /external/pdfium/core/fxcrt/
cfx_datetime.h 30 uint8_t hour,
37 hour_(hour),
63 void SetTime(uint8_t hour,
67 hour_ = hour;

Completed in 1954 milliseconds

1 2 3 4 5 6 7 8 91011>>