Home
last modified time | relevance | path

Searched refs:dicts (Results 1 – 25 of 52) sorted by relevance

123

/external/toolchain-utils/cros_utils/
Dperf_diff.py61 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.py156 self.dicts = {}
162 return self.dicts[id(thread)][1]
182 dct = local.dicts.pop(idt)
186 self.dicts[idt] = wrthread, localdict
Dtrace.py489 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])
Dpydoc.py550 def namelink(self, name, *dicts): argument
552 for dict in dicts:
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Dbenchmarking.py48 def dict_product(dicts): argument
64 keys, values = zip(*dicts.items())
/external/python/cpython2/Lib/
Dtrace.py552 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])
Dpydoc.py526 def namelink(self, name, *dicts): argument
528 for dict in dicts:
/external/python/cpython2/Objects/
Ddictnotes.txt69 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/
Dplistlib.rst137 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
Dgc.rst159 (e.g. dicts containing only atomic keys and values)::
Ddataclasses.rst292 to a dict of its fields, as ``name: value`` pairs. dataclasses, dicts,
316 to a tuple of its field values. dataclasses, dicts, lists, and
Dast.rst130 dicts, sets, booleans, and ``None``.
/external/autotest/frontend/tko/
Dmodels.py652 dicts = query.values('test_idx')
653 return [item['test_idx'] for item in dicts]
/external/python/rsa/
DCHANGELOG.txt154 - Modeling private and public key as real objects rather than dicts.
/external/python/cpython3/Lib/test/
Dtest_dict.py898 dicts = []
902 dicts.append(a.__dict__)
904 return dicts
/external/python/cpython2/Misc/NEWS.d/
D2.7rc1.rst39 or dicts.
/external/adhd/cras/
DREADME.dbus-api71 sequence of dicts mapping from strings to variants
/external/python/cpython2/Doc/library/
Dgc.rst150 (e.g. dicts containing only atomic keys and values)::
Dast.rst138 strings, numbers, tuples, lists, dicts, booleans, and ``None``.
/external/yapf/
Dpylintrc161 # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
/external/v8/tools/mb/docs/
Duser_guide.md219 The `masters` key contains a nested series of dicts containing mappings
/external/python/cpython3/Doc/faq/
Dlibrary.rst380 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/
Dlibrary.rst366 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/
D3.1.rst429 * Added a heuristic so that tuples and dicts containing only untrackable objects
/external/google-breakpad/src/build/
Dcommon.gypi1036 # settings in target dicts. SYMROOT is a special case, because many other

123