/external/bluetooth/bluez/audio/ |
liba2dp.c | 1105 pthread_attr_t attr; local 1134 pthread_attr_init(&attr); 1135 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED); 1137 err = pthread_create(&data->thread, &attr, a2dp_thread, data); 1154 pthread_attr_destroy(&attr); 1161 pthread_attr_destroy(&attr);
|
/external/chromium/base/ |
file_util_win.cc | 574 WIN32_FILE_ATTRIBUTE_DATA attr; local 576 GetFileExInfoStandard, &attr)) { 581 size.HighPart = attr.nFileSizeHigh; 582 size.LowPart = attr.nFileSizeLow; 586 (attr.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0; 587 results->last_modified = base::Time::FromFileTime(attr.ftLastWriteTime);
|
/external/elfutils/src/ |
nm.c | 672 Dwarf_Attribute *attr = dwarf_attr (die, DW_AT_name, &attr_mem); local 673 const char *name = dwarf_formstring (attr); 678 attr = dwarf_attr (die, DW_AT_decl_file, &attr_mem); 679 if (dwarf_formudata (attr, &fileidx) != 0 || fileidx >= nfiles) 683 attr = dwarf_attr (die, DW_AT_decl_line, &attr_mem); 684 if (dwarf_formudata (attr, &lineno) != 0 || lineno == 0) [all...] |
/external/openssl/apps/ |
pkcs12.c | 900 X509_ATTRIBUTE *attr; local 914 attr = sk_X509_ATTRIBUTE_value(attrlst, i); 915 attr_nid = OBJ_obj2nid(attr->object); 918 i2a_ASN1_OBJECT (out, attr->object); 922 if(sk_ASN1_TYPE_num(attr->value.set)) { 923 av = sk_ASN1_TYPE_value(attr->value.set, 0);
|
/external/skia/src/views/ |
SkListView.cpp | 329 SkPaint& SkListView::paint(Attr attr) 331 SkASSERT((unsigned)attr < kAttrCount); 332 return fPaint[attr]; 691 SkPaint& SkGridView::paint(Attr attr) 693 SkASSERT((unsigned)attr < kAttrCount); 694 return fPaint[attr];
|
/external/webkit/WebCore/dom/ |
xml_expat_tokenizer.cpp | 317 Attribute* attr = attrs->attributeItem(i); local 318 if (attr->localName() == "xmlns") 319 m_defaultNamespaceURI = attr->value(); 320 else if (attr->prefix() == "xmlns") 321 m_prefixToNamespaceMap.set(attr->localName(), attr->value());
|
/libcore/luni/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeProxy.java | 29 import org.w3c.dom.Attr; 64 implements Node, Document, Text, Element, Attr, 421 // Attr's Next is defined at DTM level, but not at DOM level. 716 public final Attr createAttribute(String name) throws DOMException 852 public final Attr createAttributeNS( 1133 public final Attr getAttributeNode(String name) 1137 return (Attr)map.getNamedItem(name); 1149 public final Attr setAttributeNode(Attr newAttr) throws DOMException 1163 public final Attr removeAttributeNode(Attr oldAttr) throws DOMExceptio 1644 Node attr = map.item(i); local [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 408 $attr = ' variable 428 '.$attr.' # attributes 468 '.$attr.'> # attributes followed by > and \n 478 '.$attr.'>[ ]*\n # attributes followed by > 489 '.$attr.' # attributes 2248 $attr = $this->_doHeaders_attr($id =& $matches[2]); variable 2254 $attr = $this->_doHeaders_attr($id =& $matches[3]); variable 2681 $attr = " rev=\\"footnote\\""; variable 2704 $attr = str_replace("%%", ++$num, $attr); variable 2736 $attr = " rel=\\"footnote\\""; variable 2748 $attr = str_replace("%%", $num, $attr); variable [all...] |
/external/webkit/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | 168 attr: function( name, value, type ) { 174 return this[0] && jQuery[ type || "attr" ]( this[0], name ); 185 jQuery.attr( 198 return this.attr( key, value, "curCSS" ); 786 ret = jQuery.attr( style, "opacity" ); 967 attr: function( elem, name, value ) { 1022 return jQuery.attr( elem.style, "cssText", value ); 1028 var attr = !jQuery.support.hrefNormalized && notxml && special 1034 return attr === null ? undefined : attr; [all...] |
/external/libxml2/ |
xmlreader.c | 240 * @attr: the attribute 247 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) { 253 if (attr == NULL) return(-1); 258 ID = xmlNodeListGetString(doc, attr->children, 1); 263 if (id == NULL || id->attr != attr) { 266 id->name = attr->name; 267 id->attr = NULL; 2925 xmlAttrPtr attr; local 3532 xmlAttrPtr attr = (xmlAttrPtr) node; local 3578 xmlAttrPtr attr = (xmlAttrPtr) node; local [all...] |
tree.c | 2884 xmlAttrPtr attr; local 5263 xmlAttrPtr attr = (xmlAttrPtr) cur; local 6126 xmlAttrPtr attr; local [all...] |
/external/webkit/WebCore/inspector/front-end/ |
StylesSidebarPane.js | 146 var attr = node.attributes[i]; 147 if (attr.style) { 148 var attrStyle = { style: attr.style, editable: false }; 149 attrStyle.subtitle = WebInspector.UIString("element?s ?%s? attribute", attr.name); 150 attrStyle.selectorText = nodeName + "[" + attr.name; 151 if (attr.value.length) 152 attrStyle.selectorText += "=" + attr.value; [all...] |
/external/chromium/third_party/icu/source/i18n/ |
ucol_sit.cpp | 261 uint32_t attr; member in struct:ShortStringOptions 294 const char* end = options[i].action(spec, options[i].attr, start+1, status); 596 attribute = ucol_getAttributeOrDefault(coll, (UColAttribute)options[i].attr, status); 643 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status) 648 switch(attr) {
|
/external/chromium/third_party/icu/source/test/cintltst/ |
cnmdptst.c | 678 UNumberFormatAttribute attr; local 688 attr=UNUM_ROUNDING_INCREMENT; 689 dvalue=unum_getDoubleAttribute(def, attr); 693 unum_setDoubleAttribute(def, attr, dvalue); 694 if(unum_getDoubleAttribute(def,attr)!=mydata[i]) [all...] |
/external/icu4c/i18n/ |
ucol_sit.cpp | 260 uint32_t attr; member in struct:ShortStringOptions 293 const char* end = options[i].action(spec, options[i].attr, start+1, status); 595 attribute = ucol_getAttributeOrDefault(coll, (UColAttribute)options[i].attr, status); 642 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status) 647 switch(attr) {
|
/external/icu4c/test/cintltst/ |
cnmdptst.c | 678 UNumberFormatAttribute attr; local 688 attr=UNUM_ROUNDING_INCREMENT; 689 dvalue=unum_getDoubleAttribute(def, attr); 693 unum_setDoubleAttribute(def, attr, dvalue); 694 if(unum_getDoubleAttribute(def,attr)!=mydata[i]) [all...] |
/hardware/ti/omap3/liboverlay/ |
overlay.cpp | 83 pthread_mutexattr_t attr; member in struct:__anon10073 269 if ((ret = pthread_mutexattr_init(&p->attr)) != 0) { 270 LOGE("Failed to initialize overlay mutex attr"); 272 if (ret == 0 && (ret = pthread_mutexattr_setpshared(&p->attr, PTHREAD_PROCESS_SHARED)) != 0) { 273 LOGE("Failed to set the overlay mutex attr to be shared across-processes"); 275 if (ret == 0 && (ret = pthread_mutex_init(&p->lock, &p->attr)) != 0) { 299 if (pthread_mutexattr_destroy(&shared->attr)) { 300 LOGE("Failed to uninitialize the overlay mutex attr!\n"); [all...] |
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationSetTest.java | 86 final AttributeSet attr = Xml.asAttributeSet(parser); local 87 assertNotNull(attr); 89 new AnimationSet(mActivity, attr);
|
/external/bluetooth/bluez/test/ |
rctest.c | 99 uint16_t attr; local 113 attr = SDP_ATTR_PROTO_DESC_LIST; 114 attrs = sdp_list_append(NULL, &attr);
|
/external/clearsilver/cgi/ |
rfc2388.c | 54 static NEOERR * _header_attr (char *hdr, char *attr, char **val) 62 l = strlen(attr); 74 /* attr name */ 78 if (l == (p-k) && !strncasecmp(attr, k, l))
|
/frameworks/base/core/java/android/app/ |
SuggestionsAdapter.java | 334 mContext.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true); 364 newBg.addState(new int[]{android.R.attr.state_selected}, transparent); 365 newBg.addState(new int[]{android.R.attr.state_pressed}, transparent);
|
/libcore/luni/src/main/java/com/ibm/icu4jni/text/ |
NativeDecimalFormat.java | 532 Format.Field attr = fp.getFieldAttribute(); local 533 if (attr != null) { 535 if (fields[i].equals(attr)) {
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
RepoSource.java | 504 Node attr = attrs.getNamedItem(xmlns);
local 505 if (attr != null) {
506 String uri = attr.getNodeValue();
[all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/ |
AndroidManifestParser.java | 558 String attr = attributes.getValue(i); local 559 if (attr != null) { 560 return Boolean.valueOf(attr);
|
/device/samsung/crespo/liboverlay/ |
overlay.cpp | 98 pthread_mutexattr_t attr; member in struct:__anon1546 292 if (pthread_mutexattr_init(&p->attr) != 0) { 293 LOGE("Failed to initialize overlay mutex attr"); 296 if (pthread_mutexattr_setpshared(&p->attr, PTHREAD_PROCESS_SHARED) != 0) { 297 LOGE("Failed to set the overlay mutex attr to be shared across-processes"); 300 if (pthread_mutex_init(&p->lock, &p->attr) != 0) { 310 pthread_mutexattr_destroy(&p->attr); 330 if (pthread_mutexattr_destroy(&shared->attr)) { 331 LOGE("Failed to uninitialize the overlay mutex attr!\n"); [all...] |