Home
last modified time | relevance | path

Searched refs:allfiles (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/scripts/
H A Dget_dvb_firmware376 my $allfiles;
380 $allfiles .= " $fwfile";
383 $allfiles =~ s/^\s//;
385 $allfiles;
449 my $allfiles;
453 $allfiles .= " $fwfile";
458 $allfiles;
470 my $allfiles;
479 $allfiles;
763 my $allfiles;
[all …]
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py251 decl = self.allfiles.find_match(OldStyleObjectDeclareSimpleType,
272 find_type_checkers(self.allfiles, 'xxxxxxxxxxxxxxxxx')
328 uppercase = find_typename_uppercase(self.allfiles, typename)
464 defs = list(find_type_definitions(self.allfiles, uppercase))
497 defs = list(find_type_definitions(self.allfiles, uppercase))
534 typedefs = [(t,self.allfiles.find_matches(SimpleTypedefMatch, t))
561 defs = list(find_type_definitions(self.allfiles, uppercase))
646 defs = list(find_type_definitions(self.allfiles, uppercase))
734 instance_decls = find_type_checkers(self.allfiles, typename)
739 parent = find_type_info(self.allfiles, parent_typename)
[all …]
H A Dpatching.py207 def allfiles(self) -> 'FileList': member in FileMatch
208 return self.file.allfiles
308 self.allfiles = files
347 self.allfiles.reset_index()
H A Dqom_macros.py416 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))
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py66 allfiles = [] variable
366 if pymodule_dep not in allfiles:
367 allfiles.append(pymodule_dep)
402 if pymodule_dep not in allfiles:
403 allfiles.append(pymodule_dep)