Home
last modified time | relevance | path

Searched refs:relevant (Results 1 – 25 of 777) sorted by relevance

12345678910>>...32

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr300_fragprog_swizzle.c112 unsigned int relevant; in r300_swizzle_is_native() local
133 relevant = 0; in r300_swizzle_is_native()
137 relevant |= 1 << j; in r300_swizzle_is_native()
139 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant)) in r300_swizzle_is_native()
Dr500_fragprog.c186 unsigned int relevant; in r500_swizzle_is_native() local
224 relevant = 0; in r500_swizzle_is_native()
228 relevant |= 1 << i; in r500_swizzle_is_native()
230 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant)) in r500_swizzle_is_native()
/third_party/node/doc/contributing/
Dreleases-node-api.md82 version, the relevant commits should already include the `NAPI_EXPERIMENTAL`
114 If this release includes runtime behavior version guards, the relevant commits
126 If this release includes add-on tests for the new Node-APIs, the relevant
145 version and are necessary to document, the relevant commits should already
167 released in this version and are necessary to document, the relevant commits
201 good place to @-mention the relevant contributors.
/third_party/node/deps/npm/node_modules/rimraf/
DREADME.md42 Sync methods are only relevant for `rimraf.sync()`, of course.
58 Only relevant for async usage.
69 Only relevant for async usage.
/third_party/node/tools/dep_updaters/
DREADME.md34 important/relevant items from the changelog (see [`c61870c`][] for an
62 important/relevant items from the changelog.
82 important/relevant items from the changelog.
/third_party/mesa3d/docs/ci/
DLAVA.rst6 particularly relevant to testing Mesa because we often need to change
41 ``/etc/lava-dispatcher/device-types``). Now, go find a relevant
79 relevant as we have many stable branches all using CI).
/third_party/python/Doc/distutils/
D_setuptools_disclaimer.rst5 independently covers all of the relevant information currently included here.
/third_party/protobuf/csharp/
Dbuildall.sh8 echo Building relevant projects.
/third_party/gn/src/gn/format_test_data/
D076.golden2 # only where it's not relevant to the parse.
D076.gn2 # only where it's not relevant to the parse.
D019.gn12 # Not relevant to Android.
D019.golden12 # Not relevant to Android.
/third_party/typescript/.github/ISSUE_TEMPLATE/
DBug_report.md51 [Playground link with relevant code](https://www.typescriptlang.org/play?#code/PTAEFkE9QYwewCYFNQHM…
55 <!-- Please post the relevant code sample here as well-->
/third_party/libabigail/
DABIXML-FORMAT-VERSIONS40 relevant commit:
55 relevant commit:
/third_party/jinja2/.github/ISSUE_TEMPLATE/
Dfeature-request.md8 Include details such as links relevant specs or previous discussions.
/third_party/jerryscript/.github/ISSUE_TEMPLATE/
Dbug_report.md45 if necessary. Try and trim the log to relevant parts.
69 Copy relevant output from the standard output and/or error channels.
/third_party/python/Doc/library/
Dtext.rst12 highly relevant to text processing. In addition, see the documentation for
Dbinary.rst10 relevant sections.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
Dcoverage.txt8 4 YES * EINVAL and EAGAIN are relevant to low-priority mutex
/third_party/python/Lib/idlelib/
Dconfig-main.def25 # the relevant user config file. Reverting any general or extension
34 # relevant settings from the default file.
/third_party/json/docs/mkdocs/docs/api/macros/
Djson_no_io.md8 relying on these headers are excluded. This is relevant for environments where these I/O functions …
/third_party/skia/resources/sksl/shared/
DStaticSwitchWithContinue.sksl5 // This is particularly relevant because our inliner replaces return statements with continue.
/third_party/skia/infra/lottiecap/docker/
DREADME.md16 It gets manually pushed anytime there's an update to the Dockerfile or relevant
46 It gets manually pushed anytime there's an update to the Dockerfile or relevant
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
Dcoverage.txt13 relevant.
/third_party/typescript/tests/baselines/reference/
DtwoGenericInterfacesDifferingByTypeParameterName2.types2 // type parameter names are relevant when choosing whether to merge interface declarations

12345678910>>...32