/external/python/pybind11/include/pybind11/detail/ |
D | descr.h | 25 struct descr { struct 28 constexpr descr() : text{'\0'} { } in descr() argument 29 constexpr descr(char const (&s)[N+1]) : descr(s, make_index_sequence<N>()) { } in descr() function 32 constexpr descr(char const (&s)[N+1], index_sequence<Is...>) : text{s[Is]..., '\0'} { } in descr() argument 35 constexpr descr(char c, Chars... cs) : text{c, static_cast<char>(cs)..., '\0'} { } in descr() argument 43 constexpr descr<N1 + N2, Ts1..., Ts2...> plus_impl(const descr<N1, Ts1...> &a, const descr<N2, Ts2.… in plus_impl() argument
|
/external/scapy/scapy/layers/tls/crypto/ |
D | kx_algs.py | 48 descr = "No key exchange" variable in KX_NULL 53 descr = "SSLv2 dummy key exchange class" variable in KX_SSLv2 58 descr = "TLS 1.3 dummy key exchange class" variable in KX_TLS13 66 descr = "RSA encryption" variable in KX_RSA 76 descr = "Ephemeral DH with RSA signature" variable in KX_DHE_RSA 86 descr = "Ephemeral ECDH with RSA signature" variable in KX_ECDHE_RSA 91 descr = "RSA encryption, export version" variable in KX_RSA_EXPORT 98 descr = "Ephemeral DH with RSA signature, export version" variable in KX_DHE_RSA_EXPORT 109 descr = "Ephemeral ECDH with ECDSA signature" variable in KX_ECDHE_ECDSA 180 descr = "Anonymous DH, no signatures" variable in KX_DH_anon [all …]
|
/external/python/cpython2/Objects/ |
D | descrobject.c | 7 descr_dealloc(PyDescrObject *descr) in descr_dealloc() 16 descr_name(PyDescrObject *descr) in descr_name() 25 descr_repr(PyDescrObject *descr, char *format) in descr_repr() 32 method_repr(PyMethodDescrObject *descr) in method_repr() 39 member_repr(PyMemberDescrObject *descr) in member_repr() 46 getset_repr(PyGetSetDescrObject *descr) in getset_repr() 53 wrapperdescr_repr(PyWrapperDescrObject *descr) in wrapperdescr_repr() 60 descr_check(PyDescrObject *descr, PyObject *obj, PyObject **pres) in descr_check() 81 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get() 119 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get() [all …]
|
/external/python/cpython3/Objects/ |
D | descrobject.c | 16 descr_dealloc(PyDescrObject *descr) in descr_dealloc() 26 descr_name(PyDescrObject *descr) in descr_name() 34 descr_repr(PyDescrObject *descr, const char *format) in descr_repr() 44 method_repr(PyMethodDescrObject *descr) in method_repr() 51 member_repr(PyMemberDescrObject *descr) in member_repr() 58 getset_repr(PyGetSetDescrObject *descr) in getset_repr() 65 wrapperdescr_repr(PyWrapperDescrObject *descr) in wrapperdescr_repr() 72 descr_check(PyDescrObject *descr, PyObject *obj, PyObject **pres) in descr_check() 93 classmethod_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in classmethod_get() 131 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get() [all …]
|
/external/compiler-rt/lib/asan/ |
D | asan_debugging.cc | 25 void GetInfoForStackVar(uptr addr, AddressDescription *descr, AsanThread *t) { in GetInfoForStackVar() 50 void GetInfoForHeapAddress(uptr addr, AddressDescription *descr) { in GetInfoForHeapAddress() 67 void AsanLocateAddress(uptr addr, AddressDescription *descr) { in AsanLocateAddress() 118 AddressDescription descr = { name, name_size, 0, 0, nullptr }; in __asan_locate_address() local
|
D | asan_scariness_score.h | 54 static void PrintSimple(int score, const char *descr) { in PrintSimple() 62 char descr[1024]; variable
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_batch_gather_op_test.py | 149 def testRaggedBatchGather(self, descr, params, indices, expected): argument 352 self, descr, params, indices, expected, indices_ragged_rank=None, argument 414 self, descr, params, indices, expected, default_value): argument 462 self, descr, params, indices, default_value, error, ragged_rank=None, argument
|
D | ragged_reverse_op_test.py | 75 def testReverse(self, descr, data, axis, expected, ragged_rank=None): argument
|
D | ragged_tile_op_test.py | 187 descr, argument
|
D | ragged_boolean_mask_op_test.py | 243 def testBooleanMask(self, descr, data, mask, expected): argument
|
D | ragged_gather_nd_op_test.py | 202 def testRaggedGatherNd(self, descr, params, indices, expected): argument
|
D | ragged_stack_op_test.py | 324 descr, argument
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | TypeDescriptionTest.java | 26 TypeDescription descr = new TypeDescription(TypeDescriptionTest.class); in testSetTag() local
|
/external/google-breakpad/src/client/windows/unittests/ |
D | dump_analysis.cc | 137 MINIDUMP_MEMORY_DESCRIPTOR& descr = memory_list->MemoryRanges[i]; in HasMemoryImpl() local 163 MINIDUMP_MEMORY_DESCRIPTOR64& descr = memory64_list->MemoryRanges[i]; in HasMemoryImpl() local
|
/external/python/cpython2/Lib/plat-irix6/ |
D | panel.py | 146 def build_actuator(descr): argument 209 def build_panel(descr): argument
|
/external/python/cpython2/Lib/plat-irix5/ |
D | panel.py | 146 def build_actuator(descr): argument 209 def build_panel(descr): argument
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | ndarray_tensor.cc | 70 Status PyArrayDescr_to_TF_DataType(PyArray_Descr* descr, in PyArrayDescr_to_TF_DataType() 112 PyArray_Descr* descr = PyArray_DESCR(array); in PyArray_TYPE_to_TF_DataType() local 350 PyArray_Descr** descr) { in GetPyArrayDescrForTensor() 463 PyArray_Descr* descr = nullptr; in TF_TensorToPyArray() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cuda_sparse.h | 430 gpusparseMatDescr_t& descr() { in descr() function 435 const gpusparseMatDescr_t& descr() const { in descr() function
|
/external/libxml2/python/ |
D | setup.py.in | 164 descr = "libxml2 package" variable 175 descr = "libxml2 and libxslt package" variable
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 126 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTes… in AttributeGroup() 297 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() 380 FirstGroup::FirstGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in FirstGroup() 426 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec:… in MethodGroup() 495 RandomGroup::RandomGroup (Context& context, const char* name, const char* descr) in RandomGroup()
|
/external/catch2/include/internal/ |
D | catch_matchers_generic.hpp | 30 PredicateMatcher(std::function<bool(T const&)> const& elem, std::string const& descr) in PredicateMatcher()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 446 BuiltInVariableGroup::BuiltInVariableGroup (Context& context, const char* name, const char* descr, … in BuiltInVariableGroup() 473 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() 536 BaseVertexGroup::BaseVertexGroup (Context& context, const char* name, const char* descr, gls::DrawT… in BaseVertexGroup() 612 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTes… in AttributeGroup() 849 MethodGroup::MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec:… in MethodGroup()
|
/external/libxml2/xstc/ |
D | xstc.py | 136 def __init__(self, name, schemaFileName, descr): argument 155 def __init__(self, isSchema, groupName, name, accepted, file, val, descr): argument 343 def __init__(self, groupName, name, accepted, file, val, descr): argument 379 def __init__(self, groupName, name, accepted, file, val, descr): argument
|
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create02.c | 27 char *descr; member
|
/external/e2fsprogs/lib/ext2fs/ |
D | bitmaps.c | 54 const char *descr, in ext2fs_allocate_inode_bitmap() 86 const char *descr, in ext2fs_allocate_block_bitmap() 123 const char *descr, in ext2fs_allocate_subcluster_bitmap()
|