/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/ |
D | ClusteringTest.cpp | 29 Points[0].Measurements = {{"x", 0.01, ""}, {"y", 1.02, ""}, {"z", 1.98, "A"}}; in TEST() 30 Points[3].Measurements = {{"x", -0.01, ""}, {"y", 1.02, ""}, {"z", 1.98, ""}}; in TEST() 32 Points[1].Measurements = {{"x", 1.01, ""}, {"y", 1.02, ""}, {"z", 1.98, ""}}; in TEST() 33 Points[4].Measurements = {{"x", 0.99, ""}, {"y", 1.02, ""}, {"z", 1.98, ""}}; in TEST() 35 Points[5].Measurements = {{"x", 0.0, ""}, {"y", 0.01, ""}, {"z", -0.02, ""}}; in TEST() 67 Points[0].Measurements = {{"x", 0.01, ""}, {"y", 1.02, ""}, {"z", 1.98, ""}}; in TEST() 68 Points[1].Measurements = {{"y", 1.02, ""}, {"z", 1.98, ""}}; in TEST() 77 Points[0].Measurements = {{"x", 0.01, ""}, {"y", 1.02, ""}}; in TEST() 78 Points[1].Measurements = {{"y", 1.02, ""}, {"x", 1.98, ""}}; in TEST()
|
D | BenchmarkResultTest.cpp | 76 ToDisk.Measurements.push_back(BenchmarkMeasure{"a", 1, "debug a"}); in TEST() 77 ToDisk.Measurements.push_back(BenchmarkMeasure{"b", 2, ""}); in TEST() 100 EXPECT_THAT(FromDisk.Measurements, ToDisk.Measurements); in TEST() 117 EXPECT_THAT(FromDisk.Measurements, ToDisk.Measurements); in TEST()
|
/external/webrtc/webrtc/video/ |
D | stream_synchronization.h | 25 struct Measurements { struct 26 Measurements() : rtcp(), latest_receive_time_ms(0), latest_timestamp(0) {} in Measurements() argument 43 static bool ComputeRelativeDelay(const Measurements& audio_measurement, argument 44 const Measurements& video_measurement,
|
D | vie_sync_module.h | 56 StreamSynchronization::Measurements audio_measurement_; 57 StreamSynchronization::Measurements video_measurement_;
|
D | stream_synchronization.cc | 59 const Measurements& audio_measurement, in ComputeRelativeDelay() 60 const Measurements& video_measurement, in ComputeRelativeDelay()
|
D | vie_sync_module.cc | 24 int UpdateMeasurements(StreamSynchronization::Measurements* stream, in UpdateMeasurements()
|
D | stream_synchronization_unittest.cc | 102 StreamSynchronization::Measurements audio; in DelayedStreams() 103 StreamSynchronization::Measurements video; in DelayedStreams()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Clustering.cpp | 37 const auto &QMeasurements = Points_[Q].Measurements; in rangeQuery() 41 const auto &PMeasurements = Points_[P].Measurements; in rangeQuery() 80 const auto *CurMeasurement = &Point.Measurements; in validateAndSetup()
|
D | Analysis.cpp | 140 for (const auto &Measurement : Point.Measurements) { in printInstructionRowCsv() 179 for (const auto &Measurement : Clustering_.getPoints().front().Measurements) { in run() 249 Points[Clusters[0].getPointIds()[0]].Measurements) { in printSchedClassClustersHtml() 388 Representative.resize(Point.Measurements.size()); in addPoint() 390 for (size_t I = 0, E = Point.Measurements.size(); I < E; ++I) { in addPoint() 391 Representative[I].push(Point.Measurements[I]); in addPoint()
|
D | BenchmarkResult.h | 58 std::vector<BenchmarkMeasure> Measurements; member
|
D | BenchmarkRunner.cpp | 122 InstrBenchmark.Measurements = runMeasurements(EF, NumRepetitions); in runOne()
|
D | BenchmarkResult.cpp | 173 Io.mapRequired("measurements", Obj.Measurements); in mapping()
|
/external/v8/tools/ |
D | avg.py | 139 class Measurements: class 181 measurements = Measurements()
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.texture.upload.txt | 32 + Measurements for:
|
/external/tensorflow/tensorflow/core/profiler/ |
D | op_profile.proto | 56 // Measurements of an operation (or aggregated set of operations).
|
/external/perf_data_converter/src/ |
D | profile.proto | 10 // Measurements represented with this format should follow the
|
/external/perfetto/protos/third_party/pprof/ |
D | profile.proto | 17 // Measurements represented with this format should follow the
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 1247 Measurements indicate that it reduces ROP gadget persistence to about 15%.
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 1247 Measurements indicate that it reduces ROP gadget persistence to about 15%.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 355 `Measurements <https://www.python.org/dev/peps/pep-0564/#annex-clocks-resolution-in-python>`_
|