Home
last modified time | relevance | path

Searched defs:endTime (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
DRequestFinishedInfoTest.java135 Date endTime = new Date(); in testRequestFinishedListener() local
140 MetricsTestUtil.checkHasConnectTiming(requestInfo.getMetrics(), startTime, endTime, false); in testRequestFinishedListener() local
172 Date endTime = new Date(); in testRequestFinishedListenerDirectExecutor() local
177 MetricsTestUtil.checkHasConnectTiming(requestInfo.getMetrics(), startTime, endTime, false); in testRequestFinishedListenerDirectExecutor() local
205 Date endTime = new Date(); in testRequestFinishedListenerDifferentThreads() local
213 firstRequestInfo.getMetrics(), startTime, endTime, false); in testRequestFinishedListenerDifferentThreads() local
218 secondRequestInfo.getMetrics(), startTime, endTime, false); in testRequestFinishedListenerDifferentThreads() local
246 Date endTime = new Date(); in testRequestFinishedListenerFailedRequest() local
401 Date endTime = new Date(); in testRequestFinishedListenerCanceledRequest() local
406 MetricsTestUtil.checkHasConnectTiming(requestInfo.getMetrics(), startTime, endTime, false); in testRequestFinishedListenerCanceledRequest() local
[all …]
DMetricsTestUtil.java57 RequestFinishedInfo.Metrics metrics, Date startTime, Date endTime) { in checkTimingMetrics()
76 RequestFinishedInfo.Metrics metrics, Date startTime, Date endTime, boolean isSsl) { in checkHasConnectTiming()
108 RequestFinishedInfo info, String url, Date startTime, Date endTime) { in checkRequestFinishedInfo()
DQuicTest.java265 Date endTime = new Date(); in testMetricsWithQuic() local
273 MetricsTestUtil.checkHasConnectTiming(requestInfo.getMetrics(), startTime, endTime, true); in testMetricsWithQuic() local
DBidirectionalStreamQuicTest.java125 Date endTime = new Date(); in testSimplePost() local
129 MetricsTestUtil.checkHasConnectTiming(finishedInfo.getMetrics(), startTime, endTime, true); in testSimplePost() local
/external/aws-sdk-java-v2/services/codebuild/src/main/resources/codegen-resources/
Dexamples-1.json22 "endTime": 1479832474.764, number
42 "endTime": 1479832342.23, number
52 "endTime": 1479832415.064, number
62 "endTime": 1479832461.261, number
72 "endTime": 1479832461.354, number
82 "endTime": 1479832461.448, number
92 "endTime": 1479832471.115, number
102 "endTime": 1479832471.224, number
112 "endTime": 1479832471.791, number
122 "endTime": 1479832474.764, number
[all …]
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DAsyncClient.java85 long endTime = startTime + TimeUnit.SECONDS.toNanos(config.duration); in run() local
110 long endTime = System.nanoTime() + TimeUnit.SECONDS.toNanos(config.warmupDuration); in warmup() local
120 long endTime) throws Exception { in doBenchmark()
138 private Future<Histogram> doRpcs(Channel channel, SimpleRequest request, long endTime) { in doRpcs()
150 final long endTime) { in doUnaryCalls()
186 final long endTime) { in doStreamingCalls()
209 final long endTime; field in AsyncClient.ThisIsAHackStreamObserver
217 long endTime) { in ThisIsAHackStreamObserver()
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
DDerivedDoubleCumulativeImplTest.java158 Timestamp endTime = testClock.now(); in createTimeSeries_WithObjFunction() local
182 Timestamp endTime = testClock.now(); in addTimeSeries_WithNullObj() local
197 Timestamp endTime = testClock.now(); in addTimeSeries_IgnoreNegativeValue() local
226 Timestamp endTime = testClock.now(); in withConstantLabels() local
274 Timestamp endTime = testClock.now(); in multipleMetrics_GetMetric() local
DDerivedLongCumulativeImplTest.java157 Timestamp endTime = testClock.now(); in createTimeSeries_WithObjFunction() local
180 Timestamp endTime = testClock.now(); in addTimeSeries_WithNullObj() local
195 Timestamp endTime = testClock.now(); in addTimeSeries_IgnoreNegativeValue() local
223 Timestamp endTime = testClock.now(); in withConstantLabels() local
271 Timestamp endTime = testClock.now(); in multipleMetrics_GetMetric() local
DLongCumulativeImplTest.java131 Timestamp endTime = testClock.now(); in getOrCreateTimeSeries() local
167 Timestamp endTime = testClock.now(); in getDefaultTimeSeries() local
244 Timestamp endTime = testClock.now(); in withConstantLabels() local
290 Timestamp endTime = testClock.now(); in multipleMetrics_GetMetric() local
DDoubleCumulativeImplTest.java131 Timestamp endTime = testClock.now(); in getOrCreateTimeSeries() local
167 Timestamp endTime = testClock.now(); in getDefaultTimeSeries() local
244 Timestamp endTime = testClock.now(); in withConstantLabels() local
290 Timestamp endTime = testClock.now(); in multipleMetrics_GetMetric() local
/external/angle/util/
DTimer.cpp31 double endTime; in getElapsedWallClockTime() local
46 double endTime; in getElapsedCpuTime() local
/external/apache-xml/test/java/src/org/apache/qetest/xslwrapper/
DXTWrapper.java147 long endTime = 0; in transform() local
203 long endTime = 0; in buildStylesheet() local
253 long endTime = 0; in transformWithStylesheet() local
/external/opencensus-java/exporters/trace/jaeger/src/test/java/io/opencensus/exporter/trace/jaeger/
DJaegerExporterHandlerTest.java74 final long endTime = 1519630148002L; in exportShouldConvertFromSpanDataToJaegerThriftSpan() local
150 long endTime = 1519630148002L; in convertErrorSpanDataToJaegerThriftSpan() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DAbstractIntegrator.java392 final double endTime, in addEndTimeChecker()
415 private final double endTime; field in AbstractIntegrator.EndTimeChecker
420 public EndTimeChecker(final double endTime) { in EndTimeChecker()
/external/compiler-rt/test/builtins/timing/
Dtiming.h5 double intervalInCycles( uint64_t startTime, uint64_t endTime ) in intervalInCycles()
Dfloatundidf.c32 uint64_t endTime = mach_absolute_time(); in main() local
Dfloatundixf.c35 uint64_t endTime = mach_absolute_time(); in main() local
Dfloatdidf.c35 uint64_t endTime = mach_absolute_time(); in main() local
Dfloatundisf.c35 uint64_t endTime = mach_absolute_time(); in main() local
Dfloatdisf.c35 uint64_t endTime = mach_absolute_time(); in main() local
/external/connectedappssdk/testing/sdk/src/main/java/com/google/android/enterprise/connectedapps/testing/
DBlockingPoll.java35 long endTime = System.currentTimeMillis() + timeoutMillis; in poll() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/genetics/
DFixedElapsedTime.java37 private long endTime = -1; field in FixedElapsedTime
/external/google-cloud-java/java-bigquerydatatransfer/samples/snippets/generated/com/google/cloud/bigquery/datatransfer/v1/datatransferservice/scheduletransferruns/
DSyncScheduleTransferRunsStringTimestampTimestamp.java42 Timestamp endTime = Timestamp.newBuilder().build(); in syncScheduleTransferRunsStringTimestampTimestamp() local
DSyncScheduleTransferRunsTransferconfignameTimestampTimestamp.java43 Timestamp endTime = Timestamp.newBuilder().build(); in syncScheduleTransferRunsTransferconfignameTimestampTimestamp() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
DSrtParser.java42 long endTime = parse(timeString.split("-->")[1]); in parse() local

12345678910>>...14