Home
last modified time | relevance | path

Searched refs:all (Results 1 - 9 of 9) sorted by relevance

/build/scripts/
H A Dkernel_permission_handler.py27 if not all(isinstance(item, str) for item in value):
/build/templates/metadata/
H A Dwrite_meta_data.py62 def all(self, target_type): member in Deps
96 for dep in deps.all(target_type):
107 # Merge all metadata
122 for dep in deps.all(target_type):
135 for dep in deps.all(target_type):
/build/templates/kernel/linux-5.10/
H A DMakefile20 CLANG_CC := $(CLANG_HOST_TOOLCHAIN)/clang -fstack-protector-all
/build/templates/kernel/linux-6.6/
H A DMakefile19 CLANG_CC := $(CLANG_HOST_TOOLCHAIN)/clang -fstack-protector-all
/build/tools/component_tools/static_check/gn_check/
H A Dcheck_gn_online.py78 issue += ',' if all(flag.values()) else ''
125 issue += ',' if all(flag.values()) else ''
H A Dcheck_gn.py218 issue += ',' if all(flags) else ''
264 issue += ',' if all(flags) else ''
/build/test/example/
H A Dperformance_test.py154 "Loader": {"start_pattern": re.compile(r"Checking all build args"),
602 if all([cmd, path, report_title]):
H A Dtest_build_option.py538 log_info("all file {} not exist".format(file_list))
559 if all(file_tmp_flag_li):
/build/hb/services/
H A Dloader.py195 LogUtil.hb_info("Checking all build args...")
224 LogUtil.hb_info("Checking all product features...")
392 if self.build_platform_name == 'all':
425 '''Description: output all target platform parts into a json file \
888 # scan all bundle.json or ohos.build files with named groups
903 if (not component) or (not all(key in component for key in ("subsystem", "name", "override"))):

Completed in 6 milliseconds