Lines Matching refs:set
62 out.write('set("')
83 """Given a set of source files, sets the given property on them."""
236 output_directories = set()
304 output_directories = set()
406 # Hack, set linker language to c if no c or cxx files present.
464 # TODO: This is broken, one cannot generally set properties on files,
520 object_dependencies = set()
549 synthetic_dependencies = set()
573 libraries = set()
574 nonlibraries = set()
576 dependencies = set(target.properties.get('deps', []))
580 object_dependencies = set()