Home
last modified time | relevance | path

Searched refs:issues (Results 1 - 22 of 22) sorted by relevance

/third_party/icu/tools/commit-checker/
H A Dcheck.py246 issues = jira.search_issues(jira_query, startAt=start, maxResults=batch_size)
247 if len(issues) > 0:
248 print("Loaded issues %d-%d" % (start + 1, start + len(issues)), file=sys.stderr)
250 print(":warning: No issues matched the query.") # leave this as a warning
251 for jira_issue in issues:
253 if len(issues) < batch_size:
262 This can always be used (in- or out- of query issues), because it
308 issues = list(get_jira_issues(**vars(args)))
312 # which issues hav
[all...]
/third_party/mesa3d/bin/
H A Dgen_release_notes.py186 issues: typing.List[str] = []
200 issues.append(os.path.basename(urllib.parse.urlparse(bug).path))
202 issues.extend([b.strip().lstrip('#') for b in bug.split(',')])
204 issues.append(bug.lstrip('#'))
206 return issues
211 issues = await parse_issues(commits)
215 results = await asyncio.gather(*[get_bug(session, i) for i in issues])
226 url = 'https://gitlab.freedesktop.org/api/v4/projects/176/issues'
/third_party/ltp/scripts/
H A Dcheckbashisms.pl82 my $issues = 0;
133 $issues = 0;
530 if ($mode && !$issues) {
544 $issues = 1;
H A Dcheckpatch.pl1295 NOTE: perl $^V is not modern enough to detect all possible issues.
5867 # check if any macro arguments may have other precedence issues
5872 "Macro argument '$arg' may be better as '($arg)' to avoid precedence issues\n" . "$herectx");
6627 # Check for __attribute__ weak, or __weak declarations (may have link issues)
/third_party/rust/crates/clap/tests/derive/
H A Dmain.rs20 mod issues; modules
/third_party/notofonts/scripts/
H A Dissue-stats.py38 issues = repo.get_issues(state="all") variable
40 for i in issues:
76 open("docs/issues.json", "w"),
141 plt.title("Repositories with most open issues")
154 tiers[tier].append({"repo": k, "issues": v})
159 {"issues": k, "repos": low_hanging[k]} for k in sorted(low_hanging.keys())
162 tiers = {k: sorted(v, key=lambda i: -i["issues"]) for k, v in tiers.items()}
169 plt.title("Open issues per tier")
/third_party/node/test/parallel/
H A Dtest-cli-node-options.js36 /.*DeprecationWarning: Buffer\(\) is deprecated due to security and usability issues.*/,
84 // Workers can't eval as ES Modules. https://github.com/nodejs/node/issues/30682
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm131 L<https://github.com/mschout/perl-text-template/issues>
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c174 no issues. The only small worry is the comment below about languages that do
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm131 L<https://github.com/mschout/perl-text-template/issues>
/third_party/protobuf/objectivec/DevTools/
H A Dfull_mac_build.sh33 Force the number of parallel jobs (useful for debugging build issues).
/third_party/skia/third_party/externals/libpng/projects/owatcom/
H A Dpngconfig.mak133 $# If build issues errors after a change to pngconfig.dfa you have entered
/third_party/ffmpeg/libavresample/x86/
H A Daudio_mix.asm482 ; do not use ymm AVX or FMA4 in x86-32 for 6 or more channels due to stack alignment issues
/third_party/gn/src/gn/
H A Dcommand_gen.cc641 indexer issues here and there.
711 DEPRECATED https://bugs.chromium.org/p/gn/issues/detail?id=302.
/third_party/node/
H A Dvcbuild.bat117 if /i "%1"=="test-known-issues" set test_args=%test_args% known_issues&goto arg-ok
782 echo vcbuild.bat [debug/release] [msi] [doc] [test/test-all/test-addons/test-doc/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [nonpm] [nocorepack] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64/arm64] [vs2019/vs2022] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]
/third_party/curl/projects/
H A Dbuild-openssl.bat255 rem https://github.com/openssl/openssl/issues/10005
/third_party/node/deps/openssl/openssl/
H A DConfigure39 *** issue on GitHub <https://github.com/openssl/openssl/issues> ***
/third_party/openssl/
H A DConfigure39 *** issue on GitHub <https://github.com/openssl/openssl/issues> ***
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm2346 L<https://github.com/mschout/perl-text-template/issues>
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm2346 L<https://github.com/mschout/perl-text-template/issues>
/third_party/eudev/
H A Dconfigure5 # Report bugs to <https://github.com/gentoo/eudev/issues>.
278 $0: https://github.com/gentoo/eudev/issues about your
595 PACKAGE_BUGREPORT='https://github.com/gentoo/eudev/issues'
1562 Report bugs to <https://github.com/gentoo/eudev/issues>.
1785 ## Report this to https://github.com/gentoo/eudev/issues ##
20209 Report bugs to <https://github.com/gentoo/eudev/issues>."
/third_party/python/
H A Dconfigure5 # Report bugs to <https://github.com/python/cpython/issues/>.
271 $0: https://github.com/python/cpython/issues/ about your
616 PACKAGE_BUGREPORT='https://github.com/python/cpython/issues/'
1949 Report bugs to <https://github.com/python/cpython/issues/>.
22660 # rounding issues. The result of this test has little meaning on non
22662 # mode is round-to-nearest and double rounding issues are present, and
22663 # 0 otherwise. See https://github.com/python/cpython/issues/47186 for more info.
29674 Report bugs to <https://github.com/python/cpython/issues/>."

Completed in 65 milliseconds