Searched refs:Reports (Results 1 – 25 of 69) sorted by relevance
123
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 345 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/ |
D | runltp | 117 -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/ |
D | BugReporter.h | 541 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/ |
D | dispatcher.proto | 106 // 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/ |
D | menu.html.incl | 15 <a href="http://llvm.org/bugs/">Bug Reports</a>
|
/external/compiler-rt/www/ |
D | menu.html.incl | 15 <a href="http://llvm.org/bugs/">Bug Reports</a>
|
/external/rust/crates/uuid/ |
D | CONTRIBUTING.md | 8 * [Bug Reports](#bug-reports) 44 # Bug Reports 45 [Bug Reports]: #bug-reports
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | LICENSE | 9 Bug Reports and other queries should go to <ogorman@users.sourceforge.net>
|
/external/python/cpython3/Modules/_ctypes/darwin/ |
D | LICENSE | 9 Bug Reports and other queries should go to <ogorman@users.sourceforge.net>
|
/external/llvm-project/clang/www/ |
D | menu.html.incl | 38 <a href="https://bugs.llvm.org/">Bug Reports</a>
|
/external/perfetto/protos/perfetto/common/ |
D | tracing_service_state.proto | 23 // Reports the state of the tracing service. Used to gather details about the
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/lb/v1/ |
D | load_reporter.proto | 53 // 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/ |
D | load_reporter.proto | 53 // Reports server-wide statistics for load balancing. 85 // Reports the current utilization of the server (typical range [0.0 - 1.0]).
|
/external/clang/www/ |
D | menu.html.incl | 39 <a href="http://llvm.org/bugs/">Bug Reports</a>
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 128 * 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/ |
D | index.rst | 77 **Bug Reports**
|
/external/rust/crates/criterion/src/ |
D | lib.rs | 101 use crate::report::{BencherReport, CliReport, Report, ReportContext, Reports}; 366 report: Reports, 412 let reports = Reports { in default()
|
D | report.rs | 301 pub(crate) struct Reports { struct 330 impl Report for Reports { argument
|
/external/libgsm/ |
D | INSTALL | 85 Bug Reports
|
/external/perfetto/test/stress_test/ |
D | README.md | 28 - Reports CPU/Memory/Context-switch numbers for the service and producer
|
/external/angle/infra/ |
D | ANGLEWrangling.md | 41 `Hotlist-PixelWrangler` on the bug (see [Filing Chromium Bug Reports](#filing-chromium-bug-reports)… 67 ### Filing Chromium Bug Reports
|
/external/llvm-project/polly/www/ |
D | menu.html.incl | 32 <a href="/bugs.html">Bug Reports</a>
|
/external/clang/docs/ |
D | AddressSanitizer.rst | 81 Symbolizing the Reports 151 Suppressing Reports in External Libraries
|
/external/llvm-project/clang/docs/ |
D | AddressSanitizer.rst | 82 Symbolizing the Reports 153 Suppressing Reports in External Libraries
|
/external/pigweed/ |
D | CODE_OF_CONDUCT.md | 72 Reports should be directed to Pigweed Community Managers at
|
123