Searched refs:MakeImportStackMessage (Results 1 – 4 of 4) sorted by relevance
7 from mojom_bindings_generator import MakeImportStackMessage28 self.assertEquals(MakeImportStackMessage(["x"]), "")29 self.assertEquals(MakeImportStackMessage(["x", "y"]),31 self.assertEquals(MakeImportStackMessage(["x", "y", "z"]),
73 def MakeImportStackMessage(imported_filename_stack): function174 MakeImportStackMessage(imported_filename_stack + [rel_filename.path]))
78 def MakeImportStackMessage(imported_filename_stack): function239 MakeImportStackMessage(imported_filename_stack + [rel_filename.path]))247 MakeImportStackMessage(imported_filename_stack + [rel_filename.path]))254 print(str(e) + MakeImportStackMessage(full_stack))
264 MakeImportStackMessage(imported_filename_stack + [rel_filename.path])