HomeSort by relevance Sort by last modified time
    Searched full:datetime (Results 51 - 75 of 188) sorted by null

1 23 4 5 6 7 8

  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 31 * <a href="#DATETIME"><code>dateTime</code></a>,
41 * <a href="http://www.w3.org/TR/xmlschema-2/#dateTime">W3C XML Schema 1.0 Part 2, Section 3.2.7-14</a>.</p>
244 * <p>Set low and high order component of XSD <code>dateTime</code> year field.</p>
257 * <p>Set year of XSD <code>dateTime</code> year field.</p>
453 * <p>Return high order component for XML Schema 1.0 dateTime datatype field for
468 * <p>Return low order component for XML Schema 1.0 dateTime datatype field for
482 * <p>Return XML Schema 1.0 dateTime datatype field for
554 * When this field is not defined, the optional xs:dateTime
610 * xs:dateTime second field, represented by {@link #getSecond()}
    [all...]
DatatypeConstants.java 204 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>dateTime</code>.</p>
206 public static final QName DATETIME = new QName(XMLConstants.W3C_XML_SCHEMA_NS_URI, "dateTime");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
datatype_normalization.xsd 28 <xsd:element ref="dateTime"/>
138 <xsd:restriction base="xsd:dateTime"/>
149 <xsd:element name="dateTime">
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 73 private static final String VCARD_PROPERTY_X_TIMESTAMP = "X-IRMC-CALL-DATETIME";
197 * Format according to RFC 2445 DATETIME type.
218 // e.g. "X-IRMC-CALL-DATETIME;MISSED:20050320T100000"
  /external/webkit/Source/WebCore/html/
DateTimeInputType.cpp 54 return InputTypeNames::datetime();
HTMLAttributeNames.in 86 datetime
DateComponents.cpp 498 m_type = DateTime;
552 m_type = DateTime;
558 // Internal representation of DateTimeLocal is the same as DateTime except m_type.
651 ASSERT(m_type == Time || m_type == DateTime || m_type == DateTimeLocal);
660 case DateTime:
684 ASSERT(m_type == DateTime || m_type == DateTimeLocal || m_type == Time);
709 case DateTime:
InputType.cpp 84 map->add(InputTypeNames::datetime(), DateTimeInputType::create);
679 const AtomicString& datetime() function in namespace:WebCore::InputTypeNames
681 DEFINE_STATIC_LOCAL(AtomicString, name, ("datetime"));
687 DEFINE_STATIC_LOCAL(AtomicString, name, ("datetime-local"));
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
webkit 80 datetime
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 64 T_DRM_DATETIME * dateTime)
131 YMD_HMS_2_INT(year, mon, day, dateTime->date, hour, min, sec,
132 dateTime->time);
176 {"<o-dd:datetime>","</o-dd:datetime>"},
188 if(0 == strncmp(all_vaild_constraints[i][0],"<o-dd:datetime>",strlen("<o-dd:datetime>"))){
466 "o-ex:rights\\o-ex:agreement\\o-ex:permission\\o-dd:%s\\o-ex:constraint\\o-dd:datetime\\o-dd:start",
488 "o-ex:rights\\o-ex:agreement\\o-ex:permission\\o-dd:%s\\o-ex:constraint\\o-dd:datetime\\o-dd:end",
  /packages/apps/Email/res/layout/
message_view_subheader.xml 42 android:id="@+id/datetime"
  /external/icu4c/test/intltest/
windttst.cpp 158 log->errln("DateTime format error for locale " + baseName + ": expected date \"" + expected +
166 log->errln("DateTime format error for locale " + baseName + ": expected time \"" + expected +
  /external/libxml2/
triostr.h 69 TRIO_STRING_PUBLIC size_t trio_format_date_max TRIO_PROTO((char *target, size_t max, const char *format, const struct tm *datetime));
120 TRIO_STRING_PUBLIC size_t trio_string_format_date_max TRIO_PROTO((trio_string_t *self, size_t max, const char *format, const struct tm *datetime));
  /external/webkit/Tools/TestResultServer/model/
datastorefile.py 29 from datetime import datetime namespace
  /external/webkit/Tools/wx/packaging/
build-mac-installer.py 29 import datetime namespace
52 date = str(datetime.date.today())
build-win-installer.py 30 import datetime namespace
68 date = str(datetime.date.today())
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 30 import datetime namespace
68 'attach_date': datetime.datetime(2009, 07, 29, 10, 23),
182 "attach_date": datetime.datetime(2009, 12, 27, 23, 51),
  /external/icu4c/tools/tzcode/
tzselect.ksh 125 datetime = "," date "(/" time ")?"
127 "(" offset ")?(" datetime datetime ")?)?)$"
  /frameworks/base/tools/velocityplot/
velocityplot.py 35 from datetime import datetime, timedelta namespace
270 return datetime.strptime(line[0:18], '%m-%d %H:%M:%S.%f')
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 28 from datetime import datetime namespace
177 timestamp = datetime.utcfromtimestamp(float(client_state))
189 high_water_date = datetime.min
  /external/icu4c/test/cintltst/
utmstest.c 358 * Console::WriteLine(L" {{ {0}, 1, 1, INT64_C({1}) }},", year, DateTime(year, 1, 1).Ticks);
359 * with the DateTime constructor taking int values for year, month, and date.
435 * .Net System.DateTime. Verify that this is so for the
479 log_err("utmscale_fromInt64(date[%d], ICU4C)=%dd != %dd=.Net System.DateTime(%04d-%02d-%02d).Ticks\n",
  /external/libvpx/examples/includes/geshi/geshi/
per.php 220 "DATETIME",
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 35 import datetime namespace
210 expires_time = (datetime.datetime.now() +
211 datetime.timedelta(0, cacheable_seconds))
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
htmlattrs.in 79 datetime
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_xtra.h 30 $DateTime: $

Completed in 9274 milliseconds

1 23 4 5 6 7 8