Searched defs:bug_id (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/ |
H A D | quiche_bug_tracker_impl.h | 9 #define QUICHE_BUG_IMPL(bug_id) QUIC_LOG(DFATAL) argument 10 #define QUICHE_BUG_IF_IMPL(bug_id, condition) QUIC_LOG_IF(DFATAL, condition) argument 11 #define QUICHE_PEER_BUG_IMPL(bug_id) QUIC_LOG(ERROR) argument 12 #define QUICHE_PEER_BUG_IF_IMPL(bug_id, condition) QUIC_LOG_IF(ERROR, condition) argument 14 #define QUICHE_BUG_V2_IMPL(bug_id) QUIC_LOG(DFATAL) argument 15 #define QUICHE_BUG_IF_V2_IMPL(bug_id, condition) QUIC_LOG_IF(DFATAL, condition) argument 16 #define QUICHE_PEER_BUG_V2_IMPL(bug_id) QUIC_LOG(ERROR) argument 17 #define QUICHE_PEER_BUG_IF_V2_IMPL(bug_id, condition) \ argument
|
/aosp_15_r20/external/autotest/contrib/ |
H A D | upload_results.py | 347 def annotate_results_with_bugid(self, bug_id): argument 503 def write_bug_id(self, test_dir, bug_id): argument
|
/aosp_15_r20/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
H A D | CrashCheckBase.java | 184 String bug_id = split_bug.get(2); in populateKnownFailures() local
|
/aosp_15_r20/external/autotest/server/cros/dynamic_suite/ |
H A D | reporting_utils.py | 318 def link_crbug(bug_id): argument
|