/external/chromium_org/third_party/WebKit/Source/core/html/ |
H A D | HTMLModElement.idl | 22 [Reflect] attribute DOMString dateTime;
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
H A D | ISO8601Converter.java | 306 * @param dateTime an XMPDateTime-object. 309 public static String render(XMPDateTime dateTime) argument 315 buffer.append(df.format(dateTime.getYear())); 316 if (dateTime.getMonth() == 0) 323 buffer.append(df.format(dateTime.getMonth())); 324 if (dateTime.getDay() == 0) 330 buffer.append(df.format(dateTime.getDay())); 333 if (dateTime.getHour() != 0 || 334 dateTime.getMinute() != 0 || 335 dateTime [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
H A D | XMPDateTimeFactory.java | 108 * @param dateTime the <code>XMPDateTime</code> variable containing the value to be modified. 111 public static XMPDateTime setLocalTimeZone(XMPDateTime dateTime) argument 113 Calendar cal = dateTime.getCalendar(); 123 * @param dateTime 128 public static XMPDateTime convertToUTCTime(XMPDateTime dateTime) argument 130 long timeInMillis = dateTime.getCalendar().getTimeInMillis(); 142 * @param dateTime the <code>XMPDateTime</code> variable containing the time to be modified. 145 public static XMPDateTime convertToLocalTime(XMPDateTime dateTime) argument 147 long timeInMillis = dateTime.getCalendar().getTimeInMillis();
|
/external/chromium_org/third_party/libxslt/libexslt/ |
H A D | date.c | 821 * @dateTime: string to analyze 828 exsltDateParse (const xmlChar *dateTime) argument 832 const xmlChar *cur = dateTime; 845 if (dateTime == NULL) 915 cur = dateTime; 950 /* it should be an xs:dateTime */ 1178 * Formats @dt in xs:dateTime format. 1379 * @type: dateTime type to set to 1804 * @dateTime: a date/time string 1815 * xs:dateTime o 1819 exsltDateDate(const xmlChar *dateTime) argument 1863 exsltDateTime(const xmlChar *dateTime) argument 1911 exsltDateYear(const xmlChar *dateTime) argument 1960 exsltDateLeapYear(const xmlChar *dateTime) argument 1996 exsltDateMonthInYear(const xmlChar *dateTime) argument 2049 exsltDateMonthName(const xmlChar *dateTime) argument 2097 exsltDateMonthAbbreviation(const xmlChar *dateTime) argument 2143 exsltDateWeekInYear(const xmlChar *dateTime) argument 2212 exsltDateWeekInMonth(const xmlChar *dateTime) argument 2266 exsltDateDayInYear(const xmlChar *dateTime) argument 2316 exsltDateDayInMonth(const xmlChar *dateTime) argument 2364 exsltDateDayOfWeekInMonth(const xmlChar *dateTime) argument 2413 exsltDateDayInWeek(const xmlChar *dateTime) argument 2465 exsltDateDayName(const xmlChar *dateTime) argument 2505 exsltDateDayAbbreviation(const xmlChar *dateTime) argument 2543 exsltDateHourInDay(const xmlChar *dateTime) argument 2589 exsltDateMinuteInHour(const xmlChar *dateTime) argument 2637 exsltDateSecondInMinute(const xmlChar *dateTime) argument 2909 exsltDateSeconds(const xmlChar *dateTime) argument [all...] |
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
H A D | SubscribeForm.java | 126 String dateTime = getFieldValue(SubscribeOptionFields.expire);
129 return StringUtils.parseDate(dateTime);
133 UnknownFormatConversionException exc = new UnknownFormatConversionException(dateTime);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
H A D | ucal.h | 880 * @param dateTime The desired date and time. 889 UDate dateTime,
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | ucal.cpp | 345 UDate dateTime, 350 ((Calendar*)cal)->setTime(dateTime, *status); 344 ucal_setMillis( UCalendar* cal, UDate dateTime, UErrorCode* status ) argument
|
/external/icu4c/i18n/ |
H A D | ucal.cpp | 394 UDate dateTime, 399 ((Calendar*)cal)->setTime(dateTime, *status); 393 ucal_setMillis( UCalendar* cal, UDate dateTime, UErrorCode* status ) argument
|
/external/icu4c/i18n/unicode/ |
H A D | ucal.h | 1003 * @param dateTime The desired date and time. 1012 UDate dateTime,
|
/external/sonivox/jet_tools/JetCreator/ |
H A D | JetUtils.py | 638 dateTime = FileDateTime(segment.filename)
639 if ver != savedVer or dateTime != savedDateTime:
643 IniSetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "DateTime", str(dateTime))
|
/external/jhead/ |
H A D | exif.c | 1347 char* dateTime = NULL; local 1351 dateTime = ImageInfo.DateTime; 1355 dateTime = dateBuf;
|
/external/chromium_org/third_party/libxml/src/ |
H A D | xmlschemastypes.c | 472 xmlSchemaTypeDatetimeDef = xmlSchemaInitBasicType("dateTime", 1536 * @dateTime: string to analyze 1539 * Check that @dateTime conforms to the lexical space of one of the date types. 1547 const xmlChar *dateTime, xmlSchemaValPtr *val, 1551 const xmlChar *cur = dateTime; 1564 if (dateTime == NULL) 1660 cur = dateTime; 1695 /* it should be an xs:dateTime */ 1546 xmlSchemaValidateDates(xmlSchemaValType type, const xmlChar *dateTime, xmlSchemaValPtr *val, int collapse) argument
|
/external/libxml2/ |
H A D | xmlschemastypes.c | 472 xmlSchemaTypeDatetimeDef = xmlSchemaInitBasicType("dateTime", 1536 * @dateTime: string to analyze 1539 * Check that @dateTime conforms to the lexical space of one of the date types. 1547 const xmlChar *dateTime, xmlSchemaValPtr *val, 1551 const xmlChar *cur = dateTime; 1564 if (dateTime == NULL) 1660 cur = dateTime; 1695 /* it should be an xs:dateTime */ 1546 xmlSchemaValidateDates(xmlSchemaValType type, const xmlChar *dateTime, xmlSchemaValPtr *val, int collapse) argument
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/robolectric/lib/main/ |
H A D | sqlite-jdbc-3.7.2.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ... |