Searched defs:bug_id (Results 1 – 3 of 3) sorted by relevance
| /external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/ |
| 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
|
| /external/autotest/contrib/ |
| 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
|
| /external/autotest/server/cros/dynamic_suite/ |
| D | reporting_utils.py | 318 def link_crbug(bug_id): argument
|