Home
last modified time | relevance | path

Searched full:stale (Results 1 – 25 of 1538) sorted by relevance

12345678910>>...62

/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
22 stale:
54 // If a PRs not labeled stale, label them stale after no update for 60 days.
[all …]
/external/flatbuffers/.github/workflows/
Dstale.yml1 name: Mark stale issues and pull requests
13 stale:
18 - uses: actions/stale@v7.0.0
23 remove-stale-when-updated: true
25stale-issue-message: 'This issue is stale because it has been open 6 months with no activity. Plea…
27 days-before-issue-stale: 182 # 6 months
29 exempt-issue-labels: not-stale
31stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. …
33 days-before-pr-stale: 182 # 6 months
35 exempt-pr-labels: not-stale
/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"
27 # Label to use when marking as stale
28 staleLabel: "disposition/stale"
30 # Comment to post when marking as stale. Set to `false` to disable
[all …]
/external/mesa3d/src/freedreno/ci/
Dfreedreno-a630-flakes.txt229 stale-regs-dEQP-VK.clipping.clip_volume.clipped.large_points
230 stale-regs-dEQP-VK.draw.dynamic_rendering.complete_secondary_cmd_buff.simple_draw.simple_draw_insta…
231 stale-regs-dEQP-VK.draw.dynamic_rendering.primary_cmd_buff.multi_draw.mosaic.indexed_mixed.max_draw…
232 stale-regs-dEQP-VK.draw.renderpass.multi_draw.mosaic.indexed_random.max_draws.stride_extra_4.10_ins…
233 stale-regs-dEQP-VK.draw.renderpass.multi_draw.overlapping.indexed_mixed.one_draw.stride_zero.no_ins…
234 stale-regs-dEQP-VK.graphicsfuzz.cov-transpose-multiply
235 stale-regs-dEQP-VK.image.format_reinterpret.2d_array.b8g8r8a8_uint_r8g8b8a8_sint
236 stale-regs-dEQP-VK.image.format_reinterpret.cube.a8b8g8r8_unorm_pack32_a2b10g10r10_uint_pack32
237 stale-regs-dEQP-VK.image.mutable.2d_array.r8g8b8a8_sint_r16g16_sfloat_store_load_format_list
238 stale-regs-dEQP-VK.image.store.without_format.buffer.r16g16_uint_minalign_linear
[all …]
/external/leakcanary2/.github/workflows/
Dstale.yaml1 name: Mark stale issues
7 stale:
12 - uses: actions/stale@v5
15 days-before-stale: 30
17stale-issue-message: 'This issue is not actionable without the required information. Please commen…
19 stale-issue-label: stale
20 stale-pr-label: stale
/external/python/cpython3/.github/workflows/
Dstale.yml1 name: Mark stale pull requests
11 stale:
19 uses: actions/stale@v9
22 stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
23 stale-pr-label: 'stale'
24 days-before-issue-stale: -1
25 days-before-pr-stale: 30
/external/curl/.github/
Dstale.yml5 # 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
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
20 # Comment to post when closing a stale issue. Set to `false` to disable
/external/cronet/stable/net/dns/
Dstale_host_resolver.h35 // 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
63 // If network resolution returns ERR_NAME_NOT_RESOLVED, use stale result if
69 // resolution, but potentially returns stale data according to
84 // Resolves as a regular HostResolver, but if stale data is available and
[all …]
Dhost_resolver_cache.h47 // True if result is stale due to a call to
67 // Lookup an active (non-stale) cached result matching the given criteria. If
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.
97 // Returns nullopt on cache miss (no active or stale result matches the given
115 // Makes all cached results considered stale. Typically used for network
132 // results are also always considered stale by generation.
206 // entry was created. Entry is stale if this does not match the current
/external/cronet/tot/net/dns/
Dstale_host_resolver.h35 // 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
63 // If network resolution returns ERR_NAME_NOT_RESOLVED, use stale result if
69 // resolution, but potentially returns stale data according to
84 // Resolves as a regular HostResolver, but if stale data is available and
[all …]
Dhost_resolver_cache.h47 // True if result is stale due to a call to
67 // Lookup an active (non-stale) cached result matching the given criteria. If
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.
97 // Returns nullopt on cache miss (no active or stale result matches the given
115 // Makes all cached results considered stale. Typically used for network
132 // results are also always considered stale by generation.
206 // entry was created. Entry is stale if this does not match the current
Dhost_cache_unittest.cc572 HostCache::EntryStaleness stale; in TEST() local
595 EXPECT_FALSE(cache.LookupStale(key2, now, &stale)); in TEST()
600 result = cache.LookupStale(key2, now, &stale, true /* ignore_secure */); in TEST()
607 EXPECT_TRUE(cache.LookupStale(key2, now, &stale)); in TEST()
619 HostCache::EntryStaleness stale; in TEST() local
638 // Secure key is preferred when equally stale. in TEST()
651 EXPECT_EQ(secure_key, cache.LookupStale(secure_key, now, &stale)->first); in TEST()
655 cache.LookupStale(secure_key, now, &stale, true /* ignore-secure */) in TEST()
667 EXPECT_EQ(secure_key, cache.LookupStale(secure_key, now, &stale)->first); in TEST()
671 cache.LookupStale(secure_key, now, &stale, true /* ignore-secure */) in TEST()
[all …]
/external/accompanist/.github/workflows/
Dissues-stale.yml1 name: 'Close stale issues and PRs'
7 stale:
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
/external/aws-sdk-java-v2/.github/workflows/
Dstale-issue.yml1 name: "Close stale issues"
10 name: Stale issue job
16 - uses: aws-actions/stale-issue-cleanup@v4
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
36 stale-pr-label: closing-soon
45 days-before-stale: 10
Dhandle-stale-discussions.yml9 handle-stale-discussions:
10 name: Handle stale discussions
15 - name: Stale discussions action
16 uses: aws-github-ops/handle-stale-discussions@v1
/external/aws-crt-java/.github/workflows/
Dstale_issue.yml1 name: "Close stale issues"
11 name: Stale issue job
16 - uses: aws-actions/stale-issue-cleanup@v3
21stale-issue-message: Greetings! It looks like this issue hasn’t been active in longer than a week.…
22stale-pr-message: Greetings! It looks like this PR hasn’t been active in longer than a week, add a…
25 stale-issue-label: closing-soon
27 stale-pr-label: closing-soon
36 days-before-stale: 2
Dhandle-stale-discussions.yml9 handle-stale-discussions:
10 name: Handle stale discussions
15 - name: Stale discussions action
16 uses: aws-github-ops/handle-stale-discussions@v1
/external/igt-gpu-tools/tests/
Dprime_mmap_coherency.c56 int stale = 0; in test_read_flush() local
92 * stale cachelines from step #2 survive (mostly, a few will be evicted) in test_read_flush()
98 stale++; in test_read_flush()
106 return stale; in test_read_flush()
123 int stale = 0; in test_write_flush() local
166 stale++; in test_write_flush()
177 return stale; in test_write_flush()
297 int stale = test_read_flush(); variable
298 igt_fail_on_f(stale,
299 "num of stale cache lines %d\n", stale);
[all …]
/external/clang/test/PCH/
Dverify_pch.m16 // Stale dependency
19 // RUN: FileCheck -check-prefix=CHECK-STALE-DEP %s < %t.log.2
20 // CHECK-STALE-DEP: file '{{.*}}.h' has been modified since the precompiled header '{{.*}}.pch' was…
22 // Stale dependency in system header
27 // RUN: FileCheck -check-prefix=CHECK-STALE-SYS-H %s < %t.log.3
28 // CHECK-STALE-SYS-H: file '{{.*}}sys_header.h' has been modified since the precompiled header '{{.…
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/cache/
DCachedSupplier.java77 …* How the supplier should behave when the cached value is stale on retrieval or fails to be retrie…
87 * The number of consecutive failures encountered when updating a stale value.
134 … log.debug(() -> "(" + cachedValueName + ") Cached value is stale and will be refreshed."); in get()
145 …* Determines whether the value in this cache is stale, and all threads should block and wait for a…
212 + "Next Stale Time: " + cachedValue.staleTime()); in refreshCache()
229 …* Perform necessary transformations of the successfully-fetched value based on the stale value beh…
255 … throw new IllegalStateException("Unknown stale-value-behavior: " + staleValueBehavior); in handleFetchedSuccess()
260 …* Perform necessary transformations of the currently-cached value based on the stale value behavio…
287 … throw new IllegalStateException("Unknown stale-value-behavior: " + staleValueBehavior); in handleFetchFailure()
327 …// The value will essentially never become stale. The user is likely using this for a value that s… in maxPrefetchJitter()
[all …]
/external/cronet/tot/testing/unexpected_passes_common/
Dexpectations_unittest.py282 stale_expectations, self.filename, expectations.RemovalType.STALE)
317 stale_expectations, self.filename, expectations.RemovalType.STALE)
350 for removal_type in (expectations.RemovalType.STALE,
361 """Tests that stale expectations in a stale disable block are not removed"""
365 # finder:disable-stale
367 # finder:enable-stale
380 # finder:disable-stale
382 # finder:enable-stale
387 stale_expectations, self.filename, expectations.RemovalType.STALE)
393 """Tests that stale expectations in unused disable blocks are not removed"""
[all …]
/external/cronet/stable/testing/unexpected_passes_common/
Dexpectations_unittest.py282 stale_expectations, self.filename, expectations.RemovalType.STALE)
317 stale_expectations, self.filename, expectations.RemovalType.STALE)
350 for removal_type in (expectations.RemovalType.STALE,
361 """Tests that stale expectations in a stale disable block are not removed"""
365 # finder:disable-stale
367 # finder:enable-stale
380 # finder:disable-stale
382 # finder:enable-stale
387 stale_expectations, self.filename, expectations.RemovalType.STALE)
393 """Tests that stale expectations in unused disable blocks are not removed"""
[all …]
/external/cronet/stable/components/cronet/android/api/src/org/chromium/net/
DDnsOptions.java35 * restricts flexibility of handling caching (e.g. allowing the use of stale DNS records) and
97 * A class configuring Cronet's stale DNS functionality.
106 * <p>Stale results can include both:
161 * stale result instead. If set to zero, returns stale results instantly but continues
218 * Sets whether to allow use of stale DNS results when network resolver fails to resolve
223 * a fresh result quickly; or, prefer having any result (even if stale) to use over
260 * Sets whether to use stale DNS results at all.
270 * Sets detailed configuration for stale DNS.
288 * Sets whether Cronet should use stale cached DNS records to pre-establish connections.
/external/cronet/tot/components/cronet/android/api/src/org/chromium/net/
DDnsOptions.java35 * restricts flexibility of handling caching (e.g. allowing the use of stale DNS records) and
97 * A class configuring Cronet's stale DNS functionality.
106 * <p>Stale results can include both:
161 * stale result instead. If set to zero, returns stale results instantly but continues
218 * Sets whether to allow use of stale DNS results when network resolver fails to resolve
223 * a fresh result quickly; or, prefer having any result (even if stale) to use over
260 * Sets whether to use stale DNS results at all.
270 * Sets detailed configuration for stale DNS.
288 * Sets whether Cronet should use stale cached DNS records to pre-establish connections.
/external/cronet/android/java/src/android/net/http/
DDnsOptions.java37 * restricts flexibility of handling caching (e.g. allowing the use of stale DNS records) and
145 * A class configuring the stale DNS functionality.
152 * <p>Stale results can include both:
218 * stale result instead. If set to zero, returns stale results instantly but continues
256 * Sets whether to allow use of stale DNS results when network resolver fails to resolve
261 * had such a fresh result quickly; or, prefer having any result (even if stale) to use
316 * Sets whether to use stale DNS results at all.
328 * Sets detailed configuration for stale DNS.
341 * Sets whether Cronet should use stale cached DNS records to pre-establish connections.

12345678910>>...62