/third_party/icu/tools/commit-checker/ |
H A D | check.py | 28 ICUIssue = namedtuple("ICUIssue", ["issue_id", "is_closed", "commit_wanted", "issue"]) 67 if jira_issue.issue.fields.status.id in [S_REVIEWING, S_REVIEW_FEEDBACK]: 73 """Yields a CommitWanted enum with the policy decision for this particular issue""" 151 def pretty_print_issue(issue, type=None, **kwargs): 152 print("- %s: `%s`" % (issue.issue_id, issue.issue.fields.summary)) 155 if issue.issue.fields.assignee: 156 print("\t- Assigned to %s" % issue [all...] |
/kernel/linux/linux-6.6/io_uring/ |
H A D | opdef.c | 54 .issue = io_nop, 67 .issue = io_read, 80 .issue = io_write, 86 .issue = io_fsync, 98 .issue = io_read, 111 .issue = io_write, 118 .issue = io_poll_add, 123 .issue = io_poll_remove, 129 .issue = io_sync_file_range, 139 .issue [all...] |
/third_party/python/Doc/tools/extensions/ |
H A D | suspicious.py | 20 - each line defines a rule; if the rule matches, the issue 61 def __init__(self, docname, lineno, issue, line): 67 self.issue = issue # the markup fragment that triggered this rule 72 return '{0.docname},,{0.issue},{0.line}'.format(self) 106 # set when any issue is encountered in this document 123 def check_issue(self, line, lineno, issue): 124 if not self.is_ignored(line, lineno, issue): 125 self.report_issue(line, lineno, issue) 127 def is_ignored(self, line, lineno, issue) [all...] |
H A D | pyspecific.py | 47 ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s' 62 issue = utils.unescape(text) 64 if 47261 < int(issue) < 400000: 69 text = 'bpo-' + issue 70 refnode = nodes.reference(text, text, refuri=ISSUE_URI % issue) 77 issue = utils.unescape(text) 80 if int(issue) < 32426: 82 'use :issue:`...` for BPO IDs', line=lineno) 85 text = 'gh-' + issue 86 refnode = nodes.reference(text, text, refuri=GH_ISSUE_URI % issue) [all...] |
/third_party/rust/crates/rustix/src/io/fd/ |
H A D | owned.rs | 7 #![cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))] 37 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))] 58 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))] 72 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))] 116 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))] 124 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))] 132 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))] 142 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))] 161 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))] 176 #[cfg_attr(staged_api, unstable(feature = "io_safety", issue [all...] |
/third_party/rust/crates/rustix/src/net/ |
H A D | ip.rs | 202 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))] 293 rustc_const_unstable(feature = "const_ip", issue = "76205") 295 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))] 352 rustc_const_unstable(feature = "const_ip", issue = "76205") 354 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))] 379 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))] 455 rustc_const_unstable(feature = "const_ip", issue = "76205") 457 #[cfg_attr(staged_api, unstable(feature = "ip", issue = "27709"))] 744 rustc_const_unstable(feature = "const_ipv4", issue = "76205") 746 #[cfg_attr(staged_api, unstable(feature = "ip", issue [all...] |
H A D | addr.rs | 134 rustc_const_unstable(feature = "const_socketaddr", issue = "82485") 157 rustc_const_unstable(feature = "const_socketaddr", issue = "82485") 201 rustc_const_unstable(feature = "const_socketaddr", issue = "82485") 248 rustc_const_unstable(feature = "const_socketaddr", issue = "82485") 273 rustc_const_unstable(feature = "const_socketaddr", issue = "82485") 296 rustc_const_unstable(feature = "const_socketaddr", issue = "82485") 316 rustc_const_unstable(feature = "const_socketaddr", issue = "82485") 352 rustc_const_unstable(feature = "const_socketaddr", issue = "82485") 396 rustc_const_unstable(feature = "const_socketaddr", issue = "82485") 421 rustc_const_unstable(feature = "const_socketaddr", issue [all...] |
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | slice.rs | 38 #[unstable(feature = "slice_range", issue = "76393")] 40 #[unstable(feature = "array_chunks", issue = "74985")] 42 #[unstable(feature = "array_chunks", issue = "74985")] 44 #[unstable(feature = "array_windows", issue = "75027")] 52 #[unstable(feature = "slice_from_ptr_range", issue = "89792")] 62 #[unstable(feature = "slice_group_by", issue = "80552")] 437 #[unstable(feature = "allocator_api", issue = "32838")] 684 #[unstable(feature = "slice_concat_trait", issue = "27747")] 686 #[unstable(feature = "slice_concat_trait", issue = "27747")] 691 #[unstable(feature = "slice_concat_trait", issue [all...] |
H A D | boxed.rs | 184 #[unstable(feature = "thin_box", issue = "92791")] 201 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 243 #[unstable(feature = "new_uninit", issue = "63291")] 270 #[unstable(feature = "new_uninit", issue = "63291")] 304 #[unstable(feature = "allocator_api", issue = "32838")] 330 #[unstable(feature = "allocator_api", issue = "32838")] 331 // #[unstable(feature = "new_uninit", issue = "63291")] 356 #[unstable(feature = "allocator_api", issue = "32838")] 357 // #[unstable(feature = "new_uninit", issue = "63291")] 379 #[unstable(feature = "allocator_api", issue [all...] |
H A D | alloc.rs | 52 #[unstable(feature = "allocator_api", issue = "32838")] 238 #[unstable(feature = "allocator_api", issue = "32838")] 361 #[rustc_const_unstable(feature = "const_alloc_error", issue = "92523")] 385 #[unstable(feature = "alloc_internals", issue = "none")]
|
/kernel/linux/linux-6.6/rust/alloc/collections/ |
H A D | mod.rs | 74 issue = "48043" 86 issue = "48043" 101 issue = "none", 114 issue = "48043" 123 #[unstable(feature = "try_reserve_kind", reason = "new API", issue = "48043")]
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk_types.h | 157 * 51 bits: issue time of bio 180 static inline u64 bio_issue_time(struct bio_issue *issue) in bio_issue_time() argument 182 return __bio_issue_time(issue->value); in bio_issue_time() 185 static inline sector_t bio_issue_size(struct bio_issue *issue) in bio_issue_size() argument 187 return ((issue->value & BIO_ISSUE_SIZE_MASK) >> BIO_ISSUE_SIZE_SHIFT); in bio_issue_size() 190 static inline void bio_issue_init(struct bio_issue *issue, in bio_issue_init() argument 194 issue->value = ((issue->value & BIO_ISSUE_RES_MASK) | in bio_issue_init() 391 * When a shared kthread needs to issue a bio for a cgroup, doing
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | blk_types.h | 214 * 51 bits: issue time of bio 237 static inline u64 bio_issue_time(struct bio_issue *issue) in bio_issue_time() argument 239 return __bio_issue_time(issue->value); in bio_issue_time() 242 static inline sector_t bio_issue_size(struct bio_issue *issue) in bio_issue_size() argument 244 return ((issue->value & BIO_ISSUE_SIZE_MASK) >> BIO_ISSUE_SIZE_SHIFT); in bio_issue_size() 247 static inline void bio_issue_init(struct bio_issue *issue, in bio_issue_init() argument 251 issue->value = ((issue->value & BIO_ISSUE_RES_MASK) | in bio_issue_init()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_redirect_cpu_kern.c | 32 __u64 issue; member 226 rec->issue++; in xdp_prognum0_no_touch() 269 rec->issue++; in xdp_prognum1_touch_data() 317 rec->issue++; in xdp_prognum2_round_robin() 385 rec->issue++; in xdp_prognum3_proto_separate() 461 rec->issue++; in xdp_prognum4_ddos_filter_pktgen() 564 rec->issue++; in xdp_prognum5_lb_hash_ip_pairs() 684 rec->issue += 1; in trace_xdp_cpumap_enqueue() 727 rec->issue++; in trace_xdp_cpumap_kthread()
|
H A D | xdp_rxq_info_kern.c | 37 __u64 issue; member 102 rec->issue++; in xdp_prognum0() 117 rxq_rec->issue++; in xdp_prognum0()
|
H A D | xdp_rxq_info_user.c | 185 __u64 issue; member 276 rec->cpu[i].issue = values[i].issue; in map_collect_percpu() 277 sum_issue += values[i].issue; in map_collect_percpu() 280 rec->total.issue = sum_issue; in map_collect_percpu() 328 packets = r->issue - p->issue; in calc_errs_pps() 357 "XDP stats", "CPU", "pps", "issue-pps"); in stats_print() 381 "RXQ stats", "RXQ:CPU", "pps", "issue-pps"); in stats_print()
|
/third_party/skia/tools/ |
H A D | add_codereview_message.py | 8 """Add message to codereview issue. 10 This script takes a codereview issue number as its argument and a (possibly 11 multi-line) message on stdin. It appends the message to the given issue. 34 def add_codereview_message(issue, message): 38 codereview_url: (string) we will extract the issue number from 39 this url, or this could simply be the issue number. 46 my_rietveld.add_comment(issue, message) 61 option_parser.error('Missing issue number.')
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_sample.bpf.c | 146 NO_TEAR_INC(rec->issue); in BPF_PROG() 176 NO_TEAR_INC(rec->issue); in BPF_PROG() 232 NO_TEAR_INC(rec->issue); in BPF_PROG() 264 NO_TEAR_INC(rec->issue); in BPF_PROG()
|
/third_party/notofonts/scripts/ |
H A D | gather.py | 88 for issue in repo.get_issues(): 90 {"title": issue.title, "number": issue.number, "url": issue.html_url}
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | into_iter.rs | 37 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 94 #[unstable(feature = "allocator_api", issue = "32838")] in fmt() 344 #[unstable(feature = "trusted_len", issue = "37572")] 366 #[unstable(issue = "none", feature = "std_internals")] 372 #[unstable(issue = "none", feature = "std_internals")] 376 #[unstable(issue = "none", feature = "std_internals")] 426 #[unstable(issue = "none", feature = "inplace_iteration")] 430 #[unstable(issue = "none", feature = "inplace_iteration")]
|
H A D | drain.rs | 27 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator + 'a = Global, 64 #[unstable(feature = "allocator_api", issue = "32838")] in fmt() 90 #[unstable(feature = "drain_keep_rest", issue = "101122")] in fmt() 251 #[unstable(feature = "trusted_len", issue = "37572")]
|
H A D | extract_if.rs | 22 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")] 29 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 49 #[unstable(feature = "allocator_api", issue = "32838")] 56 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")] 92 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")]
|
/third_party/skia/infra/bots/task_drivers/g3_canary/ |
H A D | g3_canary.go | 51 Issue int `json:"issue"` 130 func triggerCanaryRoll(ctx context.Context, issue, patchset, taskFileName, taskStoragePath string, gcsClient gcs.GCSClient) error { 134 i, err := strconv.Atoi(issue) 136 return fmt.Errorf("Could not convert %s to int: %s", issue, err) 153 fmt.Printf("G3 canary task for %s/%s has been successfully added to %s\n", issue, patchset, taskStoragePath)
|
/third_party/googletest/googletest/scripts/ |
H A D | upload.py | 440 help="Optional description when creating an issue.") 445 "the description when creating an issue.") 458 group.add_option("-i", "--issue", type="int", action="store", 460 help="Issue number to which to add. Defaults to new issue.") 676 def UploadBaseFiles(self, issue, rpc_server, patch_list, patchset, options, 695 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id) 1196 def UploadSeparatePatches(issue, rpc_server, patchset, data, options): 1213 url = "/%d/upload_patch/%d" % (int(issue), int(patchset)) 1274 A 2-tuple (issue id, patchset id). 1305 if options.issue [all...] |
/third_party/elfutils/src/ |
H A D | elfclassify.c | 51 /* Set by issue or elf_issue. */ 54 /* Non-fatal issue occurred while processing the current_path. */ 56 issue (int e, const char *msg) in issue() function 68 /* Non-fatal issue occurred while processing the current ELF. */ 91 issue (errno, N_("opening")); in open_file() 98 issue (errno, N_("reading")); in open_file() 828 issue (errno, N_("writing to standard output")); in process_current_path() 855 issue (errno, N_("reading from standard input")); in process_stdin() 1004 fails for any file, and 2 if there is an environmental issue (such \ in main() 1009 environmental issue in main() [all...] |