/external/perfetto/test/trace_processor/track_event/ |
D | track_event_merged_debug_annotations.textproto | 39 dict_keys: "key1" 40 dict_keys: "key2" 100 dict_keys: "key3" 101 dict_keys: "key2"
|
/external/autotest/site_utils/ |
D | generate_test_report | 545 dict_keys = result_dict.keys() 546 dict_keys.sort() 548 for dict_key in dict_keys:
|
/external/google-fruit/extras/benchmark/ |
D | run_benchmarks.py | 701 dict_keys = sorted(benchmark_definition.keys()) 706 …value_combinations = itertools.product(*(benchmark_definition[dict_key] for dict_key in dict_keys)) 708 return [dict(zip(dict_keys, value_combination))
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.proto | 103 repeated string dict_keys = 2; field
|
/external/perfetto/protos/perfetto/trace/chrome/ |
D | chrome_trace_event.proto | 27 repeated string dict_keys = 2; field
|
/external/python/cpython3/Lib/ |
D | _collections_abc.py | 53 dict_keys = type({}.keys()) variable 744 KeysView.register(dict_keys)
|
/external/python/cpython2/Lib/idlelib/ |
D | RemoteDebugger.py | 162 def dict_keys(self, did): member in IdbAdapter
|
/external/python/cpython3/Lib/idlelib/ |
D | debugger_r.py | 159 def dict_keys(self, did): member in IdbAdapter
|
/external/python/cpython2/Objects/ |
D | dictobject.c | 1297 dict_keys(register PyDictObject *mp) in dict_keys() function 1770 return dict_keys((PyDictObject *)mp); in PyDict_Keys() 2333 {"keys", (PyCFunction)dict_keys, METH_NOARGS,
|
/external/starlark-go/starlark/ |
D | library.go | 85 "keys": NewBuiltin("keys", dict_keys), 1209 func dict_keys(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
|
/external/python/cpython3/Doc/library/ |
D | functools.rst | 498 dict_keys([<class 'NoneType'>, <class 'int'>, <class 'object'>,
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | track_event_parser.cc | 1255 auto key_it = value.dict_keys(); in ParseNestedValueArgs()
|
/external/python/cpython3/Objects/ |
D | dictobject.c | 2183 dict_keys(PyDictObject *mp) in dict_keys() function 2755 return dict_keys((PyDictObject *)mp); in PyDict_Keys()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.7.rst | 566 dict_keys([0, 130, 10, 140, 20, 150, 30, ..., 250]) 584 dict_keys([0, 130, 10, ..., 250]) 587 dict_keys([0, 130, 260, 10, ..., 250])
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 566 dict_keys([0, 130, 10, 140, 20, 150, 30, ..., 250]) 584 dict_keys([0, 130, 10, ..., 250]) 587 dict_keys([0, 130, 260, 10, ..., 250])
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 174 ``dict_keys``. ``d.keys() | other`` was slower than ``set(d) | other`` but
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 2469 repeated string dict_keys = 2; field 6215 repeated string dict_keys = 2; field
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12264 - Issue #9212: dict_keys and dict_items now provide the isdisjoint() method, to 16847 - Bug #2606: Avoid calling .sort() on a dict_keys object.
|