HomeSort by relevance Sort by last modified time
    Searched refs:attr (Results 351 - 375 of 1290) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/inputmethodservice/
ExtractButton.java 32 super(context, attrs, com.android.internal.R.attr.buttonStyle);
  /frameworks/base/core/java/android/preference/
PreferenceCategory.java 36 this(context, attrs, com.android.internal.R.attr.preferenceCategoryStyle);
  /frameworks/base/core/java/android/widget/
Button.java 52 * using the {@link android.R.attr#onClick android:onClick} attribute. For example:</p>
82 * it to your Button with the {@link android.R.attr#background android:background}
104 this(context, attrs, com.android.internal.R.attr.buttonStyle);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
CheckableImageView.java 33 android.R.attr.state_checked
  /packages/apps/Music/src/com/android/music/
CheckableRelativeLayout.java 33 android.R.attr.state_checked
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
RefactoringUtil.java 27 import org.w3c.dom.Attr;
84 public static Attr findAndroidAttributes(final NamedNodeMap attributes,
86 Attr attribute = null;
89 if (attNode instanceof Attr) {
90 Attr attr = (Attr) attNode; local
91 String name = attr.getLocalName();
92 String namespace = attr.getNamespaceURI();
96 attribute = attr;
    [all...]
  /system/core/toolbox/
setconsole.c 130 pthread_attr_t attr; local
132 pthread_attr_init(&attr);
133 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
134 pthread_create(&thread, &attr, activate_thread, (void*)fd);
  /external/clang/lib/Sema/
SemaType.cpp 53 static void diagnoseBadTypeAttribute(Sema &S, const AttributeList &attr,
58 switch (attr.getKind()) {
75 SourceLocation loc = attr.getLoc();
76 StringRef name = attr.getName()->getName();
79 if (useExpansionLoc && loc.isMacroID() && attr.getParameterName()) {
80 if (attr.getParameterName()->isStr("strong")) {
82 } else if (attr.getParameterName()->isStr("weak")) {
170 for (AttributeList *attr = spec.getAttributes().getList(); attr;
171 attr = attr->getNext()
495 AttributeList *attr = state.getDeclarator().getAttributes(); local
2657 AttributeList *attr = D.getAttributePool() local
3847 AttributeList &attr = *attrs; local
    [all...]
  /external/collada/src/dae/
daeTinyXMLPlugin.cpp 193 if (daeMetaAttribute* attr = element->getMeta()->getValueAttribute()) {
195 attr->memoryToString(element, buffer);
202 void daeTinyXMLPlugin::writeAttribute( daeMetaAttribute* attr, daeElement* element )
205 attr->memoryToString(element, buffer);
212 if (!attr->getIsRequired()) {
213 if(!attr->getDefaultValue() && str.empty())
215 if(attr->getDefaultValue() && attr->compareToDefault(element) == 0)
219 m_elements.front()->SetAttribute(attr->getName(), str.c_str());
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim.c 392 struct eap_sim_attrs *attr)
400 if (attr->identity) {
402 sm->identity = os_malloc(attr->identity_len);
404 os_memcpy(sm->identity, attr->identity,
405 attr->identity_len);
406 sm->identity_len = attr->identity_len;
453 if (attr->nonce_mt == NULL || attr->selected_version < 0) {
460 if (!eap_sim_supported_ver(data, attr->selected_version)) {
462 "version %d", attr->selected_version)
683 struct eap_sim_attrs attr; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sim.c 393 struct eap_sim_attrs *attr)
401 if (attr->identity) {
403 sm->identity = os_malloc(attr->identity_len);
405 os_memcpy(sm->identity, attr->identity,
406 attr->identity_len);
407 sm->identity_len = attr->identity_len;
454 if (attr->nonce_mt == NULL || attr->selected_version < 0) {
461 if (!eap_sim_supported_ver(data, attr->selected_version)) {
463 "version %d", attr->selected_version)
684 struct eap_sim_attrs attr; local
    [all...]
  /external/chromium/chrome/browser/
keychain_mock_mac.cc 32 keychain_attr_list_[i].attr = static_cast<SecKeychainAttribute*>(
35 keychain_attr_list_[i].attr[j].tag = tags[j];
55 keychain_attr_list_[i].attr[j].length = data_size;
56 keychain_attr_list_[i].attr[j].data = calloc(1, data_size);
65 if (keychain_attr_list_[i].attr[j].data) {
66 free(keychain_attr_list_[i].attr[j].data);
69 free(keychain_attr_list_[i].attr);
83 if (attribute_list.attr[i].tag == tag) {
92 return &(attribute_list.attr[attribute_index]);
212 if (attrList->attr[change_attr].tag == kSecCreatorItemAttr)
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLInputElement.cpp 214 void WMLInputElement::parseMappedAttribute(Attribute* attr)
216 if (attr->name() == HTMLNames::nameAttr)
217 m_data.setName(parseValueForbiddingVariableReferences(attr->value()));
218 else if (attr->name() == HTMLNames::typeAttr) {
219 String type = parseValueForbiddingVariableReferences(attr->value());
221 } else if (attr->name() == HTMLNames::valueAttr) {
226 } else if (attr->name() == HTMLNames::maxlengthAttr)
227 InputElement::parseMaxLengthAttribute(m_data, this, this, attr);
228 else if (attr->name() == HTMLNames::sizeAttr)
229 InputElement::parseSizeAttribute(m_data, this, attr);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 466 android.R.attr.state_checkable,
467 android.R.attr.state_checked
471 android.R.attr.state_pressed,
472 android.R.attr.state_checkable,
473 android.R.attr.state_checked
477 android.R.attr.state_checkable
481 android.R.attr.state_pressed,
482 android.R.attr.state_checkable
489 android.R.attr.state_pressed
494 android.R.attr.state_singl
    [all...]
  /external/bison/lib/
bitset.c 100 specified by ATTR. For variable size bitsets, N_BITS is only a
103 bitset_type_choose (bitset_bindex n_bits ATTRIBUTE_UNUSED, unsigned int attr)
106 if (attr & BITSET_FIXED && attr & BITSET_VARIABLE)
108 if (attr & BITSET_SPARSE && attr & BITSET_DENSE)
116 if (!attr)
119 if (attr & BITSET_SPARSE)
122 if (attr & BITSET_FIXED)
125 if (attr & BITSET_GREEDY
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLFormElement.cpp 366 void HTMLFormElement::parseMappedAttribute(Attribute* attr)
368 if (attr->name() == actionAttr)
369 m_attributes.parseAction(attr->value());
370 else if (attr->name() == targetAttr)
371 m_attributes.setTarget(attr->value());
372 else if (attr->name() == methodAttr)
373 m_attributes.parseMethodType(attr->value());
374 else if (attr->name() == enctypeAttr)
375 m_attributes.parseEncodingType(attr->value());
376 else if (attr->name() == accept_charsetAttr
    [all...]
HTMLOptionElement.cpp 141 void HTMLOptionElement::parseMappedAttribute(Attribute* attr)
143 if (attr->name() == selectedAttr)
144 m_data.setSelected(!attr->isNull());
145 else if (attr->name() == valueAttr)
146 m_data.setValue(attr->value());
147 else if (attr->name() == labelAttr)
148 m_data.setLabel(attr->value());
150 HTMLFormControlElement::parseMappedAttribute(attr);
  /external/wpa_supplicant_8/src/wps/
wps_er.c 482 struct wps_parse_attr attr; local
484 if (wps_parse_msg(m1, &attr) < 0) {
488 if (attr.primary_dev_type)
489 os_memcpy(ap->pri_dev_type, attr.primary_dev_type, 8);
490 if (attr.wps_state)
491 ap->wps_state = *attr.wps_state;
492 if (attr.mac_addr)
493 os_memcpy(ap->mac_addr, attr.mac_addr, ETH_ALEN);
716 struct wps_parse_attr *attr,
723 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1
819 struct wps_parse_attr attr; local
1050 struct wps_parse_attr attr; local
1675 struct wps_parse_attr attr; local
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
FieldSourcer.java 49 public void visitAttribute(Attribute attr) {
50 mOutput.write("%s /* non-standard attribute */ ", attr.type);
  /external/bluetooth/bluez/src/
attrib-server.h 32 int len, struct attribute **attr);
  /external/chromium/chrome/common/extensions/
update_manifest.cc 73 for (xmlAttr* attr = node->properties; attr != NULL; attr = attr->next) {
74 if (!xmlStrcmp(attr->name, name) && attr->children &&
75 attr->children->content) {
77 attr->children->content));
  /external/clang/include/clang/AST/
Makefile 9 $(ObjDir)/Attrs.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
12 $(Verb) $(ClangTableGen) -gen-clang-attr-classes -o $(call SYSPATH, $@) \
15 $(ObjDir)/AttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
18 $(Verb) $(ClangTableGen) -gen-clang-attr-impl -o $(call SYSPATH, $@) \
  /external/libxslt/libxslt/
templates.h 64 xmlAttrPtr attr);
67 const xmlChar* attr);
  /external/webkit/Source/WebCore/svg/
SVGAnimateTransformElement.cpp 83 void SVGAnimateTransformElement::parseMappedAttribute(Attribute* attr)
85 if (attr->name() == SVGNames::typeAttr) {
86 if (attr->value() == "translate")
88 else if (attr->value() == "scale")
90 else if (attr->value() == "rotate")
92 else if (attr->value() == "skewX")
94 else if (attr->value() == "skewY")
97 SVGAnimationElement::parseMappedAttribute(attr);
SVGFESpecularLightingElement.cpp 71 void SVGFESpecularLightingElement::parseMappedAttribute(Attribute* attr)
73 const String& value = attr->value();
74 if (attr->name() == SVGNames::inAttr)
76 else if (attr->name() == SVGNames::surfaceScaleAttr)
78 else if (attr->name() == SVGNames::specularConstantAttr)
80 else if (attr->name() == SVGNames::specularExponentAttr)
82 else if (attr->name() == SVGNames::kernelUnitLengthAttr) {
89 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);

Completed in 769 milliseconds

<<11121314151617181920>>