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

  /external/webkit/WebCore/html/
HTMLModElement.idl 24 attribute [ConvertNullToNullString] DOMString dateTime;
HTMLModElement.h 41 String dateTime() const;
HTMLModElement.cpp 46 String HTMLModElement::dateTime() const
  /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",
  /external/chromium/third_party/icu/public/i18n/unicode/
ucal.h 860 * @param dateTime The desired date and time.
869 UDate dateTime,
    [all...]
  /external/icu4c/i18n/unicode/
ucal.h 880 * @param dateTime The desired date and time.
889 UDate dateTime,
    [all...]
  /packages/apps/Email/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 163 long dateTime = Utility.parseEmailDateTimeToMillis(dateString);
165 cal.setTimeInMillis(dateTime);
178 long dateTime = Utility.parseDateTimeToMillis(dateString);
180 cal.setTimeInMillis(dateTime);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucal.cpp 332 UDate dateTime,
337 ((Calendar*)cal)->setTime(dateTime, *status);
  /external/icu4c/i18n/
ucal.cpp 335 UDate dateTime,
340 ((Calendar*)cal)->setTime(dateTime, *status);
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 637 savedDateTime = IniGetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "DateTime")
638 dateTime = FileDateTime(segment.filename)
639 if ver != savedVer or dateTime != savedDateTime:
643 IniSetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "DateTime", str(dateTime))
  /external/jhead/
exif.c 216 { TAG_DATETIME, "DateTime", FMT_STRING, 20},
635 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
640 if (!isdigit(ImageInfo.DateTime[0])){
643 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
    [all...]
  /external/libxml2/
xmlschemastypes.c 472 xmlSchemaTypeDatetimeDef = xmlSchemaInitBasicType("dateTime",
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 373 milliseconds