Lines Matching refs:p
169 old_projs = set((p.name, p.revision) for p in old_manifest.projects)
170 new_projs = set((p.name, p.revision) for p in new_manifest.projects)
174 rprojs = set(filter(lambda p: p[0] not in list(p[0] for p in new_projs),
177 uprojs = set(filter(lambda p: p[0] in list(p[0] for p in old_projs),
194 for p in projs_names:
195 _options.extend(["-t", p ])
209 p = re.match(r"^arch\/([^/]+)\/", f)
210 if not p:
211 p = re.match(r"^include\/zephyr\/arch\/([^/]+)\/", f)
212 if p:
213 if p.group(1) != 'common':
214 archs.add(p.group(1))
487 p = ts.get("platform") variable
492 if (n, a, p, t) not in dup_free_set:
494 dup_free_set.add((n, a, p, t,))