HomeSort by relevance Sort by last modified time
    Searched full:timestamps (Results 76 - 100 of 877) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ip.h 79 #define IPOPT_TS_TSONLY 0 /* timestamps only */
80 #define IPOPT_TS_TSANDADDR 1 /* timestamps and addresses */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ip.h 79 #define IPOPT_TS_TSONLY 0 /* timestamps only */
80 #define IPOPT_TS_TSANDADDR 1 /* timestamps and addresses */
  /external/chromium-trace/catapult/tracing/tracing/model/
event.html 59 /** Adds the range of timestamps for this event to the specified range. */
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
memory_dump_allocator_details_pane_test.html 815 'selected timestamps (importance: 0\u20132) with no other ' +
827 'timestamps (importance: 0\u20132)',
    [all...]
  /external/tlsdate/man/
tlsdated.8 42 don't load disk timestamps
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
decode_bwe.c 56 // therefore, we have to change the timestamps accordingly.
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_estimator_proxy.h 30 // receive side. It buffers a number of receive timestamps and then sends
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
time_util.h 41 // Converts interval between compact ntp timestamps to milliseconds.
  /external/webrtc/webrtc/modules/video_coding/test/
plotJitterEstimate.m 3 [timestamps, framedata, slopes, randJitters, framestats, timetable, filtjitter, rtt, rttStatsVec] = jitterBufferTraceParser(filename);
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
reinvoke 14 # with sub-second timestamps, maybe + NFS? Not sure.
  /system/bt/osi/test/
time_test.cpp 68 // Take two timestamps with sleep in-between
  /tools/test/connectivity/acts/framework/tests/
Sl4aSanityTest.py 40 Verify in log by looking at timestamps that after the test finishes, no
  /external/ant-glob/src/org/apache/tools/ant/util/
FileUtils.java 51 * The granularity of timestamps under FAT.
56 * The granularity of timestamps under Unix.
61 * The granularity of timestamps under the NT File System.
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstResultsSaver.java 100 // by timestamps.
102 // timestamps in order and use it to save timestamps.
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
RequestBuilder.java 169 ConcurrentBufferQueue<Long> timestamps = new ConcurrentBufferQueue<>(); local
172 timestamps, mBuilder));
174 mResponseListeners.add(ResponseListeners.forTimestamps(timestamps));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DataStatus.java 32 * exists. Statuses with timestamps, or with newer timestamps win.
65 // Compare timestamps and bail if older status
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java 30 * exists. Statuses with timestamps, or with newer timestamps win.
63 // Compare timestamps and bail if older status
  /docs/source.android.com/src/devices/audio/
midi_arch.jd 82 <h3 id="timestamps">Timestamps</h3>
95 time. The accuracy of these timestamps, whether explicit or implicit,
100 Timestamps are not part of the MIDI 1.0 protocol. They are often added
101 as part of a platform-specific API. The BLE transport has timestamps
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 108 private final Queue<TimeStamps> decodeStartTimeMs = new LinkedList<TimeStamps>();
362 decodeStartTimeMs.add(new TimeStamps(SystemClock.elapsedRealtime(), timeStampMs,
373 private static class TimeStamps {
374 public TimeStamps(long decodeStartTimeMs, long timeStampMs, long ntpTimeStampMs) {
571 TimeStamps timeStamps = decodeStartTimeMs.remove();
572 return new DecodedOutputBuffer(result, info.offset, info.size, timeStamps.timeStampMs,
573 timeStamps.ntpTimeStampMs,
574 SystemClock.elapsedRealtime() - timeStamps.decodeStartTimeMs
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 380 def __init__(self, data_points, timestamps, hz, voltage, offset=0):
385 timestamps: A list of epoch timestamps (int).
392 self._timestamps = timestamps
399 self.timestamps = self._timestamps[self.offset:]
508 msg = "Error! Expected {} timestamps, found {}.".format(
524 self.timestamps = self._timestamps[self.offset:]
527 """Returns the data points with timestamps.
533 for t, d in zip(self.timestamps, self.data_points):
579 for t, d in zip(self.timestamps, self.data_points)
    [all...]
  /external/boringssl/src/ssl/test/
test_config.cc 68 { "-enable-signed-cert-timestamps",
131 { "-expect-signed-cert-timestamps",
134 { "-signed-cert-timestamps", &TestConfig::signed_cert_timestamps },
  /external/boringssl/src/tool/
client.cc 67 "-signed-certificate-timestamps", kBooleanArgument,
68 "Advertise support for signed certificate timestamps",
228 if (args_map.count("-signed-certificate-timestamps") != 0) {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
platform_backend.py 116 """Start gathering a trace with frame timestamps close to physical
121 """Stop gathering a trace with frame timestamps close to physical display.
123 Returns a raw tracing events that contains the timestamps of physical
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 79 $timeStamps[$anEntry] = date("D, j M Y -- H:i (O)", $timeStamp);
108 echo "<td>$timeStamps[$fileName]</td>";
141 echo "<td>$timeStamps[$innerValue]</td>
  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager.cc 136 // Rewind sequence number and timestamps. This will give a more accurate
141 // computation of timestamps and sequence number.
200 // Increase sequence number and timestamps.

Completed in 535 milliseconds

1 2 34 5 6 7 8 91011>>