Searched refs:allfiles (Results 1 – 3 of 3) sorted by relevance
/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 251 decl = self.allfiles.find_match(OldStyleObjectDeclareSimpleType, 272 find_type_checkers(self.allfiles, 'xxxxxxxxxxxxxxxxx') 328 uppercase = find_typename_uppercase(self.allfiles, typename) 336 parent_uppercase = find_typename_uppercase(self.allfiles, parent_typename) 464 defs = list(find_type_definitions(self.allfiles, uppercase)) 497 defs = list(find_type_definitions(self.allfiles, uppercase)) 511 instance_checkers = [c for c in find_type_checkers(self.allfiles, uppercase) 534 typedefs = [(t,self.allfiles.find_matches(SimpleTypedefMatch, t)) 548 …other_instance_checkers = [c for c in find_type_checkers(self.allfiles, instancetype, 'instancetyp… 559 for m in self.allfiles.find_matches(t, uppercase, 'uppercase')] [all …]
|
H A D | patching.py | 207 def allfiles(self) -> 'FileList': member in FileMatch 208 return self.file.allfiles 308 self.allfiles = files 347 self.allfiles.reset_index()
|
H A D | qom_macros.py | 416 f = self.allfiles.find_file('include/qemu/typedefs.h') 615 …conflicting.extend(o for o in chain(self.allfiles.find_matches(DeclareInstanceChecker, uppercase, … 616 … self.allfiles.find_matches(DeclareClassCheckers, uppercase, 'uppercase'), 617 … self.allfiles.find_matches(DeclareInterfaceChecker, uppercase, 'uppercase'), 618 self.allfiles.find_matches(DefineDirective, uppercase))
|