Searched refs:exclude (Results 1 – 12 of 12) sorted by relevance
| /developtools/packing_tool/adapter/ohos/ |
| D | HapVerify.java | 695 List<String> exclude = null; in checkApiVersionCovered() local 711 if (exclude == null) { in checkApiVersionCovered() 712 exclude = new ArrayList<>(); in checkApiVersionCovered() 715 exclude = Stream.of(exclude, hapVerifyInfo.getDistroFilter().apiVersion.value). in checkApiVersionCovered() 725 if (exclude != null) { in checkApiVersionCovered() 726 exclude = exclude.stream().distinct().collect(Collectors.toList()); in checkApiVersionCovered() 729 return checkEntryPolicyValueCoverAll(include, exclude); in checkApiVersionCovered() 731 return checkPolicyValueCovered(apiVersion.policy, apiVersion.value, include, exclude); in checkApiVersionCovered() 745 List<String> exclude = null; in checkScreenShapeCovered() local 760 if (exclude == null) { in checkScreenShapeCovered() [all …]
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | cloc.md | 4 cloc . --exclude-dir=protos,third_party,emsdk,prebuilts,out,tmp
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
| D | babel-plugin.ts | 26 exclude: [projectConfig.packageManagerType === OHPM ? OH_MODULES : NODE_MODULES],
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/ |
| D | basic_tool.py | 143 def grep_ern(cls, pattern: str, path: str, include: str = str(), exclude: tuple = tuple(), 159 for e in exclude:
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/resource/testdata/ |
| D | shdrs_from_readelf_64 | 73 C (compressed), x (unknown), o (OS specific), E (exclude),
|
| D | shdrs_from_readelf_32 | 40 C (compressed), x (unknown), o (OS specific), E (exclude),
|
| /developtools/hiperf/test/unittest/resource/testdata/ |
| D | shdrs_from_readelf_32 | 40 C (compressed), x (unknown), o (OS specific), E (exclude),
|
| D | shdrs_from_readelf_64 | 73 C (compressed), x (unknown), o (OS specific), E (exclude),
|
| /developtools/smartperf_host/ide/ |
| D | webpack.config.js | 173 exclude: ['/node_modules/'], property
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
| D | misc.py | 80 … include="BUILD.gn", exclude=tuple(black_list), post_handler=handler)
|
| D | rom_analysis.py | 208 exclude=tuple(exclude_dir),
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 124212 bool exclude; member
|