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

<<21222324252627282930>>

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
FrequencyVerificationTest.java 84 for (long timestamp : timestamps) {
85 events.add(new TestSensorEvent(null, timestamp, 0, null));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TimeUtil.java 51 * Return the current timestamp as a {@link String} suitable for displaying.
72 * Return the current timestamp in a compressed format, used to uniquely identify results.
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiDispatcher.java 78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException {
81 receiver.send(msg, offset, count, timestamp);
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiDispatcher.java 78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException {
81 receiver.send(msg, offset, count, timestamp);
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiDispatcher.java 78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException {
81 receiver.send(msg, offset, count, timestamp);
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiDispatcher.java 78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException {
81 receiver.send(msg, offset, count, timestamp);
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
MidiDispatcher.java 78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException {
81 receiver.send(msg, offset, count, timestamp);
  /external/autotest/client/common_lib/
smogcheck_util.py 66 end: a datetime.datetime() object, end timestamp.
67 start: a datetime.datetime() object, start timestamp.
  /external/autotest/scheduler/
drone_logging_config.py 16 the log file to timestamp by day and will create a daily log file.
31 @returns String of the base_name suffixed with a timestamp of today's
  /external/chromium-trace/catapult/perf_insights/perf_insights/results/
gtest_progress_reporter.py 12 def __init__(self, canonical_url, output_stream, timestamp):
15 self._timestamp = timestamp
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
slice.py 17 def __init__(self, parent_thread, category, name, timestamp, duration=0,
20 category, name, timestamp, duration, thread_timestamp, thread_duration,
  /external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/
auth.rst 41 A tuple ``(User, timestamp)``, with a user object and
42 the token timestamp, or ``(None, None)`` if both were not found.
  /external/chromium-trace/catapult/tracing/tracing/model/
counter_series.html 79 this.timestamps_.push(sample.timestamp);
108 this.samples_[i].timestamp = this.timestamps_[i];
  /external/google-breakpad/src/third_party/curl/
curlver.h 61 * timestamp is not stored in CVS, as the timestamp is properly set in the
  /external/iproute2/tc/
tc_monitor.c 33 fprintf(stderr, "Usage: tc [-timestamp [-tshort] monitor\n");
44 if (timestamp)
  /external/kernel-headers/original/uapi/linux/
icmp.h 29 #define ICMP_TIMESTAMP 13 /* Timestamp Request */
30 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */
  /external/libdrm/freedreno/kgsl/
kgsl_drm.h 114 /* Timestamp types */
183 uint32_t timestamp; /* This field is a hw generated ts */ member in struct:drm_kgsl_gem_unlock_on_ts
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 59 * \param[in] ts_start Timestamp for the start of this frame
60 * \param[in] ts_end Timestamp for the end of this frame
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 219 if (spt->timestamp != tc->timestamp) {
222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
224 tc->timestamp = spt->timestamp;
339 if (softpipe->tex_timestamp != sp_screen->timestamp) {
340 softpipe->tex_timestamp = sp_screen->timestamp;
  /external/tlsdate/man/
tlsdated.conf.5 34 If enabled, try loading the current timestamp out of the cache directory.
39 If enabled, save the current timestamp to the cache directory every so often and
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_encoder_isac_t.h 86 // Timestamp of the first input of the currently in-progress packet.
89 // Timestamp of the previously encoded packet.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
rtcp.cc 48 int32_t ts_diff = receive_timestamp - (rtp_header.timestamp - transit_);
54 transit_ = rtp_header.timestamp - receive_timestamp;
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.h 52 uint32_t timeStamp() const;
92 uint16_t seqNo, uint32_t timestamp,
RTPtimeshift.cc 58 uint32_t TSdiff = atoi(argv[3]) - packet.timeStamp();
73 packet.setTimeStamp(packet.timeStamp() + TSdiff);
  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.h 34 const uint32_t timeStamp,
41 int16_t seqNo, uint32_t timeStamp, uint32_t ssrc);

Completed in 279 milliseconds

<<21222324252627282930>>