HomeSort by relevance Sort by last modified time
    Searched refs:attributes (Results 276 - 300 of 679) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/security/
Provider.java 400 } else { // other attributes
617 if (s.attributes != null) {
618 for (Map.Entry<String, String> entry : s.attributes.entrySet()) {
639 if (s.attributes != null) {
640 for (Map.Entry<String, String> entry : s.attributes.entrySet()) {
715 s.attributes.remove(attribute);
863 * These attributes should be placed in each Provider object:
918 private Map<String,String> attributes; field in class:Provider.Service
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
AttributeCollection.java 126 final List/* Attribute_info */ attributes = m_attributes; local
128 final int result = attributes.size ();
129 attributes.add (attribute);
211 // note: the spec does not disallow multiple synthetic attributes
214 // note: the spec disallows multiple inner classes attributes
Method_info.java 29 * attribute_info attributes[attributes_count];
46 * Each value of the attributes table must be a variable-length attribute structure.
47 * A method can have any number of optional attributes associated with it. The only
48 * attributes defined by this specification for the attributes table of a method_info
49 * structure are the Code and Exceptions attributes. See {@link CodeAttribute_info}
64 public Method_info (int access_flags, int name_index, int descriptor_index, IAttributeCollection attributes)
71 m_attributes = attributes;
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 21 * The Code attribute is a variable-length attribute used in the attributes
25 * Every Java Virtual Machine implementation must recognize Code attributes. There
45 * attribute_info attributes[attributes_count];
67 * The value of the attributes_count item indicates the number of attributes of the Code
68 * attribute. Each value of the attributes table must be a variable-length attribute
69 * structure. A Code attribute can have any number of optional attributes associated
90 final IAttributeCollection attributes)
92 super (attribute_name_index, 8 + (code != null ? code.length : 0) + exceptionHandlerTable.length () + attributes.length ());
101 m_attributes = attributes;
  /external/webkit/JavaScriptCore/runtime/
JSActivation.cpp 109 void JSActivation::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes)
113 if (symbolTablePutWithAttributes(propertyName, value, attributes))
121 JSObject::putWithAttributes(exec, propertyName, value, attributes, true, slot);
  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorExsltFunction.java 46 import org.xml.sax.Attributes;
62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
72 super.startElement(handler, uri, localName, rawName, attributes);
74 String val = attributes.getValue("name");
  /external/v8/src/
handles.h 201 PropertyAttributes attributes);
206 PropertyAttributes attributes);
211 PropertyAttributes attributes);
224 PropertyAttributes attributes);
229 PropertyAttributes attributes);
244 PropertyAttributes* attributes);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.xr 150 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
armelf.xu 151 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/
armelf.xr 150 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
armelf.xu 151 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/arm-eabi/lib/ldscripts/
armelf.xr 150 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
armelf.xu 151 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.xr 150 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
armelf.xu 151 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/
armelf.xr 150 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
armelf.xu 151 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/lib/ldscripts/
armelf.xr 150 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
armelf.xu 151 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/
XmlDescriptors.java 42 // Public attributes names, attributes descriptors and elements descriptors referenced
124 * @param searchableStyleMap The map style=>attributes for <searchable> from the attrs.xml file
125 * @param appWidgetStyleMap The map style=>attributes for <appwidget-provider> from the attrs.xml file
215 * and the javadoc & attributes extracted from the style map if any.
230 * Updates an ElementDescriptor with the javadoc & attributes extracted from the style
328 // Process all Preference attributes
329 ArrayList<AttributeDescriptor> attributes = new ArrayList<AttributeDescriptor>();
330 DescriptorsUtils.appendAttributes(attributes,
342 attributes.add(new SeparatorAttributeDescriptor
    [all...]
  /external/bluetooth/glib/gio/
glocalfileinfo.h 63 const char *attributes,
  /external/openssl/crypto/pkcs12/
p12_attr.c 81 if (X509at_add1_attr_by_NID(&p8->attributes, NID_key_usage,
  /external/openssl/crypto/x509/
x509_r2x.c 83 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0)
87 /* xi->extensions=ri->attributes; <- bad, should not ever be done
88 ri->attributes=NULL; */
  /external/webkit/JavaScriptCore/API/
JSClassRef.cpp 84 StaticValueEntry* entry = new StaticValueEntry(staticValue->getProperty, staticValue->setProperty, staticValue->attributes);
97 StaticFunctionEntry* entry = new StaticFunctionEntry(staticFunction->callAsFunction, staticFunction->attributes);
169 StaticValueEntry* entry = new StaticValueEntry(it->second->getProperty, it->second->setProperty, it->second->attributes);
181 StaticFunctionEntry* entry = new StaticFunctionEntry(it->second->callAsFunction, it->second->attributes);
JSObjectRef.h 45 @constant kJSPropertyAttributeNone Specifies that a property has no special attributes.
59 @abstract A set of JSPropertyAttributes. Combine multiple attributes by logically ORing them together.
65 @constant kJSClassAttributeNone Specifies that a class has no special attributes.
75 @abstract A set of JSClassAttributes. Combine multiple attributes by logically ORing them together.
288 @field attributes A logically ORed set of JSPropertyAttributes to give to the property.
294 JSPropertyAttributes attributes; member in struct:__anon8007
302 @field attributes A logically ORed set of JSPropertyAttributes to give to the property.
307 JSPropertyAttributes attributes; member in struct:__anon8008
314 @field attributes A logically ORed set of JSClassAttributes to give to the class.
345 JSClassAttributes attributes; member in struct:__anon8009
    [all...]

Completed in 239 milliseconds

<<11121314151617181920>>