Searched refs:old_dict (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/
H A Djsondiff.py140 def _DictionaryDiff(self, old_dict, new_dict):
141 """Generate a dictionary showing the diffs between old_dict and new_dict.
144 all_keys = set(old_dict.keys() + new_dict.keys())
146 if old_dict.get(key) != new_dict.get(key):
148 new_entry['old'] = old_dict.get(key)
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsnamed.c890 _cmsDICT* old_dict = (_cmsDICT*) hDict; local
894 _cmsAssert(old_dict != NULL);
896 hNew = cmsDictAlloc(old_dict ->ContextID);
900 entry = old_dict ->head;

Completed in 289 milliseconds