Home
last modified time | relevance | path

Searched refs:ALLOWLIST (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/ci/vmtest/
H A Drun_selftests.sh25 ./test_progs ${DENYLIST:+-d"$DENYLIST"} ${ALLOWLIST:+-a"$ALLOWLIST"} && true
33 ./test_progs-no_alu32 ${DENYLIST:+-d"$DENYLIST"} ${ALLOWLIST:+-a"$ALLOWLIST"} && true
73 ALLOWLIST=$(read_lists \
74 "$configs_path/ALLOWLIST" \
75 "$configs_path/ALLOWLIST.${ARCH}" \
76 "$local_configs_path/ALLOWLIST-${KERNEL}" \
77 "$local_configs_path/ALLOWLIST-${KERNEL}.${ARCH}" \
81 echo "ALLOWLIST
[all...]
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py285 ALLOWLIST = [ variable
310 ALLOWLIST_PATTERN = "|".join("(?:{})".format(p) for p in ALLOWLIST)
617 "variables analysis. See TODO for ALLOWLIST in gcmole.py")

Completed in 3 milliseconds