HomeSort by relevance Sort by last modified time
    Searched defs:attrs (Results 126 - 150 of 193) sorted by null

1 2 3 4 56 7 8

  /external/webkit/WebCore/xml/
XPathFunctions.cpp 589 NamedNodeMap* attrs = node->attributes(); local
590 if (attrs)
591 languageAttribute = attrs->getAttributeItem(XMLNames::langAttr);
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 604 PangoLogAttr* attrs = g_new(PangoLogAttr, utflen+1); local
607 pango_get_log_attrs(ctext, -1, -1, language, attrs, utflen+1);
613 if (attrs[i].is_word_start) {
618 while (attrs[end].is_word_end < 1)
650 g_free(attrs);
  /external/webkit/WebKit/qt/Api/
qwebelement.cpp 471 const NamedNodeMap* const attrs = m_element->attributes(/* read only = */ true); local
472 if (attrs) {
474 const unsigned attrsCount = attrs->length();
476 const Attribute* const attribute = attrs->attributeItem(i);
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 394 AttributeSet attrs = Xml.asAttributeSet(parser); local
408 si.packageName, attrs);
509 String packageName, AttributeSet attrs);
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 717 AttributeSet attrs = Xml.asAttributeSet(parser); local
729 Drawable drawable = createFromXmlInner(r, parser, attrs);
743 public static Drawable createFromXmlInner(Resources r, XmlPullParser parser, AttributeSet attrs)
788 drawable.inflate(r, parser, attrs);
809 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs)
812 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.Drawable);
818 TypedArray attrs, int visibleAttr)
821 mVisible = attrs.getBoolean(visibleAttr, mVisible);
    [all...]
  /frameworks/base/libs/surfaceflinger/
LayerBase.cpp 653 const EGLint attrs[] = { local
659 (EGLClientBuffer)clientBuf, attrs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 233 NamedNodeMap attrs = node.getAttributes(); local
234 for (int n = attrs.getLength() - 1; n >= 0; --n) {
235 Node attr = attrs.item(n);
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSource.java 499 NamedNodeMap attrs = child.getAttributes(); local
504 Node attr = attrs.getNamedItem(xmlns);
609 NamedNodeMap attrs = node.getAttributes(); local
610 Node typeNode = attrs.getNamedItem(SdkRepository.ATTR_TYPE);
    [all...]
  /build/tools/droiddoc/src/
ClassInfo.java 570 TreeMap<FieldInfo,AttributeInfo> attrs = new TreeMap<FieldInfo,AttributeInfo>(); local
576 AttributeInfo attr = attrs.get(field);
579 attrs.put(field, attr);
590 AttributeInfo attr = attrs.get(field);
593 attrs.put(field, attr);
606 AttributeInfo attr = attrs.get(field);
609 attrs.put(field, attr);
617 mSelfAttributes = attrs.values().toArray(new AttributeInfo[attrs.size()]);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 261 AttributeSet attrs = Xml.asAttributeSet(parser); local
262 Drawable drawable = Drawable.createFromXmlInner(mResources, parser, attrs);
497 AttributeSet attrs = Xml.asAttributeSet(parser); local
499 mockDrawable.inflate(mResources, parser, attrs);
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 110 AttributeSet attrs = Xml.asAttributeSet(parser); local
111 new Gallery(mContext, attrs);
112 new Gallery(mContext, attrs, 0);
294 AttributeSet attrs = Xml.asAttributeSet(parser); local
295 mGallery = new Gallery(mContext, attrs);
297 layoutParams = mGallery.generateLayoutParams(attrs);
ImageViewTest.java 143 AttributeSet attrs = Xml.asAttributeSet(parser); local
144 new ImageView(mActivity, attrs);
145 new ImageView(mActivity, attrs, 0);
662 public MockImageView(Context context, AttributeSet attrs) {
663 super(context, attrs);
666 public MockImageView(Context context, AttributeSet attrs, int defStyle) {
667 super(context, attrs, defStyle);
ScrollViewTest.java 109 AttributeSet attrs = Xml.asAttributeSet(parser); local
112 new ScrollView(mActivity, attrs);
114 new ScrollView(mActivity, attrs, 0);
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 304 String[] attrs = attributes.toString().split(";"); local
306 int size = attrs.length / 3;
307 if(size * 3 != attrs.length) {
311 Format.Field attribute = getField(attrs[3*i]);
312 as.addAttribute(attribute, attribute, Integer.parseInt(attrs[3*i+1]),
313 Integer.parseInt(attrs[3*i+2]));
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 145 NamedNodeMap attrs=m_root.getAttributes(); local
146 int attrsize=(attrs==null) ? 0 : attrs.getLength();
155 attrIndex=addNode(attrs.item(i),0,attrIndex,NULL);
158 // Terminate list of attrs, and make sure they aren't
163 } // if attrs exist
533 NamedNodeMap attrs=next.getAttributes(); local
534 int attrsize=(attrs==null) ? 0 : attrs.getLength();
542 attrIndex=addNode(attrs.item(i)
    [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c 1512 const gchar *attrs; local
    [all...]
gfileinfo.c 227 GFileAttribute *attrs; local
231 attrs = (GFileAttribute *)info->attributes->data;
233 _g_file_attribute_value_clear (&attrs[i].value);
397 GFileAttribute *attrs; local
402 attrs = (GFileAttribute *)info->attributes->data;
404 attrs[i].value.status = G_FILE_ATTRIBUTE_STATUS_UNSET;
412 GFileAttribute *attrs; local
419 attrs = (GFileAttribute *)info->attributes->data;
424 if (attrs[med].attribute == attribute)
429 else if (attrs[med].attribute < attribute
442 GFileAttribute *attrs; local
503 GFileAttribute *attrs; local
563 GFileAttribute *attrs; local
877 GFileAttribute *attrs; local
    [all...]
  /external/kernel-headers/original/linux/
module.h 241 struct module_sect_attr attrs[0]; member in struct:module_sect_attrs
  /external/openssl/crypto/store/
str_lib.c 1285 static void STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs,
1288 if (ATTR_IS_SET(attrs,code))
1295 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1302 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1306 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1309 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
1316 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs)
1318 if (attrs)
1322 STORE_ATTR_INFO_attr_free(attrs, i);
1323 OPENSSL_free(attrs);
1561 STORE_ATTR_INFO *attrs = NULL; local
    [all...]
  /external/v8/src/
platform-freebsd.cc 473 pthread_mutexattr_t attrs; local
474 int result = pthread_mutexattr_init(&attrs);
476 result = pthread_mutexattr_settype(&attrs, PTHREAD_MUTEX_RECURSIVE);
478 result = pthread_mutex_init(&mutex_, &attrs);
platform-linux.cc 567 pthread_mutexattr_t attrs; local
568 int result = pthread_mutexattr_init(&attrs);
570 result = pthread_mutexattr_settype(&attrs, PTHREAD_MUTEX_RECURSIVE);
572 result = pthread_mutex_init(&mutex_, &attrs);
  /external/webkit/WebCore/dom/
Element.cpp 756 if (NamedNodeMap* attrs = namedAttrMap.get()) {
757 Attribute* idItem = attrs->getAttributeItem(idAttributeName());
767 if (NamedNodeMap* attrs = namedAttrMap.get()) {
768 Attribute* idItem = attrs->getAttributeItem(idAttributeName());
1157 NamedNodeMap* attrs = attributes(true); local
1204 NamedNodeMap* attrs = attributes(true); local
1213 NamedNodeMap* attrs = attributes(true); local
1221 NamedNodeMap* attrs = attributes(true); local
1233 NamedNodeMap* attrs = attributes(true); local
1377 NamedNodeMap* attrs = attributes(true); local
    [all...]
  /external/webkit/WebCore/editing/
markup.cpp 451 NamedNodeMap *attrs = el->attributes(); local
452 unsigned length = attrs->length();
457 Attribute *attr = attrs->attributeItem(i);
658 NamedNodeMap* attrs = e->attributes(); local
659 unsigned length = attrs->length();
661 Attribute* attr = attrs->attributeItem(i);
    [all...]
  /external/webkit/WebCore/html/
HTMLParser.cpp 283 e->setAttributeMap(t->attrs.get(), m_scriptingPermission);
1616 NamedMappedAttrMap* attrs = t->attrs.get(); local
    [all...]
  /external/wpa_supplicant/
radius.h 182 struct radius_attr_hdr **attrs; /* array of pointers to attributes */ member in struct:radius_msg

Completed in 1680 milliseconds

1 2 3 4 56 7 8