Home
last modified time | relevance | path

Searched refs:Timestamps (Results 1 – 25 of 35) sorted by relevance

12

/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimeUtil.java74 return Timestamps.toString(timestamp); in toString()
91 return Timestamps.parse(value); in parseTimestamp()
130 return Timestamps.fromMillis(milliseconds); in createTimestampFromMillis()
154 return Timestamps.toMillis(timestamp); in toMillis()
176 return Timestamps.fromMicros(microseconds); in createTimestampFromMicros()
200 return Timestamps.toMicros(timestamp); in toMicros()
222 return Timestamps.fromNanos(nanoseconds); in createTimestampFromNanos()
242 return Timestamps.toNanos(timestamp); in toNanos()
262 return Timestamps.fromMillis(System.currentTimeMillis()); in getCurrentTime()
282 return Timestamps.between(from, to); in distance()
[all …]
DDurations.java39 import static com.google.protobuf.util.Timestamps.MICROS_PER_SECOND;
40 import static com.google.protobuf.util.Timestamps.MILLIS_PER_SECOND;
41 import static com.google.protobuf.util.Timestamps.NANOS_PER_MICROSECOND;
42 import static com.google.protobuf.util.Timestamps.NANOS_PER_MILLISECOND;
43 import static com.google.protobuf.util.Timestamps.NANOS_PER_SECOND;
229 result.append(Timestamps.formatNanos(nanos)); in toString()
259 int nanos = nanoValue.isEmpty() ? 0 : Timestamps.parseNanos(nanoValue); in parse()
DTimestamps.java54 public final class Timestamps { class
101 private Timestamps() {} in Timestamps() method in Timestamps
/external/grpc-grpc/src/core/lib/iomgr/
Dbuffer_list.h33 struct Timestamps { struct
81 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */
91 grpc_core::Timestamps*,
Dbuffer_list.cc60 void (*timestamps_callback)(void*, grpc_core::Timestamps*,
118 grpc_core::Timestamps*, in grpc_tcp_set_write_timestamps_callback() argument
128 grpc_core::Timestamps*, in grpc_tcp_set_write_timestamps_callback() argument
Dendpoint.h36 class Timestamps; variable
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dcontext_list.cc24 void (*write_timestamps_callback_g)(void*, grpc_core::Timestamps*,
43 void ContextList::Execute(void* arg, grpc_core::Timestamps* ts, in Execute()
61 grpc_core::Timestamps*, in grpc_http2_set_write_timestamps_callback() argument
Dcontext_list.h39 static void Execute(void* arg, grpc_core::Timestamps* ts, grpc_error* error);
48 grpc_core::Timestamps*,
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestFS.h31 llvm::StringMap<time_t> const &Timestamps = {});
37 auto MemFS = buildTestFS(Files, Timestamps); in viewImpl()
48 llvm::StringMap<time_t> Timestamps; variable
DTestFS.cpp23 llvm::StringMap<time_t> const &Timestamps) { in buildTestFS() argument
30 File, Timestamps.lookup(File), in buildTestFS()
DTUSchedulerTests.cpp635 FS.Timestamps[Header] = time_t(0); in TEST_F()
704 FS.Timestamps[Header] = time_t(0); in TEST_F()
732 FS.Timestamps[Header] = time_t(1); in TEST_F()
790 FS.Timestamps[HeaderB] = time_t(1); in TEST_F()
803 FS.Timestamps[HeaderA] = time_t(1); in TEST_F()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dbuffer_list.h91 struct Timestamps { struct
143 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */
160 grpc_core::Timestamps*,
Dbuffer_list.cc42 void default_timestamps_callback(void* /*arg*/, grpc_core::Timestamps* /*ts*/, in default_timestamps_callback() argument
49 void (*timestamps_callback)(void*, grpc_core::Timestamps*,
288 grpc_core::Timestamps*, in grpc_tcp_set_write_timestamps_callback() argument
298 grpc_core::Timestamps*, in grpc_tcp_set_write_timestamps_callback() argument
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DChannelzProtoUtil.java25 import com.google.protobuf.util.Timestamps;
141 .setLastCallStartedTimestamp(Timestamps.fromNanos(stats.lastCallStartedNanos)) in toServerData()
227 Timestamps.fromNanos(s.lastLocalStreamCreatedTimeNanos)) in extractSocketData()
229 Timestamps.fromNanos(s.lastRemoteStreamCreatedTimeNanos)) in extractSocketData()
231 Timestamps.fromNanos(s.lastMessageSentTimeNanos)) in extractSocketData()
233 Timestamps.fromNanos(s.lastMessageReceivedTimeNanos)) in extractSocketData()
362 .setLastCallStartedTimestamp(Timestamps.fromNanos(stats.lastCallStartedNanos)); in extractChannelData()
376 .setCreationTimestamp(Timestamps.fromNanos(channelTrace.creationTimeNanos)) in toChannelTrace()
387 .setTimestamp(Timestamps.fromNanos(event.timestampNanos)); in toChannelTraceEvents()
DBinlogHelper.java31 import com.google.protobuf.util.Timestamps;
123 return GrpcLogEntry.newBuilder().setTimestamp(Timestamps.fromNanos(epochNanos)); in newTimestampedBuilder()
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DChannelzProtoUtilTest.java33 import com.google.protobuf.util.Timestamps;
109 .setLastCallStartedTimestamp(Timestamps.fromNanos(4))
130 .setLastCallStartedTimestamp(Timestamps.fromNanos(4))
149 .setLastCallStartedTimestamp(Timestamps.fromNanos(4))
287 .setLastLocalStreamCreatedTimestamp(Timestamps.fromNanos(2))
288 .setLastRemoteStreamCreatedTimestamp(Timestamps.fromNanos(3))
294 .setLastMessageSentTimestamp(Timestamps.fromNanos(9))
295 .setLastMessageReceivedTimestamp(Timestamps.fromNanos(10))
321 .setCreationTimestamp(Timestamps.fromNanos(1000))
892 .setTimestamp(Timestamps.fromNanos(12)) in channelTrace_withEvents()
[all …]
/external/grpc-grpc/test/core/iomgr/
Dbuffer_list_test.cc30 grpc_core::Timestamps* ts, in TestShutdownFlushesListVerifier()
62 grpc_core::Timestamps* ts, in TestVerifierCalledOnAckVerifier()
Dtcp_posix_test.cc383 void timestamps_verifier(void* arg, grpc_core::Timestamps* ts, in timestamps_verifier()
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
DGrpclbClientLoadRecorder.java21 import com.google.protobuf.util.Timestamps;
105 .setTimestamp(Timestamps.fromNanos(time.currentTimeNanos())) in generateLoadReport()
/external/webrtc/docs/native-code/rtp-hdrext/video-timing/
DREADME.md27 Timestamps are, in order:
/external/bcc/tools/
Dtcplife_example.txt64 Timestamps can be added with -t:
Dfunclatency_example.txt43 and kretprobe tracer. Timestamps are collected, the delta time calculated, which
/external/protobuf/src/google/protobuf/
Dduration.proto52 // Example 1: Compute Duration from two Timestamps in pseudo code.
/external/golang-protobuf/ptypes/duration/
Dduration.proto52 // Example 1: Compute Duration from two Timestamps in pseudo code.
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java777 .setTimestampValue(Timestamps.parse("1970-01-01T00:00:00Z")) in testTimestamp()
979 anyMessage = Any.pack(Timestamps.parse("1969-12-31T23:59:59Z")); in testAnyFields()
1053 testAny.putAnyMap("timestamp", Any.pack(Timestamps.parse("1969-12-31T23:59:59Z"))); in testAnyInMaps()

12