/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
SimpleDateFormat.java | 62 * m minute in hour (Number) 30 63 * s second in minute (Number) 55 512 } else if (attr.equals(java.text.DateFormat.Field.MINUTE)) { 513 val = attr = Field.MINUTE;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
BasicDurationFormat.java | 104 TimeUnit.MINUTE,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeUnitFormat.java | 38 * // only SECOND, MINUTE, HOUR, DAY, WEEK, MONTH, and YEAR are supported 383 } else if (timeUnitName.equals("minute")) { 384 timeUnit = TimeUnit.MINUTE; 505 } else if (timeUnit == TimeUnit.MINUTE) {
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/ |
TimeZoneJDK.java | 132 min1 = fJdkCal.get(java.util.Calendar.MINUTE);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
LanguageTestRoot.java | 40 TimeUnit.MINUTE, TimeUnit.SECOND, TimeUnit.MILLISECOND 315 p = p.and(i * 5, MINUTE).omit(HOUR); 400 p = p.omit(MINUTE).omit(SECOND); 403 p = p.and(2, MINUTE);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
CurrencyTest.java | 377 assertEquals("minute is 59", 59, cal.get(GregorianCalendar.MINUTE)); 384 assertEquals("minute is 0", 0, cal.get(GregorianCalendar.MINUTE));
|
/external/libchrome/base/process/ |
process.h | 93 // for up to one minute for the process to actually terminate.
|
/external/libvorbis/doc/vorbisfile/ |
crosslap.html | 36 introduces minute amplitude and phase errors. It's an unavoidable
|
/external/mdnsresponder/mDNSCore/ |
uDNS.h | 34 #define RESPONSE_WINDOW (60 * mDNSPlatformOneSecond) // require server responses within one minute of request
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_png.cpp | 60 t->year, t->month, t->day, t->hour, t->minute, t->second);
|
/external/slf4j/slf4j-site/src/site/pages/ |
docs.html | 126 SLF4J</a> short (8 minute) video
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
TimestampTagTest.java | 98 int minutes = cal.get(Calendar.MINUTE); // 0..59
|
/frameworks/base/core/java/android/util/ |
MonthDisplayHelper.java | 58 mCalendar.set(Calendar.MINUTE, 0);
|
/frameworks/base/docs/html/guide/topics/ui/ |
controls.jd | 89 <td>A dialog for users to select a single value for a set by using up/down buttons or via a swipe gesture. Use a <code>DatePicker</code>code> widget to enter the values for the date (month, day, year) or a <code>TimePicker</code> widget to enter the values for a time (hour, minute, AM/PM), which will be formatted automatically for the user's locale.</td>
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
designing.jd | 109 don't need to fetch weather updates every minute.</p>
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardUpdateMonitorCallback.java | 46 * Called once per minute or when the time changes.
|
/frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/ |
DozeTestDream.java | 141 now -= now % 60000; // back up to last minute boundary
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
ListenerBindingObject.java | 160 public void onTimeChanged(TimePicker view, int hourOfDay, int minute) { }
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
AnqpCacheTest.java | 188 /* check all results after 1 minute */
|
/frameworks/rs/api/ |
rs_time.spec | 40 field: int tm_sec, "Seconds after the minute. This ranges from 0 to 59, but possibly up to 60 for leap seconds."
|
/frameworks/rs/scriptc/ |
rs_time.rsh | 49 int tm_sec; // Seconds after the minute. This ranges from 0 to 59, but possibly up to 60 for leap seconds.
|
/hardware/bsp/intel/peripheral/libupm/src/adafruitms1438/ |
adafruitms1438.h | 171 * Sets the speed of a stepper in revolutions per minute (RPM)
|
/hardware/bsp/intel/peripheral/libupm/src/mhz16/ |
mhz16.h | 70 * 2-3 minute warm-up time before reporting valid data.
|
/hardware/libhardware/tests/input/evdev/ |
InputDevice_test.cpp | 105 // Input event that supposedly comes from 1 minute in the future. In
|
/hardware/ti/omap4-aah/camera/inc/ |
NV12_resize.h | 55 mmInt32 minute; member in struct:__anon35717
|