/external/jhead/ |
jhead.c | 274 if (!HasScandate && !ImageInfo.DateTime[0]){ 570 if (!Exif2tm(&tm, ImageInfo.DateTime)){ 590 printf("Could not convert %s to unix time",ImageInfo.DateTime); [all...] |
exif.c | 216 { TAG_DATETIME, "DateTime", FMT_STRING, 20}, 742 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19); 746 if (!isdigit(ImageInfo.DateTime[0])){ 749 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19); [all...] |
jhead.h | 91 char DateTime [20]; 93 // Fractions of seconds for DateTime tag, with milisecond precision.
|
main.c | 602 if (ImageInfo.DateTime[0]) { 603 bufLen = addKeyValueString(&buf, bufLen, "DateTime", ImageInfo.DateTime);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
Profiler.cs | 43 using DateTime = System.DateTime; 183 d.startTime = DateTime.Now; 189 d.stopTime = DateTime.Now; 727 public DateTime startTime; 728 public DateTime stopTime;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Profiler.cs | 42 using DateTime = System.DateTime; 196 d.startTime = DateTime.Now; 203 d.stopTime = DateTime.Now; 791 public DateTime startTime; 792 public DateTime stopTime;
|
/external/autotest/client/tests/kvm/deps/ |
whql_submission_15.cs | 111 DateTime endTime = DateTime.Now.AddSeconds(180); 112 while (DateTime.Now < endTime) 317 DateTime endTime = DateTime.Now.AddSeconds(timeout); 342 } while (numCompleted < schedule.GetResults().Length && DateTime.Now < endTime);
|
/external/dng_sdk/source/ |
dng_date_time.h | 10 /* $DateTime: 2012/05/30 13:28:51 $ */ 237 const dng_date_time & DateTime () const
|
dng_exif.cpp | 10 /* $DateTime: 2012/05/30 13:28:51 $ */ 1019 printf ("DateTime: "); 1021 DumpDateTime (fDateTime.DateTime ()); 1779 printf (", DateTime = %d", [all...] |
/external/skia/src/pdf/ |
SkPDFMetadata.cpp | 16 static SkString pdf_date(const SkTime::DateTime& dt) { 60 SkTime::DateTime dateTime; 61 SkTime::GetDateTime(&dateTime); 62 md5.write(&dateTime, sizeof(dateTime));
|
/external/skia/src/doc/ |
SkDocument_PDF.cpp | 375 const SkTime::DateTime* creationDate, 376 const SkTime::DateTime* modifiedDate) override {
|
/hardware/ti/omap4-aah/camera/ |
Encoder_libjpeg.cpp | 401 // jhead isn't taking datetime tag...this is a WA 403 memcpy(ImageInfo.DateTime, value, 404 MIN(ARRAY_SIZE(ImageInfo.DateTime), value_length + 1));
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
jFormatString.jar | |
/external/skia/samplecode/ |
SampleClock.cpp | 103 SkTime::DateTime time;
|
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/ |
jFormatString-2.0.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/ |
jFormatString-3.0.0.jar | |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
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 namespace 161 datetime = None variable 350 # Wrapper for XML-RPC DateTime values. This converts a time value to 363 if datetime [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
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 namespace 161 datetime = None variable 350 # Wrapper for XML-RPC DateTime values. This converts a time value to 363 if datetime [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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 namespace 161 datetime = None variable 350 # Wrapper for XML-RPC DateTime values. This converts a time value to 363 if datetime [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
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 namespace 161 datetime = None variable 350 # Wrapper for XML-RPC DateTime values. This converts a time value to 363 if datetime [all...] |
/external/skia/tools/ |
skdiff_html.cpp | 39 SkTime::DateTime dt;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsdtypes.h | 178 WSD_DATETIME *DateTime;
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/ |
MochiKit.packed.js | [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
DateTimeParserTokenManager.java | 17 package org.apache.james.mime4j.field.datetime.parser; 18 import org.apache.james.mime4j.field.datetime.DateTime;
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/ |
DateTimeParserTokenManager.java | 17 package org.apache.james.mime4j.field.datetime.parser; 18 import org.apache.james.mime4j.field.datetime.DateTime;
|