Home
last modified time | relevance | path

Searched +full:no +full:- +full:stale (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/external/flatbuffers/.github/workflows/
Dstale.yml1 name: Mark stale issues and pull requests
4 pull-requests: write
10 - cron: "30 20 * * *"
13 stale:
15 runs-on: ubuntu-latest
18 - uses: actions/stale@v7.0.0
20 repo-token: ${{ secrets.GITHUB_TOKEN }}
21 operations-per-run: 500
22 exempt-all-milestones: true
23 remove-stale-when-updated: true
[all …]
/external/pytorch/.github/workflows/
Dstale.yml1 # A workflow that implements similar logic to actions/stale.
3 # Compared to actions/stale, it is implemented to make API requests proportional
4 # to the number of stale PRs, not the total number of issues in the repo. This
5 # is because PyTorch has a lot of issues/PRs, so the actions/stale runs into
9 # - If a PR is not labeled stale, after 60 days inactivity label the PR as stale and comment about …
10 # - If a PR is labeled stale, after 30 days inactivity close the PR.
11 # - `high priority` and `no-stale` PRs are exempt.
13 name: Close stale pull requests
18 - cron: 30 * * * *
22 stale:
[all …]
/external/grpc-grpc/.github/
Dstale.yml1 # Configuration for probot-stale - https://github.com/probot/stale
3 # Number of days of inactivity before an Issue or Pull Request becomes stale
6 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7 … to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
10 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disab…
13 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
15 - "disposition/never stale"
16 - "kind/bug"
27 # Label to use when marking as stale
28 staleLabel: "disposition/stale"
[all …]
/external/aws-sdk-java-v2/.github/workflows/
Dstale-issue.yml1 name: "Close stale issues"
6 - cron: "0 0/3 * * *"
10 name: Stale issue job
11 runs-on: ubuntu-latest
14 pull-requests: write
16 - uses: aws-actions/stale-issue-cleanup@v4
20 ancient-issue-message: This is a very old issue that is probably not getting as much
24 stale-issue-message: It looks like this issue has not been active for more than five days.
28 stale-pr-message: It looks like this PR has not been active for more than five days. In
34 stale-issue-label: closing-soon
[all …]
/external/python/cpython3/.github/workflows/
Dstale.yml1 name: Mark stale pull requests
5 - cron: "0 */6 * * *"
8 pull-requests: write
11 stale:
14 runs-on: ubuntu-latest
15 timeout-minutes: 10
18 - name: "Check PRs"
19 uses: actions/stale@v9
21 repo-token: ${{ secrets.GITHUB_TOKEN }}
22 stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
[all …]
/external/curl/.github/
Dstale.yml3 # SPDX-License-Identifier: curl
5 # Number of days of inactivity before an issue becomes stale
7 # Number of days of inactivity before a stale issue is closed
9 # Issues with these labels will never be considered stale
11 - pinned
12 - security
13 # Label to use when marking an issue as stale
14 staleLabel: stale
15 # Comment to post when marking an issue as stale. Set to `false` to disable
17 This issue has been automatically marked as stale because it has not had
[all …]
/external/accompanist/.github/workflows/
Dissues-stale.yml1 name: 'Close stale issues and PRs'
4 - cron: '15 3 * * *'
7 stale:
8 runs-on: ubuntu-latest
10 - uses: actions/stale@v3
12stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remov…
13 days-before-stale: 45
14 days-before-close: 5
15 exempt-all-pr-milestones: true
16 exempt-issue-labels: 'waiting for info,waiting on dependency'
/external/cronet/tot/net/dns/
Dhost_resolver_cache.h2 // Use of this source code is governed by a BSD-style license that can be
47 // True if result is stale due to a call to
63 // Move-only.
67 // Lookup an active (non-stale) cached result matching the given criteria. If
77 // Returns nullptr on cache miss (no active result matches the given
87 // return stale results. In cases where a wildcard lookup leads to multiple
89 // (non-stale) results, then the least stale by generation, then the least
90 // stale by time expiration, then the most secure, then the most recently set.
94 // which is itself primarily for usage by cronet::StaleHostResolver, but no
95 // assumptions are made here that this is Cronet-only behavior.
[all …]
Dstale_host_resolver.h2 // Use of this source code is governed by a BSD-style license that can be
35 // but "impatiently" returns stale data (if available and usable) after a delay,
42 // How long to wait before returning stale data, if available.
45 // If positive, how long stale data can be past the expiration time before
46 // it's considered unusable. If zero or negative, stale data can be used
50 // If set, stale data from previous networks is usable; if clear, it's not.
53 // the availability of useful stale results.
59 // If positive, the maximum number of times a stale entry can be used. If
60 // zero, there is no limit.
63 // If network resolution returns ERR_NAME_NOT_RESOLVED, use stale result if
[all …]
Dhost_cache_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
68 return (foobarx_com[6] - '0') % 2 == 1; in FoobarIndexIsOdd()
123 EXPECT_TRUE(cache.Lookup(key1, now)->second.error() == entry.error()); in TEST()
150 // Update key1, so it is no longer expired. in TEST()
186 // Merge in non-empty metadata. in TEST()
209 // Merge in non-empty metadata. in TEST()
317 EXPECT_EQ(kNetworkAnonymizationKey1, result->first.network_anonymization_key); in TEST()
318 EXPECT_EQ(OK, result->second.error()); in TEST()
326 EXPECT_EQ(kNetworkAnonymizationKey1, result->first.network_anonymization_key); in TEST()
327 EXPECT_EQ(OK, result->second.error()); in TEST()
[all …]
/external/cronet/stable/net/dns/
Dhost_resolver_cache.h2 // Use of this source code is governed by a BSD-style license that can be
47 // True if result is stale due to a call to
63 // Move-only.
67 // Lookup an active (non-stale) cached result matching the given criteria. If
77 // Returns nullptr on cache miss (no active result matches the given
87 // return stale results. In cases where a wildcard lookup leads to multiple
89 // (non-stale) results, then the least stale by generation, then the least
90 // stale by time expiration, then the most secure, then the most recently set.
94 // which is itself primarily for usage by cronet::StaleHostResolver, but no
95 // assumptions are made here that this is Cronet-only behavior.
[all …]
Dstale_host_resolver.h2 // Use of this source code is governed by a BSD-style license that can be
35 // but "impatiently" returns stale data (if available and usable) after a delay,
42 // How long to wait before returning stale data, if available.
45 // If positive, how long stale data can be past the expiration time before
46 // it's considered unusable. If zero or negative, stale data can be used
50 // If set, stale data from previous networks is usable; if clear, it's not.
53 // the availability of useful stale results.
59 // If positive, the maximum number of times a stale entry can be used. If
60 // zero, there is no limit.
63 // If network resolution returns ERR_NAME_NOT_RESOLVED, use stale result if
[all …]
Dhost_cache_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
68 return (foobarx_com[6] - '0') % 2 == 1; in FoobarIndexIsOdd()
123 EXPECT_TRUE(cache.Lookup(key1, now)->second.error() == entry.error()); in TEST()
150 // Update key1, so it is no longer expired. in TEST()
186 // Merge in non-empty metadata. in TEST()
209 // Merge in non-empty metadata. in TEST()
317 EXPECT_EQ(kNetworkAnonymizationKey1, result->first.network_anonymization_key); in TEST()
318 EXPECT_EQ(OK, result->second.error()); in TEST()
326 EXPECT_EQ(kNetworkAnonymizationKey1, result->first.network_anonymization_key); in TEST()
327 EXPECT_EQ(OK, result->second.error()); in TEST()
[all …]
/external/python/httplib2/tests/
Dtest_cache.py12 # Test that can do a GET with cache and 'only-if-cached'
17 uri, "GET", headers={"cache-control": "only-if-cached"}
24 # Test that can do a GET with no cache with 'only-if-cached'
28 uri, "GET", headers={"cache-control": "only-if-cached"}
35 # Test that can do a GET with no cache with 'only-if-cached'
37 # that responds to the 'only-if-cached', so this
42 uri, "GET", headers={"cache-control": "only-if-cached"}
51 # when there is no vary, a different Accept header (e.g.) should not
54 # uri = urllib.parse.urljoin(base, "vary/no-vary.asis")
70 # See https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html.
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java12 * provided "AS IS." NIST MAKES NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED
14 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT
34 * 2005/06/12: geir.hedemark@telio.no: Changed behaviour of qop parameter in
35 * Authorization header - removed quoting of string according to
36 * RFC3261, BNF element "message-qop" (as opposed to "qop-options",
62 public static final String STALE = ParameterNames.STALE; field in AuthenticationHeader
100 * @param name --
102 * @param value --
143 * @param challenge --
165 * @param scheme -
[all …]
/external/cronet/stable/testing/unexpected_passes_common/
Dargument_parsing.py2 # Use of this source code is governed by a BSD-style license that can be
4 """Common argument parsing-related code for unexpected pass finders."""
13 def AddCommonArguments(parser: argparse.ArgumentParser) -> None:
19 parser.add_argument('--project',
23 '"chrome-luci-data.chromium.gpu_ci_test_results".')
24 parser.add_argument('--num-samples',
28 parser.add_argument('--output-format',
35 parser.add_argument('--remove-stale-expectations',
39 'determined to be stale from the expectation file.')
40 parser.add_argument('--narrow-semi-stale-expectation-scope',
[all …]
/external/cronet/tot/testing/unexpected_passes_common/
Dargument_parsing.py2 # Use of this source code is governed by a BSD-style license that can be
4 """Common argument parsing-related code for unexpected pass finders."""
13 def AddCommonArguments(parser: argparse.ArgumentParser) -> None:
19 parser.add_argument('--project',
23 '"chrome-luci-data.chromium.gpu_ci_test_results".')
24 parser.add_argument('--num-samples',
28 parser.add_argument('--output-format',
35 parser.add_argument('--remove-stale-expectations',
39 'determined to be stale from the expectation file.')
40 parser.add_argument('--narrow-semi-stale-expectation-scope',
[all …]
/external/cronet/stable/components/cronet/android/api/src/org/chromium/net/
DDnsOptions.java2 // Use of this source code is governed by a BSD-style license that can be
22 * <p>Cronet resolve hostnames in two ways - either by using the system resolver (using {@code
26 * <p>The built-in stack provides several advantages over using the system resolver:
33 * <li>The {@code getaddrinfo} interface gives no insight into the root cause of failures
34 * <li>{@code struct addrinfo} provides no TTL (Time To Live) of the returned addresses. This
35 * restricts flexibility of handling caching (e.g. allowing the use of stale DNS records) and
41 * <p>Most configuration in this class is only applicable if the built-in DNS resolver is used.
97 * A class configuring Cronet's stale DNS functionality.
106 * <p>Stale results can include both:
109 * <li>results returned from the current network's DNS server, but past their time-to-live,
[all …]
/external/cronet/tot/components/cronet/android/api/src/org/chromium/net/
DDnsOptions.java2 // Use of this source code is governed by a BSD-style license that can be
22 * <p>Cronet resolve hostnames in two ways - either by using the system resolver (using {@code
26 * <p>The built-in stack provides several advantages over using the system resolver:
33 * <li>The {@code getaddrinfo} interface gives no insight into the root cause of failures
34 * <li>{@code struct addrinfo} provides no TTL (Time To Live) of the returned addresses. This
35 * restricts flexibility of handling caching (e.g. allowing the use of stale DNS records) and
41 * <p>Most configuration in this class is only applicable if the built-in DNS resolver is used.
97 * A class configuring Cronet's stale DNS functionality.
106 * <p>Stale results can include both:
109 * <li>results returned from the current network's DNS server, but past their time-to-live,
[all …]
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DBackendServiceCdnPolicyOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
43 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
56 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
68 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
84 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
133 …"private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this ma…
146 …"private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this ma…
159 …"private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this ma…
173-age (or Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and def…
[all …]
DBackendBucketCdnPolicyOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
43 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
56 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
68 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
83 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
139 …"private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this ma…
152 …"private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this ma…
165 …"private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this ma…
179-age (or Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and def…
[all …]
/external/cronet/android/java/src/android/net/http/
DDnsOptions.java2 // Use of this source code is governed by a BSD-style license that can be
24 * <p>Hostnames can be resolved in two ways - either by using the system resolver (using {@code
28 * <p>The built-in stack provides several advantages over using the global system resolver:
35 * <li>The {@code getaddrinfo} interface gives no insight into the root cause of failures
36 * <li>{@code struct addrinfo} provides no TTL (Time To Live) of the returned addresses. This
37 * restricts flexibility of handling caching (e.g. allowing the use of stale DNS records) and
41 * <p>Most configuration in this class is only applicable if the built-in DNS resolver is used.
145 * A class configuring the stale DNS functionality.
152 * <p>Stale results can include both:
155 * <li>results returned from the current network's DNS server, but past their time-to-live,
[all …]
/external/igt-gpu-tools/tests/
Dprime_mmap_coherency.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
34 IGT_TEST_DESCRIPTION("Test dma-buf mmap on !llc platforms mostly and provoke"
45 * 2. read BO using the dma-buf CPU mmap.
47 * 4. read again through the mapped dma-buf.
56 int stale = 0; in test_read_flush() local
67 /* STEP #2: read BO 1 using the dma-buf CPU mmap. This dirties the CPU caches. */ in test_read_flush()
68 dma_buf_fd = prime_handle_to_fd_for_mmap(fd, bo_1->handle); in test_read_flush()
72 ptr_gtt = gem_mmap__gtt(fd, bo_2->handle, width * height, PROT_READ | PROT_WRITE); in test_read_flush()
73 gem_set_domain(fd, bo_2->handle, in test_read_flush()
92 * stale cachelines from step #2 survive (mostly, a few will be evicted) in test_read_flush()
[all …]
/external/mesa3d/build-support/
Dtsan-blacklist.txt2 # a stale value is of no consequence
15 # Keeping track of tc->last_completed is an optimization and it is of no
16 # consequence to read a stale value there, so surpress the warning about the
/external/cronet/stable/net/base/
Dload_flags_list.h2 // Use of this source code is governed by a BSD-style license that can be
8 // no-include-guard-because-multiply-included
20 // This is "normal reload", meaning an if-none-match/if-modified-since query.
24 // This is "shift-reload", meaning a "pragma: no-cache" end-to-end fetch.
38 // cache. It does not impact the cache-related HTTP request headers. All other
57 // The network stack should not have frame level knowledge. Any pre-connect
58 // or pre-resolution requiring that knowledge should be done from the
61 // subresource and speculatively pre-connect or pre-resolve when a referring
86 // The creator of this URLRequest wishes to receive stale responses when allowed
87 // by the "Cache-Control: stale-while-revalidate" directive and is able to issue
[all …]

12345678910>>...41