Home
last modified time | relevance | path

Searched refs:issue (Results 1 - 25 of 145) sorted by relevance

123456

/third_party/icu/tools/commit-checker/
H A Dcheck.py28 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 Dopdef.c54 .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 Dsuspicious.py20 - 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...]
/third_party/rust/crates/rustix/src/io/fd/
H A Downed.rs7 #![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 Dip.rs202 #[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 Daddr.rs134 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 Dslice.rs38 #[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 Dboxed.rs184 #[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 Dalloc.rs52 #[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 Dmod.rs74 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 Dblk_types.h157 * 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 Dblk_types.h214 * 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 Dxdp_redirect_cpu_kern.c32 __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 Dxdp_rxq_info_kern.c37 __u64 issue; member
102 rec->issue++; in xdp_prognum0()
117 rxq_rec->issue++; in xdp_prognum0()
H A Dxdp_rxq_info_user.c185 __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()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_hw.h29 #define kbase_hw_has_issue(kbdev, issue) test_bit(issue, &(kbdev)->hw_issues_mask[0])
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_hw.h33 #define kbase_hw_has_issue(kbdev, issue)\
34 test_bit(issue, &(kbdev)->hw_issues_mask[0])
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hw.h36 #define kbase_hw_has_issue(kbdev, issue) test_bit(issue, &(kbdev)->hw_issues_mask[0])
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hw.h34 * @issue: issue to be checked
36 #define kbase_hw_has_issue(kbdev, issue)\
37 test_bit(issue, &(kbdev)->hw_issues_mask[0])
/third_party/skia/tools/
H A Dadd_codereview_message.py8 """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 Dxdp_sample.bpf.c146 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 Dgather.py88 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 Dinto_iter.rs37 #[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 Ddrain.rs27 #[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 Dextract_if.rs22 #[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")]

Completed in 16 milliseconds

123456