/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...] |
/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...] |
/build/tools/component_tools/static_check/gn_check/ |
H A D | check_gn.py | 124 issue = '存在 product_name 或 device_name' 138 info[1], info[2].strip()), rules, issue]) 155 issue = '存在 product_name 或 device_name' 178 info[1], info[2].strip()), rules, issue]) 181 info[1], info[2].strip()), rules, issue]) 216 issue = '不存在 ' 217 issue += 'subsystem_name' if flags[0] else '' 218 issue += ',' if all(flags) else '' 219 issue += 'part_name' if flags[1] else '' 222 [key[len(self.check_path) + 1:], pos, rules, issue]) [all...] |
H A D | check_gn_online.py | 76 issue = '存在' 77 issue += check_list[0] if flag[check_list[0]] else '' 78 issue += ',' if all(flag.values()) else '' 79 issue += check_list[1] if flag[check_list[1]] else '' 81 self.err_info.append([key, pos, rules, issue]) 87 issue = '存在绝对路径' 102 self.err_info.append([key, pos, rules, issue]) 123 issue = 'target不存在' 124 issue += check_list[0] if flag[check_list[0]] else '' 125 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...] |
/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...] |
H A D | mod.rs | 7 #![cfg_attr(staged_api, unstable(feature = "io_safety", issue = "87074"))]
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_hw.h | 29 #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 D | mali_kbase_hw.h | 33 #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 D | mali_kbase_hw.h | 36 #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 D | mali_kbase_hw.h | 34 * @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 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.')
|
/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}
|
/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...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/ |
H A D | aes-armv4.S | 25 @ key [on single-issue Xscale PXA250 core]. 33 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha512-armv4.S | 21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue 26 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on 44 @ multiple NEON instructions per cycle, but dual NEON issue could
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/ |
H A D | aes-armv4.S | 25 @ key [on single-issue Xscale PXA250 core]. 33 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha512-armv4.S | 21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue 26 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on 44 @ multiple NEON instructions per cycle, but dual NEON issue could
|
/third_party/skia/infra/bots/recipe_modules/vars/ |
H A D | api.py | 68 self.issue = None 77 self.issue = self.m.properties['patch_issue']
|
/third_party/libwebsockets/lib/misc/ |
H A D | lecp.c | 189 st->pop_iss = s_end; /* issue this when we pop back here */ in lecp_push() 422 goto issue; in lecp_parse() 430 goto issue; in lecp_parse() 620 goto issue; in lecp_parse() 624 goto issue; in lecp_parse() 628 goto issue; in lecp_parse() 632 goto issue; in lecp_parse() 721 * ... then issue what we collected as a in lecp_parse() 728 goto issue; in lecp_parse() 754 * buffer, and issue chunk in lecp_parse() [all...] |
/third_party/skia/infra/wasm-common/gold/ |
H A D | wasm_gold_aggregator.go | 47 issue = flag.String("issue", "", "ChangelistID (if tryjob)") 184 dmresults.ChangelistID = *issue
|