HomeSort by relevance Sort by last modified time
    Searched defs:DateTime (Results 1 - 17 of 17) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
time.h 39 struct DateTime {
49 // negative to represent time before 1970-01-01) to DateTime. Returns false
52 bool LIBPROTOBUF_EXPORT SecondsToDateTime(int64 seconds, DateTime* time);
53 // Converts DateTime to a timestamp (seconds since 1970-01-01T00:00:00).
54 // Returns false if the DateTime is not valid or is not in the valid range.
55 bool LIBPROTOBUF_EXPORT DateTimeToSeconds(const DateTime& time, int64* seconds);
  /external/skia/include/core/
SkTime.h 23 struct DateTime {
36 static void GetDateTime(DateTime*);
  /external/skqp/include/core/
SkTime.h 23 struct DateTime {
36 static void GetDateTime(DateTime*);
  /external/libtextclassifier/annotator/
collections.h 47 static const std::string& DateTime() {
49 *[]() { return new std::string("datetime"); }();
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
PeiCdExpress.h 98 UINT8 DateTime[7];
  /external/dng_sdk/source/
dng_date_time.h 10 /* $DateTime: 2012/05/30 13:28:51 $ */
237 const dng_date_time & DateTime () const
  /external/cldr/tools/java/org/unicode/cldr/util/
PathHeader.java 89 Core_Data("Core Data"), Locale_Display_Names("Locale Display Names"), DateTime("Date & Time"), Timezones, Numbers, Currencies, Units, Characters, Misc(
156 SectionId.Locale_Display_Names), Fields(SectionId.DateTime), Gregorian(SectionId.DateTime), Generic(
157 SectionId.DateTime), Buddhist(SectionId.DateTime), Chinese(SectionId.DateTime), Coptic(
158 SectionId.DateTime), Dangi(SectionId.DateTime), Ethiopic(SectionId.DateTime), Ethiopic_Amete_Alem(
159 SectionId.DateTime, "Ethiopic-Amete-Alem"), Hebrew(SectionId.DateTime), Indian
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py 15 # 1999-01-15 fl Changed dateTime to use localtime
18 # 1999-01-21 fl Fixed dateTime constructor, etc.
40 # 2002-04-16 fl Added __str__ methods to datetime/binary wrappers
112 DateTime dateTime wrapper for an ISO 8601 string or time tuple or
113 localtime integer value to generate a "dateTime.iso8601"
159 import datetime
161 datetime = None variable
350 # Wrapper for XML-RPC DateTime values. This converts a time value to
363 if datetime:
    [all...]
  /external/python/cpython2/Lib/
xmlrpclib.py 15 # 1999-01-15 fl Changed dateTime to use localtime
18 # 1999-01-21 fl Fixed dateTime constructor, etc.
40 # 2002-04-16 fl Added __str__ methods to datetime/binary wrappers
113 DateTime dateTime wrapper for an ISO 8601 string or time tuple or
114 localtime integer value to generate a "dateTime.iso8601"
160 import datetime
162 datetime = None variable
351 # Wrapper for XML-RPC DateTime values. This converts a time value to
364 if datetime
    [all...]
  /external/python/cpython3/Lib/xmlrpc/
client.py 15 # 1999-01-15 fl Changed dateTime to use localtime
18 # 1999-01-21 fl Fixed dateTime constructor, etc.
40 # 2002-04-16 fl Added __str__ methods to datetime/binary wrappers
107 DateTime dateTime wrapper for an ISO 8601 string or time tuple or
108 localtime integer value to generate a "dateTime.iso8601"
134 from datetime import datetime
253 # Wrapper for XML-RPC DateTime values. This converts a time value to
256 # The value can be given as a datetime object, as a string in th
    [all...]
  /external/error_prone/jFormatString/
jFormatString-3.0.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /external/pdfium/third_party/lcms/src/
cmstypes.c     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 704 DateTime,
  /external/caliper/lib/
joda-time-2.1.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1491 milliseconds