/third_party/node/deps/v8/tools/ignition/ |
D | bytecode_dispatches_report.py | 85 top_bytecodes.append((bytecode, sum(itervalues(counters_from_bytecode)))) 102 total = float(sum(itervalues(destinations))) 109 bytecode_total = float(sum(itervalues(bytecode_destinations))) 246 def itervalues(d): function 247 return d.values() if sys.version_info[0] > 2 else d.itervalues()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | _compat.py | 28 itervalues = lambda d: iter(d.values()) function 57 itervalues = lambda d: d.itervalues() function
|
D | runtime.py | 292 itervalues = _all('itervalues') variable in Context
|
/third_party/jinja2/ |
D | _compat.py | 18 itervalues = lambda d: iter(d.values()) function 51 itervalues = lambda d: d.itervalues() function
|
/third_party/skia/third_party/externals/jinja2/ |
D | _compat.py | 18 itervalues = lambda d: iter(d.values()) function 51 itervalues = lambda d: d.itervalues() function
|
D | utils.py | 501 def itervalues(self): member in LRUCache
|
D | runtime.py | 325 itervalues = _all("itervalues") variable in Context
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | _compat.py | 18 itervalues = lambda d: iter(d.values()) function 51 itervalues = lambda d: d.itervalues() function
|
D | utils.py | 501 def itervalues(self): member in LRUCache
|
D | runtime.py | 325 itervalues = _all("itervalues") variable in Context
|
/third_party/skia/tools/ |
D | git-sync-deps | 208 for value in os_specific_dependencies.itervalues():
|
/third_party/python/Objects/ |
D | dictnotes.txt | 89 __iter__(), iterkeys(), iteritems(), itervalues(), and update().
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | containers.py | 93 def itervalues(self): member in Mapping
|
D | descriptor_test.py | 606 CheckItems(mapping.values(), mapping.itervalues())
|
D | message_test.py | 2261 CheckItems(map_int32.values(), map_int32.itervalues())
|
/third_party/python/Lib/ |
D | mailbox.py | 106 def itervalues(self): member in Mailbox 116 return self.itervalues() 120 return list(self.itervalues())
|
/third_party/json/tools/cpplint/ |
D | cpplint.py | 894 itervalues = dict.itervalues variable 898 itervalues = dict.values variable 5171 closing_punctuation = set(itervalues(matching_punctuation))
|
/third_party/node/deps/v8/tools/ |
D | ll_prof.py | 303 for page in self.pages.itervalues():
|
/third_party/python/Doc/library/ |
D | 2to3.rst | 204 :meth:`dict.itervalues` to :meth:`dict.values`. Similarly,
|
D | mailbox.rst | 136 .. 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/ |
D | test_mailbox.py | 307 self._check_iteration(self._box.itervalues, do_keys=False, 565 self.assertRaises(NotImplementedError, lambda: box.itervalues().__next__())
|
D | test_configparser.py | 31 def itervalues(self): member in SortedDict
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 103 keys = values = items = iterkeys = itervalues = iteritems = lambda self: ()
|
/third_party/icu/tools/unicode/py/ |
D | preparseucd.py | 1824 print("%d total bytes in character names" % sum(total_lengths.itervalues()))
|
/third_party/python/Doc/whatsnew/ |
D | 3.0.rst | 154 :meth:`dict.itervalues` methods are no longer supported.
|