HomeSort by relevance Sort by last modified time
    Searched refs:attr (Results 401 - 425 of 828) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
nfnetlink.h 49 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
nfnetlink.h 49 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
nfnetlink.h 49 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
nfnetlink.h 49 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 782 DERObject attr = null; local
786 attr = (DERObject)attrSet.getObjectAt(0);
792 if (!existing.getDERObject().equals(attr))
800 bagAttr.setBagAttribute(aOid, attr);
806 alias = ((DERBMPString)attr).getString();
811 localId = (ASN1OctetString)attr;
879 DERObject attr = null; local
883 attr = (DERObject)attrSet.getObjectAt(0);
889 if (!existing.getDERObject().equals(attr))
897 bagAttr.setBagAttribute(aOid, attr);
941 DERObject attr = null; local
1040 DERObject attr = (DERObject)((ASN1Set)sq.getObjectAt(1)).getObjectAt(0); local
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java 459 String attr = xrp.getName(); local
461 if (XMLTAG_KEYBOARD.compareTo(attr) == 0) {
508 } else if (XMLTAG_ROW.compareTo(attr) == 0) {
518 } else if (XMLTAG_KEYS.compareTo(attr) == 0) {
572 } else if (XMLTAG_KEY.compareTo(attr) == 0) {
599 attr = xrp.getName();
600 if (XMLTAG_ROW.compareTo(attr) == 0) {
610 String attr = xrp.getName(); local
611 if (XMLTAG_ROW.compareTo(attr) == 0) {
741 String attr = xrp.getName() local
    [all...]
  /build/tools/droiddoc/src/
ClassInfo.java 576 AttributeInfo attr = attrs.get(field); local
577 if (attr == null) {
578 attr = new AttributeInfo(this, field);
579 attrs.put(field, attr);
581 tag.setAttribute(attr);
590 AttributeInfo attr = attrs.get(field); local
591 if (attr == null) {
592 attr = new AttributeInfo(this, field);
593 attrs.put(field, attr);
595 tag.setAttribute(attr);
606 AttributeInfo attr = attrs.get(field); local
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 1429 struct isakmp_data *attr; local
1440 attr = (struct isakmp_data *)(evtdump + 1);
1443 if (len < sizeof(*attr)) {
1448 if ((ntohs(attr->type) & ISAKMP_GEN_MASK) == ISAKMP_GEN_TV) {
1450 len -= sizeof(*attr);
1451 attr++;
1455 if (len < (sizeof(*attr) + ntohs(attr->lorv))) {
1460 switch (ntohs(attr->type) & ~ISAKMP_GEN_MASK) {
1462 if (ntohs(attr->lorv) < sizeof(addr4))
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 77 android.R.attr.state_enabled,
78 android.R.attr.state_focused,
79 android.R.attr.state_window_focused,
80 android.R.attr.state_pressed
  /external/chromium/third_party/icu/public/i18n/unicode/
unum.h 588 * @param attr The attribute to query; one of UNUM_PARSE_INT_ONLY, UNUM_GROUPING_USED,
592 * @return The value of attr.
602 UNumberFormatAttribute attr);
610 * @param attr The attribute to set; one of UNUM_PARSE_INT_ONLY, UNUM_GROUPING_USED,
615 * @param newValue The new value of attr.
625 UNumberFormatAttribute attr,
634 * @param attr The attribute to query; e.g. UNUM_ROUNDING_INCREMENT.
635 * @return The value of attr.
645 UNumberFormatAttribute attr);
652 * @param attr The attribute to set; e.g. UNUM_ROUNDING_INCREMENT
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 677 * @param attr The attribute to query; one of UNUM_PARSE_INT_ONLY, UNUM_GROUPING_USED,
681 * @return The value of attr.
691 UNumberFormatAttribute attr);
699 * @param attr The attribute to set; one of UNUM_PARSE_INT_ONLY, UNUM_GROUPING_USED,
704 * @param newValue The new value of attr.
714 UNumberFormatAttribute attr,
723 * @param attr The attribute to query; e.g. UNUM_ROUNDING_INCREMENT.
724 * @return The value of attr.
734 UNumberFormatAttribute attr);
741 * @param attr The attribute to set; e.g. UNUM_ROUNDING_INCREMENT
    [all...]
  /external/kernel-headers/original/linux/
smb.h 79 __u16 attr; member in struct:smb_fattr
  /external/qemu/elff/
dwarf_die.h 69 * attr - Upon successful return contains requested attribute information.
74 bool get_attrib(Dwarf_At at, DIEAttrib* attr) const;
  /external/skia/src/views/
SkStackViewLayout.cpp 181 static void assert_no_attr(const SkDOM& dom, const SkDOM::Node* node, const char attr[])
183 const char* value = dom.findAttr(node, attr);
185 SkDebugf("unknown attribute %s=\"%s\"\n", attr, value);
188 #define assert_no_attr(dom, node, attr)
SkWidgetViews.cpp 9 static void assert_no_attr(const SkDOM& dom, const SkDOM::Node* node, const char attr[])
11 const char* value = dom.findAttr(node, attr);
13 SkDebugf("unknown attribute %s=\"%s\"\n", attr, value);
16 #define assert_no_attr(dom, node, attr)
  /external/webkit/WebCore/dom/
Attr.h 33 // Attr can have Text and EntityReference children
39 class Attr : public ContainerNode {
42 static PassRefPtr<Attr> create(Element*, Document*, PassRefPtr<Attribute>);
43 virtual ~Attr();
53 Attribute* attr() const { return m_attribute.get(); } function in class:WebCore::Attr
64 Attr(Element*, Document*, PassRefPtr<Attribute>);
Attribute.h 32 class Attr;
38 // It is an internal representation of the node value of an Attr.
39 // The actual Attr with its value as a Text child is allocated only if needed.
41 friend class Attr;
57 Attr* attr() const { return m_impl; } function in class:WebCore::Attribute
58 PassRefPtr<Attr> createAttrIfNeeded(Element*);
86 Attr* m_impl;
  /external/webkit/WebCore/svg/
SVGAnimateMotionElement.cpp 86 void SVGAnimateMotionElement::parseMappedAttribute(MappedAttribute* attr)
88 if (attr->name() == SVGNames::pathAttr) {
90 pathFromSVGData(m_path, attr->value());
92 SVGAnimationElement::parseMappedAttribute(attr);
SVGFontFaceElement.cpp 113 void SVGFontFaceElement::parseMappedAttribute(MappedAttribute* attr)
115 int propId = cssPropertyIdForSVGAttributeName(attr->name());
117 m_styleDeclaration->setProperty(propId, attr->value(), false);
123 SVGElement::parseMappedAttribute(attr);
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java 37 super(context, attrs, com.android.internal.R.attr.editTextStyle);
  /frameworks/base/core/java/android/widget/
EditText.java 54 this(context, attrs, com.android.internal.R.attr.editTextStyle);
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
ColorStateListTest.java 45 int[] focusedState = {android.R.attr.state_focused};
  /frameworks/base/tools/aapt/
Main.h 47 const char* attr, String8* outError);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ClassHasNativeVisitor.java 47 public void visitAttribute(Attribute attr) {
  /frameworks/base/tools/localize/
xmb.cpp 43 XMLAttribute attr = attrs[i]; local
44 if (attr.name == "id") {
45 attr.name = "name";
47 attrs.push_back(attr);

Completed in 567 milliseconds

<<11121314151617181920>>