Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 6 of 6) sorted by relevance

/build/config/ohos/
DBUILD.gn35 "-Wl,--exclude-libs=libunwind_llvm.a",
36 "-Wl,--exclude-libs=libc++_static.a",
41 "-Wl,--exclude-libs=libvpx_assembly_arm.a",
44 ldflags -= [ "-Wl,--exclude-libs=libvpx_assembly_arm.a" ]
/build/tools/component_tools/static_check/gn_check/
Dgn_common_tools.py79 for exclude in excludes:
80 cmd += " --exclude-dir={}".format(exclude)
/build/test/example/
Dperformance_test.py55 exclude = config.get("performance").get("exclude") variable in PerformanceAnalyse
178 if tmp_dir in self.exclude:
Dtest_build_option.py48 exclude = config.get("build_option").get("exclude") variable
52 if tmp_dir in exclude:
/build/lite/ndk/doc/config/
DDoxyfile_C790 # excluded from the INPUT source files. This way you can easily exclude a
806 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
810 # exclude all test directories for example use the pattern */test/*
821 # exclude all test directories use the pattern */test/*
DDoxyfile_CPP790 # excluded from the INPUT source files. This way you can easily exclude a
806 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
810 # exclude all test directories for example use the pattern */test/*
821 # exclude all test directories use the pattern */test/*