/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | TimeUtil.java | 74 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 …]
|
D | Durations.java | 39 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()
|
D | Timestamps.java | 54 public final class Timestamps { class 101 private Timestamps() {} in Timestamps() method in Timestamps
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | buffer_list.h | 33 struct Timestamps { struct 81 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ 91 grpc_core::Timestamps*,
|
D | buffer_list.cc | 60 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
|
D | endpoint.h | 36 class Timestamps; variable
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | context_list.cc | 24 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
|
D | context_list.h | 39 static void Execute(void* arg, grpc_core::Timestamps* ts, grpc_error* error); 48 grpc_core::Timestamps*,
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | TestFS.h | 31 llvm::StringMap<time_t> const &Timestamps = {}); 37 auto MemFS = buildTestFS(Files, Timestamps); in viewImpl() 48 llvm::StringMap<time_t> Timestamps; variable
|
D | TestFS.cpp | 23 llvm::StringMap<time_t> const &Timestamps) { in buildTestFS() argument 30 File, Timestamps.lookup(File), in buildTestFS()
|
D | TUSchedulerTests.cpp | 635 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/ |
D | buffer_list.h | 91 struct Timestamps { struct 143 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ 160 grpc_core::Timestamps*,
|
D | buffer_list.cc | 42 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/ |
D | ChannelzProtoUtil.java | 25 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()
|
D | BinlogHelper.java | 31 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/ |
D | ChannelzProtoUtilTest.java | 33 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/ |
D | buffer_list_test.cc | 30 grpc_core::Timestamps* ts, in TestShutdownFlushesListVerifier() 62 grpc_core::Timestamps* ts, in TestVerifierCalledOnAckVerifier()
|
D | tcp_posix_test.cc | 383 void timestamps_verifier(void* arg, grpc_core::Timestamps* ts, in timestamps_verifier()
|
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/ |
D | GrpclbClientLoadRecorder.java | 21 import com.google.protobuf.util.Timestamps; 105 .setTimestamp(Timestamps.fromNanos(time.currentTimeNanos())) in generateLoadReport()
|
/external/webrtc/docs/native-code/rtp-hdrext/video-timing/ |
D | README.md | 27 Timestamps are, in order:
|
/external/bcc/tools/ |
D | tcplife_example.txt | 64 Timestamps can be added with -t:
|
D | funclatency_example.txt | 43 and kretprobe tracer. Timestamps are collected, the delta time calculated, which
|
/external/protobuf/src/google/protobuf/ |
D | duration.proto | 52 // Example 1: Compute Duration from two Timestamps in pseudo code.
|
/external/golang-protobuf/ptypes/duration/ |
D | duration.proto | 52 // Example 1: Compute Duration from two Timestamps in pseudo code.
|
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 777 .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()
|