/external/qemu/hw/ |
bt-sdp.c | 38 int attributes; member in struct:bt_l2cap_sdp_state_s::sdp_service_record_s 235 for (i = 0; i < record->attributes; i ++) 263 for (i = 0; i < record->attributes; i ++) 303 for (i = 0; i < record->attributes; i ++) 362 for (j = 0; j < record->attributes; j ++) 381 for (j = 0; j < sdp->service_list[i].attributes; j ++) 446 for (j = 0; j < record->attributes; j ++) 590 } attributes[]; member in struct:sdp_def_service_s 705 while (def->attributes[record->attributes].data.type) [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
AttributesImpl.java | 17 import org.xml.sax.Attributes; 21 * Default implementation of the Attributes interface. 31 * {@link org.xml.sax.Attributes Attributes} interface, with the 38 * <li>to take a persistent snapshot of an Attributes object 40 * <li>to construct or modify an Attributes object in a SAX2 driver or filter.</li> 45 * class; in addition to supporting the updated Attributes 54 public class AttributesImpl implements Attributes 75 * Copy an existing Attributes object. 80 * @param atts The existing Attributes object [all...] |
/external/chromium/webkit/glue/ |
webaccessibility.cc | 321 attributes[ATTR_ACTION] = src.actionVerb(); 323 attributes[ATTR_DESCRIPTION] = src.accessibilityDescription(); 325 attributes[ATTR_HELP] = src.helpText(); 327 attributes[ATTR_SHORTCUT] = src.keyboardShortcut(); 329 attributes[ATTR_DISPLAY] = src.computedStyleDisplay(); 331 attributes[ATTR_URL] = src.url().spec().utf16(); 343 attributes[ATTR_HTML_TAG] = StringToLowerASCII(string16(element.tagName())); 344 for (unsigned i = 0; i < element.attributes().length(); i++) { 347 element.attributes().attributeItem(i).localName(), 348 element.attributes().attributeItem(i).value())) [all...] |
/external/chromium_org/tools/metrics/histograms/ |
pretty_print.py | 28 # Desired order for tag attributes; attributes listed here will appear first, 71 'histograms': ('histogram', lambda n: n.attributes['name'].value.lower()), 72 'enums': ('enum', lambda n: n.attributes['name'].value.lower()), 73 'enum': ('int', lambda n: int(n.attributes['value'].value)), 74 'fieldtrials': ('fieldtrial', lambda n: n.attributes['name'].value.lower()), 76 lambda n: n.attributes['name'].value.lower()), 116 Error if the XML has unknown tags or attributes. 160 # Pretty-print the attributes. 161 attributes = node.attributes.keys( [all...] |
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
XMLReaderAdapter.java | 12 import org.xml.sax.Attributes; 324 * @param atts The SAX2 attributes. 330 String qName, Attributes atts) 444 * Internal class to wrap a SAX2 Attributes object for SAX1. 454 * Set the embedded Attributes object. 456 * @param The embedded SAX2 Attributes. 458 void setAttributes (Attributes attributes) 460 this.attributes = attributes; 531 private Attributes attributes; field in class:XMLReaderAdapter.AttributesAdapter [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorInclude.java | 40 import org.xml.sax.Attributes; 116 * @param attributes The attributes attached to the element. If 117 * there are no attributes, it shall be an empty 118 * Attributes object. 124 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) 129 setPropertiesFromAttributes(handler, rawName, attributes, this); 158 parse(handler, uri, localName, rawName, attributes); 184 * @param attributes The list of attributes on the xsl:include or xsl:import element [all...] |
ProcessorTemplateElem.java | 28 import org.xml.sax.Attributes; 46 * @param attributes The specified or defaulted attributes. 49 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) 53 super.startElement(handler, uri, localName, rawName, attributes); 78 setPropertiesFromAttributes(handler, rawName, attributes, elem);
|
ProcessorOutputElem.java | 31 import org.xml.sax.Attributes; 43 * being set from the attributes, and then nulled after that operation 179 * @param attributes The attributes attached to the element. If 180 * there are no attributes, it shall be an empty 181 * Attributes object. 186 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) 195 setPropertiesFromAttributes(handler, rawName, attributes, this);
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FormSubmission.cpp | 83 void FormSubmission::Attributes::parseAction(const String& action) 89 String FormSubmission::Attributes::parseEncodingType(const String& type) 98 void FormSubmission::Attributes::updateEncodingType(const String& type) 104 FormSubmission::Method FormSubmission::Attributes::parseMethodType(const String& type) 113 void FormSubmission::Attributes::updateMethodType(const String& type) 118 String FormSubmission::Attributes::methodString(Method method) 132 void FormSubmission::Attributes::copyFrom(const Attributes& other) 161 PassRefPtr<FormSubmission> FormSubmission::create(HTMLFormElement* form, const Attributes& attributes, PassRefPtr<Event> event, FormSubmissionTrigger trigger [all...] |
/external/v8/src/ |
property.h | 39 // Each descriptor has a key, property attributes, property type, 68 details_ = PropertyDetails(details_.attributes(), details_.type(), index); 94 PropertyAttributes attributes, 99 details_(attributes, type, index) { } 110 MapTransitionDescriptor(String* key, Map* map, PropertyAttributes attributes) 111 : Descriptor(key, map, attributes, MAP_TRANSITION) { } 138 PropertyAttributes attributes, 140 : Descriptor(key, Smi::FromInt(field_index), attributes, FIELD, index) {} 148 PropertyAttributes attributes, 150 : Descriptor(key, function, attributes, CONSTANT_FUNCTION, index) { [all...] |
/frameworks/base/core/java/android/widget/ |
RadioGroup.java | 42 * <p><strong>XML Attributes</strong></p> 43 * <p>See {@link android.R.styleable#RadioGroup RadioGroup Attributes}, 44 * {@link android.R.styleable#LinearLayout LinearLayout Attributes}, 45 * {@link android.R.styleable#ViewGroup ViewGroup Attributes}, 46 * {@link android.R.styleable#View View Attributes}</p> 49 * for layout attributes.</p> 81 TypedArray attributes = context.obtainStyledAttributes( local 84 int value = attributes.getResourceId(R.styleable.RadioGroup_checkedButton, View.NO_ID); 89 final int index = attributes.getInt(com.android.internal.R.styleable.RadioGroup_orientation, VERTICAL); 92 attributes.recycle() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aetools.py | 6 packevent(event, parameters, attributes) sets params and attrs in an AEAppleEvent record 7 unpackevent(event) returns the parameters and attributes from an AEAppleEvent record 88 attributes = {} 96 attributes[key] = unpack(desc, formodulename) 97 return parameters, attributes 99 def packevent(ae, parameters = {}, attributes = {}): 102 for key, value in attributes.items(): 210 def newevent(self, code, subcode, parameters = {}, attributes = {}): 215 packevent(event, parameters, attributes) 224 parameters, attributes = unpackevent(reply, self._moduleName [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper.cpp | 47 HB_GlyphAttributes *attributes = item->attributes; local 86 unsigned char cmb = attributes[gfrom+i].combiningClass; 211 HB_GlyphAttributes *attributes = item->attributes; local 216 if (cEnd == -1 && attributes[i].mark) { 218 } else if (cEnd != -1 && !attributes[i].mark) { 225 // set the glyph attributes heuristically. Assumes a 1 to 1 relationship between chars and glyphs 238 HB_GlyphAttributes *attributes = item->attributes; local 874 HB_GlyphAttributes *attributes = item->attributes; local [all...] |
harfbuzz-tibetan.c | 138 item->attributes[i].mark = FALSE; 139 item->attributes[i].clusterStart = FALSE; 140 item->attributes[i].justification = 0; 141 item->attributes[i].zeroWidth = FALSE; 157 item->attributes[0].clusterStart = TRUE; 233 syllable.attributes = item->attributes + first_glyph;
|
/external/chromium/base/threading/ |
platform_thread_posix.cc | 63 pthread_attr_t attributes; local 64 pthread_attr_init(&attributes); 69 pthread_attr_setdetachstate(&attributes, PTHREAD_CREATE_DETACHED); 93 if (pthread_attr_getstacksize(&attributes, &default_stack_size) == 0 && 104 pthread_attr_setstacksize(&attributes, stack_size); 109 success = !pthread_create(thread_handle, &attributes, ThreadFunc, params); 111 pthread_attr_destroy(&attributes);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ElementData.cpp | 133 // and all HTML/SVG attributes have a null namespace! 148 ShareableElementData::ShareableElementData(const Vector<Attribute>& attributes) 149 : ElementData(attributes.size()) 152 new (&m_attributeArray[i]) Attribute(attributes[i]); 175 PassRefPtr<ShareableElementData> ShareableElementData::createWithAttributes(const Vector<Attribute>& attributes) 177 void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(attributes.size())); 178 return adoptRef(new (slot) ShareableElementData(attributes));
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLMetaCharsetParser.cpp | 105 const HTMLToken::AttributeList& tokenAttributes = m_token.attributes(); 106 AttributeList attributes; local 110 attributes.append(std::make_pair(attributeName, attributeValue)); 113 m_encoding = encodingFromMetaAttributes(attributes); 117 WTF::TextEncoding HTMLMetaCharsetParser::encodingFromMetaAttributes(const AttributeList& attributes) 123 for (AttributeList::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGViewportContainer.cpp | 90 // Spec (<use> on <symbol>): This generated 'svg' will always have explicit values for attributes width and height. 91 // If attributes width and/or height are provided on the 'use' element, then these attributes 92 // will be transferred to the generated 'svg'. If attributes width and/or height are not specified, 93 // the generated 'svg' element will use values of 100% for these attributes. 95 // Spec (<use> on <svg>): If attributes width and/or height are provided on the 'use' element, then these 96 // values will override the corresponding attributes on the 'svg' in the generated tree.
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
x_req.c | 66 * encode the attributes field if it is empty. This is in 68 * this by making the attributes field OPTIONAL then using 75 * the information is now contained in the attributes field: 78 * 3. If it is not empty then some attributes are present. 88 rinf->attributes = sk_X509_ATTRIBUTE_new_null(); 89 if(!rinf->attributes) return 0; 101 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
|
/external/chromium_org/webkit/browser/database/ |
vfs_backend.cc | 148 uint32 attributes = ::GetFileAttributes(file_path.value().c_str()); local 150 uint32 attributes = 0; 152 attributes |= static_cast<uint32>(R_OK); 154 attributes |= static_cast<uint32>(W_OK); 155 if (!attributes) 156 attributes = -1; 158 return attributes;
|
/external/openssl/crypto/asn1/ |
x_req.c | 66 * encode the attributes field if it is empty. This is in 68 * this by making the attributes field OPTIONAL then using 75 * the information is now contained in the attributes field: 78 * 3. If it is not empty then some attributes are present. 88 rinf->attributes = sk_X509_ATTRIBUTE_new_null(); 89 if(!rinf->attributes) return 0; 101 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
|
/external/proguard/src/proguard/classfile/attribute/ |
CodeAttribute.java | 42 public Attribute[] attributes; field in class:CodeAttribute 64 Attribute[] attributes) 75 this.attributes = attributes; 86 Attribute attribute = attributes[index]; 193 * Applies the given attribute visitor to all attributes. 199 attributes[index].accept(clazz, method, this, attributeVisitor);
|
/libcore/luni/src/main/java/java/net/ |
JarURLConnection.java | 22 import java.util.jar.Attributes; 84 * Returns all attributes of the {@code JarEntry} referenced by this {@code 87 * @return the attributes of the referenced {@code JarEntry}. 92 public Attributes getAttributes() throws java.io.IOException { 179 * Gets all attributes of the manifest file referenced by this {@code 183 * @return the attributes of the manifest file or {@code null}. 188 public Attributes getMainAttributes() throws java.io.IOException {
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
AnnotationLister.java | 75 AttributeList attributes = cf.getAttributes(); 82 att = attributes.findFirst( 85 for (;att != null; att = attributes.findNext(att)) { 90 att = attributes.findFirst( 93 for (;att != null; att = attributes.findNext(att)) { 101 att = attributes.findFirst( 104 for (;att != null; att = attributes.findNext(att)) { 109 att = attributes.findFirst( 112 for (;att != null; att = attributes.findNext(att)) {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
document_parser_test.py | 172 self.assertEqual({'id': 'orange'}, entry0.attributes) 177 self.assertEqual({'id': 'valencia'}, entry0_0.attributes) 180 self.assertEqual({'id': 'seville'}, entry0_1.attributes) 184 self.assertEqual({}, entry1.attributes) 188 self.assertEqual({'id': 'not-main'}, entry2.attributes) 192 self.assertEqual({}, entry3.attributes) 197 self.assertEqual({}, entry3_1.attributes) 201 self.assertEqual({}, entry3_2.attributes) 206 self.assertEqual({}, entry3_2_1.attributes)
|