Home
last modified time | relevance | path

Searched full:reports (Results 1 – 25 of 1752) sorted by relevance

12345678910>>...71

/third_party/benchmark/src/
Dstatistics.cc88 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats() argument
92 auto error_count = std::count_if(reports.begin(), reports.end(), in ComputeStats()
95 if (reports.size() - error_count < 2) { in ComputeStats()
104 real_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
105 cpu_accumulated_time_stat.reserve(reports.size()); in ComputeStats()
109 const IterationCount run_iterations = reports.front().iterations; in ComputeStats()
116 for (Run const& r : reports) { in ComputeStats()
124 it->second.s.reserve(reports.size()); in ComputeStats()
132 for (Run const& run : reports) { in ComputeStats()
133 BM_CHECK_EQ(reports[0].benchmark_name(), run.benchmark_name()); in ComputeStats()
[all …]
Dcomplexity.cc158 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 …]
Dstatistics.h26 // information (and any user-specified info) for the specified list of reports.
27 // If 'reports' contains less than two non-errored runs an empty vector is
31 const std::vector<BenchmarkReporter::Run>& reports);
Dcomplexity.h29 // list of reports. If 'reports.size() < 2' an empty vector is returned.
31 const std::vector<BenchmarkReporter::Run>& reports);
/third_party/libabigail/doc/manuals/
Dlibabigail-concepts.rst49 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.
297 Suppress change reports involving a type which is referred to either
334 out the example below about :ref:`suppressing change reports about
347 Suppresses change reports involving changes in the value of
[all …]
/third_party/typescript/tests/baselines/reference/
DmemberVariableDeclarations1.symbols20 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))
DmemberVariableDeclarations1.types21 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[]
DmemberVariableDeclarations1.js9 public reports: Employee[] = [];
17 public reports: Employee[];
21 this.reports = [];
36 this.reports = [];
44 this.reports = [];
/third_party/rust/crates/regex/
DUNICODE.md4 [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/typescript/src/testRunner/unittests/tsbuildWatch/
DconfigFileErrors.ts2 …describe("unittests:: tsbuildWatch:: watchMode:: configFileErrors:: reports syntax errors in confi…
9 subScenario: "reports syntax errors in config file",
34 caption: "reports syntax errors after change to config file",
40 caption: "reports syntax errors after change to ts file",
45 caption: "reports error when there is no change to tsconfig file",
/third_party/skia/third_party/externals/libpng/contrib/powerpc-vsx/
DREADME42 BUG REPORTS: an email address to which to send reports of problems
53 BUG REPORTS
74 You must also be prepared to handle bug reports from users of the code, either
76 "BUG REPORTS" entry or both. Please make sure that the header of the file
77 contains the STATUS and BUG REPORTS fields as above.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java19 * Reports (UTR).
21 * <a href="http://www.unicode.org/reports/tr44/">UAX #44: Unicode Character Database</a>.
328 * (http://www.unicode.org/reports/tr29/)
421 * (http://www.unicode.org/reports/tr31/)
429 * (http://www.unicode.org/reports/tr31/)
518 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
525 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
532 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
539 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
546 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
[all …]
/third_party/skia/third_party/externals/libpng/contrib/mips-msa/
DREADME44 BUG REPORTS: an email address to which to send reports of problems
55 BUG REPORTS
76 You must also be prepared to handle bug reports from users of the code, either
78 "BUG REPORTS" entry or both. Please make sure that the header of the file
79 contains the STATUS and BUG REPORTS fields as above.
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/
DREADME44 BUG REPORTS: an email address to which to send reports of problems
55 BUG REPORTS
76 You must also be prepared to handle bug reports from users of the code, either
78 "BUG REPORTS" entry or both. Please make sure that the header of the file
79 contains the STATUS and BUG REPORTS fields as above.
/third_party/icu/tools/unicodetools/com/ibm/rbm/docs/
DRBReporter.html92 the translation efforts in their project. RBReporter generates such reports
94 of formats. The information included in the reports includes the names
110 the reporter, such as the bundle to report on, the types of reports generated,
116 reports is ignored, and the reports are generated immediately according
120 of reports.</P>
126 on the command line. Another message will appear when the reports have
135 generate reports according to the other settings. To toggle whether or
141 of time is specified that must pass in between reports, or a specific
149 reports are saved. Note that the reports are overwritten each time they
180 scan XML file. The report generated is appended to the normal reports
/third_party/python/Lib/test/
Dtest_flufl.py21 # The old parser reports the end of the token and the new
22 # parser reports the start of the token
34 # The old parser reports the end of the token and the new
35 # parser reports the start of the token
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUProperty.java20 * Reports (UTR).
22 * <a href="http://www.unicode.org/reports/tr44/">UAX #44: Unicode Character Database</a>.
291 * (http://www.unicode.org/reports/tr29/)
377 * (http://www.unicode.org/reports/tr31/)
384 * (http://www.unicode.org/reports/tr31/)
459 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
464 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
469 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
474 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
479 * See http://www.unicode.org/reports/tr51/#Emoji_Properties
[all …]
/third_party/typescript/src/testRunner/unittests/tsbuild/
DconfigFileErrors.ts11 … describe("unittests:: tsbuild:: configFileErrors:: reports syntax errors in config file", () => {
21 subScenario: "reports syntax errors in config file",
41 subScenario: "reports syntax errors after change to config file",
46 subScenario: "reports syntax errors after change to ts file",
Ddemo.ts14 subScenario: "in master branch with everything setup correctly and reports no error",
21 subScenario: "in circular branch reports the error about it by stopping build",
38 …subScenario: "in bad-ref branch reports the error about files not in rootDir at the import locatio…
/third_party/typescript/tests/cases/compiler/
DmemberVariableDeclarations1.ts8 public reports: Employee[] = []; property in Employee
16 public reports: Employee[]; property in Employee2
20 this.reports = [];
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleData.java38 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
39 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
47 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
48 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
56 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
57 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
65 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
66 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
76 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
77 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
/third_party/libevdev/test/
DMakefile.am107 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/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleData.java38 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
39 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
47 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
48 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
56 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
57 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
65 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
66 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
75 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
76 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
/third_party/rust/crates/unicode-width/src/
Dlib.rs12 //! [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)
75 /// to [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)
84 /// to [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)
105 /// to [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)
115 /// to [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)
/third_party/curl/docs/
DBUFQ.md58 remove the amount that `writer` reports.
110 number of chunks are used, the `bufq` reports that it is "full".
137 * write 4000 bytes to it, it reports "full"
138 * read 1 bytes from it, it still reports "full"
150 reports **full**, but one can **still** write. This option is necessary, if

12345678910>>...71