Searched refs:cls (Results 1 – 8 of 8) sorted by relevance
/build/lite/hb_internal/common/ |
D | utils.py | 243 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/ |
D | menuconfig.py | 24 def _promt(cls, questions, **kwargs): argument 42 def get_questions(cls, promt_type, name, message, choices): argument
|
D | cts.py | 190 def update_comp_deps(cls, comp_cls_dict): argument 324 def gn_desc(cls, out_file, target, *args): argument
|
/build/scripts/util/ |
D | pycache.py | 29 def retrieve_object(cls, cache_artifact, obj): argument 54 def add_object(cls, cache_artifact, obj): argument 116 def cache_key(cls, path): argument
|
D | md5_check.py | 278 def from_file(cls, fileobj): argument 280 ret = cls()
|
/build/ohos/packages/ |
D | fs_process.py | 56 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/ |
D | sort_sa_by_bootphase.py | 248 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/ |
D | load_ohos_build.py | 121 def _parsing_kits_lib(cls, kit_lib, is_inner_kits=False): argument
|