Searched refs:fromkeys (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Ddata.py161 (f, dict.fromkeys(linenos, None))
166 (f, dict.fromkeys(arcpairs, None))
/external/chromium_org/third_party/simplejson/
H A Dordered_dict.py106 def fromkeys(cls, iterable, value=None): member in class:OrderedDict
/external/qemu/scripts/
H A Dordereddict.py110 def fromkeys(cls, iterable, value=None): member in class:OrderedDict
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dordered_dict.py254 def fromkeys(cls, iterable, value=None): member in class:OrderedDict
255 '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S
/external/chromium_org/v8/tools/push-to-trunk/
H A Dmerge_to_branch.py70 self["full_revision_list"] = list(OrderedDict.fromkeys(
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py137 * fromkeys(S[,v]) -> New tree with keys from S and values equal to v.
392 def fromkeys(cls, iterable, value=None): member in class:TreeMixin
393 """ T.fromkeys(S[,v]) -> New tree with keys from S and values equal to v.
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py70 ok_values = dict.fromkeys("$%_.-ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890")
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py1471 self.counters = dict.fromkeys(self._benchmark_keys, 0)

Completed in 228 milliseconds