/external/python/cpython3/Lib/test/crashers/ |
D | underlying_dict.py | 11 dct = r[0] variable 13 dct = r[1] variable
|
/external/scapy/scapy/ |
D | base_classes.py | 159 def __new__(cls, name, bases, dct): argument 235 def __new__(cls, name, bases, dct): argument 248 def __new__(cls, name, bases, dct): argument
|
D | asn1packet.py | 16 def __new__(cls, name, bases, dct): argument
|
D | ansmachine.py | 22 def __new__(cls, name, bases, dct): argument
|
/external/python/cpython3/Modules/clinic/ |
D | _weakref.c.h | 50 PyObject *dct; in _weakref__remove_dead_weakref() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | mfcc_dct_test.cc | 27 MfccDct dct; in TEST() local
|
/external/protobuf/python/google/protobuf/internal/ |
D | _parameterized.py | 354 def __new__(mcs, class_name, bases, dct): argument 366 def _UpdateClassDictForParamTestCase(dct, id_suffix, name, iterator): argument
|
/external/tensorflow/tensorflow/python/ops/signal/ |
D | dct_ops.py | 53 def dct(input, type=2, n=None, axis=-1, norm=None, name=None): # pylint: disable=redefined-builtin function
|
/external/python/cpython3/Modules/ |
D | _weakref.c | 60 _weakref__remove_dead_weakref_impl(PyObject *module, PyObject *dct, in _weakref__remove_dead_weakref_impl()
|
/external/python/cpython2/Modules/ |
D | _weakref.c | 25 PyObject *dct, *key; in remove_dead_weakref() local
|
/external/python/apitools/apitools/base/protorpclite/ |
D | messages.py | 185 def __init__(cls, name, bases, dct): argument 299 def __init__(cls, name, bases, dct): argument 537 def def_enum(dct, name): argument 611 def __new__(cls, name, bases, dct): argument 679 def __init__(cls, name, bases, dct): argument 1158 def __init__(cls, name, bases, dct): argument
|
/external/scapy/scapy/layers/tls/crypto/ |
D | hash.py | 22 def __new__(cls, hash_name, bases, dct): argument
|
D | h_mac.py | 33 def __new__(cls, hmac_name, bases, dct): argument
|
D | compression.py | 24 def __new__(cls, name, bases, dct): argument
|
D | cipher_stream.py | 27 def __new__(cls, ciph_name, bases, dct): argument
|
D | groups.py | 61 def __new__(cls, ffdh_name, bases, dct): argument
|
D | kx_algs.py | 29 def __new__(cls, kx_name, bases, dct): argument
|
D | cipher_block.py | 32 def __new__(cls, ciph_name, bases, dct): argument
|
D | cipher_aead.py | 40 def __new__(cls, ciph_name, bases, dct): argument
|
/external/webrtc/talk/app/webrtc/ |
D | datachannel.cc | 129 cricket::DataChannelType dct, in Create() 142 cricket::DataChannelType dct, in DataChannel()
|
/external/python/cpython3/Lib/test/ |
D | test_py_compile.py | 36 def __new__(mcls, name, bases, dct, *, source_date_epoch): argument
|
/external/python/apitools/apitools/base/py/ |
D | extra_types.py | 58 def __init__(cls, name, bases, dct): # pylint: disable=no-self-argument argument
|
/external/python/cpython3/Lib/json/ |
D | encoder.py | 333 def _iterencode_dict(dct, _current_indent_level): argument
|
/external/python/cpython2/Lib/json/ |
D | encoder.py | 341 def _iterencode_dict(dct, _current_indent_level): argument
|
/external/python/cpython3/Lib/ |
D | string.py | 65 def __init__(cls, name, bases, dct): argument
|