Searched refs:allowlist (Results 1 – 21 of 21) sorted by relevance
/third_party/rust/crates/bindgen/book/src/ |
D | allowlisting.md | 26 * `--allowlist-type <type>` 27 * `--allowlist-function <function>` 28 * `--allowlist-var <var>` 29 * `--allowlist-file <path>`
|
D | cpp.md | 18 all of `std::.*` opaque, and to allowlist only precisely the functions and types
|
/third_party/python/Lib/test/test_tools/ |
D | test_sundry.py | 22 allowlist = ['reindent', 'pdeps', 'gprof2html', 'md5sum'] variable in TestSundryScripts 30 skiplist = denylist + allowlist + windows_only + other
|
/third_party/node/deps/v8/tools/gcmole/ |
D | BUILD.gn | 18 "suspects.allowlist",
|
D | gcmole.py | 336 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 | .gn | 26 # These are the list of GN files that run exec_script. This allowlist exists
|
/third_party/node/deps/v8/src/inspector/ |
D | value-mirror.cc | 981 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/ |
D | extensionmetadocgenerator.py | 770 allowlist = ['WIN32', 'INT16', 'D3D1'] 773 for i, w in enumerate(allowlist): 779 for i, w in enumerate(allowlist):
|
/third_party/python/Doc/library/ |
D | http.cookiejar.rst | 465 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
|
D | urllib.parse.rst | 167 false), in accordance with :rfc:`3986`. Previously, an allowlist of
|
/third_party/node/test/common/ |
D | index.js | 356 function allowGlobals(...allowlist) { argument 357 knownGlobals = knownGlobals.concat(allowlist);
|
D | README.md | 80 ### `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/ |
D | README.chromium | 95 * Request to be added to their allowlist in order to upload CLs.
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.2.rst | 78 - panfrost: Fix NULL dereference in allowlist code
|
D | 22.0.0.rst | 400 - panfrost: Make the GPU allowlist implicit
|
D | 21.3.0.rst | 419 - panfrost: Fix NULL dereference in allowlist code
|
D | 20.2.0.rst | 4163 - driconf: allowlist/denylist
|
/third_party/libbpf/ |
D | SYNC.md | 186 allowlist, like was [done](https://github.com/libbpf/libbpf/commit/ea284299025bf85b85b4923191de6463…
|
/third_party/mesa3d/src/util/ |
D | 00-mesa-defaults.conf | 403 <!-- The GL thread allowlist is below, workarounds are above.
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V15.md | 1131 …dejs/node/commit/1330995b80)] - **build,lib,test**: change whitelist to allowlist (Michaël Zasso) …
|
D | CHANGELOG_V14.md | 1387 …dejs/node/commit/9ccf7dbe2d)] - **build,lib,test**: change whitelist to allowlist (Michaël Zasso) …
|