Home
last modified time | relevance | path

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

/build/make/tools/
Dcheck_elf_file.py164 def _read_elf_header(cls, elf_file_path): argument
175 def open(cls, elf_file_path, llvm_readobj): argument
178 header = cls._read_elf_header(elf_file_path)
183 return cls._read_llvm_readobj(elf_file_path, header, llvm_readobj)
187 def _find_prefix(cls, pattern, lines_it): argument
196 def _read_llvm_readobj(cls, elf_file_path, header, llvm_readobj): argument
203 return cls._parse_llvm_readobj(elf_file_path, header, lines)
207 def _parse_llvm_readobj(cls, elf_file_path, header, lines): argument
210 imported, exported = cls._parse_dynamic_symbols(lines_it)
211 dt_soname, dt_needed = cls._parse_dynamic_table(elf_file_path, lines_it)
[all …]
/build/make/tools/releasetools/
Drangelib.py72 def parse(cls, text): argument
86 return cls(text)
89 def parse_raw(cls, text): argument
99 return cls(data=raw[1:])
Dpylintrc361 valid-classmethod-first-arg=cls
Dcommon.py1725 def FromLocalFile(cls, name, diskname): argument
/build/make/tools/fs_config/
Dfs_config_generator.py58 def __call__(self, cls): argument
60 generator._generators[self._gen] = cls()
61 return cls
/build/soong/cc/
Dpylintrc270 valid-classmethod-first-arg=cls
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js3740 var cls = 'resource resource-card';
3743 .addClass(cls)