/external/webkit/Source/WebCore/svg/ |
SVGSymbolElement.cpp | 46 void SVGSymbolElement::parseMappedAttribute(Attribute* attr) 48 if (SVGLangSpace::parseMappedAttribute(attr)) 50 if (SVGExternalResourcesRequired::parseMappedAttribute(attr)) 52 if (SVGFitToViewBox::parseMappedAttribute(document(), attr)) 55 SVGStyledElement::parseMappedAttribute(attr);
|
SVGCursorElement.cpp | 26 #include "Attr.h" 57 void SVGCursorElement::parseMappedAttribute(Attribute* attr) 59 if (attr->name() == SVGNames::xAttr) 60 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); 61 else if (attr->name() == SVGNames::yAttr) 62 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); 64 if (SVGTests::parseMappedAttribute(attr)) 66 if (SVGExternalResourcesRequired::parseMappedAttribute(attr)) 68 if (SVGURIReference::parseMappedAttribute(attr)) 71 SVGElement::parseMappedAttribute(attr); [all...] |
SVGTextContentElement.cpp | 182 void SVGTextContentElement::parseMappedAttribute(Attribute* attr) 184 if (attr->name() == SVGNames::lengthAdjustAttr) { 185 if (attr->value() == "spacing") 187 else if (attr->value() == "spacingAndGlyphs") 189 } else if (attr->name() == SVGNames::textLengthAttr) { 190 m_textLength.value = SVGLength(LengthModeOther, attr->value()); 194 if (SVGTests::parseMappedAttribute(attr)) 196 if (SVGLangSpace::parseMappedAttribute(attr)) { 197 if (attr->name().matches(XMLNames::spaceAttr)) { 200 if (attr->value() == preserveString [all...] |
SVGFEBlendElement.cpp | 49 void SVGFEBlendElement::parseMappedAttribute(Attribute* attr) 51 const String& value = attr->value(); 52 if (attr->name() == SVGNames::modeAttr) { 63 } else if (attr->name() == SVGNames::inAttr) 65 else if (attr->name() == SVGNames::in2Attr) 68 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
|
SVGFEOffsetElement.cpp | 48 void SVGFEOffsetElement::parseMappedAttribute(Attribute* attr) 50 const String& value = attr->value(); 51 if (attr->name() == SVGNames::dxAttr) 53 else if (attr->name() == SVGNames::dyAttr) 55 else if (attr->name() == SVGNames::inAttr) 58 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
|
SVGFitToViewBox.cpp | 27 #include "Attr.h" 91 bool SVGFitToViewBox::parseMappedAttribute(Document* document, Attribute* attr) 93 if (attr->name() == SVGNames::viewBoxAttr) { 95 if (!attr->value().isNull()) { 96 if (!parseViewBox(document, attr->value(), viewBox)) 100 } else if (attr->name() == SVGNames::preserveAspectRatioAttr) { 101 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, attr->value());
|
SVGFELightElement.cpp | 76 void SVGFELightElement::parseMappedAttribute(Attribute* attr) 78 const String& value = attr->value(); 79 if (attr->name() == SVGNames::azimuthAttr) 81 else if (attr->name() == SVGNames::elevationAttr) 83 else if (attr->name() == SVGNames::xAttr) 85 else if (attr->name() == SVGNames::yAttr) 87 else if (attr->name() == SVGNames::zAttr) 89 else if (attr->name() == SVGNames::pointsAtXAttr) 91 else if (attr->name() == SVGNames::pointsAtYAttr) 93 else if (attr->name() == SVGNames::pointsAtZAttr [all...] |
SVGFilterElement.cpp | 29 #include "Attr.h" 93 void SVGFilterElement::parseMappedAttribute(Attribute* attr) 95 const String& value = attr->value(); 96 if (attr->name() == SVGNames::filterUnitsAttr) { 101 } else if (attr->name() == SVGNames::primitiveUnitsAttr) { 106 } else if (attr->name() == SVGNames::xAttr) 108 else if (attr->name() == SVGNames::yAttr) 110 else if (attr->name() == SVGNames::widthAttr) 112 else if (attr->name() == SVGNames::heightAttr) 114 else if (attr->name() == SVGNames::filterResAttr) [all...] |
SVGAElement.cpp | 28 #include "Attr.h" 76 void SVGAElement::parseMappedAttribute(Attribute* attr) 78 if (attr->name() == SVGNames::targetAttr) 79 setSVGTargetBaseValue(attr->value()); 81 if (SVGURIReference::parseMappedAttribute(attr)) 83 if (SVGTests::parseMappedAttribute(attr)) 85 if (SVGLangSpace::parseMappedAttribute(attr)) 87 if (SVGExternalResourcesRequired::parseMappedAttribute(attr)) 89 SVGStyledTransformableElement::parseMappedAttribute(attr);
|
/frameworks/base/core/java/android/util/ |
StateSet.java | 160 case R.attr.state_window_focused: 163 case R.attr.state_pressed: 166 case R.attr.state_selected: 169 case R.attr.state_focused: 172 case R.attr.state_enabled:
|
/frameworks/base/opengl/tests/configdump/ |
configdump.cpp | 79 for (int attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) { 81 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value); 82 printf("\t%-32s: %10d (0x%08x)\n", attributes[attr].name, value, value);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_sim_common.c | 503 struct eap_sim_attrs *attr, int aka, int encr) 508 os_memset(attr, 0, sizeof(*attr)); 509 attr->id_req = NO_ID_REQ; 510 attr->notification = -1; 511 attr->counter = -1; 512 attr->selected_version = -1; 513 attr->client_error_code = -1; 549 attr->rand = apos; 550 attr->num_chal = alen / GSM_RAND_LEN [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
eap_sim_common.c | 504 struct eap_sim_attrs *attr, int aka, int encr) 509 os_memset(attr, 0, sizeof(*attr)); 510 attr->id_req = NO_ID_REQ; 511 attr->notification = -1; 512 attr->counter = -1; 513 attr->selected_version = -1; 514 attr->client_error_code = -1; 550 attr->rand = apos; 551 attr->num_chal = alen / GSM_RAND_LEN [all...] |
/bionic/libc/bionic/ |
pthread-rwlocks.c | 70 int pthread_rwlockattr_init(pthread_rwlockattr_t *attr) 72 if (!attr) 75 *attr = PTHREAD_PROCESS_PRIVATE; 79 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr) 81 if (!attr) 84 *attr = -1; 88 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared) 90 if (!attr) 96 *attr = pshared; 103 int pthread_rwlockattr_getpshared(pthread_rwlockattr_t *attr, int *pshared [all...] |
/external/wpa_supplicant/ |
eap_aka.c | 141 struct eap_sim_attrs *attr) 143 if (attr->next_pseudonym) { 145 data->pseudonym = os_malloc(attr->next_pseudonym_len); 151 os_memcpy(data->pseudonym, attr->next_pseudonym, 152 attr->next_pseudonym_len); 153 data->pseudonym_len = attr->next_pseudonym_len; 160 if (attr->next_reauth_id) { 162 data->reauth_id = os_malloc(attr->next_reauth_id_len); 168 os_memcpy(data->reauth_id, attr->next_reauth_id, 169 attr->next_reauth_id_len) 735 struct eap_sim_attrs attr; local [all...] |
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 5 struct SA_Post{ SA_Post(); int attr; }; member in struct:SA_Post 7 [returnvalue:SA_Post( attr=1)] 8 int foo1([SA_Post(attr=1)] void *param); 11 [returnvalue:SA_Post(attr=1)] 12 int foo2([SA_Post(attr=1)] void *param); 16 [returnvalue:SA_Post(attr=1)] 17 int foo3([SA_Post(attr=1)] void *param); 21 [returnvalue:SA_Post(attr=1)] 22 int foo5([SA_Post(attr=1)] void *param);
|
/external/skia/src/xml/ |
SkDOM.cpp | 131 const Attr* attr = node->attrs(); local 132 const Attr* stop = attr + node->fAttrCount; 134 while (attr < stop) 136 if (!strcmp(attr->fName, name)) 137 return attr->fValue; 138 attr += 1; 145 const SkDOM::Attr* SkDOM::getFirstAttr(const Node* node) const 150 const SkDOM::Attr* SkDOM::getNextAttr(const Node* node, const Attr* attr) cons 262 SkDOM::Attr* attr = fAttrs.append(); local 453 const Attr* attr = node->attrs(); local [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
PaintDrawableTest.java | 142 AttributeSet attr = getAtrributeSet(parser); local 143 assertNotNull(attr); 153 assertTrue(paintDrawable.inflateTag("padding", getContext().getResources(), parser, attr)); 158 attr = getAtrributeSet(parser); 159 assertNotNull(attr); 161 attr)); 166 new MyPaintDrawable().inflateTag(null, getContext().getResources(), parser, attr); 175 new MyPaintDrawable().inflateTag("padding", null, parser, attr); 183 attr = getAtrributeSet(parser); 184 assertNotNull(attr); [all...] |
StateListDrawableTest.java | 24 import android.R.attr; 93 mStateListDrawable.addState(new int[] { attr.state_focused, - attr.state_selected }, 121 mStateListDrawable.addState(new int[] { attr.state_focused, - attr.state_selected }, 133 mStateListDrawable.setState(new int[] { attr.state_focused, - attr.state_selected }); 141 mStateListDrawable.onStateChange(new int[] { attr.state_focused, - attr.state_selected }); 144 assertFalse(mStateListDrawable.onStateChange(new int[] { attr.state_focused })) [all...] |
/external/libxslt/libxslt/ |
attrvt.c | 164 * @attr: the attribute coming from the stylesheet. 171 xsltCompileAttr(xsltStylesheetPtr style, xmlAttrPtr attr) { 179 if ((style == NULL) || (attr == NULL) || (attr->children == NULL)) 181 if ((attr->children->type != XML_TEXT_NODE) || 182 (attr->children->next != NULL)) { 183 xsltTransformError(NULL, style, attr->parent, 185 "node when compiling an AVT.\n", attr->name); 189 str = attr->children->content; 195 "Found AVT %s: %s\n", attr->name, str) [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
OldAttributedCharacterIteratorTest.java | 37 HashSet<AttributedCharacterIterator.Attribute> attr = local 39 attr.add(AttributedCharacterIterator.Attribute.LANGUAGE); 41 2, it.getRunLimit(attr)); 48 4, it.getRunLimit(attr)); 50 attr.add(AttributedCharacterIterator.Attribute.READING); 52 4, it.getRunLimit(attr)); 70 for(AttributedCharacterIterator.Attribute attr:attributes) { 71 assertEquals(AttributedCharacterIterator.Attribute.LANGUAGE, attr); 176 HashSet<AttributedCharacterIterator.Attribute> attr = local 178 attr.add(AttributedCharacterIterator.Attribute.LANGUAGE) [all...] |
/external/webkit/LayoutTests/fast/dom/Node/script-tests/ |
initial-values.js | 6 var attr = document.createAttribute("foo"); 7 shouldBe("attr.nodeName", "'foo'"); 8 shouldBe("attr.name", "'foo'"); 11 shouldBe("attr.localName", "null"); 12 shouldBe("attr.namespaceURI", "null"); 13 shouldBe("attr.prefix", "null"); 14 shouldBe("attr.nodeValue", "''"); 15 shouldBe("attr.value", "''"); 16 shouldBe("attr.attributes", "null"); 19 attr = document.createAttributeNS("http://www.example.com", "example:foo") [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLTextAreaElement.cpp | 116 void HTMLTextAreaElement::parseMappedAttribute(Attribute* attr) 118 if (attr->name() == rowsAttr) { 119 int rows = attr->value().toInt(); 127 } else if (attr->name() == colsAttr) { 128 int cols = attr->value().toInt(); 136 } else if (attr->name() == wrapAttr) { 140 if (equalIgnoringCase(attr->value(), "physical") || equalIgnoringCase(attr->value(), "hard") || equalIgnoringCase(attr->value(), "on")) 142 else if (equalIgnoringCase(attr->value(), "off") [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
ExternalAccountType.java | 240 String attr = parser.getAttributeName(i); local 243 Log.d(TAG, attr + "=" + value); 245 if (ATTR_EDIT_CONTACT_ACTIVITY.equals(attr)) { 247 } else if (ATTR_CREATE_CONTACT_ACTIVITY.equals(attr)) { 249 } else if (ATTR_INVITE_CONTACT_ACTIVITY.equals(attr)) { 251 } else if (ATTR_INVITE_CONTACT_ACTION_LABEL.equals(attr)) { 253 } else if (ATTR_VIEW_CONTACT_NOTIFY_SERVICE.equals(attr)) { 255 } else if (ATTR_VIEW_GROUP_ACTIVITY.equals(attr)) { 257 } else if (ATTR_VIEW_GROUP_ACTION_LABEL.equals(attr)) { 259 } else if (ATTR_VIEW_STREAM_ITEM_ACTIVITY.equals(attr)) { [all...] |
/external/clang/include/clang/Serialization/ |
Makefile | 9 $(ObjDir)/AttrPCHRead.inc.tmp : $(TD_SRC_DIR)/Attr.td $(TBLGEN) \ 12 $(Verb) $(TableGen) -gen-clang-attr-pch-read -o $(call SYSPATH, $@) \ 15 $(ObjDir)/AttrPCHWrite.inc.tmp : $(TD_SRC_DIR)/Attr.td $(TBLGEN) \ 18 $(Verb) $(TableGen) -gen-clang-attr-pch-write -o $(call SYSPATH, $@) \
|