Home
last modified time | relevance | path

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

/external/flatbuffers/.github/workflows/
Dstale.yml1 name: Mark stale issues and pull requests
2 permissions: read-all
6 - cron: "30 20 * * *"
9 stale:
11 runs-on: ubuntu-latest
14 - uses: actions/stale@v4.0.0
16 repo-token: ${{ secrets.GITHUB_TOKEN }}
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
[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/
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/)
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
38 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE --build_only
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dtrafficdirector.v2.json5 "https://www.googleapis.com/auth/cloud-platform": {
17 "documentationLink": "https://cloud.google.com/traffic-director",
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
125 "https://www.googleapis.com/auth/cloud-platform"
148 …rsion combines SemVer version of extension with free-form build information (i.e. 'alpha', 'privat…
[all …]
/external/libcxx/
DCMakeLists.txt32 set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")
41 message(WARNING "Failed to find python interpreter. "
54 message(STATUS "Configuring for clang-cl")
60 message(STATUS "Configuring for MSVC")
71 # Basic options ---------------------------------------------------------------
84 # Benchmark options -----------------------------------------------------------
87 set(LIBCXX_BENCHMARK_TEST_ARGS_DEFAULT --benchmark_min_time=0.01)
89 "Arguments to pass when running the benchmarks using check-cxx-benchmarks")
100 message(FATAL_ERROR "Invalid value for LIBCXX_BENCHMARK_NATIVE_STDLIB: "
127 option(LIBCXX_ABI_FORCE_ITANIUM "Ignore auto-detection and force use of the Itanium ABI.")
[all …]
/external/kotlinx.coroutines/
DCHANGES_UP_TO_1.7.md12 * `kotlinx-coroutines-test` rework:
13- Add the `timeout` parameter to `runTest` for the whole-test timeout, 10 seconds by default (#327…
14 - The `withTimeout` exception messages indicate if the timeout used the virtual time (#3588).
15 - `TestCoroutineScheduler`, `runTest`, and `TestScope` API are promoted to stable (#3622).
16- `runTest` now also fails if there were uncaught exceptions in coroutines not inherited from the …
22 * `kotlinx-coroutines-core` and `kotlinx-coroutines-jdk8` artifacts were merged into a single artif…
30 * `JavaFx` version is updated to 17.0.2 in `kotlinx-coroutines-javafx` (#3671)..
41 * Obsolete `Class-Path` attribute was removed from `kotlinx-coroutines-debug.jar` manifest (#3361).
46 * Improved the performance of the `future` builder in case of exceptions (#3475). Thanks @He-Pin!
56 * Performance improvements and reduced thread-local pressure for the `withContext` operator (#3592).
[all …]
/external/sg3_utils/scripts/
Drescan-scsi-bus.sh2 # Script to rescan SCSI bus, using the scsi add-single-device mechanism.
3 # (c) 1998--2010 Kurt Garloff <kurt@garloff.de>, GNU GPL v2 or v3
4 # (c) 2006--2022 Hannes Reinecke, GNU GPL v2 or later
5 # $Id: rescan-scsi-bus.sh,v 1.57 2012/03/31 14:08:48 garloff Exp $
10 TMPLUNINFOFILE="/tmp/rescan-scsi-mpath-info.txt"
29 if [ "$debug" -eq 1 ] ; then
42 declare -i cntr=0
43 while [ $cntr -lt "$LN" ] ; do BK="$BK\e[D"; let cntr+=1; done
44 echo -en "$STRG$BK"
52 declare -i cntr=0
[all …]
/external/virglrenderer/src/
Dvrend_renderer.c78 * Since virgl_caps_v2 is growable and no backward-incompatible change is
545 unsigned size; /**< size of the accessible sub-range in bytes */
620 #define VREND_PROGRAM_NQUEUE_MASK (VREND_PROGRAM_NQUEUES - 1)
632 /* Using an array of lists only adds VREND_PROGRAM_NQUEUES - 1 list_head
840 if (!gbm || !gbm->device || !gbm_format) in vrend_format_can_sample()
844 return gbm_device_is_format_supported(gbm->device, gbm_format, gbm_usage); in vrend_format_can_sample()
877 if (!gbm || !gbm->device || !gbm_format) in vrend_format_can_scanout()
880 return gbm_device_is_format_supported(gbm->device, gbm_format, GBM_BO_USE_SCANOUT); in vrend_format_can_scanout()
897 return &ctx->sub->tweaks; in vrend_get_context_tweaks()
918 return (has_bit(res->storage_bits, VREND_STORAGE_EGL_IMAGE) && in vrend_resource_has_24bpp_internal_format()
[all …]
/external/crosvm/kernel_loader/src/
Dtest_elf32.bin ... map->l_tls_modid == total + cnt map->l_tls_blocksize >= map->l_tls_initimage_size (size_t ...
/external/python/setuptools/
DCHANGES.rst2 -------
13 * #3202: Changed behaviour of auto-discovery to not explicitly expand ``package_dir``
14 for flat-layouts and to not use relative paths starting with ``./``.
22 * #3211: Disabled auto-discovery when distribution class has a ``configuration``
24 configuration=...)``). This is done to ensure extension-only packages created
27 behaviour to avoid accidental multiple top-level packages in a flat-layout.
31 still likely to observe the auto-discovery behavior, which may halt the
35 To disable auto-discovery please explicitly set either ``packages`` or
36 ``py_modules``. Alternatively you can also configure :ref:`custom-discovery`.
40 -------
[all …]
/external/arm-trusted-firmware/docs/
Dchange-log.md4 issues in each release of Trusted Firmware-A.
6 ## 2.6 (2021-11-22)
10 - **Architecture**
12 - **Activity Monitors Extension (FEAT_AMU)**
14 - The public AMU API has been reduced to enablement only
17 …s ([b4b726e](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b4b726ea…
19 - The `PLAT_AMU_GROUP1_COUNTERS_MASK` platform definition
20 has been removed. Platforms should specify per-core AMU counter masks
21 via FCONF or a platform-specific mechanism going forward.
23 …` ([6c8dda1](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/6c8dda19…
[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/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/elfutils/tests/
DChangeLog1 2022-11-01 Aaron Merey <amerey@redhat.com>
3 * run-debuginfod-section.sh (RPM_BUILDID): Use buildid from non-zstd
6 2022-10-31 Aaron Merey <amerey@redhat.com>
8 * Makefile.am (TESTS): Add run-debuginfod-section.sh.
9 * run-debuginfod-section.sh: New test.
11 2022-09-20 Yonggang Luo <luoyonggang@gmail.com>
13 * Makefile.am (EXTRA_DIST): Remove debuginfod-rpms/hello2.spec.
14 Add debuginfod-rpms/hello{2,3}.specfile.
15 * tests/debuginfod-rpms/hello2.spec.: Renamed to...
16 * tests/debuginfod-rpms/hello2.specfile: ...this.
[all …]
/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 -
4472 message
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
193 Prof. Hart will answer or forward your message.
213 By using or reading any part of this PROJECT GUTENBERG-tm
[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/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/
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/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/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 …]