Home
last modified time | relevance | path

Searched refs:MakeImportStackMessage (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/
H A Dmojom_bindings_generator_unittest.py7 from mojom_bindings_generator import MakeImportStackMessage
28 self.assertEquals(MakeImportStackMessage(["x"]), "")
29 self.assertEquals(MakeImportStackMessage(["x", "y"]),
31 self.assertEquals(MakeImportStackMessage(["x", "y", "z"]),
H A Dmojom_bindings_generator.py73 def MakeImportStackMessage(imported_filename_stack): function
174 MakeImportStackMessage(imported_filename_stack + [rel_filename.path]))
/aosp_15_r20/external/cronet/components/cronet/tools/generators/
H A Dcronet_bindings_generator.py78 def MakeImportStackMessage(imported_filename_stack): function
239 MakeImportStackMessage(imported_filename_stack + [rel_filename.path]))
247 MakeImportStackMessage(imported_filename_stack + [rel_filename.path]))
254 print(str(e) + MakeImportStackMessage(full_stack))
/aosp_15_r20/external/libchrome/libchrome_tools/patch/
H A Dmojom_disable_trace_and_mem_dump.patch264 MakeImportStackMessage(imported_filename_stack + [rel_filename.path])