Searched defs:timestamp (Results 1 - 25 of 272) sorted by path

1234567891011

/external/ImageMagick/MagickCore/
H A Danimate.c1364 timestamp;
2177 timestamp=time((time_t *) NULL);
2180 windows->image.stasis=(time((time_t *) NULL)-timestamp) > 0 ?
1354 timestamp; local
H A Dcache-private.h219 timestamp; member in struct:_CacheInfo
H A Dcipher.c86 timestamp;
213 aes_info->timestamp=(ssize_t) time(0);
83 timestamp; member in struct:_AESInfo
H A Dconstitute.c602 timestamp[MagickPathExtent];
728 timestamp);
729 (void) SetImageProperty(next,"date:modify",timestamp,exception);
731 timestamp);
732 (void) SetImageProperty(next,"date:create",timestamp,exception);
597 timestamp[MagickPathExtent]; local
H A Ddisplay.c14516 timestamp,
15175 timestamp=time((time_t *) NULL);
15180 if ((time((time_t *) NULL)-timestamp) > 0)
14475 timestamp, local
H A Dimage.h334 timestamp; member in struct:_Image
H A Dlog.c989 timestamp[MagickPathExtent];
994 (void) FormatMagickTime(seconds,extent,timestamp);
997 " <timestamp>%s</timestamp>\n"
1007 "</entry>",timestamp,(unsigned long) (elapsed_time/60.0),
973 timestamp[MagickPathExtent]; local
H A Dmodule.h52 timestamp; member in struct:_ModuleInfo
H A Drandom.c109 timestamp;
198 random_info->timestamp=(ssize_t) time(0);
107 timestamp; member in struct:_RandomInfo
H A Dsignature.c88 timestamp;
143 signature_info->timestamp=(ssize_t) time(0);
86 timestamp; member in struct:_SignatureInfo
H A Dstring.c1175 % format and the length of the timestamp.
1180 % char *timestamp)
1189 % o timestamp: Return the Internet date/time here.
1193 char *timestamp)
1205 assert(timestamp != (char *) NULL);
1236 count=FormatLocaleString(timestamp,length,
1170 FormatMagickTime(const time_t time,const size_t length, char *timestamp) argument
H A Dxwindow.c1545 % XClientMessage(display,window,protocol,reason,timestamp)
1558 % o timestamp: Specifies a value of type Time.
1562 const Atom protocol,const Atom reason,const Time timestamp)
1573 client_event.data.l[1]=(long) timestamp;
1548 XClientMessage(Display *display,const Window window, const Atom protocol,const Atom reason,const Time timestamp) argument
/external/ImageMagick/MagickWand/
H A Dmogrify.c4020 "preserve-timestamp"));
4024 timestamp;
4026 timestamp.actime=properties.st_atime;
4027 timestamp.modtime=properties.st_mtime;
4028 (void) utime(image->filename,&timestamp);
4018 timestamp; local
/external/ImageMagick/coders/
H A Dcin.c898 timestamp[MagickPathExtent];
999 (void) memset(timestamp,0,sizeof(timestamp));
1000 (void) strftime(timestamp,MagickPathExtent,"%Y:%m:%d:%H:%M:%S%Z",&local_time);
1002 (void) CopyMagickString(cin.file.create_date,timestamp,11);
1006 (void) CopyMagickString(cin.file.create_time,timestamp+11,11);
1097 (void) memset(timestamp,0,sizeof(timestamp));
1098 (void) strftime(timestamp,MagickPathExtent,"%Y:%m:%d:%H:%M:%S%Z",&local_time);
1101 (void) CopyMagickString(cin.origination.create_date,timestamp,1
890 timestamp[MagickPathExtent]; local
[all...]
H A Ddpx.c159 timestamp[24],
263 timestamp[24],
635 static void TimeCodeToString(const size_t timestamp,char *code)
650 (unsigned int) ((timestamp >> shift) & 0x0fU));
752 offset+=ReadBlob(image,sizeof(dpx.file.timestamp),(unsigned char *)
753 dpx.file.timestamp);
754 if (*dpx.file.timestamp != '\0')
755 (void) FormatImageProperty(image,"dpx:file.timestamp","%.24s",
756 dpx.file.timestamp);
906 offset+=ReadBlob(image,sizeof(dpx.orientation.timestamp),(unsigne
156 timestamp[24], member in struct:_DPXFileInfo
260 timestamp[24], member in struct:_DPXOrientationInfo
629 TimeCodeToString(const size_t timestamp,char *code) argument
[all...]
H A Dpdf.c1371 timestamp[MagickPathExtent],
1391 (void) FormatMagickTime(time((time_t *) NULL),MagickPathExtent,timestamp);
1393 XMPProfileMagick,modify_date,create_date,timestamp,
1362 timestamp[MagickPathExtent], local
1382 (void) FormatMagickTime(time((time_t *) NULL),MagickPathExtent,timestamp); local
H A Dpng.c1874 timestamp[21];
1876 FormatLocaleString(timestamp,21,"%04d-%02d-%02dT%02d:%02d:%02dZ",
1878 SetImageProperty(image,"png:tIME",timestamp,exception);
10751 *timestamp;
10755 timestamp=GetImageOption(image_info,"png:tIME");
10757 if (timestamp == (const char *) NULL)
10758 timestamp=GetImageProperty(image,"png:tIME",exception);
10766 timestamp=GetImageProperty(image,"date:modify",exception);
10769 if (timestamp != (const char *) NULL)
10770 write_tIME_chunk(image,ping,ping_info,timestamp,exceptio
1867 timestamp[21]; local
10741 *timestamp; local
[all...]
/external/blktrace/
H A Dblkparse_fmt.c84 print_time(unsigned long long timestamp) argument
91 sec = abs_start_time.tv_sec + SECONDS(timestamp);
92 nsec = abs_start_time.tv_nsec + NANO_SECONDS(timestamp);
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
H A DSignedCertificateTimestamp.java49 private final long timestamp; field in class:SignedCertificateTimestamp
58 long timestamp, byte[] extensions,
62 this.timestamp = timestamp;
75 return timestamp;
123 Serialization.writeNumber(output, timestamp, CTConstants.TIMESTAMP_LENGTH);
57 SignedCertificateTimestamp(Version version, byte[] logId, long timestamp, byte[] extensions, DigitallySigned signature, Origin origin) argument
/external/curl/lib/
H A Dhostip.h68 /* timestamp == 0 -- CURLOPT_RESOLVE entry, doesn't timeout */
69 time_t timestamp; member in struct:Curl_dns_entry
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/deqp/executor/
H A DxeBatchResult.hpp50 std::string timestamp; member in class:xe::SessionInfo
/external/deqp/modules/egl/
H A DteglGetFrameTimestampsTests.cpp81 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetFrameTimestampSupportedANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint timestamp);
195 bool timestampValid (EGLnsecsANDROID timestamp) argument
198 return (timestamp > 0) || (timestamp == EGL_TIMESTAMP_PENDING_ANDROID);
201 bool timestampPending (EGLnsecsANDROID timestamp) argument
203 return timestamp == EGL_TIMESTAMP_PENDING_ANDROID;
556 TCU_CHECK_MSG(!info.required, "Required timestamp not supported.");
562 TCU_CHECK_MSG(!invalidSupported, "Non existant timestamp reports that it is supported.");
750 : TestCaseGroup(eglTestCtx, "get_frame_timestamps", "Get frame timestamp tests")
/external/doclava/src/com/google/doclava/
H A DPageMetadata.java219 pageMeta.setTimestamp(hdf.getValue("page.timestamp",""));
708 private String mTimestamp; // optional timestamp eg 1447452827
845 buf.append(" \"timestamp\":\"" + list.get(i).mTimestamp + "\",\n");
898 buf.append(" \"timestamp\":\"" + list.get(i).mTimestamp + "\",\n");
1122 public void setTimestamp(String timestamp) { argument
1123 mTimestamp = timestamp;
/external/drm_hwcomposer/
H A Ddrmeventlistener.cpp86 uint64_t timestamp = 0; local
89 timestamp = ts.tv_sec * 1000 * 1000 * 1000 + ts.tv_nsec;
117 hotplug_handler_->HandleEvent(timestamp);

Completed in 601 milliseconds

1234567891011