Lines Matching refs:source
176 source = '{}:{}:{}:{}'.format(tokens[0], tokens[1], tokens[2], tokens[3])
178 self.PatchPartitionCheck(target, source)
180 def PatchPartitionCheck(self, target, source): argument
187 self._CheckSecondTokenNotSlotSuffixed(source, "PatchPartitionExprCheck")
188 self.PatchPartitionExprCheck('"%s"' % target, '"%s"' % source)
209 source=source_expr,
315 source = '{}:{}:{}:{}'.format(tokens[0], tokens[1], tokens[2], tokens[3])
318 self.PatchPartition(target, source, patch)
320 def PatchPartition(self, target, source, patch): argument
332 self._CheckSecondTokenNotSlotSuffixed(source, "PatchPartitionExpr")
333 self.PatchPartitionExpr('"%s"' % target, '"%s"' % source, '"%s"' % patch)
355 source=source_expr,