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

  /frameworks/base/media/mtp/
MtpUtils.h 24 bool parseDateTime(const char* dateTime, time_t& outSeconds);
MtpUtils.cpp 28 DateTime strings follow a compatible subset of the definition found in ISO 8601, and
36 bool parseDateTime(const char* dateTime, time_t& outSeconds) {
40 if (sscanf(dateTime, "%04d%02d%02dT%02d%02d%02d",
43 const char* tail = dateTime + 15;
  /external/webkit/Source/WebCore/html/
HTMLModElement.idl 24 attribute [Reflect] DOMString dateTime;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLModElement02.js 78 The dateTime attribute specifies the date and time of the change.
80 Retrieve the dateTime attribute of the INS element and examine its value.
102 vdatetime = testNode.dateTime;
HTMLModElement04.js 78 The dateTime attribute specifies the date and time of the change.
80 Retrieve the dateTime attribute of the DEL element and examine its value.
102 vdatetime = testNode.dateTime;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLModElement02.js 78 The dateTime attribute specifies the date and time of the change.
80 Retrieve the dateTime attribute of the INS element and examine its value.
102 vdatetime = testNode.dateTime;
HTMLModElement04.js 78 The dateTime attribute specifies the date and time of the change.
80 Retrieve the dateTime attribute of the DEL element and examine its value.
102 vdatetime = testNode.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",
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 386 // convert from seconds to DateTime
392 String dateTime = Integer.toString(year) + "0101T000000";
393 result.append(handle, propertyCode, dateTime);
  /external/icu4c/i18n/unicode/
ucal.h 880 * @param dateTime The desired date and time.
889 UDate dateTime,
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 209 long dateTime = Utility.parseEmailDateTimeToMillis(dateString);
211 cal.setTimeInMillis(dateTime);
224 long dateTime = Utility.parseDateTimeToMillis(dateString);
226 cal.setTimeInMillis(dateTime);
    [all...]
  /external/icu4c/i18n/
ucal.cpp 345 UDate dateTime,
350 ((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/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 557 milliseconds