Home
last modified time | relevance | path

Searched refs:UTC (Results 1 – 25 of 170) sorted by relevance

1234567

/external/clang/test/SemaCUDA/
Ddevice-var-init.cu115 __device__ UTC d_utc;
117 __shared__ UTC s_utc;
119 __constant__ UTC c_utc;
122 __device__ UTC d_utc_i(3);
124 __shared__ UTC s_utc_i(3);
126 __constant__ UTC c_utc_i(3);
/external/tcpdump/tests/
Dahcp-vv.out4 Origin Time: 2013-11-10 07:59:42 UTC
13 Origin Time: 2013-11-10 07:59:44 UTC
23 Origin Time: 2013-11-10 07:59:42 UTC
32 Origin Time: 2013-11-10 07:59:44 UTC
42 Origin Time: 2013-11-10 08:00:09 UTC
51 Origin Time: 2013-11-10 08:00:11 UTC
61 Origin Time: 2013-11-10 08:00:09 UTC
70 Origin Time: 2013-11-10 08:00:12 UTC
/external/snakeyaml/src/test/java/examples/jodatime/
DJodaTimeExampleTest.java37 DateTime time = new DateTime(timestamp, DateTimeZone.UTC); in testDump()
48 assertEquals(new DateTime(timestamp, DateTimeZone.UTC), time); in testLoad()
75 return new DateTime(date, DateTimeZone.UTC); in construct()
105 return new DateTime(date, DateTimeZone.UTC); in construct()
DJodaTimeFlowStylesTest.java45 DateTime etalon = new DateTime(timestamp, DateTimeZone.UTC); in testLoadBeanWithBlockFlow()
120 DateTime etalon = new DateTime(timestamp, DateTimeZone.UTC); in testLoadBeanWithAutoFlow()
146 return new DateTime(date, DateTimeZone.UTC); in construct()
DJodaTimeImplicitContructor.java37 return new DateTime(date, DateTimeZone.UTC); in construct()
/external/iptables/extensions/
Dlibxt_time.man3 as UTC by default.
38 Use the kernel timezone instead of UTC to determine whether a packet meets the
41 About kernel timezones: Linux keeps the system time in UTC, and always does so.
43 time source has no timezone information, such as the x86 CMOS RTC, UTC will be
44 assumed. If the time source is however not in UTC, userspace should provide the
50 userspace environment variable specifies how the UTC-based system time is
55 non-UTC sources, such as FAT filesystems, to UTC (since the latter is what the
/external/clang/test/CodeGenCUDA/Inputs/
Dcuda-initializers.h89 struct UTC { struct
90 template <typename... T> __device__ UTC(T...);
/external/clang/test/SemaCUDA/Inputs/
Dcuda-initializers.h89 struct UTC { struct
90 template <typename... T> __device__ UTC(T...);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPDateTimeFactory.java29 private static final TimeZone UTC = TimeZone.getTimeZone("UTC"); field in XMPDateTimeFactory
131 GregorianCalendar cal = new GregorianCalendar(UTC); in convertToUTCTime()
/external/timezonepicker-support/
Dbackward114 Link Etc/UTC UTC
115 Link Etc/UTC Universal
117 Link Etc/UTC Zulu
/external/icu/icu4c/source/data/zone/
Dse.txt58 gmtFormat{"UTC{0}"}
59 gmtZeroFormat{"UTC"}
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneAliases.txt67 Etc/Universal ; Etc/UTC
68 Etc/Zulu ; Etc/UTC
141 UTC ; Etc/UTC
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneAliases.txt67 Etc/Universal ; Etc/UTC
68 Etc/Zulu ; Etc/UTC
141 UTC ; Etc/UTC
/external/python/cpython2/Doc/library/
Ddatetime.rst30 Coordinated Universal Time (UTC), local time, or time in some other timezone is
38 These :class:`tzinfo` objects capture information about the offset from UTC
675 Return the current UTC date and time, with :attr:`.tzinfo` ``None``. This is like
676 :meth:`now`, but returns the current UTC date and time, as a naive
703 Return the UTC :class:`.datetime` corresponding to the POSIX timestamp, with
846 as if *a* and *b* were first converted to naive UTC datetimes first. The
858 attributes, the comparands are first adjusted by subtracting their UTC
906 adjusting the date and time data so the result is the same UTC time as
916 time in time zone *tz*, representing the same UTC time as *self*: after
935 # Convert self to UTC, and attach the new time zone object.
[all …]
Dtime.rst52 single: UTC
56 * UTC is Coordinated Universal Time (formerly known as Greenwich Mean Time, or
57 GMT). The acronym UTC is not a mistake but a compromise between English and
97 | | UTC | |
103 | UTC | | |
122 The offset of the local DST timezone, in seconds west of UTC, if one is defined.
123 This is negative if the local DST timezone is east of UTC (as in Western Europe,
183 UTC in which the dst flag is always zero. If *secs* is not provided or
214 UTC. It returns a floating point number, for compatibility with :func:`.time`.
386 except for recognizing UTC and GMT which are always known (and are considered to
[all …]
Demail.util.rst71 :func:`time.mktime`, and the tenth is the offset of the date's timezone from UTC
79 Turn a 10-tuple as returned by :func:`parsedate_tz` into a UTC
95 returns a date relative to the local timezone instead of UTC, properly taking
96 daylight savings time into account. The default is ``False`` meaning UTC is
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarTestFmwk.java54 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT"); field in CalendarTestFmwk
78 cal.setTimeZone(UTC); in doTestCases()
91 gregFormat.setTimeZone(UTC); in doTestCases()
93 GregorianCalendar pureGreg = new GregorianCalendar(UTC); in doTestCases()
DTestCase.java131 GregorianCalendar greg = new GregorianCalendar(UTC, Locale.getDefault()); in TestCase()
245 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT"); field in TestCase
/external/python/cpython2/Doc/includes/
Dtzinfo-examples.py8 class UTC(tzinfo): class
20 utc = UTC()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTestFmwk.java53 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT"); field in CalendarTestFmwk
77 cal.setTimeZone(UTC); in doTestCases()
90 gregFormat.setTimeZone(UTC); in doTestCases()
92 GregorianCalendar pureGreg = new GregorianCalendar(UTC); in doTestCases()
DTestCase.java130 GregorianCalendar greg = new GregorianCalendar(UTC, Locale.getDefault()); in TestCase()
244 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT"); field in TestCase
/external/libmtp/logs/
Dmtp-detect-yota-phone.txt10 **Created:** Wed Feb 22, 2017 07:51 PM UTC by Anonymous
11 **Last Updated:** Wed Feb 22, 2017 07:51 PM UTC
/external/icu/icu4c/source/tools/tzcode/
Dicuzones72 #Link Etc/UTC UTC # Olson LINK
/external/curl/tests/data/
Dtest27225 ftp://%HOSTIP:%FTPPORT/272 -z "2004 jan 1 12:12:12 UTC"
/external/eigen/
DCTestConfig.cmake8 set(CTEST_NIGHTLY_START_TIME "00:00:00 UTC")

1234567