Home
last modified time | relevance | path

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

/external/oss-fuzz/infra/triage-party/
Doss-fuzz.yaml2 name: oss-fuzz
4 - https://github.com/google/oss-fuzz
7 - id: Fuzzing Issues
11 Status of issues across oss-fuzz repos
14 - fuzz-issue-updated-support
16 - fuzz-bugs
17 - fuzz-priority
19 - fuzz-many-reactions
20 - fuzz-many-commenters
21 - fuzz-issue-zombies
[all …]
/external/python/cpython3/.github/workflows/
Dstale.yml1 name: Mark stale pull requests
5 - cron: "0 0 * * *"
8 pull-requests: write
11 stale:
13 runs-on: ubuntu-latest
16 - uses: actions/stale@v3
18 repo-token: ${{ secrets.GITHUB_TOKEN }}
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
[all …]
/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"
16 - "kind/bug"
27 # Label to use when marking as stale
28 staleLabel: "disposition/stale"
[all …]
/external/rust/crates/grpcio-sys/grpc/
DCONTRIBUTING.md4 organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md)
5 and [contribution guidelines](https://github.com/grpc/grpc-community/blob/master/CONTRIBUTING.md) b…
8 howto](https://help.github.com/articles/about-pull-requests/)
10 …lease filter the issues list with the label ["disposition/help wanted"](https://github.com/grpc/gr…
11 …ts might have been closed in the past as a result of them being marked as stale due to there being…
22 … in [Building gRPC C++: Clone the repository](BUILDING.md#clone-the-repository-including-submodule…
32 - Prepare your development environment based on language-specific instructions in `src/YOUR-LANGUAG…
33 - The language-specific instructions might involve installing C/C++ prerequisites listed in
34 …[Building gRPC C++: Prerequisites](BUILDING.md#pre-requisites). This is because gRPC implementatio…
36 - Run
[all …]
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc7 // https://www.apache.org/licenses/LICENSE-2.0
145 return absl::Now() - before; in MeasureTimeToYield()
154 // Real-time threads are often unable to yield, so the sleep time needs in GetMutexGlobals()
207 // --------------------------Generic atomic ops
216 v = pv->load(std::memory_order_relaxed); in AtomicSetBits()
219 !pv->compare_exchange_weak(v, v | bits, in AtomicSetBits()
232 v = pv->load(std::memory_order_relaxed); in AtomicClearBits()
235 !pv->compare_exchange_weak(v, v & ~bits, in AtomicClearBits()
240 //------------------------------------------------------------------
250 //------------------------------------------------------------------
[all …]
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.cc7 // https://www.apache.org/licenses/LICENSE-2.0
177 // --------------------------Generic atomic ops
186 v = pv->load(std::memory_order_relaxed); in AtomicSetBits()
189 !pv->compare_exchange_weak(v, v | bits, in AtomicSetBits()
202 v = pv->load(std::memory_order_relaxed); in AtomicClearBits()
205 !pv->compare_exchange_weak(v, v & ~bits, in AtomicClearBits()
210 //------------------------------------------------------------------
220 //------------------------------------------------------------------
290 // buckets have linear, 0-terminated chains
304 char name[1]; // actually longer---NUL-terminated string
[all …]
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.cc7 // https://www.apache.org/licenses/LICENSE-2.0
177 // --------------------------Generic atomic ops
186 v = pv->load(std::memory_order_relaxed); in AtomicSetBits()
189 !pv->compare_exchange_weak(v, v | bits, in AtomicSetBits()
202 v = pv->load(std::memory_order_relaxed); in AtomicClearBits()
205 !pv->compare_exchange_weak(v, v & ~bits, in AtomicClearBits()
210 //------------------------------------------------------------------
220 //------------------------------------------------------------------
290 // buckets have linear, 0-terminated chains
304 char name[1]; // actually longer---NUL-terminated string
[all …]
/external/abseil-cpp/absl/synchronization/
Dmutex.cc7 // https://www.apache.org/licenses/LICENSE-2.0
188 // --------------------------Generic atomic ops
197 v = pv->load(std::memory_order_relaxed); in AtomicSetBits()
200 !pv->compare_exchange_weak(v, v | bits, in AtomicSetBits()
213 v = pv->load(std::memory_order_relaxed); in AtomicClearBits()
216 !pv->compare_exchange_weak(v, v & ~bits, in AtomicClearBits()
221 //------------------------------------------------------------------
231 //------------------------------------------------------------------
301 // buckets have linear, 0-terminated chains
315 char name[1]; // actually longer---NUL-terminated string
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/
Dmutex.cc7 // https://www.apache.org/licenses/LICENSE-2.0
189 // --------------------------Generic atomic ops
198 v = pv->load(std::memory_order_relaxed); in AtomicSetBits()
201 !pv->compare_exchange_weak(v, v | bits, in AtomicSetBits()
214 v = pv->load(std::memory_order_relaxed); in AtomicClearBits()
217 !pv->compare_exchange_weak(v, v & ~bits, in AtomicClearBits()
222 //------------------------------------------------------------------
232 //------------------------------------------------------------------
302 // buckets have linear, 0-terminated chains
316 char name[1]; // actually longer---NUL-terminated string
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc7 // https://www.apache.org/licenses/LICENSE-2.0
188 // --------------------------Generic atomic ops
197 v = pv->load(std::memory_order_relaxed); in AtomicSetBits()
200 !pv->compare_exchange_weak(v, v | bits, in AtomicSetBits()
213 v = pv->load(std::memory_order_relaxed); in AtomicClearBits()
216 !pv->compare_exchange_weak(v, v & ~bits, in AtomicClearBits()
221 //------------------------------------------------------------------
231 //------------------------------------------------------------------
301 // buckets have linear, 0-terminated chains
315 char name[1]; // actually longer---NUL-terminated string
[all …]
/external/cronet/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc7 // https://www.apache.org/licenses/LICENSE-2.0
148 return absl::Now() - before; in MeasureTimeToYield()
157 // Real-time threads are often unable to yield, so the sleep time needs in GetMutexGlobals()
210 // --------------------------Generic atomic ops
219 v = pv->load(std::memory_order_relaxed); in AtomicSetBits()
222 !pv->compare_exchange_weak(v, v | bits, in AtomicSetBits()
235 v = pv->load(std::memory_order_relaxed); in AtomicClearBits()
238 !pv->compare_exchange_weak(v, v & ~bits, in AtomicClearBits()
243 //------------------------------------------------------------------
253 //------------------------------------------------------------------
[all …]
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc7 // https://www.apache.org/licenses/LICENSE-2.0
140 return absl::Now() - before; in MeasureTimeToYield()
157 // If this a uniprocessor, only yield/sleep. Real-time threads are often in GetMutexGlobals()
201 // --------------------------Generic atomic ops
210 v = pv->load(std::memory_order_relaxed); in AtomicSetBits()
213 !pv->compare_exchange_weak(v, v | bits, std::memory_order_release, in AtomicSetBits()
225 v = pv->load(std::memory_order_relaxed); in AtomicClearBits()
228 !pv->compare_exchange_weak(v, v & ~bits, std::memory_order_release, in AtomicClearBits()
232 //------------------------------------------------------------------
242 //------------------------------------------------------------------
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1 //===- SelectionDAGBuilder.cpp - Selection-DAG building -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
135 /// LimitFloatPrecision - Generate low-precision inline sequences for
140 LimitFPPrecision("limit-float-precision",
141 cl::desc("Generate low-precision inline sequences "
147 "switch-peel-threshold", cl::Hidden, cl::init(66),
153 // DAG-based analysis from blowing up. For example, alias analysis and
160 // optimization, but could be lowered to improve compile time. Any ld-ld-st-st
[all …]
/external/libabigail/tests/data/test-types-stability/
Dpr27980-libc.so__cxa_finalize __dso_handle __register_atfork pthread_atfork __aeabi_memcpy __aeabi_read_tp __stack_chk_fail __stack_chk_guard android_unsafe_frame_pointer_chase getprogname strncmp __errno abort android_run_on_all_threads mprotect prctl strerror dlerror dlopen ...
/external/tensorflow/
DRELEASE.md78 …xperimental/SharpnessAwareMinimization). This class implements the sharpness-aware minimization te…
82 …* Added support for cross-trainer data caching in tf.data service. This saves computation resour…
91 …mptionCheckpointHandler) to handle worker preemption/maintenance and cluster-wise consistent error…
95 … to 100 times depending on the size of k. When running on CPU and GPU, a non-optimized XLA kernel …
117 …inistically (and `tf.errors.UnimplementedError` is no longer thrown) when op-determinism has been …
141-Review-Doctor, DEKHTIARJonathan, Deven Desai, Djacon, Duncan Riach, fedotoff, fo40225, Frederic B…
163 …ers should switch to [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests).
166 …eels now specifically conform to [manylinux2014](https://peps.python.org/pep-0599/), an upgrade fr…
167 … Forum thread](https://discuss.tensorflow.org/t/tensorflow-linux-wheels-are-being-upgraded-to-many…
168 * The `tf.keras.mixed_precision.experimental` API has been removed. The non-experimental symbols …
[all …]
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt1012 -
3831 label
10976 pr
18099 ##pr
26730 stale
29625 ##-
/external/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt30 organization with EIN [Employee Identification Number] 64-6221541
78 These Web sites include award-winning information about Project
108 If they reach just 1-2% of the world's population then the total
116 At our revised rates of production, we will reach only one-third
157 how to make them tax-deductible, or even if they CAN be made
166 Oxford, MS 38655-4109
174 [Employee Identification Number] 64-622154. Donations are
175 tax-deductible to the maximum extent permitted by law. As fundraising
213 By using or reading any part of this PROJECT GUTENBERG-tm
221 ABOUT PROJECT GUTENBERG-TM ETEXTS
[all …]
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt3 #--------------------------------------------------------------------
4 # Copyright (c) 1999-2004, International Business Machines
6 #--------------------------------------------------------------------
13-popular\-form\-of\-narrative\-literature\-flourishing\-in\-the\-tang\-dynasty\-\(618\-907\)\-with…
14-region\-currency\-\(consisting\-of\-the\-currency\-notes\-issued\-by\-the\-border\-region\-govern…
15 … \"through\-train\"\-\(refers\-to\-the\-idea\-of\-retaining\-previous\-legislature\-after\-transit…
16 小臟鬼 < dirty\-little\-monster\-\(spoken\-affectionately\-to\-a\-child\-who\-has\-gotten\-him\(her\)s…
17 殺雞給猴看 < \"kill\-a\-chicken\-in\-front\-of\-a\-monkey\"\-\-\-\-make\-an\-example\-out\-of\-someone\-
18 抱薪救火 < carry\-faggots\-to\-put\-out\-a\-fire\-\-\-adopt\-a\-wrong\-method\-to\-save\-a\-situation\-
19 不見棺材不落淚 < not\-shed\-a\-tear\-until\-one\-sees\-the\-coffin\-\-\-refuse\-to\-be\-convinced\-until\-
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
38 ** This file implements routines used to report what compile-time options
42 #ifndef SQLITE_OMIT_COMPILEOPTION_DIAGS /* IMP: R-16824-07538 */
46 ** autoconf-based build
60 ** comma. e.g. (-DSQLITE_DEFAULT_LOOKASIDE="100,100") */
65 ** An array of names of all compile-time options. This array should
66 ** be sorted A-Z.
69 ** only a handful of compile-time options, so most times this array is usually
105 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "."
109 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER),
[all …]
/external/sqlite/dist/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
48 ** NO_TEST - The branches on this line are not
53 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false
57 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
61 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
66 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
137 ** 2015-03-02
175 ** large file support, or if the OS is windows, these should be no-ops.
181 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
190 ** on 2008-11-28.) These days, all Linux kernels support large files, so
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
48 ** NO_TEST - The branches on this line are not
53 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false
57 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
61 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
66 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
137 ** 2015-03-02
175 ** large file support, or if the OS is windows, these should be no-ops.
181 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
190 ** on 2008-11-28.) These days, all Linux kernels support large files, so
[all …]
/external/python/cpython3/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]
/external/libabigail/
DChangeLog1 2021-10-04 Dodji Seketeli <dodji@redhat.com>
6 2021-09-23 Dodji Seketeli <dodji@redhat.com>
8 Bug 27086 - Consider all C++ virtual destructors when there are many
9 * src/abg-dwarf-reader.c (build_or_get_fn_decl_if_not_suppressed):
10 Do not try to re-use a virtual destructor of a class, based on its
13 * tests/data/test-types-stability/PR27086-libstdc++.so.6.0.26:
17 * tests/test-types-stability.cc (elf_paths): Add the test input
20 2021-09-23 Dodji Seketeli <dodji@redhat.com>
22 dwarf-reader: Indent
23 * src/abg-dwarf-reader.cc (finish_member_function_reading): Fix
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1 //===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
66 #define DEBUG_TYPE "x86-isel"
71 "x86-experimental-pref-loop-alignment", cl::init(4),
74 "(the last x86-experimental-pref-loop-alignment bits"
80 "x86-enable-old-knl-abi", cl::init(false),
86 "mul-constant-optimization", cl::init(true),
92 "x86-experimental-unordered-atomic-isel", cl::init(false),
[all …]
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt1803 ad-lib ædlˈɪb
3726 aide-de-camp ˌeddɪkˈæmp
5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn
7542 anglo-saxon ˈæŋglosˌæksən
8282 anti-lewisite ˌæntilˈuɪsˌaɪt
9550 aquifer %21020 ˈækwəfər, ˈɑkwə-
9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə
9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn
9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə-
9645 aram %8777 ær-, ˈeræm, ˈɛrəm
[all …]