Searched refs:EXCLUDE (Results 1 - 14 of 14) sorted by relevance
/third_party/gn/src/gn/ |
H A D | command_path.cc | 31 enum class PrivateDeps { INCLUDE, EXCLUDE }; 32 enum class DataDeps { INCLUDE, EXCLUDE }; 254 BreadthFirstSearch(from, to, PrivateDeps::EXCLUDE, DataDeps::EXCLUDE, in DoSearch() 258 BreadthFirstSearch(from, to, PrivateDeps::INCLUDE, DataDeps::EXCLUDE, in DoSearch()
|
/third_party/mbedtls/tests/ |
H A D | compat.sh | 96 EXCLUDE='NULL\|ARIA\|CHACHA20_POLY1305' 110 printf " -e|--exclude\tMatching ciphersuites are excluded (Default: '%s')\n" "$EXCLUDE" 161 shift; EXCLUDE=$1 243 EXCLMODE="$EXCLUDE" 256 if [ "X" != "X$FILTER" -o "X" != "X$EXCLUDE" ];
|
H A D | ssl-opt.sh | 111 EXCLUDE='^$' 152 shift; EXCLUDE=$1 1850 # Optimize filters: if $FILTER and $EXCLUDE can be expressed as shell 1868 case "$EXCLUDE" in 1874 simple_exclude="*$EXCLUDE*";; 1878 ! echo "$1" | grep "$FILTER" | grep -q -v "$EXCLUDE"
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | filterrb.h | 49 EXCLUDE enumerator 61 * EXCLUDE = reject the whole subtree 89 * included: EXCLUDE 100 * included: EXCLUDE 104 * included: EXCLUDE 117 * included: EXCLUDE 126 * included: EXCLUDE 157 * EXCLUDE = this path exactly matches a "-" rule
|
H A D | filterrb.cpp | 14 "EXCLUDE" 173 fIncluded = inclusionRule ? INCLUDE : EXCLUDE; in applyRule()
|
H A D | reslist.cpp | 1766 } else if (inclusion == PathFilter::EInclusion::EXCLUDE) { in applyFilter()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | filterrb.h | 49 EXCLUDE enumerator 61 * EXCLUDE = reject the whole subtree 89 * included: EXCLUDE 100 * included: EXCLUDE 104 * included: EXCLUDE 117 * included: EXCLUDE 126 * included: EXCLUDE 157 * EXCLUDE = this path exactly matches a "-" rule
|
H A D | filterrb.cpp | 14 "EXCLUDE" 173 fIncluded = inclusionRule ? INCLUDE : EXCLUDE; in applyRule()
|
H A D | reslist.cpp | 1766 } else if (inclusion == PathFilter::EInclusion::EXCLUDE) { in applyFilter()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | filterrb.h | 49 EXCLUDE enumerator 61 * EXCLUDE = reject the whole subtree 89 * included: EXCLUDE 100 * included: EXCLUDE 104 * included: EXCLUDE 117 * included: EXCLUDE 126 * included: EXCLUDE 157 * EXCLUDE = this path exactly matches a "-" rule
|
H A D | filterrb.cpp | 14 "EXCLUDE" 173 fIncluded = inclusionRule ? INCLUDE : EXCLUDE; in applyRule()
|
H A D | reslist.cpp | 1774 } else if (inclusion == PathFilter::EInclusion::EXCLUDE) { in applyFilter()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 2794 NEWFLAG (EXCLUDE) in section_flags_string()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 162 milliseconds