Searched refs:reporting (Results 1 – 25 of 378) sorted by relevance
12345678910>>...16
/external/grpc-grpc/tools/failures/sql/ |
D | new_failures_24h.sql | 24 reporting AS ( 48 reporting.test_binary, 49 reporting.poll_strategy, 50 reporting.job_name, 51 reporting.build_id, 52 STRING(reporting.timestamp, "America/Los_Angeles") as timestamp_MTV 54 reporting 58 reporting.test_binary = calibration.test_binary
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | benchmark_test.py | 152 reporting = TestReportingBenchmark() 153 reporting.benchmarkReport1() # This should run without writing anything 159 reporting = TestReportingBenchmark() 160 reporting.benchmarkReport1() # This should write 161 reporting.benchmarkReport2() # This should write 162 benchmark_values3 = reporting.benchmark_times_an_op() # This should write
|
/external/python/cpython3/.github/ |
D | SECURITY.md | 12 Please read the guidelines on reporting security issues [on the 14 https://www.python.org/news/security/#reporting-security-issues-in-python
|
/external/python/cryptography/ |
D | CONTRIBUTING.rst | 20 To report a security issue, please follow the special `security reporting 23 .. _`security reporting guidelines`: https://cryptography.io/en/latest/security/
|
D | README.rst | 63 Need to report a security issue? Please consult our `security reporting`_ 71 .. _`security reporting`: https://cryptography.io/en/latest/security/
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 50-other-issues.md | 11 If you are reporting a vulnerability, please use the [dedicated reporting process](https://github.c…
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_BugReporting | 1 This document describes the process for reporting bugs found _by_ the 8 new, important issues and reporting them in a clear, consice, and effective 15 - Code under test that is targeted* for the POSIX Test Suite reporting.
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
D | AbstractReportMojo.java | 23 import org.apache.maven.reporting.AbstractMavenReport; 24 import org.apache.maven.reporting.MavenReportException;
|
/external/mesa3d/docs/ |
D | bugs.rst | 11 Please follow these bug reporting guidelines: 19 - If you're reporting a crash, try to use your debugger (gdb) to get a
|
/external/python/cpython3/Doc/ |
D | bugs.rst | 33 Overview of the process involved in reporting an improvement on the tracker. 54 If the problem you're reporting is not already in the bug tracker, go back to 60 sidebar to open the bug reporting form. 92 Beyond just reporting bugs that you find, you are also welcome to submit
|
/external/mockito/src/main/java/org/mockito/internal/reporting/ |
D | package-info.java | 9 package org.mockito.internal.reporting;
|
D | Pluralizer.java | 5 package org.mockito.internal.reporting;
|
D | Discrepancy.java | 5 package org.mockito.internal.reporting;
|
D | SmartPrinter.java | 5 package org.mockito.internal.reporting;
|
/external/oss-fuzz/docs/oss-fuzz/ |
D | architecture.md | 26 …?]({{ site.baseurl }}/faq/#why-do-you-use-a-different-issue-tracker-for-reporting-bugs-in-oss-proj… 32 …s/detail?id=53#c3)). 30 days after the fix is verified or 90 days after reporting (whichever is ea…
|
/external/mockito/src/main/java/org/mockito/internal/exceptions/ |
D | Reporter.java | 38 import static org.mockito.internal.reporting.Pluralizer.pluralize; 39 import static org.mockito.internal.reporting.Pluralizer.were_exactly_x_interactions; 407 …private static String createTooLittleInvocationsMessage(org.mockito.internal.reporting.Discrepancy… in createTooLittleInvocationsMessage() 419 …public static MockitoAssertionError tooLittleActualInvocations(org.mockito.internal.reporting.Disc… in tooLittleActualInvocations() 425 …toAssertionError tooLittleActualInvocationsInOrder(org.mockito.internal.reporting.Discrepancy disc… in tooLittleActualInvocationsInOrder()
|
/external/mockito/src/main/java/org/mockito/internal/verification/checkers/ |
D | AtLeastDiscrepancy.java | 7 import org.mockito.internal.reporting.Discrepancy;
|
/external/google-breakpad/ |
D | breakpad.pc.in | 7 Description: An open-source multi-platform crash reporting system
|
D | breakpad-client.pc.in | 7 Description: An open-source multi-platform crash reporting system
|
/external/python/google-api-python-client/samples/dfareporting/ |
D | README.md | 5 [here](https://github.com/googleads/googleads-dfa-reporting-samples).
|
/external/mockito/src/test/java/org/mockito/internal/reporting/ |
D | PluralizerTest.java | 5 package org.mockito.internal.reporting;
|
/external/okhttp/okio/ |
D | BUG-BOUNTY.md | 5 can make. We therefore encourage reporting security issues with the code
|
/external/okhttp/ |
D | BUG-BOUNTY.md | 5 can make. We therefore encourage reporting security issues with the code
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | threaded-count-mismatch.test | 1 # Test multithreaded error reporting.
|
/external/grpc-grpc-java/grpclb/src/main/proto/grpc/lb/v1/ |
D | load_balancer.proto | 65 // count except the timestamp should be reset to zero after reporting the stats. 135 // An opaque but printable token for load reporting. The client must include 139 // also used in client stats for reporting dropped calls.
|
12345678910>>...16