Home
last modified time | relevance | path

Searched refs:cls (Results 1 – 8 of 8) sorted by relevance

/build/lite/hb_internal/common/
Dutils.py243 def __call__(cls, *args, **kwargs): argument
244 if cls not in cls._instances:
245 cls._instances[cls] = super(Singleton,
246 cls).__call__(*args, **kwargs)
247 return cls._instances[cls]
/build/lite/hb_internal/cts/
Dmenuconfig.py24 def _promt(cls, questions, **kwargs): argument
42 def get_questions(cls, promt_type, name, message, choices): argument
Dcts.py190 def update_comp_deps(cls, comp_cls_dict): argument
324 def gn_desc(cls, out_file, target, *args): argument
/build/scripts/util/
Dpycache.py29 def retrieve_object(cls, cache_artifact, obj): argument
54 def add_object(cls, cache_artifact, obj): argument
116 def cache_key(cls, path): argument
Dmd5_check.py278 def from_file(cls, fileobj): argument
280 ret = cls()
/build/ohos/packages/
Dfs_process.py56 def is_lib(cls, lib): argument
60 def is_incr(cls, fs_incr): argument
123 def chmod(cls, file, mode): argument
129 def filter(cls, files, ignore_list): argument
/build/ohos/sa_profile/sa_info_process/
Dsort_sa_by_bootphase.py248 def __detect_invalid_dependency(cls, dependency_checkers, ordered_sa_names, argument
415 def detect_invalid_dependency_globally(cls, argument
419 cls.__detect_invalid_dependency(dependency_checkers,
/build/loader/
Dload_ohos_build.py121 def _parsing_kits_lib(cls, kit_lib, is_inner_kits=False): argument