Searched refs:allowlist (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/test/test_tools/ |
H A D | test_sundry.py | 19 # added for a script it should be added to the allowlist below. 22 allowlist = ['reindent', 'pdeps', 'gprof2html', 'md5sum'] variable in TestSundryScripts 30 skiplist = denylist + allowlist + windows_only + other
|
/third_party/libinput/tools/ |
H A D | libinput-analyze-recording.py | 56 def is_tracked_axis(code, allowlist, denylist): 65 if allowlist: 66 return code in allowlist
|
/third_party/node/deps/v8/tools/gcmole/ |
H A 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 611 "--no-allowlist", 614 dest="allowlist", 615 help="When building gcsuspects allowlist certain functions as if they can be "
|
/third_party/node/deps/v8/src/inspector/ |
H A 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/ |
H A D | extensionmetadocgenerator.py | 770 allowlist = ['WIN32', 'INT16', 'D3D1'] 772 # temporarily replace allowlist items 773 for i, w in enumerate(allowlist): 778 # undo allowlist substitution 779 for i, w in enumerate(allowlist):
|
/third_party/node/test/common/ |
H A D | index.js | 356 function allowGlobals(...allowlist) { 357 knownGlobals = knownGlobals.concat(allowlist);
|
Completed in 10 milliseconds