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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneOffsetLocalTest.java 40 final int HOUR = 60*60*1000;
44 {2006, Calendar.APRIL, 2, 1, 30, 1*HOUR+30*MINUTE},
45 {2006, Calendar.APRIL, 2, 2, 00, 2*HOUR},
46 {2006, Calendar.APRIL, 2, 2, 30, 2*HOUR+30*MINUTE},
47 {2006, Calendar.APRIL, 2, 3, 00, 3*HOUR},
48 {2006, Calendar.APRIL, 2, 3, 30, 3*HOUR+30*MINUTE},
49 {2006, Calendar.OCTOBER, 29, 0, 30, 0*HOUR+30*MINUTE},
50 {2006, Calendar.OCTOBER, 29, 1, 00, 1*HOUR},
51 {2006, Calendar.OCTOBER, 29, 1, 30, 1*HOUR+30*MINUTE},
52 {2006, Calendar.OCTOBER, 29, 2, 00, 2*HOUR},
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzoffloc.cpp 44 const int32_t HOUR = 60*60*1000;
48 {2006, UCAL_APRIL, 2, 1, 30, 1*HOUR+30*MINUTE},
49 {2006, UCAL_APRIL, 2, 2, 00, 2*HOUR},
50 {2006, UCAL_APRIL, 2, 2, 30, 2*HOUR+30*MINUTE},
51 {2006, UCAL_APRIL, 2, 3, 00, 3*HOUR},
52 {2006, UCAL_APRIL, 2, 3, 30, 3*HOUR+30*MINUTE},
53 {2006, UCAL_OCTOBER, 29, 0, 30, 0*HOUR+30*MINUTE},
54 {2006, UCAL_OCTOBER, 29, 1, 00, 1*HOUR},
55 {2006, UCAL_OCTOBER, 29, 1, 30, 1*HOUR+30*MINUTE},
56 {2006, UCAL_OCTOBER, 29, 2, 00, 2*HOUR},
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneOffsetLocalTest.java 36 final int HOUR = 60*60*1000;
40 {2006, Calendar.APRIL, 2, 1, 30, 1*HOUR+30*MINUTE},
41 {2006, Calendar.APRIL, 2, 2, 00, 2*HOUR},
42 {2006, Calendar.APRIL, 2, 2, 30, 2*HOUR+30*MINUTE},
43 {2006, Calendar.APRIL, 2, 3, 00, 3*HOUR},
44 {2006, Calendar.APRIL, 2, 3, 30, 3*HOUR+30*MINUTE},
45 {2006, Calendar.OCTOBER, 29, 0, 30, 0*HOUR+30*MINUTE},
46 {2006, Calendar.OCTOBER, 29, 1, 00, 1*HOUR},
47 {2006, Calendar.OCTOBER, 29, 1, 30, 1*HOUR+30*MINUTE},
48 {2006, Calendar.OCTOBER, 29, 2, 00, 2*HOUR},
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
__init__.py 7 'Request', 'LegacyRequest', 'Response', 'UTC', 'day', 'week', 'hour',
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/
testdata_en.txt 85 1 hour ago
87 1 hour from now
167 1 hour and 5 minutes
169 1 hour and 10 minutes
171 1 hour and 15 minutes
173 1 hour and 20 minutes
175 1 hour and 25 minutes
177 1 hour and 30 minutes
179 1 hour and 35 minutes
181 1 hour and 40 minute
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/
testdata_en.txt 85 1 hour ago
87 1 hour from now
167 1 hour and 5 minutes
169 1 hour and 10 minutes
171 1 hour and 15 minutes
173 1 hour and 20 minutes
175 1 hour and 25 minutes
177 1 hour and 30 minutes
179 1 hour and 35 minutes
181 1 hour and 40 minute
    [all...]
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 37 /** Integer as a 24-hour format */
38 public int hour; field in class:Alarm
47 hour = in.readInt();
73 parcel.writeInt(hour);
87 jsonObject.put("hour", hour);
109 alarm.hour = jsonObject.getInt("hour");
124 ", hour=" + hour
    [all...]
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 37 /** Integer as a 24-hour format */
38 public int hour; field in class:Alarm
47 hour = in.readInt();
73 parcel.writeInt(hour);
87 jsonObject.put("hour", hour);
109 alarm.hour = jsonObject.getInt("hour");
124 ", hour=" + hour
    [all...]
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
Alarm.java 37 /** Integer as a 24-hour format */
38 public int hour; field in class:Alarm
47 hour = in.readInt();
73 parcel.writeInt(hour);
87 jsonObject.put("hour", hour);
109 alarm.hour = jsonObject.getInt("hour");
124 ", hour=" + hour
    [all...]
  /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...]
  /art/test/048-reflect-v8/
expected.txt 20 Annotations by type, defined by class SingleUser with annotation Calendar: @Calendar(dayOfMonth=unspecified_month, dayOfWeek=single, hour=23)
22 Annotations by type, defined by class User with annotation Calendar: @Calendar(dayOfMonth=last, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=unspecified_month, dayOfWeek=Fri, hour=23)
23 Annotations by type, defined by class User with annotation Calendars: @Calendars(value=[@Calendar(dayOfMonth=last, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=unspecified_month, dayOfWeek=Fri, hour=23)])
24 Annotations by type, defined by class User2 with annotation Calendar: @Calendar(dayOfMonth=z, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecified_week, hour=6)
25 Annotations by type, defined by class User2 with annotation Calendars: @Calendars(value=[@Calendar(dayOfMonth=z, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=x, dayOfWeek=unspecified_week, hour=6), @Calendar(dayOfMonth=y, dayOfWeek=unspecified_week, hour=6)]
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
taskadmin 32 create|mk <name> <hour> <command> Create a new Task <name> with command <command> running every <hour>
38 print "%-8s %-40s %s" % ("Hour", "Name", "Command")
41 print "%-8s %-40s %s" % (t.hour, t.name, t.command)
56 print "| Hour: ", t.hour
74 def create(name, hour, command):
78 :param hour: What hour to run it at, "*" for every hour
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
TimeUnitConstants.java 28 /** Represents an hour. */
29 public static final TimeUnit HOUR = TimeUnit.HOUR;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
TimeUnitConstants.java 26 /** Represents an hour. */
27 public static final TimeUnit HOUR = TimeUnit.HOUR;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
TimeStatsAggregator.java 90 private static String getTimeOfDay(int hour) {
91 if (hour >= 5 && hour < 11) {
93 } else if (hour >= 11 && hour < 14) {
95 } else if (hour >= 14 && hour < 18) {
97 } else if (hour >= 18 && hour < 21) {
99 } else if ((hour >= 21 && hour < 24) |
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
task.py 39 The scheduling is similar to cron jobs. Each task has an hour attribute.
40 The allowable values for hour are [0-23|*].
45 hour='*' - the task would be executed each hour
46 hour='3' - the task would be executed at 3AM GMT each day.
50 hour = StringProperty(required=True, validator=check_hour, default='*') variable in class:Task
64 self.hourly = self.hour == '*'
65 self.daily = self.hour != '*'
74 If it's a daily task and it's never been run and the hour is right, run it now.
82 if int(self.hour) == self.now.hour
    [all...]
  /external/autotest/
suite_scheduler.ini 29 hour: 20
36 hour: 20
50 hour: 20
58 hour: 20
74 hour: 20
97 hour: 22
105 hour: 22
128 hour: 22
144 hour: 22
151 hour: 2
    [all...]
  /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);
  /external/icu/icu4c/source/test/compat/
tzone.pl 8 print "Usage: tzone [year month day hour minute]\n";
21 my $hour = 0;
26 ($year, $month, $day, $hour, $minute) = @ARGV;
27 print "The date we are using is: $month-$day-$year $hour:$minute.\n";
52 my @result = `./tzdate $year $month $day $hour $minute $USECURRENT`;
  /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...]
  /frameworks/base/core/java/android/widget/
TimePicker.java 42 * A widget for selecting the time of day, in either 24-hour or AM/PM mode.
89 * @param hourOfDay The current hour.
150 * Sets the currently selected hour using 24-hour time.
152 * @param hour the hour to set, in the range (0-23)
155 public void setHour(@IntRange(from = 0, to = 23) int hour) {
156 mDelegate.setHour(MathUtils.constrain(hour, 0, 23));
160 * Returns the currently selected hour using 24-hour time
    [all...]
  /external/autotest/site_utils/suite_scheduler/
timed_event.py 80 can set the hour when it should be triggered, through `hour` setting.
84 @var _DEFAULT_HOUR: the default hour to trigger the nightly event.
88 # Each task may have different setting of `hour`. Therefore, nightly tasks
89 # can run at each hour. The default is set to 9PM.
100 # Set the deadline to the next even hour.
102 now_hour = datetime.datetime(now.year, now.month, now.day, now.hour)
120 Nightly task can run at each hour. This function only return the tasks
121 set to run in current hour.
125 current_hour = self._now().hour
    [all...]
  /frameworks/base/core/java/android/app/
TimePickerDialog.java 42 private static final String HOUR = "hour";
63 * @param hourOfDay the hour that was set
74 * @param hourOfDay the initial hour
76 * @param is24HourView whether this is a 24 hour view or AM/PM
105 * @param hourOfDay the initial hour
107 * @param is24HourView Whether this is a 24 hour view, or AM/PM.
165 * @param hourOfDay The current hour within the day.
166 * @param minuteOfHour The current minute within the hour.
176 state.putInt(HOUR, mTimePicker.getCurrentHour())
185 final int hour = savedInstanceState.getInt(HOUR); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
TimePickerCompat.java 60 public static TimerPickerPreL newInstance(final Fragment targetFragment, final int hour,
69 }, hour, minutes, use24hourFormat);
100 final int hour, minute; local
103 hour = c.get(Calendar.HOUR_OF_DAY);
106 hour = mAlarm.hour;
111 mListener, hour, minute, DateFormat.is24HourFormat(getActivity()));
145 * @param use24hourFormat Whether or not the time picker should use 24-hour format if supported.
165 final int hour, minutes; local
167 hour = 0
    [all...]
  /art/test/048-reflect-v8/src/
User.java 23 * @Calendar(dayOfWeek="Fri", hour=23)
27 @Calendar(dayOfWeek="Fri", hour=23)

Completed in 7649 milliseconds

1 2 3 4 5 6 7 8 91011>>