Lines Matching defs:self

40     def __init__(self):  argument
69 def component_type(self): argument
73 def component_type(self, value: str): argument
78 def target_os(self): argument
82 def target_os(self, value: str): argument
87 def target_cpu(self): argument
91 def target_cpu(self, value: str): argument
96 def version(self): argument
100 def version(self, value: str): argument
105 def compile_config(self): argument
109 def compile_config(self, value: str): argument
114 def os_level(self): argument
118 def os_level(self, value: str): argument
123 def product_json(self): argument
127 def product_json(self, value: str): argument
133 def root_path(self): argument
140 def root_path(self, value: str): argument
145 def board(self): argument
151 def board(self, value: str): argument
156 def device_company(self): argument
162 def device_company(self, value: str): argument
167 def kernel(self): argument
171 def kernel(self, value: str): argument
176 def product(self): argument
182 def product(self, value: str): argument
187 def product_path(self): argument
193 def product_path(self, value: str): argument
198 def gn_product_path(self): argument
202 def device_path(self): argument
208 def device_path(self, value: str): argument
213 def gn_device_path(self): argument
217 def build_path(self): argument
224 def out_path(self): argument
228 def out_path(self, value: str): argument
233 def device_config_path(self): argument
237 def device_config_path(self, value: str): argument
242 def product_config_path(self): argument
246 def product_config_path(self, value: str): argument
251 def subsystem_config_json(self): argument
255 def subsystem_config_json(self, value: str): argument
261 def subsystem_config_overlay_json(self): argument
265 def subsystem_config_overlay_json(self, value: str): argument
271 def support_cpu(self): argument
275 def log_mode(self): argument
279 def log_mode(self, value): argument
284 def support_cpu(self, value: str): argument
289 def log_path(self): argument
296 def vendor_path(self): argument
303 def built_in_product_path(self): argument
312 def built_in_product_path_for_llvm(self): argument
318 def build_tools_path(self): argument
327 def gn_path(self): argument
337 def ninja_path(self): argument
347 def clang_path(self): argument
361 def patch_cache(self): argument
365 def patch_cache(self, value: str): argument
369 def config_update(self, key: str, value: str): argument
374 def __post__init(self): argument