Searched refs:MakeImportStackMessage (Results 1 – 2 of 2) sorted by relevance
7 from mojom_bindings_generator import MakeImportStackMessage15 self.assertEquals(MakeImportStackMessage(["x"]), "")16 self.assertEquals(MakeImportStackMessage(["x", "y"]),18 self.assertEquals(MakeImportStackMessage(["x", "y", "z"]),
73 def MakeImportStackMessage(imported_filename_stack): function186 MakeImportStackMessage(imported_filename_stack + [rel_filename.path])194 MakeImportStackMessage(imported_filename_stack + [rel_filename.path])201 print str(e) + MakeImportStackMessage(full_stack)