Home
last modified time | relevance | path

Searched defs:dct (Results 1 – 25 of 44) sorted by relevance

12

/external/python/cpython3/Lib/test/crashers/
Dunderlying_dict.py11 dct = r[0] variable
13 dct = r[1] variable
/external/scapy/scapy/
Dbase_classes.py159 def __new__(cls, name, bases, dct): argument
235 def __new__(cls, name, bases, dct): argument
248 def __new__(cls, name, bases, dct): argument
Dasn1packet.py16 def __new__(cls, name, bases, dct): argument
Dansmachine.py22 def __new__(cls, name, bases, dct): argument
/external/tensorflow/tensorflow/core/kernels/
Dmfcc_dct_test.cc27 MfccDct dct; in TEST() local
/external/python/cpython3/Modules/clinic/
D_weakref.c.h50 PyObject *dct; in _weakref__remove_dead_weakref() local
/external/protobuf/python/google/protobuf/internal/
D_parameterized.py360 def __new__(mcs, class_name, bases, dct): argument
372 def _UpdateClassDictForParamTestCase(dct, id_suffix, name, iterator): argument
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py185 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/tensorflow/tensorflow/python/ops/signal/
Ddct_ops.py55 def dct(input, type=2, n=None, axis=-1, norm=None, name=None): # pylint: disable=redefined-builtin function
/external/python/cpython2/Modules/
D_weakref.c25 PyObject *dct, *key; in remove_dead_weakref() local
/external/python/cpython3/Modules/
D_weakref.c61 _weakref__remove_dead_weakref_impl(PyObject *module, PyObject *dct, in _weakref__remove_dead_weakref_impl()
/external/scapy/scapy/layers/tls/crypto/
Dhash.py22 def __new__(cls, hash_name, bases, dct): argument
Dh_mac.py33 def __new__(cls, hmac_name, bases, dct): argument
Dcompression.py24 def __new__(cls, name, bases, dct): argument
Dcipher_stream.py27 def __new__(cls, ciph_name, bases, dct): argument
Dgroups.py61 def __new__(cls, ffdh_name, bases, dct): argument
Dkx_algs.py29 def __new__(cls, kx_name, bases, dct): argument
Dcipher_block.py32 def __new__(cls, ciph_name, bases, dct): argument
Dcipher_aead.py40 def __new__(cls, ciph_name, bases, dct): argument
/external/zstd/tests/fuzz/
Ddictionary_loader.c74 ZSTD_dictContentType_e const dct = in LLVMFuzzerTestOneInput() local
/external/python/cpython3/Lib/test/
Dtest_py_compile.py38 def __new__(mcls, name, bases, dct, *, source_date_epoch): argument
/external/python/apitools/apitools/base/py/
Dextra_types.py62 def __init__(cls, name, bases, dct): # pylint: disable=no-self-argument argument
/external/python/cpython3/Lib/json/
Dencoder.py333 def _iterencode_dict(dct, _current_indent_level): argument
/external/python/cpython2/Lib/json/
Dencoder.py341 def _iterencode_dict(dct, _current_indent_level): argument
/external/scapy/scapy/asn1/
Dasn1.py120 def __new__(cls, name, bases, dct): # XXX factorise a bit with Enum_metaclass.__new__() argument
187 def __new__(cls, name, bases, dct): argument

12