Home
last modified time | relevance | path

Searched refs:Reports (Results 1 – 25 of 69) sorted by relevance

123

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h345 llvm::ilist<BugReport> Reports;
349 Reports.push_back(R.release());
357 assert(!Reports.empty());
358 Reports.front().Profile(ID);
364 iterator begin() { return Reports.begin(); }
365 iterator end() { return Reports.end(); }
367 const_iterator begin() const { return Reports.begin(); }
368 const_iterator end() const { return Reports.end(); }
/external/ltp/
Drunltp117 -a EMAIL_TO EMAIL all your Reports to this E-mail Address
901 … mutt -a ./$TAR_FILE_NAME.gz -s "LTP Reports on $test_start_time" -- $EMAIL_TO < /dev/null
903 echo "Reports Successfully mailed to: $EMAIL_TO"
905 echo "Reports cannot be mailed to: $EMAIL_TO"
909 …uuencode ./$TAR_FILE_NAME.gz $TAR_FILE_NAME.gz | mail $EMAIL_TO -s "LTP Reports on $test_start_ti…
911 echo "Reports Successfully mailed to: $EMAIL_TO"
913 echo "Reports cannot be mailed to: $EMAIL_TO"
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h541 llvm::SmallVector<std::unique_ptr<BugReport>, 4> Reports; variable
544 Reports.push_back(std::move(R)); in AddReport()
550 ArrayRef<std::unique_ptr<BugReport>> getReports() const { return Reports; } in getReports()
553 assert(!Reports.empty()); in Profile()
554 Reports.front()->Profile(ID); in Profile()
/external/tensorflow/tensorflow/core/data/service/
Ddispatcher.proto106 // Reports which round the client is currently reading from when doing
111 // Reports whether the client has successfully blocked the indicated round
178 // Reports a list of all workers registered with the dispatcher.
/external/llvm-project/compiler-rt/www/
Dmenu.html.incl15 <a href="http://llvm.org/bugs/">Bug Reports</a>
/external/compiler-rt/www/
Dmenu.html.incl15 <a href="http://llvm.org/bugs/">Bug Reports</a>
/external/rust/crates/uuid/
DCONTRIBUTING.md8 * [Bug Reports](#bug-reports)
44 # Bug Reports
45 [Bug Reports]: #bug-reports
/external/python/cpython2/Modules/_ctypes/darwin/
DLICENSE9 Bug Reports and other queries should go to <ogorman@users.sourceforge.net>
/external/python/cpython3/Modules/_ctypes/darwin/
DLICENSE9 Bug Reports and other queries should go to <ogorman@users.sourceforge.net>
/external/llvm-project/clang/www/
Dmenu.html.incl38 <a href="https://bugs.llvm.org/">Bug Reports</a>
/external/perfetto/protos/perfetto/common/
Dtracing_service_state.proto23 // Reports the state of the tracing service. Used to gather details about the
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto53 // Reports server-wide statistics for load balancing.
85 // Reports the current utilization of the server (typical range [0.0 - 1.0]).
/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto53 // Reports server-wide statistics for load balancing.
85 // Reports the current utilization of the server (typical range [0.0 - 1.0]).
/external/clang/www/
Dmenu.html.incl39 <a href="http://llvm.org/bugs/">Bug Reports</a>
/external/e2fsprogs/lib/et/
Dcom_err.texinfo128 * Bug Reports::
494 @node Building and Installation, Bug Reports, Coding Conventions, Top
507 @node Bug Reports, Acknowledgements, Building and Installation, Top
508 @chapter Bug Reports
517 @node Acknowledgements, , Bug Reports, Top
/external/llvm-project/libunwind/docs/
Dindex.rst77 **Bug Reports**
/external/rust/crates/criterion/src/
Dlib.rs101 use crate::report::{BencherReport, CliReport, Report, ReportContext, Reports};
366 report: Reports,
412 let reports = Reports { in default()
Dreport.rs301 pub(crate) struct Reports { struct
330 impl Report for Reports { argument
/external/libgsm/
DINSTALL85 Bug Reports
/external/perfetto/test/stress_test/
DREADME.md28 - Reports CPU/Memory/Context-switch numbers for the service and producer
/external/angle/infra/
DANGLEWrangling.md41 `Hotlist-PixelWrangler` on the bug (see [Filing Chromium Bug Reports](#filing-chromium-bug-reports)…
67 ### Filing Chromium Bug Reports
/external/llvm-project/polly/www/
Dmenu.html.incl32 <a href="/bugs.html">Bug Reports</a>
/external/clang/docs/
DAddressSanitizer.rst81 Symbolizing the Reports
151 Suppressing Reports in External Libraries
/external/llvm-project/clang/docs/
DAddressSanitizer.rst82 Symbolizing the Reports
153 Suppressing Reports in External Libraries
/external/pigweed/
DCODE_OF_CONDUCT.md72 Reports should be directed to Pigweed Community Managers at

123