Home
last modified time | relevance | path

Searched refs:allowlist (Results 1 – 21 of 21) sorted by relevance

/third_party/rust/crates/bindgen/book/src/
Dallowlisting.md26 * `--allowlist-type <type>`
27 * `--allowlist-function <function>`
28 * `--allowlist-var <var>`
29 * `--allowlist-file <path>`
Dcpp.md18 all of `std::.*` opaque, and to allowlist only precisely the functions and types
/third_party/python/Lib/test/test_tools/
Dtest_sundry.py22 allowlist = ['reindent', 'pdeps', 'gprof2html', 'md5sum'] variable in TestSundryScripts
30 skiplist = denylist + allowlist + windows_only + other
/third_party/node/deps/v8/tools/gcmole/
DBUILD.gn18 "suspects.allowlist",
Dgcmole.py336 self.allowlist = options.allowlist
337 … self.is_special = IS_SPECIAL_WITH_ALLOW_LIST if self.allowlist else IS_SPECIAL_WITHOUT_ALLOW_LIST
/third_party/skia/third_party/externals/angle2/
D.gn26 # These are the list of GN files that run exec_script. This allowlist exists
/third_party/node/deps/v8/src/inspector/
Dvalue-mirror.cc981 std::vector<String16> allowlist; in getInternalPropertiesForPreview() local
985 allowlist.emplace_back("[[PrimitiveValue]]"); in getInternalPropertiesForPreview()
987 allowlist.emplace_back("[[PromiseState]]"); in getInternalPropertiesForPreview()
988 allowlist.emplace_back("[[PromiseResult]]"); in getInternalPropertiesForPreview()
990 allowlist.emplace_back("[[GeneratorState]]"); in getInternalPropertiesForPreview()
993 if (std::find(allowlist.begin(), allowlist.end(), mirror.name) == in getInternalPropertiesForPreview()
994 allowlist.end()) { in getInternalPropertiesForPreview()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dextensionmetadocgenerator.py770 allowlist = ['WIN32', 'INT16', 'D3D1']
773 for i, w in enumerate(allowlist):
779 for i, w in enumerate(allowlist):
/third_party/python/Doc/library/
Dhttp.cookiejar.rst465 A domain blocklist and allowlist is provided (both off by default). Only domains
466 not in the blocklist and present in the allowlist (if the allowlist is active)
470 for *allowed_domains*). If you set an allowlist, you can turn it off again by
512 Return whether *domain* is not on the allowlist for setting or receiving
Durllib.parse.rst167 false), in accordance with :rfc:`3986`. Previously, an allowlist of
/third_party/node/test/common/
Dindex.js356 function allowGlobals(...allowlist) { argument
357 knownGlobals = knownGlobals.concat(allowlist);
DREADME.md80 ### `allowGlobals(...allowlist)`
82 * `allowlist` [\<Array>][<Array>] Array of Globals
85 Takes `allowlist` and concats that with predefined `knownGlobals`.
699 variable allowlist. Alternatively, if `NODE_TEST_KNOWN_GLOBALS` is set to `'0'`,
/third_party/skia/third_party/externals/angle2/third_party/r8/
DREADME.chromium95 * Request to be added to their allowlist in order to upload CLs.
/third_party/mesa3d/docs/relnotes/
D21.2.2.rst78 - panfrost: Fix NULL dereference in allowlist code
D22.0.0.rst400 - panfrost: Make the GPU allowlist implicit
D21.3.0.rst419 - panfrost: Fix NULL dereference in allowlist code
D20.2.0.rst4163 - driconf: allowlist/denylist
/third_party/libbpf/
DSYNC.md186 allowlist, like was [done](https://github.com/libbpf/libbpf/commit/ea284299025bf85b85b4923191de6463…
/third_party/mesa3d/src/util/
D00-mesa-defaults.conf403 <!-- The GL thread allowlist is below, workarounds are above.
/third_party/node/doc/changelogs/
DCHANGELOG_V15.md1131 …dejs/node/commit/1330995b80)] - **build,lib,test**: change whitelist to allowlist (Michaël Zasso) …
DCHANGELOG_V14.md1387 …dejs/node/commit/9ccf7dbe2d)] - **build,lib,test**: change whitelist to allowlist (Michaël Zasso) …