Searched refs:parent_hash (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/v8/tools/push-to-trunk/ |
D | git_recipes.py | 160 def GitLog(self, n=0, format="", grep="", git_hash="", parent_hash="", argument 162 assert not (git_hash and parent_hash) 174 if parent_hash: 175 args.append("%s^" % parent_hash)
|
D | common_includes.py | 490 self, parent_hash="", branch="", include_patches=False): argument 496 branch = "" if parent_hash else branch or "svn/trunk" 498 parent_hash=parent_hash, branch=branch)
|
D | push_to_trunk.py | 84 last_push = self.FindLastTrunkPush(parent_hash=last_push)
|
/external/chromium_org/v8/src/ |
D | objects.cc | 7848 const uint32_t parent_hash = GetSortedKey(i)->Hash(); in Sort() local 7859 if (child_hash <= parent_hash) break; in Sort() 7872 const uint32_t parent_hash = GetSortedKey(parent_index)->Hash(); in Sort() local 7884 if (child_hash <= parent_hash) break; in Sort()
|