HomeSort by relevance Sort by last modified time
    Searched refs:reports (Results 26 - 50 of 789) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/math/
bits.go 30 // IsNaN reports whether f is an IEEE 754 ``not-a-number'' value.
39 // IsInf reports whether f is an infinity, according to sign.
40 // If sign > 0, IsInf reports whether f is positive infinity.
41 // If sign < 0, IsInf reports whether f is negative infinity.
42 // If sign == 0, IsInf reports whether f is either infinity.
  /frameworks/base/services/core/java/com/android/server/am/
InstrumentationReporter.java 50 ArrayList<Report> reports; local
52 reports = mPendingReports;
54 if (reports == null || reports.isEmpty()) {
73 for (int i=0; i<reports.size(); i++) {
74 final Report rep = reports.get(i);
  /external/google-benchmark/src/
csv_reporter.cc 45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) {
50 for (const auto& run : reports) {
69 for (const auto& run : reports) {
80 for (const auto& run : reports) {
json_reporter.cc 90 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
91 if (reports.empty()) {
101 for (auto it = reports.begin(); it != reports.end(); ++it) {
106 if (++it_cp != reports.end()) {
  /external/testng/src/test/java/test/reports/
EmailableReportDriver.java 1 package test.reports;
ReporterLogTest.java 1 package test.reports;
  /prebuilts/go/darwin-x86/src/unicode/
graphic.go 33 // IsGraphic reports whether the rune is defined as a Graphic by Unicode.
45 // IsPrint reports whether the rune is defined as printable by Go. Such
57 // IsOneOf reports whether the rune is a member of one of the ranges.
68 // In reports whether the rune is a member of one of the ranges.
78 // IsControl reports whether the rune is a control character.
89 // IsLetter reports whether the rune is a letter (category L).
97 // IsMark reports whether the rune is a mark character (category M).
103 // IsNumber reports whether the rune is a number (category N).
111 // IsPunct reports whether the rune is a Unicode punctuation character
120 // IsSpace reports whether the rune is a space character as define
    [all...]
digit.go 7 // IsDigit reports whether the rune is a decimal digit.
  /prebuilts/go/linux-x86/src/unicode/
graphic.go 33 // IsGraphic reports whether the rune is defined as a Graphic by Unicode.
45 // IsPrint reports whether the rune is defined as printable by Go. Such
57 // IsOneOf reports whether the rune is a member of one of the ranges.
68 // In reports whether the rune is a member of one of the ranges.
78 // IsControl reports whether the rune is a control character.
89 // IsLetter reports whether the rune is a letter (category L).
97 // IsMark reports whether the rune is a mark character (category M).
103 // IsNumber reports whether the rune is a number (category N).
111 // IsPunct reports whether the rune is a Unicode punctuation character
120 // IsSpace reports whether the rune is a space character as define
    [all...]
digit.go 7 // IsDigit reports whether the rune is a decimal digit.
  /frameworks/opt/setupwizard/tools/gradle/
dist-unit-tests.gradle 8 * failures, and will create a zip of the XML test reports for each test run, and copy them to
9 * dist/host-test-reports for consumption by TradeFed.
14 // If unit tests are run as part of the build, dist the test XML reports to host-test-reports/*.zip
23 def junitReport = task.reports.junitXml
25 // Create a zip file of the XML test reports
33 // Copy the test reports to dist/host-test-reports
36 dist.file zipTask.archivePath.path, "host-test-reports/${zipTask.archiveName}"
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/darwin-x86/src/os/
path_plan9.go 12 // IsPathSeparator reports whether c is a directory separator character.
sys_unix.go 9 // supportsCloseOnExec reports whether the platform supports the
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/linux-x86/src/os/
path_plan9.go 12 // IsPathSeparator reports whether c is a directory separator character.
sys_unix.go 9 // supportsCloseOnExec reports whether the platform supports the
  /external/webrtc/webrtc/tools/rtcbot/
test.js 111 function onStatsReady(reports) {
112 for (index in reports) {
114 stats[reports[index].id] = collectStats(reports[index].stats);
139 fs.exists("test/reports/", function (exists) {
143 fs.mkdir("test/reports/", 0777, writeFile.bind(this));
148 fs.writeFile("test/reports/" + this.outputFileName_ + "_" +
  /external/libcxx/utils/google-benchmark/src/
json_reporter.cc 90 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
91 if (reports.empty()) {
101 for (auto it = reports.begin(); it != reports.end(); ++it) {
106 if (++it_cp != reports.end()) {
  /external/google-benchmark/include/benchmark/
reporter.h 29 // By default, benchmark reports are printed to stdout. However an application
30 // can control the destination of the reports by calling
119 // 'reports' contains additional entries representing the asymptotic
173 virtual void ReportRuns(const std::vector<Run>& reports);
189 virtual void ReportRuns(const std::vector<Run>& reports);
202 virtual void ReportRuns(const std::vector<Run>& reports);
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 28 // By default, benchmark reports are printed to stdout. However an application
29 // can control the destination of the reports by calling
115 // 'reports' contains additional entries representing the asymptotic
162 virtual void ReportRuns(const std::vector<Run>& reports);
176 virtual void ReportRuns(const std::vector<Run>& reports);
188 virtual void ReportRuns(const std::vector<Run>& reports);

Completed in 778 milliseconds

12 3 4 5 6 7 8 91011>>