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

  /libcore/ojluni/src/test/java/time/test/java/util/
TestFormatter.java 201 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); local
202 test(fmtStr, locale, expected, odt);
203 test(fmtStr, locale, expected, odt.toOffsetTime());
231 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); local
232 test(fmtStr, locale, expected, odt);
233 test(fmtStr, locale, expected, odt.toOffsetTime());
251 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); local
252 test(fmtStr, locale, expected, odt);
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
dram.h 144 unsigned char odt; member in struct:rk3399_sdram_params
dfs.c 50 uint32_t odt; member in struct:rk3399_saved_status
214 ptiming_config->odt = (mmio_read_32(PHY_REG(0, 5)) >> 16) & 0x1;
634 if (timing_config->odt) {
883 if (timing_config->odt) {
    [all...]
dram_spec_timing.h 110 /* ODT */
195 /* 1:odt enable, 0:odt disable */
196 uint32_t odt; member in struct:timing_related_config
202 /* dram ODT, if odt=0, this parameter invalid */
205 * ca ODT, if odt=0, this parameter invalid
415 /* MR11 (ODT Control) */
478 /* MR11 (ODT Control) *
    [all...]
dram_spec_timing.c 246 if (timing_config->odt)
344 /*ODT*/
625 /* ODT */
736 if (timing_config->odt)
838 /* ODT */
915 /* ODT */
    [all...]
suspend.c 686 sdram_params->odt = (((mmio_read_32(PHY_REG(0, 5)) >> 16) &
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKOffsetPrinterParser.java 318 OffsetDateTime odt = OffsetDateTime.of(ldt, offset); local
323 assertEquals(f.format(odt), expected);
330 assertEquals(f.format(odt), expected);
336 assertEquals(f.format(odt), expected);
344 assertEquals(f.format(odt), expected);
TCKDateTimeFormatter.java 283 OffsetDateTime odt = OffsetDateTime.of(LocalDateTime.of(2008, 6, 30, 11, 30), OFFSET_PONE); local
294 {null, null, odt, "2008:11:+01:00::ISO"},
304 {IsoChronology.INSTANCE, null, odt, "2008:11:+01:00::ISO"},
314 {null, ZONE_PARIS, odt, "2008:12:+02:00:Europe/Paris:ISO"},
324 {null, OFFSET_PTHREE, odt, "2008:13:+03:00:+03:00:ISO"},
334 {ThaiBuddhistChronology.INSTANCE, null, odt, "2551:11:+01:00::ThaiBuddhist"},
344 {ThaiBuddhistChronology.INSTANCE, ZONE_PARIS, odt, "2551:12:+02:00:Europe/Paris:ThaiBuddhist"},
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKZonedDateTime.java     [all...]
TCKOffsetDateTime.java     [all...]
  /libcore/ojluni/src/main/java/java/time/
ZonedDateTime.java 1231 OffsetDateTime odt = (OffsetDateTime) adjuster; local
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/zone/
TCKZoneRules.java 470 ZonedDateTime odt = ZonedDateTime.ofInstant(last.getInstant(), last.getOffsetAfter()); local
471 odt = odt.withDayOfYear(1).plusYears(1).with(LocalTime.MIDNIGHT);
472 assertEquals(test.previousTransition(odt.toInstant()), last);
    [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 

Completed in 388 milliseconds