/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...] |
/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"))]
|
/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
|
/third_party/skia/infra/wasm-common/perf/ |
H A D | wasm_perf_aggregator.go | 50 issue = flag.Int64("issue", 0, "issue (if tryjob)") 74 Issue string `json:"issue"` 176 Issue: strconv.FormatInt(*issue, 10),
|
/third_party/skia/infra/lottiecap/gold/ |
H A D | lottie-web-aggregator.go | 47 issue = flag.String("issue", "", "ChangeListID (if tryjob)") 167 ChangelistID: *issue,
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 8805 // Regression test for issue #82533 13995 #[unstable(feature = "liballoc_internals", issue = "none", reason = "implementation detail")] 14047 #[unstable(feature = "allocator_api", issue = "32838")] 14221 #[unstable(feature = "allocator_api", issue = "32838")] 14377 #[unstable(feature = "alloc_internals", issue = "none")] 14423 #![unstable(feature = "raw_vec_internals", reason = "implementation detail", issue = "none")] 15046 #[unstable(feature = "slice_concat_ext", issue = "27747")] 15055 #[unstable(feature = "slice_concat_ext", issue = "27747")] 15104 // Currently (2018-05-13) there is a bug with type inference and specialization (see issue #36262) 16832 #[unstable(feature = "vec_into_raw_parts", reason = "new API", issue [all...] |
/third_party/skia/infra/bots/recipes/ |
H A D | upload_nano_results.py | 45 str(api.vars.issue), str(api.vars.patchset)))
|
/third_party/skia/ |
H A D | PRESUBMIT.py | 23 GOLD_TRYBOT_URL = 'https://gold.skia.org/search?issue=' 301 """Abstracts which codereview tool is used for the specified issue.""" 304 self._issue = input_api.change.issue 356 """git cl upload will call this hook after the issue is created/modified. 362 if not change.issue: 401 change.FullDescriptionText(), change.issue)
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fate.sh | 33 test to run the number of the issue to test
|