/third_party/benchmark/src/ |
D | statistics.cc | 88 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats() argument 93 std::count_if(reports.begin(), reports.end(), in ComputeStats() 96 if (reports.size() - error_count < 2) { in ComputeStats() 105 real_accumulated_time_stat.reserve(reports.size()); in ComputeStats() 106 cpu_accumulated_time_stat.reserve(reports.size()); in ComputeStats() 110 const IterationCount run_iterations = reports.front().iterations; in ComputeStats() 117 for (Run const& r : reports) { in ComputeStats() 123 it->second.s.reserve(reports.size()); in ComputeStats() 131 for (Run const& run : reports) { in ComputeStats() 132 BM_CHECK_EQ(reports[0].benchmark_name(), run.benchmark_name()); in ComputeStats() [all …]
|
D | complexity.cc | 158 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO() argument 162 if (reports.size() < 2) return results; in ComputeBigO() 170 for (const Run& run : reports) { in ComputeBigO() 181 if (reports[0].complexity == oLambda) { in ComputeBigO() 182 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO() 183 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO() 185 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); in ComputeBigO() 190 auto run_name = reports[0].run_name; in ComputeBigO() 196 big_o.family_index = reports[0].family_index; in ComputeBigO() 197 big_o.per_family_instance_index = reports[0].per_family_instance_index; in ComputeBigO() [all …]
|
D | csv_reporter.cc | 60 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() argument 65 for (const auto& run : reports) { in ReportRuns() 87 for (const auto& run : reports) { in ReportRuns() 101 for (const auto& run : reports) { in ReportRuns()
|
D | json_reporter.cc | 201 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() argument 202 if (reports.empty()) { in ReportRuns() 212 for (auto it = reports.begin(); it != reports.end(); ++it) { in ReportRuns() 217 if (++it_cp != reports.end()) { in ReportRuns()
|
/third_party/node/test/report/ |
D | test-report-fatal-error.js | 41 const reports = helper.findReports(child.pid, tmpdir.path); constant 42 assert.strictEqual(reports.length, 1); 44 const report = reports[0]; 58 const reports = helper.findReports(child.pid, tmpdir.path); constant 59 assert.strictEqual(reports.length, 0); 71 const reports = helper.findReports(child.pid, tmpdir.path); constant 72 assert.strictEqual(reports.length, 1); 74 const report = reports[0]; 88 const reports = helper.findReports(child.pid, tmpdir.path); constant 89 assert.strictEqual(reports.length, 1); [all …]
|
D | test-report-signal.js | 26 const reports = helper.findReports(process.pid, tmpdir.path); 28 if (reports.length === 0) 31 assert.strictEqual(reports.length, 1); 32 helper.validate(reports[0]);
|
D | test-report-writereport.js | 16 const reports = helper.findReports(process.pid, tmpdir.path); 17 assert.strictEqual(reports.length, 1); 18 helper.validate(reports[0], arguments[0]); 19 fs.unlinkSync(reports[0]); 20 return reports[0];
|
D | test-report-uncaught-exception.js | 15 const reports = helper.findReports(process.pid, tmpdir.path); constant 16 assert.strictEqual(reports.length, 1); 17 helper.validate(reports[0]);
|
D | test-report-uncaught-exception-override.js | 22 const reports = helper.findReports(process.pid, tmpdir.path); constant 23 assert.strictEqual(reports.length, 0);
|
/third_party/typescript/tests/baselines/reference/ |
D | memberVariableDeclarations1.symbols | 20 public reports: Employee[] = []; 21 >reports : Symbol(Employee.reports, Decl(memberVariableDeclarations1.ts, 6, 36)) 41 public reports: Employee[]; 42 >reports : Symbol(Employee2.reports, Decl(memberVariableDeclarations1.ts, 14, 29)) 56 this.reports = []; 57 >this.reports : Symbol(Employee2.reports, Decl(memberVariableDeclarations1.ts, 14, 29)) 59 >reports : Symbol(Employee2.reports, Decl(memberVariableDeclarations1.ts, 14, 29))
|
D | memberVariableDeclarations1.types | 21 public reports: Employee[] = []; 22 >reports : Employee[] 41 public reports: Employee[]; 42 >reports : Employee[] 59 this.reports = []; 60 >this.reports = [] : undefined[] 61 >this.reports : Employee[] 63 >reports : Employee[]
|
D | memberVariableDeclarations1.js | 9 public reports: Employee[] = []; 17 public reports: Employee[]; 21 this.reports = []; 36 this.reports = []; 44 this.reports = [];
|
/third_party/libabigail/doc/manuals/ |
D | libabigail-concepts.rst | 49 or any other relevant libabigail tool to avoid emitting reports for 53 ABI artifacts to avoid emitting change reports about. 59 Syntax`_. For instance, to specify that change reports on a type 66 If we want to ensure that only change reports about structures named 73 But we could also want to suppress change reports avoid typedefs named 80 Or, we could want to suppress change reports about all struct which 194 suppress ABI change reports for a particular kind of ABI artifact. 291 Suppresses change reports about ABI artifacts that are defined in a 301 Suppresses change reports about ABI artifacts that are defined in a 312 Suppresses change reports about ABI artifacts that are defined in a [all …]
|
/third_party/rust/crates/regex/ |
D | UNICODE.md | 4 [UTS#18](https://unicode.org/reports/tr18/) 13 [RL1.2a](https://unicode.org/reports/tr18/#RL1.2a) 28 [UTS#18 RL1.1](https://unicode.org/reports/tr18/#Hex_notation) 57 [UTS#18 RL1.2](https://unicode.org/reports/tr18/#Categories) 64 * [General categories](https://unicode.org/reports/tr18/#General_Category_Property) 65 * [Scripts and Script Extensions](https://unicode.org/reports/tr18/#Script_Property) 66 * [Age](https://unicode.org/reports/tr18/#Age) 68 [RL1.2](https://unicode.org/reports/tr18/#RL1.2) explicitly. 152 [UTS#18 RL1.2a](https://unicode.org/reports/tr18/#RL1.2a) 155 [compatibility properties documented in UTS#18 Annex C](https://unicode.org/reports/tr18/#Compatibi… [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | video_encode_h265_extensions.adoc | 79 * pname:maxPPictureL0ReferenceCount reports the maximum number of 82 * pname:maxBPictureL0ReferenceCount reports the maximum number of 86 * pname:maxL1ReferenceCount reports the maximum number of reference 90 * pname:maxSubLayersCount reports the maximum number of sublayers. 91 * pname:minLog2MinLumaCodingBlockSizeMinus3 reports the minimum value that 94 * pname:maxLog2MinLumaCodingBlockSizeMinus3 reports the maximum value that 97 * pname:minLog2MinLumaTransformBlockSizeMinus2 reports the minimum value 100 * pname:maxLog2MinLumaTransformBlockSizeMinus2 reports the maximum value 103 * pname:minMaxTransformHierarchyDepthInter reports the minimum value that 106 * pname:maxMaxTransformHierarchyDepthInter reports the maximum value that [all …]
|
D | video_encode_h264_extensions.adoc | 73 * pname:maxPPictureL0ReferenceCount reports the maximum number of 76 * pname:maxBPictureL0ReferenceCount reports the maximum number of 80 * pname:maxL1ReferenceCount reports the maximum number of reference 87 * pname:maxBytesPerPicDenom reports the value that will be used for 90 * pname:maxBitsPerMbDenom reports the value that will be used for 93 * pname:log2MaxMvLengthHorizontal reports the value that will be used for 96 * pname:log2MaxMvLengthVertical reports the value that will be used for 127 reports if enabling direct_8x8_inference_flag in StdVideoH264SpsFlags is 130 reports if disabling direct_8x8_inference_flag in StdVideoH264SpsFlags 133 reports if enabling separate_colour_plane_flag in StdVideoH264SpsFlags [all …]
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | window.dart | 60 /// Hides the real device pixel ratio and reports the given [devicePixelRatio] 76 /// Hides the real physical size and reports the given [physicalSizeTestValue] 92 /// Hides the real physical depth and reports the given 108 /// Hides the real view insets and reports the given [viewInsetsTestValue] 124 /// Hides the real view padding and reports the given [paddingTestValue] 140 /// Hides the real padding and reports the given [paddingTestValue] instead. 161 /// Hides the real locale and reports the given [localeTestValue] instead. 175 /// Hides the real locales and reports the given [localesTestValue] instead. 204 /// Hides the real text scale factor and reports the given 226 /// Hides the real text scale factor and reports the given [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | memberVariableDeclarations1.ts | 8 public reports: Employee[] = []; property in Employee 16 public reports: Employee[]; property in Employee2 20 this.reports = [];
|
/third_party/node/test/node-api/test_fatal/ |
D | test_threads_report.js | 32 const reports = helper.findReports(p.pid, tmpdir.path); constant 33 assert.strictEqual(reports.length, 1); 35 const report = reports[0];
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/reporting/ |
D | README.md | 1 Flutter reports data to two separate systems: 6 1. Crash reports for the `flutter` tool. These are not reports of when Flutter
|
/third_party/libabigail/ |
D | default.abignore | 5 # reports when comparing the ABI of some core system binaries. 27 # The idea is to suppress ABI change reports on functions and variable 57 # Suppress ABI change reports about functions which symbol version 66 # Suppress ABI change reports about functions which symbol version 157 # Suppress ABI change reports about functions starting with the name 170 # Suppress ABI change reports about functions with symbol version
|
/third_party/libevdev/test/ |
D | Makefile.am | 107 CLEANFILES = gcov-reports/*.gcov gcov-reports/summary.txt *.gcno *.gcda 110 $(AM_V_GEN)$(srcdir)/generate-gcov-report.sh gcov-reports $(top_builddir)/libevdev $(builddir) 113 @cat gcov-reports/summary.txt
|
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_selftest/ |
D | 00_Descriptions.txt | 2 tpm_selftest executes selftest and reports result 4 tpm_selftest -r reports result of last selftest
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | hr-time.idl | 2 // Content was automatically extracted by Reffy into reffy-reports 3 // (https://github.com/tidoust/reffy-reports)
|
/third_party/cef/libcef/common/ |
D | cef_crash_report_upload_thread.cc | 31 std::vector<CrashReportDatabase::Report> reports; in ProcessPendingReports() local 32 if (database_->GetCompletedReports(&reports) != in ProcessPendingReports() 46 for (const CrashReportDatabase::Report& report : reports) { in ProcessPendingReports()
|