Searched defs:structure (Results 1 - 25 of 39) sorted by relevance

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DPKCS7ProcessableObject.java16 private final ASN1Encodable structure; field in class:PKCS7ProcessableObject
20 ASN1Encodable structure)
23 this.structure = structure;
34 if (structure instanceof ASN1Sequence)
36 ASN1Sequence s = ASN1Sequence.getInstance(structure);
47 byte[] encoded = structure.toASN1Primitive().getEncoded(ASN1Encoding.DER);
63 return structure;
18 PKCS7ProcessableObject( ASN1ObjectIdentifier type, ASN1Encodable structure) argument
/external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
H A DFirstFunction.java17 package com.google.clearsilver.jsilver.functions.structure;
H A DLastFunction.java17 package com.google.clearsilver.jsilver.functions.structure;
H A DNameFunction.java17 package com.google.clearsilver.jsilver.functions.structure;
H A DSubcountFunction.java17 package com.google.clearsilver.jsilver.functions.structure;
/external/syslinux/gpxe/src/interface/smbios/
H A Dsmbios.c58 * Find specific structure type within SMBIOS
61 * @v structure SMBIOS structure descriptor to fill in
65 struct smbios_structure *structure ) {
79 while ( ( ( offset + sizeof ( structure->header ) ) < smbios.len )
82 /* Read next SMBIOS structure header */
83 copy_from_user ( &structure->header, smbios.address, offset,
84 sizeof ( structure->header ) );
87 strings_offset = ( offset + structure->header.len );
89 DBG ( "SMBIOS structure a
129 read_smbios_structure( struct smbios_structure *structure, void *data, size_t len ) argument
149 read_smbios_string( struct smbios_structure *structure, unsigned int index, void *data, size_t len ) argument
[all...]
H A Dsmbios_settings.c42 * @v _type SMBIOS structure type number
43 * @v _structure SMBIOS structure data type
44 * @v _field Field within SMBIOS structure data type
56 * @v _type SMBIOS structure type number
57 * @v _structure SMBIOS structure data type
58 * @v _field Field within SMBIOS structure data type
78 struct smbios_structure structure; local
93 /* Find SMBIOS structure */
94 if ( ( rc = find_smbios_structure ( tag_type, &structure ) ) != 0 )
98 uint8_t buf[structure
[all...]
/external/flatbuffers/src/
H A Didl_gen_json_schema.cpp154 const auto &structure = *s; local
155 code_ += " \"" + GenFullName(structure) + "\" : {";
158 const auto &comment_lines = structure->doc_comment;
169 const auto &properties = structure->fields.vec;
/external/libxcam/wrapper/gstreamer/
H A Dgstxcambufferpool.cpp237 GstStructure *structure; local
242 structure = gst_buffer_pool_get_config (GST_BUFFER_POOL_CAST (pool));
243 XCAM_ASSERT (structure);
245 structure, caps,
249 gst_buffer_pool_config_add_option (structure, GST_BUFFER_POOL_OPTION_VIDEO_META);
250 gst_buffer_pool_set_config (GST_BUFFER_POOL_CAST (pool), structure); local
/external/clang/test/SemaCXX/
H A Dreinterpret-cast.cpp6 struct structure { int m; }; struct
25 const int structure::*psi = 0;
26 (void)reinterpret_cast<const int structure::*>(psi);
28 structure s;
29 (void)reinterpret_cast<structure>(s); // expected-error {{reinterpret_cast from 'structure' to 'structure' is not allowed}}
50 structure *p3 = reinterpret_cast<structure*>(p2);
92 const int structure
[all...]
H A Dcstyle-cast.cpp169 struct structure { int m; }; struct
187 structure *p3 = (structure*)(p2);
223 const int structure::*psi = 0;
224 (void)(const float structure::*)(psi);
225 (void)(int structure::*)(psi); // const_cast appended
227 void (structure::*psf)() = 0;
228 (void)(int (structure::*)())(psf);
230 (void)(void (structure::*)())(psi); // expected-error-re {{C-style cast from 'const int structure
[all...]
H A Dfunctional-cast.cpp231 struct structure { int m; }; struct
252 typedef structure *structurep;
253 structure *p3 = structurep(p2);
298 const int structure::*psi = 0;
299 typedef const float structure::*structurecfmp;
301 typedef int structure::*structureimp;
304 void (structure::*psf)() = 0;
305 typedef int (structure::*structureimfp)();
308 typedef void (structure::*structurevmfp)();
309 (void)structurevmfp(psi); // expected-error-re {{functional-style cast from 'const int structure
[all...]
/external/curl/tests/python_dependencies/impacket/
H A Dstructure.py11 """ sublcasses can define commonHdr and/or structure.
56 : just copy the bytes from the field into the output string (input may be string, other structure, or anything responding to __str__()) (for unpacking, all what's left is returned)
65 ?=packcode will evaluate packcode in the context of the structure, and pack the result as specified by ?. Unpacking is made plain
72 structure = () variable in class:Structure
119 for field in self.commonHdr+self.structure:
137 for field in self.commonHdr+self.structure:
520 for field in self.commonHdr+self.structure:
528 for field in self.commonHdr+self.structure:
536 for field in self.commonHdr+self.structure:
555 for field in self.commonHdr + self.structure
613 structure = ( variable in class:_Test_simple.theClass
648 structure = (('data', 'z'),) variable in class:_Test_nested.theClass._Inner
650 structure = ( variable in class:_Test_nested.theClass
665 structure = ( variable in class:_Test_Optional.theClass
683 structure = ( variable in class:_Test_AsciiZArray.theClass
696 structure = ( variable in class:_Test_UnpackCode.theClass
710 structure = ( variable in class:_Test_AAA.theClass
[all...]
H A Dntlm.py16 from impacket.structure import Structure
266 structure = ( variable in class:NTLMAuthNegotiate
333 structure = ( variable in class:NTLMAuthChallenge
375 structure = ( variable in class:NTLMAuthChallengeResponse
507 self.structure = self.extendedMessageSignature
509 self.structure = self.MessageSignature
H A Dnmb.py43 from structure import Structure
750 structure = ( variable in class:NetBIOSUDPSessionPacket
H A Dsmb3structs.py13 from impacket.structure import Structure
440 structure = ( variable in class:SMB2PacketAsync
457 structure = ( variable in class:SMB3PacketAsync
475 structure = ( variable in class:SMB2Packet
493 structure = ( variable in class:SMB3Packet
512 structure = ( variable in class:SMB2Error
521 structure = ( variable in class:SMB2ErrorSymbolicLink
537 structure = ( variable in class:SMB2Negotiate
549 structure = ( variable in class:SMB2Negotiate_Response
573 structure variable in class:SMB2SessionSetup
601 structure = ( variable in class:SMB2SessionSetup_Response
614 structure = ( variable in class:SMB2Logoff
621 structure = ( variable in class:SMB2Logoff_Response
629 structure = ( variable in class:SMB2TreeConnect
645 structure = ( variable in class:SMB2TreeConnect_Response
656 structure = ( variable in class:SMB2TreeDisconnect
662 structure = ( variable in class:SMB2TreeDisconnect_Response
670 structure = ( variable in class:SMB2Create
697 structure = ( variable in class:SMB2CreateContext
709 structure = ( variable in class:SMB2_FILEID
715 structure = ( variable in class:SMB2Create_Response
738 structure = ( variable in class:FILE_FULL_EA_INFORMATION
751 structure = ( variable in class:SMB2_CREATE_DURABLE_HANDLE_RECONNECT
756 structure = ( variable in class:SMB2_CREATE_DURABLE_HANDLE_REQUEST
761 structure = ( variable in class:SMB2_CREATE_DURABLE_HANDLE_RESPONSE
766 structure = ( variable in class:SMB2_CREATE_QUERY_MAXIMAL_ACCESS_REQUEST
771 structure = ( variable in class:SMB2_CREATE_QUERY_MAXIMAL_ACCESS_RESPONSE
777 structure = ( variable in class:SMB2_CREATE_ALLOCATION_SIZE
782 structure = ( variable in class:SMB2_CREATE_TIMEWARP_TOKEN
787 structure = ( variable in class:SMB2_CREATE_REQUEST_LEASE
797 structure = ( variable in class:SMB2_CREATE_REQUEST_LEASE_V2
810 structure = ( variable in class:SMB2_CREATE_DURABLE_HANDLE_REQUEST_V2
818 structure = ( variable in class:SMB2_CREATE_DURABLE_HANDLE_RESPONSE_V2
824 structure = ( variable in class:SMB2_CREATE_DURABLE_HANDLE_RECONNECT_V2
831 structure = ( variable in class:SMB2_CREATE_APP_INSTANCE_ID
838 structure = ( variable in class:SMB2_CREATE_QUERY_ON_DISK_ID
847 structure = ( variable in class:SMB2Close
855 structure = ( variable in class:SMB2Close_Response
870 structure = ( variable in class:SMB2Flush
878 structure = ( variable in class:SMB2Flush_Response
886 structure = ( variable in class:SMB2Read
910 structure = ( variable in class:SMB2Read_Response
926 structure = ( variable in class:SMB2Write
949 structure = ( variable in class:SMB2Write_Response
959 structure = ( variable in class:SMB2OplockBreakNotification
971 structure = ( variable in class:SMB2LeaseBreakNotification
984 structure = ( variable in class:SMB2LeaseBreakAcknowledgement
997 structure = ( variable in class:SMB2_LOCK_ELEMENT
1005 structure = ( variable in class:SMB2Lock
1015 structure = ( variable in class:SMB2Lock_Response
1023 structure = ( variable in class:SMB2Echo
1032 structure = ( variable in class:SMB2Cancel
1040 structure = ( variable in class:SMB2Ioctl
1064 structure = ( variable in class:FSCTL_PIPE_WAIT_STRUCTURE
1074 structure = ( variable in class:SRV_COPYCHUNK_COPY
1083 structure = ( variable in class:SRV_COPYCHUNK
1091 structure = ( variable in class:SRV_COPYCHUNK_RESPONSE
1098 structure = ( variable in class:SRV_READ_HASH
1107 structure = ( variable in class:NETWORK_RESILIENCY_REQUEST
1113 structure = ( variable in class:VALIDATE_NEGOTIATE_INFO
1122 structure = ( variable in class:SRV_SNAPSHOT_ARRAY
1131 structure = ( variable in class:SRV_REQUEST_RESUME_KEY
1139 structure = ( variable in class:HASH_HEADER
1153 structure = ( variable in class:SRV_HASH_RETRIEVE_HASH_BASED
1162 structure = ( variable in class:SRV_HASH_RETRIEVE_FILE_BASED
1172 structure = ( variable in class:NETWORK_INTERFACE_INFO
1182 structure = ( variable in class:SMB2Ioctl_Response
1202 structure = ( variable in class:SMB2QueryDirectory
1222 structure = ( variable in class:SMB2QueryDirectory_Response
1234 structure = ( variable in class:SMB2ChangeNotify
1244 structure = ( variable in class:SMB2ChangeNotify_Response
1255 structure = ( variable in class:FILE_NOTIFY_INFORMATION
1266 structure = ( variable in class:SMB2QueryInfo
1289 structure = ( variable in class:SMB2_QUERY_QUOTA_INFO
1301 structure = ( variable in class:SMB2QueryInfo_Response
1314 structure = ( variable in class:SMB2SetInfo
1334 structure = ( variable in class:SMB2SetInfo_Response
1339 structure = ( variable in class:FILE_RENAME_INFORMATION_TYPE_2
1349 structure = ( variable in class:SMB2_TRANSFORM_HEADER
1361 structure = ( variable in class:FileInternalInformation
[all...]
/external/flatbuffers/include/flatbuffers/
H A Dreflection.h138 // Get a structure's field, if you know it's a struct.
139 inline const Struct *GetFieldStruct(const Struct &structure, argument
142 return structure.GetStruct<const Struct *>(field.offset());
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DReportTask.java422 private final GroupElement structure = new GroupElement(); field in class:ReportTask
436 * Returns the root group element that defines the report structure.
441 return structure;
495 createReport(visitor, structure);
/external/parameter-framework/upstream/test/functional-tests/
H A DHandle.cpp62 string structure = R"( local
83 structure += R"(
94 return structure;
123 xmlReadMemory(xml.c_str(), (int)xml.length(), "structure.xml", nullptr,
213 SCENARIO_METHOD(AllParamsPF, "Export boolean", "[handler][structure][xml]")
219 SCENARIO_METHOD(AllParamsPF, "Export component", "[handler][structure][xml]")
227 SCENARIO_METHOD(AllParamsPF, "Export component array", "[handler][structure][xml]")
236 SCENARIO_METHOD(AllParamsPF, "Export all parameters", "[handler][structure][xml]")
299 // structure
/external/mesa3d/src/compiler/
H A Dglsl_types.h98 * matrix (the top level structure or the uniform block).
185 * elements in the structure and the number of values pointed to by
186 * \c fields.structure (below).
203 struct glsl_struct_field *structure; /**< List of struct fields. */ member in union:glsl_type::__anon15910
421 * There are no implicit array or structure conversions. For example,
712 * Get the type of a structure field
715 * Pointer to the type of the named field. If the type is not a structure
/external/swiftshader/src/OpenGL/compiler/
H A DTypes.h247 structure(0), mangled(0)
254 structure(0), mangled(0)
261 structure(userDef), mangled(0)
269 interfaceBlock(interfaceBlockIn), layoutQualifier(layoutQualifierIn), structure(0), mangled(0)
291 // If the structure's matrix packing is specified, it overrules the block's matrix packing
292 structure->setMatrixPackingIfUnspecified((layoutQualifier.matrixPacking == EmpUnspecified) ?
340 if(structure)
344 const TFieldList& fields = isInterfaceBlock() ? interfaceBlock->fields() : structure->fields();
358 if(structure || isInterfaceBlock())
362 const TFieldList& fields = isInterfaceBlock() ? interfaceBlock->fields() : structure
548 TStructure *structure = nullptr; // null unless this is a struct member in class:TType
[all...]
H A DOutputASM.cpp3131 TStructure* structure = type.getStruct(); local
3132 if(structure)
3581 const TStructure *structure = type.getStruct(); local
3584 if(!structure && !block)
3647 const TFieldList& fields = structure->fields();
3648 if(type.isArray() && (structure || type.isInterfaceBlock()))
H A DParseHelper.cpp562 error(line, "Number of constructor parameters does not match the number of structure fields", "constructor");
637 error(line, reason, getBasicString(pType.type), "(structure contains a sampler)");
669 error(line, "cannot be used with a structure", getQualifierString(pType.qualifier));
705 error(identifierLocation, "cannot be used with a structure",
1417 error(qualifierLocation, "cannot be a structure containing an array", getQualifierString(qualifier));
1421 error(qualifierLocation, "cannot be a structure containing a structure", getQualifierString(qualifier));
1425 error(qualifierLocation, "cannot be a structure containing a bool", getQualifierString(qualifier));
2128 error(line, "Structure constructor arguments do not match structure fields", "Error");
2172 // node or it could be the intermediate tree representation of accessing fields in a constant structure o
2964 TStructure *structure = new TStructure(structName, fieldList); local
[all...]
H A Dglslang_tab.cpp4287 TType& structure = static_cast<TVariable*>((yyvsp[0].lex).symbol)->getType(); local
4290 (yyval.interm.type).userDef = &structure;
4339 context->error((*(yyvsp[0].interm.fieldList))[i]->line(), "duplicate field name in structure:", "struct", field->name().c_str());
/external/mesa3d/src/compiler/glsl/
H A Dast.h832 : type_name(name), structure(NULL), array_specifier(NULL),
838 /** Construct a type specifier from a structure definition */
840 : type_name(s->name), structure(s), array_specifier(NULL),
855 ast_struct_specifier *structure; member in class:ast_type_specifier

Completed in 717 milliseconds

12