Searched refs:snippet (Results 1 – 4 of 4) sorted by relevance
165 def snippet(self, indent): member in HiddenApiPropertyChange166 snippet = "\n"167 snippet += format_comment_as_text(self.property_comment, indent)168 snippet += f"{indent}{self.property_name}: ["170 snippet += "\n"172 snippet += f'{indent} "{value}",\n'173 snippet += f"{indent}"174 snippet += "],\n"175 return snippet628 hiddenapi_snippet += property_change.snippet(" ")
431 snippet = change.snippet(" ")432 self.assertEqual(expected, snippet)
366 # $(3): Extra snippet to run if it does not match
555 With the `BoardConfig.mk` snippet above, `libacme_foo` would build with