Home
last modified time | relevance | path

Searched +full:create +full:- +full:issue +full:- +full:on +full:- +full:failure (Results 1 – 25 of 1049) sorted by relevance

12345678910>>...42

/external/sdk-platform-java/.github/workflows/
Dnightly.yaml2 on:
5 - cron: '0 1 * * *' # Nightly at 1am
12 fail-fast: false
14 os: [ macOS-12, ubuntu-22.04, windows-2022 ]
16 runs-on: ${{ matrix.os }}
18 - run: git config --global core.longpaths true
19 - uses: actions/checkout@v3
20 - uses: actions/setup-java@v3
22 java-version: ${{ matrix.java }}
25 - run: mvn -version
[all …]
/external/ot-br-posix/
DCONTRIBUTING.md5 - [1 Code of Conduct](#code-of-conduct)
6 - [2 Bugs](#bugs)
7 - [3 New Features](#new-features)
8 - [4 Contributing Code](#contributing-code)
9 - [4.1 Initial Setup](#initial-setup)
10 - [4.2 Contributor License Agreement (CLA)](#contributor-license-agreement--cla-)
11 - [4.3 Submitting a Pull Request](#submitting-a-pull-request)
12 - [5 Contributing Documentation](#contributing-documentation)
20Issue](https://github.com/openthread/ot-br-posix/issues/new). The best bug reports provide a detai…
24 You can request a new feature by [submitting a GitHub Issue](https://github.com/openthread/ot-br-po…
[all …]
/external/openthread/
DCONTRIBUTING.md5 - [1 Code of Conduct](#code-of-conduct)
6 - [2 Bugs](#bugs)
7 - [3 New Features](#new-features)
8 - [4 Contributing Code](#contributing-code)
9 - [4.1 Initial Setup](#initial-setup)
10 - [4.2 Contributor License Agreement (CLA)](#contributor-license-agreement--cla-)
11 - [4.3 Submitting a Pull Request](#submitting-a-pull-request)
12 - [5 Contributing Documentation](#contributing-documentation)
20Issue](https://github.com/openthread/openthread/issues/new). The best bug reports provide a detail…
24 You can request a new feature by [submitting a GitHub Issue](https://github.com/openthread/openthre…
[all …]
/external/python/google-api-python-client/docs/dyn/
Dcontactcenterinsights_v1.projects.locations.issueModels.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dtoolresults_v1beta3.projects.histories.executions.steps.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/python/typing_extensions/.github/workflows/
Dci.yml3 on:
5 - cron: "0 2 * * *" # 2am UTC
8 - main
20 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
21 cancel-in-progress: true
27 if: >-
29 # don't run it on contributors' forks
39 fail-fast: false
41 # We try to test on the earliest available bugfix release of each
44 # https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
[all …]
Dthird_party.yml2 # running the tests of various third-party libraries that use us.
4 # and helps flag when third-party libraries are making incorrect assumptions
7 name: Third-party tests
9 on:
11 - cron: "30 2 * * *" # 02:30 UTC
14 - ".github/workflows/third_party.yml"
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
31 if: >-
33 # don't run it on contributors' forks
[all …]
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/utils/
DNettyUtils.java11 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
57 … + "usually succeed on a retry, but if it does not: consider "
108 … + "Consider taking any of the following actions to mitigate the issue: increase max connections, " in getMessageForAcquireTimeoutException()
112 …+ "fully utilized), but can eventually start to hit operation system limitations on the number of … in getMessageForAcquireTimeoutException()
118 …+ "If the above mechanisms are not able to fix the issue, try smoothing out your requests so that … in getMessageForAcquireTimeoutException()
126 … + "Consider taking any of the following actions to mitigate the issue: increase max connections, " in getMessageForTooManyAcquireOperationsError()
131 …+ "fully utilized), but can eventually start to hit operation system limitations on the number of … in getMessageForTooManyAcquireOperationsError()
139 …+ "If the above mechanisms are not able to fix the issue, try smoothing out your requests so that … in getMessageForTooManyAcquireOperationsError()
171 * @param promise Promise to notify of success or failure.
178 return (success, fail) -> { in promiseNotifyingBiConsumer()
[all …]
/external/python/dateutil/
DCONTRIBUTING.md3 This document outlines the ways to contribute to `python-dateutil`. This is a fairly small, low-tra…
8 …ution - it's important to get feedback about how the library is failing, and there's no better way…
10 …example - a small, self-contained script that can reproduce the behavior is the best way to get yo…
12 …de operating system, `python` version and `dateutil` version. Instructions on getting your version…
13 - `dateutil`: `python -c 'import dateutil; print(dateutil.__version__)'`
14 - `Python`: `python --version`
16 3. A description of the problem - what *is* happening and what *should* happen.
18 While pull requests fixing bugs are accepted, they are *not* required - the bug report in itself is…
22 If you would like to see a new feature in `dateutil`, it is probably best to start an issue for dis…
26- improvements to documentation, bug fixes, feature implementations, fixes to the build system, e…
[all …]
/external/python/cpython3/Lib/idlelib/
DNews3.txt3 Released on 2024-10-xx
7 gh-120083: Add explicit black IDLE Hovertip foreground color needed for
8 recent macOS. Fixes Sonoma showing unreadable white on pale yellow.
11 gh-122482: Change About IDLE to direct users to discuss.python.org
12 instead of the now unused idle-dev email and mailing list.
14 gh-78889: Stop Shell freezes by blocking user access to non-method
17 gh-78955: Use user-selected color theme for Help => IDLE Doc.
19 gh-96905: In idlelib code, stop redefining built-ins 'dict' and 'object'.
21 gh-72284: Improve the lists of features, editor key bindings,
24 gh-113903: Fix rare failure of test.test_idle, in test_configdialog.
[all …]
/external/angle/doc/
DTestingAndProcesses.md8 configurations, both pre- and post- commit. Some tests will fail, crash, or timeout. If these
10 depends on the context. For example, a Wrangler trying to unblock an AutoRoller will typically
17 as VVL). Validation errors will cause an otherwise-passing test to fail.
19 The [vulkan-deps into ANGLE AutoRoller](https://autoroll.skia.org/r/vulkan-deps-angle-autoroll)
20 updates ANGLE to the top-of-tree (ToT) upstream Vulkan tools and SDK. Sometimes validation errors
24 [upstream bug](https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/new), and
26 `vulkan-deps` AutoRoller introduces a new validation error. The ANGLE Wrangler isn't expected to
31 1. [File an ANGLE bug](http://anglebug.com/new). If this is an active Wrangler issue, set the Label
32 `Hotlist-Wrangler` on the bug.
45 - `FLAKY` - For rare flakes
[all …]
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/spi/v1beta1/
DResourceManagerRpc.java8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
90 * @throws ResourceManagerException upon failure
92 Project create(Project project); in create() method
97 * @throws ResourceManagerException upon failure
105 * @throws ResourceManagerException upon failure
112 * @throws ResourceManagerException upon failure
121 * @throws ResourceManagerException upon failure
129 * @throws ResourceManagerException upon failure
136 * @throws ResourceManagerException upon failure
[all …]
/external/deqp-deps/SPIRV-Tools/
DCONTRIBUTING.md1 # Contributing to SPIR-V Tools
6 [Tracking SPIRV-Tools work with GitHub projects](https://github.com/KhronosGroup/SPIRV-Tools/blob/m…
9 To report a new bug or request a new feature, please file a GitHub issue. Please
11 [issues](https://github.com/KhronosGroup/SPIRV-Tools/issues) and
12 [projects](https://github.com/KhronosGroup/SPIRV-Tools/projects). If the bug has
14 [here](https://github.com/KhronosGroup/SPIRV-Tools/issues/new).
16 When opening a new issue for a bug, make sure you provide the following:
20 issue is about. Simply using "Segfault in spirv-opt" is not helpful
27 to possibly realize the bug is related to another issue.
30 [issues](https://github.com/KhronosGroup/SPIRV-Tools/issues) as well. Please
[all …]
/external/swiftshader/third_party/SPIRV-Tools/
DCONTRIBUTING.md1 # Contributing to SPIR-V Tools
6 [Tracking SPIRV-Tools work with GitHub projects](https://github.com/KhronosGroup/SPIRV-Tools/blob/m…
9 To report a new bug or request a new feature, please file a GitHub issue. Please
11 [issues](https://github.com/KhronosGroup/SPIRV-Tools/issues) and
12 [projects](https://github.com/KhronosGroup/SPIRV-Tools/projects). If the bug has
14 [here](https://github.com/KhronosGroup/SPIRV-Tools/issues/new).
16 When opening a new issue for a bug, make sure you provide the following:
20 issue is about. Simply using "Segfault in spirv-opt" is not helpful
27 to possibly realize the bug is related to another issue.
30 [issues](https://github.com/KhronosGroup/SPIRV-Tools/issues) as well. Please
[all …]
/external/angle/third_party/spirv-tools/src/
DCONTRIBUTING.md1 # Contributing to SPIR-V Tools
6 [Tracking SPIRV-Tools work with GitHub projects](https://github.com/KhronosGroup/SPIRV-Tools/blob/m…
9 To report a new bug or request a new feature, please file a GitHub issue. Please
11 [issues](https://github.com/KhronosGroup/SPIRV-Tools/issues) and
12 [projects](https://github.com/KhronosGroup/SPIRV-Tools/projects). If the bug has
14 [here](https://github.com/KhronosGroup/SPIRV-Tools/issues/new).
16 When opening a new issue for a bug, make sure you provide the following:
20 issue is about. Simply using "Segfault in spirv-opt" is not helpful
27 to possibly realize the bug is related to another issue.
30 [issues](https://github.com/KhronosGroup/SPIRV-Tools/issues) as well. Please
[all …]
/external/executorch/.github/scripts/
Dcherry_pick.py5 # This source code is licensed under the BSD-style license found in the
30 def parse_args() -> Any:
35 "--onto-branch", type=str, required=True, help="the target release branch"
38 "--github-actor", type=str, required=True, help="all the world's a stage"
41 "--classification",
48 "--fixes",
51 help="the GitHub issue that the cherry pick fixes",
53 parser.add_argument("--dry-run", action="store_true")
58 def get_merge_commit_sha(repo: GitRepo, pr: GitHubPR) -> Optional[str]:
67 def get_release_version(onto_branch: str) -> Optional[str]:
[all …]
/external/pytorch/.github/scripts/
Dcherry_pick.py23 def parse_args() -> Any:
28 "--onto-branch", type=str, required=True, help="the target release branch"
31 "--github-actor", type=str, required=True, help="all the world's a stage"
34 "--classification",
41 "--fixes",
44 help="the GitHub issue that the cherry pick fixes",
46 parser.add_argument("--dry-run", action="store_true")
51 def get_merge_commit_sha(repo: GitRepo, pr: GitHubPR) -> Optional[str]:
60 def get_release_version(onto_branch: str) -> Optional[str]:
70 ) -> List[Dict[str, Any]]:
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dtoolresults.v1beta3.json5 "https://www.googleapis.com/auth/cloud-platform": {
17 "documentationLink": "https://firebase.google.com/docs/test-lab/",
19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
56 "Responses with Content-Type of application/json",
57 "Media download with context-dependent Content-Type",
58 "Responses with Content-Type of application/x-protobuf"
90 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
110 …a project. May return any of the following canonical error codes: - PERMISSION_DENIED - if the use…
130 "https://www.googleapis.com/auth/cloud-platform"
[all …]
/external/python/oauth2client/
DCHANGELOG.md9 * Add `oauth2client.contrib.sqlalchemy`, a SQLAlchemy-based credential store. (#527)
13 * Refactor all django-related code into `oauth2client.contrib.django_util`. Add `DjangoORMStorage`,…
27 …d `oauth2client.contrib.django_orm` have been updated to support Django 1.8 - 1.10. Versions of Dj…
36 * Fix issue where `flask_util.UserOAuth2.required` would accept expired credentials (#452).
37 * Fix issue where `flask_util` would fill the session with `Flow` objects (#498).
38 * Fix issue with Python 3 binary strings in `Flow.step2_exchange` (#446).
43 * Making scopes optional on Google Compute Engine `AppAssertionCredentials`
51 rather than forcing users to create a dummy argparser (#426)
59 ## v2.0.0-post1
64 to allow passing a file-like object in addition to the factory
[all …]
/external/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go2 // Use of this source code is governed by a BSD-style license that can be
33 g3CanaryBucketName = "g3-compile-tasks"
35 …infrastructure failures. Ask the Infra Gardener to investigate (or file a bug at go/autoroll-bug)."
36 …job, changes must be either owned and authored by Googlers or approved (Code-Review+1) by Googlers…
39 …ded, could try patching in the CL into a local G3 client with \"g4 patch\" and then hacking on it."
42 jobName = "g3-canary"
54 FailureStatus CanaryStatusType = "failure"
59 Issue int `json:"issue"` member
72 … "If provided, dump a JSON blob of step data to the given file. Prints to stdout if '-' is given.")
73 local = flag.Bool("local", true, "True if running locally (as opposed to on the bots)")
[all …]
/external/python/httplib2/
DCHANGELOG3 explicit build-backend workaround for pip build isolation bug
4 "AttributeError: 'module' object has no attribute '__legacy__'" on pip install
9 IMPORTANT security vulnerability CWE-93 CRLF injection
96 PROXY_TYPE_HTTP with non-empty user/pass raised TypeError: bytes required
99 Revert http:443->https workaround
141 - no_proxy=foo.bar will only skip proxy for exact hostname match
142 - no_proxy=.wild.card will skip proxy for any.subdomains.wild.card
145 Bugfix for Content-Encoding: deflate
150 Fix certificate validation on Python<=2.7.8 without ssl.CertificateError
165 https://googleonlinesecurity.blogspot.com/2015/12/proactive-measures-in-digital.html
[all …]
/external/cldr/docs/site/
Drequesting_changes.md1 ---
3 ---
13 * Adding or changing non-language data (such as currency usage)
17 In CLDR Bug Reports, please try to give as much information as possible to help address the issue, …
22 …language, see [Collation Guidelines](https://cldr.unicode.org/index/cldr-spec/collation-guidelines)
23 …(ordinals and cardinals), see [Plural Rules](https://cldr.unicode.org/index/cldr-spec/plural-rules)
30 … data aligns to the most common usage in the market. That is, decisions are based on the market and
36 …ee examples of those (from the most prominent sources). Please note that failure to supply alterna…
40 …mation about the process including opening an account.](https://cldr.unicode.org/index/survey-tool)
44 The CLDR tickets are located at: https://unicode-org.atlassian.net/projects/CLDR/.
[all …]
/external/google-benchmark/.github/workflows/
Dbuild-and-test-perfcounters.yml1 name: build-and-test-perfcounters
3 on:
13 runs-on: ${{ matrix.os }}
15 fail-fast: false
17 os: [ubuntu-22.04, ubuntu-20.04]
20 - uses: actions/checkout@v4
22 - name: install libpfm
25 sudo apt -y install libpfm4-dev
27 - name: create build environment
28 run: cmake -E make_directory ${{ runner.workspace }}/_build
[all …]
/external/grpc-grpc/
DCONTRIBUTING_STEPS.md1 # Contributing to gRPC: A Step-By-Step Guide
10 …[active GitHub account](https://docs.github.com/en/get-started/quickstart/creating-an-account-on-g…
11 1. [An understanding of Git and GitHub](https://docs.github.com/en/get-started/using-git/about-git)
14 etc.](https://docs.github.com/en/get-started/using-git/about-git)
15 1. [git installed and working on your machine](https://github.com/git-guides/install-git)
17 Objective-C, PHP, or C#.
21 The GitHub repository for the C-based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
29 1. Create your
30 [own fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-f…
33 … ![Screenshot of creating fork using a non-google account.](doc/images/img/grpc-create-fork.png)
[all …]
/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dcounts.rs38 /// When this gets exceeded, we issue GOAWAYs.
47 /// Create a new `Counts` using the provided configuration values.
48 pub fn new(peer: peer::Dyn, config: &Config) -> Self { in new()
68 pub fn next_send_stream_will_reach_capacity(&self) -> bool { in next_send_stream_will_reach_capacity()
73 pub fn peer(&self) -> peer::Dyn { in peer()
77 pub fn has_streams(&self) -> bool { in has_streams()
81 /// Returns true if we can issue another local reset due to protocol error.
82 pub fn can_inc_num_local_error_resets(&self) -> bool { in can_inc_num_local_error_resets()
97 pub(crate) fn max_local_error_resets(&self) -> Option<usize> { in max_local_error_resets()
102 pub fn can_inc_num_recv_streams(&self) -> bool { in can_inc_num_recv_streams()
[all …]

12345678910>>...42