Searched defs:timestamp (Results 201 - 225 of 283) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c118 struct os_reltime timestamp; member in struct:wps_pbc_session
347 pbc->timestamp = now;
354 if (os_reltime_expired(&now, &pbc->timestamp,
421 if (os_reltime_expired(&now, &pbc->timestamp,
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c118 struct os_reltime timestamp; member in struct:wps_pbc_session
347 pbc->timestamp = now;
354 if (os_reltime_expired(&now, &pbc->timestamp,
421 if (os_reltime_expired(&now, &pbc->timestamp,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c118 struct os_reltime timestamp; member in struct:wps_pbc_session
347 pbc->timestamp = now;
354 if (os_reltime_expired(&now, &pbc->timestamp,
421 if (os_reltime_expired(&now, &pbc->timestamp,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... .osgi.framework.console.CommandInterpreter interpreter String timestamp Long ts String profileId org.eclipse.equinox. ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... iter java.io.File file String key String timestamp private java.util.Properties readTimestamps () java.util ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/ImageMagick/MagickCore/
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
H A Ddisplay.c14516 timestamp,
15175 timestamp=time((time_t *) NULL);
15180 if ((time((time_t *) NULL)-timestamp) > 0)
14475 timestamp, local
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc211 timestamp_ = frame.timestamp();
2540 // Get the next frame to write (frame with least timestamp across all
2544 if (frames_iterator->second.front()->timestamp() < frame->timestamp()) {
2553 frame->set_duration(duration - frame->timestamp());
2640 last_block_timestamp_[frame->track_number()] = frame->timestamp();
2662 // frame with timestamp <= the timestamp of the frame in question.
2675 if (track_iterator->second.front()->timestamp() <
2676 frame_to_write->timestamp()) {
3370 AddCuePoint(uint64_t timestamp, uint64_t track) argument
3409 AddFrame(const uint8_t* data, uint64_t length, uint64_t track_number, uint64_t timestamp, bool is_key) argument
3423 AddFrameWithAdditional(const uint8_t* data, uint64_t length, const uint8_t* additional, uint64_t additional_length, uint64_t add_id, uint64_t track_number, uint64_t timestamp, bool is_key) argument
3442 AddFrameWithDiscardPadding(const uint8_t* data, uint64_t length, int64_t discard_padding, uint64_t track_number, uint64_t timestamp, bool is_key) argument
4074 WriteFramesLessThan(uint64_t timestamp) argument
[all...]
H A Dmkvmuxer.h122 void set_timestamp(uint64_t timestamp) { timestamp_ = timestamp; } argument
123 uint64_t timestamp() const { return timestamp_; } function in class:mkvmuxer::Frame
172 // Reference block timestamp.
1221 // timecode: Absolute (not relative to cluster) timestamp of the
1238 // abs_timecode: Absolute (not relative to cluster) timestamp of the
1255 // abs_timecode: Absolute (not relative to cluster) timestamp of the
1270 // timecode: Absolute (not relative to cluster) timestamp of the
1380 // Map from track number to the timestamp of the last block written for that
1538 // Adds a cue point to the Cues element. |timestamp| i
[all...]
/external/netperf/src/
H A Dnetlib.c3965 timestamp demo mode */
4122 case 2: /* Always timestamp */
4145 /* now get a new starting timestamp. we could be clever
4497 HIST_timestamp(hrtime_t *timestamp)
4499 *timestamp = gethrtime();
4514 HIST_timestamp(hrt_t *timestamp)
4516 *timestamp = get_hrt();
4527 void HIST_timestamp(LARGE_INTEGER *timestamp)
4529 QueryPerformanceCounter(timestamp);
4557 HIST_timestamp(struct timeval *timestamp)
4468 HIST_timestamp(hrtime_t *timestamp) argument
4485 HIST_timestamp(hrt_t *timestamp) argument
4498 HIST_timestamp(LARGE_INTEGER *timestamp) argument
4528 HIST_timestamp(struct timeval *timestamp) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmstypes.c1300 cmsDateTimeNumber timestamp; local
1307 if (io->Read(io, &timestamp, sizeof(cmsDateTimeNumber), 1) != 1) return NULL;
1309 _cmsDecodeDateTimeNumber(&timestamp, NewDateTime);
1322 cmsDateTimeNumber timestamp; local
1324 _cmsEncodeDateTimeNumber(&timestamp, DateTime);
1325 if (!io ->Write(io, sizeof(cmsDateTimeNumber), &timestamp)) return FALSE;
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp3013 ResetTimestamp timestamp; local
3014 const GrGLTexture::TexParams& oldTexParams = texture->getCachedTexParams(&timestamp);
3015 bool setAll = timestamp < this->getResetTimestamp();
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h376 uint32_t timestamp; member in struct:llvm::MachO::dylib
/external/tcpdump/
H A Dprint-802_11.c269 uint8_t timestamp[IEEE802_11_TSTAMP_LEN]; member in struct:mgmt_body_t
1538 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN);
1700 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN);
2430 * to the 802.11 header of the packet, 'h->ts' is the timestamp,
/external/toybox/toys/pending/
H A Ddhcpd.c1198 int64_t timestamp; local
1205 curr = timestamp = time(NULL);
1206 timestamp = SWAP_BE64(timestamp);
1207 writeall(fd, &timestamp, sizeof(timestamp));
1235 int64_t timestamp; local
1242 curr = timestamp = time(NULL);
1243 timestamp = SWAP_BE64(timestamp);
1546 int64_t timestamp; local
1577 int64_t timestamp; local
[all...]
/external/webrtc/webrtc/
H A Dcommon_types.h248 uint64_t timestamp_ms; // Ntp timestamp in ms at time of rate estimation.
772 PacketTime() : timestamp(-1), not_before(-1) {}
773 PacketTime(int64_t timestamp, int64_t not_before) argument
774 : timestamp(timestamp), not_before(not_before) {
777 int64_t timestamp; // Receive time after socket delivers the data. member in struct:webrtc::PacketTime
779 // indicating the potential error in the |timestamp|
814 uint32_t timestamp; member in struct:webrtc::RTPHeader
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc491 UpdatePacketDelay(rtpHeader->header.timestamp,
648 // The first frame with a valid rtp timestamp.
1708 // Store playout timestamp for the received RTP packet
1805 // Store playout timestamp for the received RTCP packet
3008 unsigned int& timestamp,
3029 timestamp = senderInfo.RTPtimeStamp;
3618 int Channel::GetPlayoutTimestamp(unsigned int& timestamp) { argument
3627 "GetPlayoutTimestamp() failed to retrieve timestamp");
3630 timestamp = playout_timestamp_rtp;
3634 int Channel::SetInitTimestamp(unsigned int timestamp) { argument
3005 GetRemoteRTCPData( unsigned int& NTPHigh, unsigned int& NTPLow, unsigned int& timestamp, unsigned int& playoutTimestamp, unsigned int* jitter, unsigned short* fractionLost) argument
[all...]
/external/ImageMagick/coders/
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/llvm/include/llvm/Support/
H A DMachO.h589 uint32_t timestamp; member in struct:llvm::MachO::dylib
1089 sys::swapByteOrder(d.dylib.timestamp);
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c419 unsigned long timestamp; member in struct:_PDB_SYMBOL_RANGE_EX

Completed in 953 milliseconds

1234567891011>>