Home
last modified time | relevance | path

Searched defs:structure (Results 1 – 25 of 61) sorted by relevance

123

/external/curl/tests/python_dependencies/impacket/
Dsmb3structs.py440 structure = ( variable in SMB2PacketAsync
457 structure = ( variable in SMB3PacketAsync
475 structure = ( variable in SMB2Packet
493 structure = ( variable in SMB3Packet
512 structure = ( variable in SMB2Error
521 structure = ( variable in SMB2ErrorSymbolicLink
537 structure = ( variable in SMB2Negotiate
549 structure = ( variable in SMB2Negotiate_Response
573 structure = ( variable in SMB2SessionSetup
601 structure = ( variable in SMB2SessionSetup_Response
[all …]
Dsmb.py658 structure = ( variable in NewSMBPacket
718 structure = ( variable in SMBCommand
757 structure = ( # default structure, overriden by subclasses variable in SMBAndXCommand_Parameters
766 structure = ( variable in SMBQueryFsAttributeInfo
787 structure = ( variable in FileFsSizeInformation
796 structure = ( variable in SMBQueryFsSizeInfo
804 structure = ( variable in SMBFileFsFullSizeInformation
813 structure = ( variable in SMBQueryFsVolumeInfo
997 structure = ( variable in SMBSetFileDispositionInfo
1003 structure = ( variable in SMBSetFileBasicInfo
[all …]
Dstructure.py72 structure = () variable in Structure
613 structure = ( variable in _Test_simple.theClass
648 structure = (('data', 'z'),) variable in _Test_nested.theClass._Inner
650 structure = ( variable in _Test_nested.theClass
665 structure = ( variable in _Test_Optional.theClass
683 structure = ( variable in _Test_AsciiZArray.theClass
696 structure = ( variable in _Test_UnpackCode.theClass
710 structure = ( variable in _Test_AAA.theClass
Dntlm.py266 structure = ( variable in NTLMAuthNegotiate
333 structure = ( variable in NTLMAuthChallenge
375 structure = ( variable in NTLMAuthChallengeResponse
/external/tensorflow/tensorflow/python/util/
Dnest.py202 def flatten(structure, expand_composites=False): argument
354 def _packed_nest_with_indices(structure, flat, index, is_seq): argument
387 def pack_sequence_as(structure, flat_sequence, expand_composites=False): argument
445 def map_structure(func, *structure, **kwargs):
510 def map_structure_with_paths(func, *structure, **kwargs):
552 def map_structure_with_tuple_paths(func, *structure, **kwargs):
1037 def get_traverse_shallow_structure(traverse_fn, structure): argument
1136 def flatten_with_joined_string_paths(structure, separator="/"): argument
1159 def flatten_with_tuple_paths(structure): argument
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DPKCS7ProcessableObject.java16 private final ASN1Encodable structure; field in PKCS7ProcessableObject
20 ASN1Encodable structure) in PKCS7ProcessableObject()
/external/tensorflow/tensorflow/python/data/util/
Dnest.py128 def _packed_nest_with_indices(structure, flat, index): argument
159 def pack_sequence_as(structure, flat_sequence): argument
197 def map_structure(func, *structure, **check_types_dict):
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y3179 const TType& structure = variable->getType(); variable
3208 TType* structure = new TType($5, *$2.string); variable
3219 TType* structure = new TType($4, TString("")); variable
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dtest_base.py215 def structuredDataset(self, structure, shape=None, dtype=dtypes.int64): argument
229 def structuredElement(self, structure, shape=None, dtype=dtypes.int64): argument
/external/autotest/docs/
Duser-doc.md292 ### Interpreting test results
329 ### Running tests automatically, Suites
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py68 def convert_structure_to_signature(structure, arg_names=None): argument
805 def pack_sequence_as(structure, flat_sequence): argument
848 def _get_defun_inputs(args, names, structure, flat_shapes=None): argument
Dop_def_library.py91 def _Restructure(l, structure): argument
/external/clang/test/SemaCXX/
Dreinterpret-cast.cpp6 struct structure { int m; }; struct
Dcstyle-cast.cpp169 struct structure { int m; }; struct
Dfunctional-cast.cpp231 struct structure { int m; }; argument
/external/libxcam/wrapper/gstreamer/
Dgstxcambufferpool.cpp237 GstStructure *structure; in gst_xcam_buffer_pool_new() local
/external/flatbuffers/src/
Didl_gen_json_schema.cpp142 const auto &structure = *s; in generate() local
/external/u-boot/include/
Dcommon.h578 #define check_member(structure, member, offset) _Static_assert( \ argument
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dmap_and_batch_test.py438 def testShortCircuit(self, structure, map_fn, num_parallel_calls): argument
/external/tensorflow/tensorflow/python/keras/utils/
Dgeneric_utils.py575 def is_all_none(structure): argument
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py240 def check(structure, expected): argument
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py244 def check(structure, expected): argument
/external/freetype/src/base/
Dftstream.c717 void* structure ) in FT_Stream_ReadFields()
/external/vulkan-validation-layers/scripts/
Dhelper_file_generator.py773 def NeedSafeStruct(self, structure): argument
/external/swiftshader/src/OpenGL/compiler/
Dglslang.y1318 TType& structure = static_cast<TVariable*>($1.symbol)->getType(); variable

123