Home
last modified time | relevance | path

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

12345678910>>...40

/external/rust/crates/grpcio-sys/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/flatbuffers/.github/workflows/
Dstale.yml1 name: Mark stale issues and pull requests
9 stale:
14 - uses: actions/stale@v4.0.0
17stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. …
18stale-issue-message: 'This issue is stale because it has been open 6 months with no activity. Plea…
19 days-before-stale: 182 # 6 months
22 exempt-issue-labels: not-stale
23 exempt-pr-labels: not-stale
/external/python/cpython3/.github/workflows/
Dstale.yml1 name: Mark stale pull requests
11 stale:
16 - uses: actions/stale@v3
19 stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
20 stale-pr-label: 'stale'
21 days-before-stale: 30
/external/cronet/components/cronet/
Dstale_host_resolver.h36 // but "impatiently" returns stale data (if available and usable) after a delay,
43 // How long to wait before returning stale data, if available.
46 // If positive, how long stale data can be past the expiration time before
47 // it's considered unusable. If zero or negative, stale data can be used
51 // If set, stale data from previous networks is usable; if clear, it's not.
54 // the availability of useful stale results.
60 // If positive, the maximum number of times a stale entry can be used. If
64 // If network resolution returns ERR_NAME_NOT_RESOLVED, use stale result if
70 // resolution, but potentially returns stale data according to
84 // Resolves as a regular HostResolver, but if stale data is available and
[all …]
Dstale_host_resolver.cc35 // network data, or stale cached data.
77 // Callback for |stale_timer_| that returns stale results.
90 // The error from the stale cache entry, if there was one.
93 // Inner local-only/stale-allowed request.
95 // A timer that fires when the |Request| should return stale results, if the
100 // stale or unusable result, and unset if the stale result is to be used as
/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/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/oss-fuzz/infra/triage-party/
Doss-fuzz.yaml30 - fuzz-pr-approved-stale
31 - fuzz-pr-unapproved-stale
48 fuzz-pr-approved-stale:
59 fuzz-pr-unapproved-stale:
60 name: "Pull Requests: Stale"
71 pr-approved-stale:
80 pr-unapproved-stale:
81 name: "Pull Requests: Stale"
/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/cronet/testing/unexpected_passes_common/
Dexpectations_unittest.py281 stale_expectations, self.filename, expectations.RemovalType.STALE)
316 stale_expectations, self.filename, expectations.RemovalType.STALE)
349 for removal_type in (expectations.RemovalType.STALE,
360 """Tests that stale expectations in a stale disable block are not removed"""
364 # finder:disable-stale
366 # finder:enable-stale
379 # finder:disable-stale
381 # finder:enable-stale
386 stale_expectations, self.filename, expectations.RemovalType.STALE)
392 """Tests that stale expectations in unused disable blocks are not removed"""
[all …]
Dargument_parsing.py35 parser.add_argument('--remove-stale-expectations',
39 'determined to be stale from the expectation file.')
40 parser.add_argument('--narrow-semi-stale-expectation-scope',
43 help='Automatically modify or split semi-stale '
Dresult_output_unittest.py555 'stale':
595 stale, semi_stale, active = expectation_map.SplitByStaleness()
597 result_output.OutputResults(stale, semi_stale, active, {}, {}, 'print',
599 result_output.OutputResults(stale, semi_stale, active, unmatched_results,
601 result_output.OutputResults(stale, semi_stale, active, {},
604 result_output.OutputResults(stale, semi_stale, active, unmatched_results,
608 result_output.OutputResults(stale, semi_stale, active, {}, {}, 'html',
610 result_output.OutputResults(stale, semi_stale, active, unmatched_results,
612 result_output.OutputResults(stale, semi_stale, active, {},
615 result_output.OutputResults(stale, semi_stale, active, unmatched_results,
/external/cronet/net/dns/
Dhost_cache_unittest.cc571 HostCache::EntryStaleness stale; in TEST() local
594 EXPECT_FALSE(cache.LookupStale(key2, now, &stale)); in TEST()
599 result = cache.LookupStale(key2, now, &stale, true /* ignore_secure */); in TEST()
606 EXPECT_TRUE(cache.LookupStale(key2, now, &stale)); in TEST()
618 HostCache::EntryStaleness stale; in TEST() local
637 // Secure key is preferred when equally stale. in TEST()
650 EXPECT_EQ(secure_key, cache.LookupStale(secure_key, now, &stale)->first); in TEST()
654 cache.LookupStale(secure_key, now, &stale, true /* ignore-secure */) in TEST()
666 EXPECT_EQ(secure_key, cache.LookupStale(secure_key, now, &stale)->first); in TEST()
670 cache.LookupStale(secure_key, now, &stale, true /* ignore-secure */) in TEST()
[all …]
/external/cronet/components/cronet/android/api/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.
352 * Sets whether Cronet should use stale cached DNS records to pre-establish connections.
/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java62 public static final String STALE = ParameterNames.STALE; field in AuthenticationHeader
395 * Sets the value of the stale parameter of the WWWAuthenicateHeader to the
396 * <var>stale</var> parameter value.
398 * @param stale -
399 * the Boolean.valueOf value of the stale parameter.
402 public void setStale(boolean stale) { in setStale() argument
403 setParameter(new NameValue(ParameterNames.STALE, Boolean.valueOf(stale))); in setStale()
410 * @return the boolean representing if the challenge is stale.
414 return this.getParameterAsBoolean(ParameterNames.STALE); in isStale()
/external/ltp/testcases/kernel/sched/eas/
Dsugov_stale_util.c7 * account stale utilization from an idle CPU when calculating the frequency for
11 * receive spurious updates which push the stale deadline out, causing the test
141 printf("Trace parse error, util never went stale!\n"); in parse_results()
147 printf("Stale vote shown to be cleared in %d usec.\n", stale_usec); in parse_results()
223 tst_res(TFAIL, "Stale utilization not cleared within expected " in run()
226 tst_res(TPASS, "Stale utilization cleared within expected " in run()
/external/python/httplib2/tests/
Dtest_cache.py382 ({}, {"cache-control": "max-age=fred, min-fresh=barney"}, "STALE"),
387 "STALE",
389 ({"cache-control": "must-revalidate"}, {}, "STALE"),
390 ({}, {"cache-control": "must-revalidate"}, "STALE"),
391 ({}, {"date": "{now}", "cache-control": "max-age=0"}, "STALE"),
393 ({}, {"date": "{now}", "expires": "0"}, "STALE"),
394 ({}, {"data": "{now+3}"}, "STALE"),
398 "STALE",
403 "STALE",
438 assert httplib2._entry_disposition(response_headers, {}) == "STALE"
[all …]
/external/cronet/base/android/
Dmeminfo_dump_provider_unittest.cc63 second_entries[MeminfoDumpProvider::kIsStaleName]); // Entries are stale in TEST()
69 // Stale values are reported. in TEST()
80 // First dump, data may or may not be stale. in TEST()
88 // Second one, stale data, should not report. in TEST()
/external/compiler-rt/test/asan/TestCases/Windows/
Duse_after_realloc.cc8 *stale = buffer; in main() local
10 // The 'stale' may now point to a free'd memory. in main()
11 stale[0] = 42; in main()
/external/cronet/base/task/thread_pool/
Dpooled_task_runner_delegate.cc46 << "Stale pooled_task_runner_delegate_ - task not posted. This is\n" in MatchesCurrentDelegate()
47 "almost certainly caused by a previous test leaving a stale task\n" in MatchesCurrentDelegate()
49 "global object to post a task to the stale task runner.\n" in MatchesCurrentDelegate()
/external/cronet/net/base/
Dload_flags_list.h85 // The creator of this URLRequest wishes to receive stale responses when allowed
86 // by the "Cache-Control: stale-while-revalidate" directive and is able to issue
91 // does not complete in 60 seconds, the cache treat the stale resource as
92 // invalid, as it did not specify stale-while-revalidate.
/external/curl/tests/data/
Dtest15347 # the request contained stale data. We want an update. Set swsbounce to
52 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth"
81 HTTP with Digest authorization with stale=true
144 WWW-Authenticate: Digest realm="testrealm", algorithm=MD5, nonce="999999", stale=true, qop="auth"
/external/volley/core/src/test/java/com/android/volley/toolbox/
DHttpHeaderParserTest.java166 // - stale-while-revalidate (entry.ttl) indicates that the asset may in testParseCacheHeaders_staleWhileRevalidate()
167 // continue to be served stale for up to additional 7 days in testParseCacheHeaders_staleWhileRevalidate()
168 headers.put("Cache-Control", "max-age=86400, stale-while-revalidate=604800"); in testParseCacheHeaders_staleWhileRevalidate()
225 // - stale-while-revalidate (entry.ttl) indicates that the asset may in parseCacheHeaders_cacheControlMustRevalidateWithMaxAgeAndStale()
226 // continue to be served stale for up to additional 7 days, but this is in parseCacheHeaders_cacheControlMustRevalidateWithMaxAgeAndStale()
229 "Cache-Control", "must-revalidate, max-age=86400, stale-while-revalidate=604800"); in parseCacheHeaders_cacheControlMustRevalidateWithMaxAgeAndStale()
/external/pigweed/pw_sync/public/pw_sync/
Dborrow.h60 PW_ASSERT(object_ != nullptr); // Ensure this isn't a stale moved instance.
66 PW_ASSERT(object_ != nullptr); // Ensure this isn't a stale moved instance.
82 PW_ASSERT(object_ != nullptr); // Ensure this isn't a stale moved instance.
88 PW_ASSERT(object_ != nullptr); // Ensure this isn't a stale moved instance.
/external/cronet/net/http/
Dhttp_response_info.h112 // There was a stale entry in the cache that was updated. Implies
146 // stale content (perhaps un-cacheable) may be fetched from cache subject to
198 // True if this resource is stale and needs async revalidation.
207 // stale-while-revalidate, if any, will be honored until time given by
209 // stale-while-revalidate is used until the resource is revalidated.

12345678910>>...40