Home
last modified time | relevance | path

Searched refs:itervalues (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/tools/inspector_protocol/jinja2/
D_compat.py28 itervalues = lambda d: iter(d.values()) function
57 itervalues = lambda d: d.itervalues() function
Druntime.py292 itervalues = _all('itervalues') variable in Context
/third_party/jinja2/
D_compat.py18 itervalues = lambda d: iter(d.values()) function
51 itervalues = lambda d: d.itervalues() function
/third_party/skia/third_party/externals/jinja2/
D_compat.py18 itervalues = lambda d: iter(d.values()) function
51 itervalues = lambda d: d.itervalues() function
Dutils.py501 def itervalues(self): member in LRUCache
Druntime.py325 itervalues = _all("itervalues") variable in Context
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dgen_texture_format_table.py88 max_component_bits = max(bits.itervalues())
90 [component_bits == bits.itervalues().next() for component_bits in bits.itervalues()])
/third_party/flutter/skia/infra/bots/
Dgen_compile_isolate.py133 for child in self._children.itervalues():
153 for child in self._children.itervalues():
/third_party/flutter/skia/gn/
Dfind_headers.py49 for target in desc_json.itervalues():
/third_party/flutter/skia/infra/bots/recipe_modules/builder_name_schema/
Dbuilder_name_schema.py78 for v in parts.itervalues():
/third_party/flutter/skia/tools/
Dgit-sync-deps194 for value in os_specific_dependencies.itervalues():
/third_party/skia/tools/
Dgit-sync-deps208 for value in os_specific_dependencies.itervalues():
/third_party/python/Objects/
Ddictnotes.txt89 __iter__(), iterkeys(), iteritems(), itervalues(), and update().
/third_party/protobuf/python/google/protobuf/internal/
Dcontainers.py93 def itervalues(self): member in Mapping
Ddescriptor_test.py606 CheckItems(mapping.values(), mapping.itervalues())
Dmessage_test.py2261 CheckItems(map_int32.values(), map_int32.itervalues())
/third_party/python/Lib/
Dmailbox.py106 def itervalues(self): member in Mailbox
116 return self.itervalues()
120 return list(self.itervalues())
/third_party/json/third_party/cpplint/
Dcpplint.py666 itervalues = dict.itervalues variable
670 itervalues = dict.values variable
4872 closing_punctuation = set(itervalues(matching_punctuation))
/third_party/python/Doc/library/
D2to3.rst204 :meth:`dict.itervalues` to :meth:`dict.values`. Similarly,
Dmailbox.rst136 .. method:: itervalues()
141 :meth:`itervalues` or :meth:`__iter__` or return a list of such
1588 for box in boxes.itervalues():
/third_party/python/Lib/test/
Dtest_mailbox.py307 self._check_iteration(self._box.itervalues, do_keys=False,
565 self.assertRaises(NotImplementedError, lambda: box.itervalues().__next__())
Dtest_configparser.py31 def itervalues(self): member in SortedDict
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py103 keys = values = items = iterkeys = itervalues = iteritems = lambda self: ()
/third_party/icu/tools/unicode/py/
Dpreparseucd.py1791 print("%d total bytes in character names" % sum(total_lengths.itervalues()))
/third_party/python/Doc/whatsnew/
D3.0.rst154 :meth:`dict.itervalues` methods are no longer supported.

12