Searched refs:soup (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/media/camera/docs/ |
H A D | metadata_validate.py | 189 def validate_clones(soup): argument 201 for clone in soup.find_all("clone"): 210 matching_entry = soup.find(find_entry) 253 def validate_entries(soup): argument 267 for entry in soup.find_all("entry"): 335 soup = BeautifulSoup(xml, features='xml') 337 succ = validate_clones(soup) 338 succ = validate_entries(soup) and succ 341 return soup
|
H A D | metadata_parser_xml.py | 103 def soup(self): member in MetadataParserXml 123 tags = self.soup.tags 128 types = self.soup.types 140 for entry in self.soup.find_all(entry_filter):
|
H A D | metadata_helpers.py | 1483 soup = bs4.BeautifulSoup(text, features='html.parser') 1484 wbr_tag = lambda: soup.new_tag('wbr') # must generate new tag every time 1486 for navigable_string in soup.findAll(text=True): 1502 return soup.decode()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |