/external/toolchain-utils/cros_utils/ |
D | perf_diff.py | 61 for dicts in self._all_dicts: 62 self.PrintTableHelper(dicts) 64 def PrintTableHelper(self, dicts): argument 67 for d in dicts: 75 for i in range(len(dicts)): 84 for d in dicts: 222 dicts = [] 240 dicts.append(d) 242 all_dicts.append(dicts)
|
/external/python/cpython3/Lib/ |
D | _threading_local.py | 156 self.dicts = {} 162 return self.dicts[id(thread)][1] 182 dct = local.dicts.pop(idt) 186 self.dicts[idt] = wrthread, localdict
|
D | trace.py | 489 dicts = [d for d in gc.get_referrers(funcs[0]) 491 if len(dicts) == 1: 492 classes = [c for c in gc.get_referrers(dicts[0])
|
D | pydoc.py | 550 def namelink(self, name, *dicts): argument 552 for dict in dicts:
|
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
D | benchmarking.py | 48 def dict_product(dicts): argument 64 keys, values = zip(*dicts.items())
|
/external/python/cpython2/Lib/ |
D | trace.py | 552 dicts = [d for d in gc.get_referrers(funcs[0]) 554 if len(dicts) == 1: 555 classes = [c for c in gc.get_referrers(dicts[0])
|
D | pydoc.py | 526 def namelink(self, name, *dicts): argument 528 for dict in dicts:
|
/external/python/cpython2/Objects/ |
D | dictnotes.txt | 69 Larger dicts use the first half of the dictobject structure (one cache 78 Must be a power of two. New dicts have to zero-out every cell. 167 * If lookdict() and lookdict_string() are specialized for small dicts 169 an alternate search strategy without increasing collisions in small dicts
|
/external/python/cpython3/Doc/library/ |
D | plistlib.rst | 137 Dict values in the result are now normal dicts. You no longer can use 158 Dict values in the result are now normal dicts. You no longer can use
|
D | gc.rst | 159 (e.g. dicts containing only atomic keys and values)::
|
D | dataclasses.rst | 292 to a dict of its fields, as ``name: value`` pairs. dataclasses, dicts, 316 to a tuple of its field values. dataclasses, dicts, lists, and
|
D | ast.rst | 130 dicts, sets, booleans, and ``None``.
|
/external/autotest/frontend/tko/ |
D | models.py | 652 dicts = query.values('test_idx') 653 return [item['test_idx'] for item in dicts]
|
/external/python/rsa/ |
D | CHANGELOG.txt | 154 - Modeling private and public key as real objects rather than dicts.
|
/external/python/cpython3/Lib/test/ |
D | test_dict.py | 898 dicts = [] 902 dicts.append(a.__dict__) 904 return dicts
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7rc1.rst | 39 or dicts.
|
/external/adhd/cras/ |
D | README.dbus-api | 71 sequence of dicts mapping from strings to variants
|
/external/python/cpython2/Doc/library/ |
D | gc.rst | 150 (e.g. dicts containing only atomic keys and values)::
|
D | ast.rst | 138 strings, numbers, tuples, lists, dicts, booleans, and ``None``.
|
/external/yapf/ |
D | pylintrc | 161 # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
|
/external/v8/tools/mb/docs/ |
D | user_guide.md | 219 The `masters` key contains a nested series of dicts containing mappings
|
/external/python/cpython3/Doc/faq/ |
D | library.rst | 380 variables of built-in data types (ints, lists, dicts, etc) that "look atomic" 384 D1, D2 are dicts, x, y are objects, i, j are ints)::
|
/external/python/cpython2/Doc/faq/ |
D | library.rst | 366 variables of built-in data types (ints, lists, dicts, etc) that "look atomic" 370 D1, D2 are dicts, x, y are objects, i, j are ints)::
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.1.rst | 429 * Added a heuristic so that tuples and dicts containing only untrackable objects
|
/external/google-breakpad/src/build/ |
D | common.gypi | 1036 # settings in target dicts. SYMROOT is a special case, because many other
|