Home
last modified time | relevance | path

Searched refs:viewitems (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/gyp/pylib/gyp/
Dordered_dict.py286 def viewitems(self): member in OrderedDict
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dsix.py567 viewitems = operator.methodcaller("items") variable
585 viewitems = operator.methodcaller("viewitems") variable
/external/chromium-trace/catapult/third_party/six/
Dsix.py590 viewitems = operator.methodcaller("items") variable
608 viewitems = operator.methodcaller("viewitems") variable
/external/chromium-trace/catapult/third_party/six/documentation/
Dindex.rst220 .. function:: viewitems(dictionary)
223 :meth:`py2:dict.viewitems` on Python 2.7 and :meth:`py3:dict.items` on
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/documentation/
Dindex.rst220 .. function:: viewitems(dictionary)
223 :meth:`py2:dict.viewitems` on Python 2.7 and :meth:`py3:dict.items` on
/external/v8/tools/gyp/pylib/gyp/generator/
Dcmake.py982 for xcode_setting, xcode_value in xcode_settings.viewitems():