Searched refs:attributes (Results 251 - 275 of 1053) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.h178 IOStorageAttributes * attributes,
195 IOStorageAttributes * attributes,
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DkeyTemplates.h78 NSS_Attribute **attributes; member in struct:__anon3583
242 NSS_Attribute **attributes; // OPTIONAL member in struct:__anon3594
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DkeyTemplates.h78 NSS_Attribute **attributes; member in struct:__anon4018
242 NSS_Attribute **attributes; // OPTIONAL member in struct:__anon4029
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DkeyTemplates.h78 NSS_Attribute **attributes; member in struct:__anon4140
242 NSS_Attribute **attributes; // OPTIONAL member in struct:__anon4151
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DkeyTemplates.h78 NSS_Attribute **attributes; member in struct:__anon4262
242 NSS_Attribute **attributes; // OPTIONAL member in struct:__anon4273
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecItem.c342 /* Replace any attributes we already got from the ref with the ones
343 from the attributes dictionary the caller passed us. This allows
344 a caller to add an item using attributes from the ref and still
375 typedef OSStatus (*secitem_operation)(CFDictionaryRef attributes, CFTypeRef *result);
377 static bool explode_identity(CFDictionaryRef attributes, secitem_operation operation, argument
381 CFTypeRef value = CFDictionaryGetValue(attributes, kSecValueRef);
394 CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, attributes);
465 value = CFDictionaryGetValue(attributes, kSecClass);
468 CFMutableDictionaryRef dict = CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, attributes);
484 static void infer_cert_label(CFDictionaryRef attributes, CFMutableDictionaryRe argument
646 attributes_pre(CFDictionaryRef attributes, CFMutableDictionaryRef *result) argument
669 cftype_to_bool_cftype_error_request(enum SecXPCOperation op, CFTypeRef attributes, CFTypeRef *result, CFErrorRef *error) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElementData.h276 const Attribute* attributes = attributeBase(); local
278 if (attributes[i].name().matches(name))
288 const Attribute* attributes = attributeBase(); local
294 if (!attributes[i].name().hasPrefix()) {
295 if (caseAdjustedName == attributes[i].localName())
308 const Attribute* attributes = attributeBase(); local
310 if (attributes[i].name().matches(name))
311 return &attributes[i];
/macosx-10.10/bootp-298/bootplib/
H A Dbsdp.h48 * u_int16_t attributes;
52 * The attributes field contains:
115 bsdp_image_id_make(u_int16_t index, u_int16_t attributes) argument
117 return (index | ((bsdp_image_id_t)attributes << 16));
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dnormal_class.rb36 "<%s:0x%x class %s%s includes: %p extends: %p attributes: %p methods: %p aliases: %p>" % [
38 full_name, superclass, @includes, @extends, @attributes, @method_list, @aliases
66 q.text "attributes:"
68 q.seplist @attributes do |attr| q.pp attr end
H A Dstore.rb15 # :attributes => {}, # class name => attributes
130 :attributes => {},
227 # Attributes cache accessor. Maps a class to an Array of its attributes.
229 def attributes method in class:RDoc
230 @cache[:attributes]
509 loaded_attributes = mod.attributes.map do |attribute|
513 mod.attributes.replace loaded_attributes
770 clean_cache_collection @cache[:attributes]
822 attribute_definitions = klass.attributes
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSObject.h169 // This method creates a property with attributes writable, enumerable and configurable all set to true.
170 bool putDirectIndex(ExecState* exec, unsigned propertyName, JSValue value, unsigned attributes, PutDirectIndexMode mode) argument
172 if (!attributes && canSetIndexQuicklyForPutDirect(propertyName)) {
176 return putDirectIndexBeyondVectorLength(exec, propertyName, value, attributes, mode);
464 // - attributes will be respected (after the call the property will exist with the given attributes)
466 void putDirect(VM&, PropertyName, JSValue, unsigned attributes = 0);
468 void putDirectWithoutTransition(VM&, PropertyName, JSValue, unsigned attributes = 0);
469 void putDirectNonIndexAccessor(VM&, PropertyName, JSValue, unsigned attributes);
470 void putDirectAccessor(ExecState*, PropertyName, JSValue, unsigned attributes);
524 getDirectOffset(VM& vm, PropertyName propertyName, unsigned& attributes) argument
[all...]
H A DStructure.h114 JS_EXPORT_PRIVATE static Structure* addPropertyTransition(VM&, Structure*, PropertyName, unsigned attributes, JSCell* specificValue, PropertyOffset&, PutPropertySlot::Context = PutPropertySlot::UnknownContext);
115 static Structure* addPropertyTransitionToExistingStructureConcurrently(Structure*, StringImpl* uid, unsigned attributes, JSCell* specificValue, PropertyOffset&);
116 JS_EXPORT_PRIVATE static Structure* addPropertyTransitionToExistingStructure(Structure*, PropertyName, unsigned attributes, JSCell* specificValue, PropertyOffset&);
120 static Structure* attributeChangeTransition(VM&, Structure*, PropertyName, unsigned attributes);
142 JS_EXPORT_PRIVATE PropertyOffset addPropertyWithoutTransition(VM&, PropertyName, unsigned attributes, JSCell* specificValue);
269 PropertyOffset get(VM&, PropertyName, unsigned& attributes, JSCell*& specificValue);
272 PropertyOffset getConcurrently(VM&, StringImpl* uid, unsigned& attributes, JSCell*& specificValue);
407 static Structure* addPropertyTransitionToExistingStructureImpl(Structure*, StringImpl* uid, unsigned attributes, JSCell* specificValue, PropertyOffset&);
422 PropertyOffset putSpecificValue(VM&, PropertyName, unsigned attributes, JSCell* specificValue);
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOStorage.h449 * @param attributes
460 IOStorageAttributes * attributes = 0,
476 * @param attributes
487 IOStorageAttributes * attributes = 0,
517 * @param attributes
531 IOStorageAttributes * attributes,
537 IOStorageAttributes * attributes,
556 * @param attributes
570 IOStorageAttributes * attributes,
576 IOStorageAttributes * attributes,
[all...]
H A DIOBlockStorageDriver.cpp425 IOStorageAttributes * attributes,
450 if ( attributes == &gIOStorageAttributesUnsupported )
452 attributes = NULL;
463 if ( attributes && attributes->options )
484 prepareRequest( byteStart, buffer, attributes, completion );
490 IOStorageAttributes * attributes,
515 if ( attributes == &gIOStorageAttributesUnsupported )
517 attributes = NULL;
528 if ( attributes
422 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
487 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
1152 executeRequest(UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion, IOBlockStorageDriver::Context * context) argument
1565 IOMediaAttributeMask attributes = 0; local
2477 deblockRequest( UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion, IOBlockStorageDriver::Context * context ) argument
2656 IOStorageAttributes * attributes; local
3172 breakUpRequest( UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion, IOBlockStorageDriver::Context * context ) argument
3384 IOStorageAttributes * attributes; local
3408 prepareRequest(UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreFullScreenWarningView.mm68 RetainPtr<NSDictionary> attributes = adoptNS([[NSDictionary alloc] initWithObjectsAndKeys:
72 RetainPtr<NSAttributedString> text = adoptNS([[NSAttributedString alloc] initWithString:title attributes:attributes.get()]);
/macosx-10.10/WebCore-7600.1.25/xml/parser/
H A DXMLDocumentParserLibxml2.cpp102 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes)
115 callback->attributes = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_attributes * 5));
121 callback->attributes[i * 5 + j] = xmlStrdup(attributes[i * 5 + j]);
123 int len = attributes[i * 5 + 4] - attributes[i * 5 + 3];
125 callback->attributes[i * 5 + 3] = xmlStrndup(attributes[i * 5 + 3], len);
126 callback->attributes[i * 5 + 4] = callback->attributes[
101 appendStartElementNSCallback(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces, const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes) argument
242 xmlChar** attributes; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback
755 xmlSAX2Attributes* attributes = reinterpret_cast<xmlSAX2Attributes*>(libxmlAttributes); local
1505 HashMap<String, String> attributes; member in struct:WebCore::AttributeParseState
1521 xmlSAX2Attributes* attributes = reinterpret_cast<xmlSAX2Attributes*>(libxmlAttributes); local
[all...]
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dutil.c46 * attributes
72 * convert the attributes in `attributes' into a printable string
77 attributes2str(krb5_flags attributes, char *str, size_t len) argument
79 unparse_flags (attributes, kdb_attrs, str, len);
83 * convert the string in `str' into attributes in `flags'
102 * try to parse the string `resp' into attributes in `attr', also
103 * setting the `bit' in `mask' if attributes are given and valid.
125 * allow the user to edit the attributes in `attr', prompting with `prompt'
150 * setting the `bit' in `mask' if attributes ar
503 set_entry(krb5_context contextp, kadm5_principal_ent_t ent, int *mask, const char *max_ticket_life, const char *max_renewable_life, const char *expiration, const char *pw_expiration, const char *attributes, const char *policy) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/bridge/objc/
H A Dobjc_class.mm165 id attributes = [targetObject respondsToSelector:@selector(attributeKeys)] ? [targetObject performSelector:@selector(attributeKeys)] : nil;
167 id attributes = [targetObject attributeKeys];
169 if (attributes) {
171 unsigned count = [attributes count];
173 NSString* keyName = [attributes objectAtIndex:i];
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_1.0.rb94 assert_equal(about, c.attributes["about"])
101 res = elem.attributes.get_attribute("resource")
124 res = i.attributes.get_attribute("resource")
140 res = t.attributes.get_attribute("resource")
168 assert_equal(item_link, l.attributes["resource"])
187 assert_equal(item_link, l.attributes["resource"])
200 res = l.attributes.get_attribute("resource")
222 assert_equal(about, i.attributes["about"])
247 assert_equal(about, i.attributes["about"])
273 assert_equal(about, t.attributes["abou
[all...]
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Delement.rb18 # having children, attributes, and names, and can themselves be
25 # Mechanisms for accessing attributes and child elements of this
27 attr_reader :attributes, :elements
37 # attributes, and namespaces will be copied. Children will +not+ be
62 @attributes = Attributes.new(self)
69 arg.attributes.each_attribute{ |attribute|
70 @attributes << Attribute.new( attribute )
79 @attributes.each_attribute do |attr|
198 prefixes |= attributes.prefixes
205 namespaces = namespaces.merge( attributes
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGRootInlineBox.cpp245 static inline void findFirstAndLastAttributesInVector(Vector<SVGTextLayoutAttributes*>& attributes, RenderSVGInlineText* firstContext, RenderSVGInlineText* lastContext, argument
251 unsigned attributesSize = attributes.size();
253 SVGTextLayoutAttributes* current = attributes[i];
269 Vector<SVGTextLayoutAttributes*>& attributes = *reinterpret_cast<Vector<SVGTextLayoutAttributes*>*>(userData); local
294 findFirstAndLastAttributesInVector(attributes, &firstContext, &lastContext, firstAttributes, lastAttributes);
306 void SVGRootInlineBox::reorderValueLists(Vector<SVGTextLayoutAttributes*>& attributes) argument
309 collectLeafBoxesInLogicalOrder(leafBoxesInLogicalOrder, reverseInlineBoxRangeAndValueListsIfNeeded, &attributes);
H A DRenderSVGText.cpp116 static inline void collectLayoutAttributes(RenderObject* text, Vector<SVGTextLayoutAttributes*>& attributes) argument
120 attributes.append(toRenderSVGInlineText(descendant)->layoutAttributes());
182 // Detect changes in layout attributes and only measure those text parts that have changed!
192 SVGTextLayoutAttributes* attributes = 0; local
194 attributes = newLayoutAttributes[i];
195 if (m_layoutAttributes.find(attributes) == notFound) {
200 ASSERT_UNUSED(child, &attributes->context() == child);
201 findPreviousAndNextAttributes(this, &attributes->context(), stopAfterNext, previous, next);
205 m_layoutAttributesBuilder.buildLayoutAttributesForTextRenderer(attributes->context());
215 ASSERT(m_layoutAttributes.find(newLayoutAttributes[i]) != notFound || newLayoutAttributes[i] == attributes);
[all...]
/macosx-10.10/libsecurity_ldap_dl-55003/lib/
H A DAttachedInstance.cpp130 CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes,
137 *resultsHandle = d->DbDataGetFirst (query, attributes, data, uniqueID);
146 CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes,
153 d->DbDataGetNext (resultsHandle, attributes, data, uniqueID);
176 CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes,
182 d->DbDataGetFromUniqueRecordID (uniqueRecord, attributes, data);
310 const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes,
127 StubDataGetFirst(CSSM_DL_DB_HANDLE dldbHandle, const CSSM_QUERY *query, CSSM_HANDLE_PTR resultsHandle, CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes, CSSM_DATA_PTR data, CSSM_DB_UNIQUE_RECORD_PTR *uniqueID) argument
144 StubDataGetNext(CSSM_DL_DB_HANDLE dldbHandle, CSSM_HANDLE resultsHandle, CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes, CSSM_DATA_PTR data, CSSM_DB_UNIQUE_RECORD_PTR *uniqueID) argument
174 StubDataGetFromUniqueRecordID(CSSM_DL_DB_HANDLE dldbHandle, const CSSM_DB_UNIQUE_RECORD_PTR uniqueRecord, CSSM_DB_RECORD_ATTRIBUTE_DATA_PTR attributes, CSSM_DATA_PTR data) argument
308 StubDataInsert(CSSM_DL_DB_HANDLE dldbHandle, CSSM_DB_RECORDTYPE recordType, const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes, const CSSM_DATA *data, CSSM_DB_UNIQUE_RECORD_PTR *uniqueId) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDDLSession.cpp290 // Setup so we always retrieve the attributes if the client asks for data,
293 CssmDbRecordAttributeData attributes; local
299 pAttributes = &attributes;
300 memset(pAttributes, 0, sizeof(attributes));
326 // Setup so we always retrieve the attributes if the client asks for data,
329 CssmDbRecordAttributeData attributes; local
335 pAttributes = &attributes;
336 memset(pAttributes, 0, sizeof(attributes));
366 // Setup so we always retrieve the attributes if the client asks for data,
369 CssmDbRecordAttributeData attributes; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gpu/
H A DDrawingBuffer.cpp180 const GraphicsContext3D::Attributes& attributes = m_context->getContextAttributes(); local
181 if (attributes.depth && attributes.stencil && m_packedDepthStencilExtensionSupported) {
192 if (attributes.depth) {
202 if (attributes.stencil) {
291 const GraphicsContext3D::Attributes& attributes = m_context->getContextAttributes(); local
296 if (attributes.alpha) {
383 if (attributes.depth) {
388 if (attributes.stencil) {

Completed in 325 milliseconds

<<11121314151617181920>>