Lines Matching refs:target
177 target = '{}:{}:{}:{}'.format(tokens[0], tokens[1], tokens[4], tokens[5])
178 self.PatchPartitionCheck(target, source)
180 def PatchPartitionCheck(self, target, source): argument
186 self._CheckSecondTokenNotSlotSuffixed(target, "PatchPartitionExprCheck")
188 self.PatchPartitionExprCheck('"%s"' % target, '"%s"' % source)
208 target=target_expr,
316 target = '{}:{}:{}:{}'.format(tokens[0], tokens[1], tokens[4], tokens[5])
318 self.PatchPartition(target, source, patch)
320 def PatchPartition(self, target, source, patch): argument
331 self._CheckSecondTokenNotSlotSuffixed(target, "PatchPartitionExpr")
333 self.PatchPartitionExpr('"%s"' % target, '"%s"' % source, '"%s"' % patch)
354 target=target_expr,