HomeSort by relevance Sort by last modified time
    Searched refs:hour2 (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 56 public int hour2; field in class:TimeTest.DateTest
61 int offset, int year2, int month2, int day2, int hour2, int minute2,
73 this.hour2 = hour2;
79 int offset, int year2, int month2, int day2, int hour2, int minute2) {
90 this.hour2 = hour2;
191 || local.monthDay != test.day2 || local.hour != test.hour2
194 test.year2, test.month2, test.day2, test.hour2, test.minute2);
209 || local.monthDay != test.day2 || local.hour != test.hour2
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 202 public int hour2; field in class:TimeTest.DateTest
207 int offset, int year2, int month2, int day2, int hour2, int minute2,
219 this.hour2 = hour2;
225 int offset, int year2, int month2, int day2, int hour2, int minute2) {
236 this.hour2 = hour2;
336 || local.monthDay != test.day2 || local.hour != test.hour2
339 test.year2, test.month2, test.day2, test.hour2, test.minute2);
354 || local.monthDay != test.day2 || local.hour != test.hour2
    [all...]
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.cpp 143 int hour1, hour2, min1, min2, sec1, sec2, msec1, msec2; local
147 &hour1, &min1, &sec1, &msec1, &hour2, &min2, &sec2, &msec2) != 8) {
152 info->endTimeUs = ((hour2 * 3600 + min2 * 60 + sec2) * 1000 + msec2) * 1000ll;
  /packages/apps/Calendar/tests/src/com/android/calendar/
FormatDateRangeTest.java 39 int year2, int month2, int day2, int hour2, int minute2,
58 date2.set(0, minute2, hour2, day2, month2, year2);
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 249 // timeRange(hour1, hour2)
257 // timeRange(hour1, min1, hour2, min2)
265 // timeRange(hour1, min1, sec1, hour2, min2, sec2)

Completed in 127 milliseconds