Lines Matching refs:in
7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
28 # A simple program to enumerate components in the userland gate and report
48 for dirpath, dirnames, filenames in os.walk(path + '/components'):
51 for name in filenames:
90 print >>self.debug, "Executing 'gmake %s' in %s" % (targets, path)
96 for out in p:
141 for opt, arg in opts:
142 if opt in [ "-w", "--workspace" ]:
144 elif opt in [ "-l", "--components" ]:
146 elif opt in [ "--make" ]:
148 elif opt in [ "--component" ]:
150 elif opt in [ "--template-zone" ]:
152 elif opt in [ "-d", "--debug" ]:
167 if components_arg in [ 'path', 'paths', 'dir', 'dirs', 'directories' ]:
168 for path in component_paths:
171 elif components_arg in [ 'depend', 'dependencies' ]:
172 for path in component_paths:
175 for c_path in components.keys():
178 for d_path in components.keys():