Searched defs:attributes (Results 51 - 75 of 430) sorted by last modified time

1234567891011>>

/external/openssl/crypto/store/
H A Dstr_mem.c73 from the range of attributes associated with the object (basically,
92 be used to add attributes
101 attributes to search for. Each
103 int search_index; /* which of the search attributes we
113 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
115 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
117 STORE_OBJECT *data, OPENSSL_ITEM attributes[],
124 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
126 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
130 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
172 mem_generate(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
178 mem_get(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
192 mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
207 mem_delete(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
221 mem_list_start(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
352 mem_lock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
357 mem_unlock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
/external/openssl/crypto/x509/
H A Dx509.h238 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ member in struct:X509_req_info_st
593 STACK_OF(X509_ATTRIBUTE) *attributes; member in struct:pkcs8_priv_key_info_st
/external/openssl/include/openssl/
H A Devp.h151 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ member in struct:evp_pkey_st
H A Dx509.h238 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ member in struct:X509_req_info_st
593 STACK_OF(X509_ATTRIBUTE) *attributes; member in struct:pkcs8_priv_key_info_st
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractClassLoader.java105 return new ClassReaderGenerator(r, attributes(), getFlags());
112 protected Attribute[] attributes() { method in class:AbstractClassLoader
H A DAbstractTransformTask.java49 protected Attribute[] attributes() { method in class:AbstractTransformTask
90 getClassReader(file), attributes(), getFlags()), t)
228 attributes(), getFlags()), t).generateClass(w);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dmixer.c574 VdpVideoMixerAttribute const *attributes,
583 if (!(attributes && attribute_values))
592 switch (attributes[i]) {
705 VdpVideoMixerAttribute const *attributes,
711 if (!(attributes && attribute_values))
720 switch (attributes[i]) {
572 vlVdpVideoMixerSetAttributeValues(VdpVideoMixer mixer, uint32_t attribute_count, VdpVideoMixerAttribute const *attributes, void const *const *attribute_values) argument
703 vlVdpVideoMixerGetAttributeValues(VdpVideoMixer mixer, uint32_t attribute_count, VdpVideoMixerAttribute const *attributes, void *const *attribute_values) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dattributes.c45 static const XvAttribute attributes[] = { variable
63 result = malloc(sizeof(attributes));
67 memcpy(result, attributes, sizeof(attributes));
68 *number = sizeof(attributes) / sizeof(XvAttribute);
70 XVMC_MSG(XVMC_TRACE, "[XvMC] Returning %d attributes for context %p.\n", *number, context);
/external/mesa3d/src/glx/
H A Dglxclient.h319 __GLXattributeMachine attributes; member in struct:glx_context
353 * These pertain to GL attributes, not to be confused with
354 * GLX versioning attributes.
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc205 const DWORD attributes = GetFileAttributes(unicode); local
207 return attributes != kInvalidFileAttributes;
229 const DWORD attributes = GetFileAttributes(unicode); local
231 if ((attributes != kInvalidFileAttributes) &&
232 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
H A Dgtest.cc3060 // delimited XML attributes based on the property key="value" pairs.
3062 // to delimit this attribute from prior attributes.
3313 // delimited XML attributes based on the property key="value" pairs.
3316 Message attributes; local
3319 attributes << " " << property.key() << "="
3322 return attributes.GetString();
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc203 const DWORD attributes = GetFileAttributes(unicode); local
205 return attributes != kInvalidFileAttributes;
227 const DWORD attributes = GetFileAttributes(unicode); local
229 if ((attributes != kInvalidFileAttributes) &&
230 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
H A Dgtest.cc3032 // delimited XML attributes based on the property key="value" pairs.
3034 // to delimit this attribute from prior attributes.
3285 // delimited XML attributes based on the property key="value" pairs.
3288 Message attributes; local
3291 attributes << " " << property.key() << "="
3294 return attributes.GetString();
/external/llvm/include/llvm/LTO/
H A DLTOModule.h44 uint32_t attributes; member in struct:llvm::LTOModule::NameAndAttributes
120 /// Get the attributes for a symbol at the specified index.
123 return lto_symbol_attributes(_symbols[index].attributes);
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h42 attr_iterator_range attributes() const { function in class:llvm::DWARFAbbreviationDeclaration
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp102 const DWARFAttribute::collection& attributes = abbr_decl.Attributes(); local
103 const uint32_t num_abbr_decl_attributes = attributes.size();
111 attributes[i].get(attr, form);
127 // Don't add these attributes
152 const DWARFAttribute::collection& attributes = abbr_decl.Attributes(); local
153 const uint32_t num_abbr_decl_attributes = attributes.size();
162 attributes[i].get(attr, form);
H A DDWARFCompileUnit.cpp659 DWARFDebugInfoEntry::Attributes attributes; local
669 const size_t num_attributes = die.GetAttributes(m_dwarf2Data, this, fixed_form_sizes, attributes);
674 dw_attr_t attr = attributes.AttributeAtIndex(i);
679 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value))
684 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value))
689 // if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value))
695 if (attributes.ExtractFormValueAtIndex(m_dwarf2Data, i, form_value))
726 // if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value))
734 // if (block_length == 1 + attributes.CompileUnitAtIndex(i)->GetAddressByteSize())
758 if (attributes
[all...]
H A DDWARFDebugPubnames.cpp104 DWARFDebugInfoEntry::Attributes attributes; local
108 const size_t num_attributes = die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes);
117 dw_attr_t attr = attributes.AttributeAtIndex(i);
122 if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value))
128 if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value))
155 // if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value))
163 // if (block_length == 1 + attributes.CompileUnitAtIndex(i)->GetAddressByteSize())
H A DSymbolFileDWARF.cpp1420 DWARFDebugInfoEntry::Attributes attributes; local
1424 attributes);
1435 const dw_attr_t attr = attributes.AttributeAtIndex(i);
1440 if (attributes.ExtractFormValueAtIndex(this, i, form_value))
1445 if (attributes.ExtractFormValueAtIndex(this, i, form_value))
1455 if (attributes.ExtractFormValueAtIndex(this, i, form_value))
1719 DWARFDebugInfoEntry::Attributes attributes; local
1723 attributes);
1746 const dw_attr_t attr = attributes.AttributeAtIndex(i);
1748 if (attributes
2124 DWARFDebugInfoEntry::Attributes attributes; local
2389 DWARFDebugInfoEntry::Attributes attributes; local
3451 DWARFDebugInfoEntry::Attributes attributes; local
4165 DWARFDebugInfoEntry::Attributes attributes; local
4331 DWARFDebugInfoEntry::Attributes attributes; local
4411 DWARFDebugInfoEntry::Attributes attributes; local
5666 DWARFDebugInfoEntry::Attributes attributes; local
7239 DWARFDebugInfoEntry::Attributes attributes; local
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1288 // Google Test attributes the assertion result to an imaginary "ad hoc"
3234 // The list of reserved attributes used in the <testsuites> element of XML
3247 // The list of reserved attributes used in the <testsuite> element of XML
3258 // The list of reserved attributes used in the <testcase> element of XML output.
4557 // delimited XML attributes based on the property key="value" pairs.
4559 // to delimit this attribute from prior attributes.
4882 // delimited XML attributes based on the property key="value" pairs.
4885 Message attributes; local
4888 attributes << " " << property.key() << "="
4891 return attributes
[all...]
/external/libxml2/
H A DSAX2.c1207 * Validate also for namespace decls, they are attributes from
1270 * Validate also for namespace decls, they are attributes from
1366 * to the ability to keep xmlSAX2References in attributes
1420 * Check defaulted attributes from the DTD
1439 xmlAttributePtr attr = elemDecl->attributes;
1441 * Check against defaulted attributes from the external subset
1499 attr = elemDecl->attributes;
1502 * Make sure that attributes redefinition occuring in the
1574 * @atts: An array of name/value attributes pairs, NULL terminated
1605 (ctxt->myDoc->intSubset->attributes
2189 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dxmllint.c1529 const xmlChar **attributes)
1557 if (attributes != NULL) {
1559 if (attributes[i + 1] != NULL)
1560 fprintf(stdout, ", %s:%s='", attributes[i + 1], attributes[i]);
1562 fprintf(stdout, ", %s='", attributes[i]);
1563 fprintf(stdout, "%.4s...', %d", attributes[i + 3],
1564 (int)(attributes[i + 4] - attributes[i + 3]));
3058 printf("\t--dtdattr : loaddtd + populate the tree with inherited attributes \
1521 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dxmlreader.c641 * @atts: An array of name/value attributes pairs, NULL terminated
693 * @nb_attributes: the number of attributes on that node
694 * nb_defaulted: the number of defaulted attributes.
695 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
709 const xmlChar **attributes)
720 attributes);
2144 * use the parser dictionnary to allocate all elements and attributes names
2939 * Provides the number of attributes of the current node
2941 * Returns 0 i no attributes, -1 in case of error or the attribute count
3476 * Whether the node has attributes
701 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
/external/libxml2/include/libxml/
H A DschemasInternals.h165 * Ignore validation non definition on attributes
172 * Apply strict validation rules on attributes
370 xmlSchemaAttributePtr attributes; /* Deprecated; not used */ member in struct:_xmlSchemaAttributeGroup
611 xmlSchemaAttributePtr attributes; /* Deprecated; not used */ member in struct:_xmlSchemaType
774 xmlSchemaAttributePtr attributes; member in struct:_xmlSchemaElement
H A Dtree.h358 xmlAttributePtr attributes; /* List of the declared attributes */ member in struct:_xmlElement
419 void *attributes; /* Hash table for attributes if any */ member in struct:_xmlDtd
574 void *ids; /* Hash table for ID attributes if any */
575 void *refs; /* Hash table for IDREFs attributes if any */

Completed in 4069 milliseconds

1234567891011>>