HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 1226 - 1250 of 4884) sorted by null

<<41424344454647484950>>

  /development/ndk/platforms/android-21/include/netinet/
ip_icmp.h 137 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */
184 #define ICMP_TSTAMP 13 /* timestamp request */
185 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
  /development/ndk/platforms/android-3/include/netinet/
ip_icmp.h 137 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */
184 #define ICMP_TSTAMP 13 /* timestamp request */
185 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
  /external/chromium-trace/catapult/dashboard/dashboard/
alerts.py 102 query = query.order(-anomaly.Anomaly.timestamp)
125 query = query.order(-stoppage_alert.StoppageAlert.timestamp)
193 'date': str(alert_entity.timestamp.date()),
issue_tracker_service.py 167 """Gets last updated comments and timestamp in the given bug.
173 A dictionary with last comment and timestamp, or None on failure.
184 'timestamp': bug_comments.get('published')
mr.py 100 query = query.order(-graph_data.Row.timestamp)
108 if last_row.timestamp < now - _OLDEST_REVISION_DELTA:
141 if last_row.timestamp >= earliest_warn_time:
  /external/chromium-trace/catapult/tracing/tracing/model/helpers/
android_model_helper_test.html 204 assert.equal(inputSamples[0].timestamp, 10);
205 assert.equal(inputSamples[1].timestamp, 30);
206 assert.equal(inputSamples[2].timestamp, 40);
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
avutil.h 209 * @defgroup lavu_time Timestamp specific
211 * FFmpeg internal timebase and timestamp definitions
217 * @brief Undefined timestamp value
  /external/opencv3/modules/video/include/opencv2/video/
tracking_c.h 121 double timestamp, double duration );
133 const CvArr* mhi, double timestamp,
140 double timestamp, double seg_thresh );
  /external/webrtc/talk/media/base/
testutils.h 68 // sequence number and timestamp, which should be the same as the specified
79 uint32_t timestamp; member in struct:cricket::RawRtpPacket
109 // stream is a RTP stream, verify the RTP sequence number, timestamp, and
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h 143 uint32_t timestamp) override;
154 // Get playout timestamp.
155 int PlayoutTimestamp(uint32_t* timestamp) override;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc 81 uint32_t timestamp = abs_send_time << kAbsSendTimeInterArrivalUpshift; local
82 return static_cast<int64_t>(timestamp) * kTimestampToMs;
187 // Lowest timestamp limit, oldest one that should be checked.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 64 // Get start timestamp.
67 // Configure start timestamp, default is a random number.
68 void SetStartTimestamp(uint32_t timestamp) override;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3InputStream.cpp 93 nsecs_t timestamp,
98 (void)timestamp;
163 return returnAnyBufferLocked(buffer, /*timestamp*/0, /*output*/false);
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
pkg_java.sql.html 119 <A NAME="Timestamp"></A>
120 <nobr><A HREF="java.sql.Timestamp.html">Timestamp</A></nobr>
  /frameworks/base/services/core/jni/
com_android_server_tv_TvUinputBridge.cpp 203 static void nativeSendTimestamp(JNIEnv* env, jclass clazz, jlong ptr, jlong timestamp) {
206 connection->sendEvent(EV_MSC, MSC_ANDROID_TIME_SEC, timestamp / 1000L);
207 connection->sendEvent(EV_MSC, MSC_ANDROID_TIME_USEC, (timestamp % 1000L) * 1000L);
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_primary.cpp 247 DisplayError DisplayPrimary::VSync(int64_t timestamp) {
250 vsync.timestamp = timestamp;
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 228 int64_t timestamp = 0; local
230 timestamp = strtoll(data + strlen("VSYNC="), NULL, 0);
233 event_handler_->VSync(timestamp);
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 195 struct timeval timestamp; member in struct:msm_cpp_frame_info_t
282 struct timeval timestamp; member in struct:msm_vpe_frame_info_t
391 struct compat_timeval timestamp; member in struct:msm_cpp_frame_info32_t
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_kgsl.h 340 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
347 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid
357 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds
365 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp
374 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
406 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
415 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
525 unsigned int timestamp; member in struct:kgsl_timestamp_event
645 unsigned int timestamp; member in struct:kgsl_cmd_syncpoint_timestamp
669 unsigned int timestamp; member in struct:kgsl_submit_commands
754 unsigned int timestamp; member in struct:kgsl_gpu_event_timestamp
835 unsigned int timestamp; member in struct:kgsl_gpu_command
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 32 * timestamp (The sorting must be same as all the given lists).
265 * we put all the slots in a sorted heap (by timestamp). Each time, we
266 * pop the slot with earliest timestamp out, get the image, and then move
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/netinet/
ip_icmp.h 137 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */
184 #define ICMP_TSTAMP 13 /* timestamp request */
185 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/netinet/
ip_icmp.h 137 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */
184 #define ICMP_TSTAMP 13 /* timestamp request */
185 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/netinet/
ip_icmp.h 137 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */
184 #define ICMP_TSTAMP 13 /* timestamp request */
185 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/netinet/
ip_icmp.h 137 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */
184 #define ICMP_TSTAMP 13 /* timestamp request */
185 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/netinet/
ip_icmp.h 137 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */
184 #define ICMP_TSTAMP 13 /* timestamp request */
185 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */

Completed in 1288 milliseconds

<<41424344454647484950>>