Home
last modified time | relevance | path

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

12

/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.py160 self.dicts = {}
166 return self.dicts[id(thread)][1]
186 dct = local.dicts.pop(idt)
190 self.dicts[idt] = wrthread, localdict
Dtrace.py508 dicts = [d for d in gc.get_referrers(funcs[0])
510 if len(dicts) == 1:
511 classes = [c for c in gc.get_referrers(dicts[0])
Dpydoc.py547 def namelink(self, name, *dicts): argument
549 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/tensorflow/tensorflow/contrib/estimator/python/estimator/
Dreplicate_model_fn.py799 def _dict_concat(*dicts): argument
801 for d in dicts:
/external/autotest/frontend/tko/
Dmodels.py652 dicts = query.values('test_idx')
653 return [item['test_idx'] for item in dicts]
/external/python/cpython3/Lib/test/
Dtest_dict.py846 dicts = []
850 dicts.append(a.__dict__)
852 return dicts
/external/adhd/cras/
DREADME.dbus-api67 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``.
Djson.rst416 If *check_circular* is true (the default), then lists, dicts, and custom
Dlogging.config.rst300 over the wire as pickled dicts to a socket listener. Thus, the logging
/external/python/cpython3/Doc/library/
Dgc.rst159 (e.g. dicts containing only atomic keys and values)::
Dast.rst122 dicts, sets, booleans, and ``None``.
Djson.rst423 If *check_circular* is true (the default), then lists, dicts, and custom
Dlogging.config.rst343 over the wire as pickled dicts to a socket listener. Thus, the logging
/external/v8/tools/mb/docs/
Duser_guide.md204 The `masters` key contains a nested series of dicts containing mappings
/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/faq/
Dlibrary.rst378 variables of built-in data types (ints, lists, dicts, etc) that "look atomic"
382 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

12