Home
last modified time | relevance | path

Searched refs:other_dict (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dsysconfig.py145 def _extend_dict(target_dict, other_dict): argument
147 for key, value in other_dict.items():
/external/libchrome/base/
Dvalues.cc832 const DictionaryValue* other_dict = in Equals() local
835 Iterator rhs_it(*other_dict); in Equals()