Searched defs:ele (Results 1 - 4 of 4) sorted by relevance

/external/tinyxml/
H A Dxmltest.cpp443 TiXmlElement* ele = doc.FirstChildElement(); local
448 result = ele->QueryDoubleAttribute( "attr0", &dVal );
451 result = ele->QueryDoubleAttribute( "attr1", &dVal );
453 result = ele->QueryIntAttribute( "attr1", &iVal );
456 result = ele->QueryIntAttribute( "attr2", &iVal );
458 result = ele->QueryIntAttribute( "bar", &iVal );
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp244 //debug("value ele name:%s, section name:%s, key name:%s, value name:%s, value type:%s",
287 XMLElement* ele = xml->NewElement(ele_name); local
288 //debug("ele name:%s, tag:%s, index:%d, value type:%s", ele_name, name_tag, index, value_type);
289 ele->SetAttribute(BLUEDROID_NAME_TAG, name_tag);
291 ele->SetAttribute(BLUEDROID_VALUE_TYPE, value_type);
292 p->InsertEndChild(ele);
294 return ele;
/external/tinyxml2/
H A Dtinyxml2.cpp778 XMLElement* ele = node->ToElement(); local
779 if ( ele ) {
780 if ( endTag.Empty() && ele->ClosingType() == XMLElement::OPEN ) {
784 else if ( !endTag.Empty() && ele->ClosingType() != XMLElement::OPEN ) {
1336 // <ele></ele>
1337 // <ele>foo<b>bar</b></ele>
1465 XMLElement* ele = new (elementPool.Alloc()) XMLElement( this ); local
1466 ele
[all...]
/external/svox/pico/lib/
H A Dpicopr.c833 static void pr_initPathEle (struct pr_PathEle * ele) argument
835 ele->rnetwork = NULL;
836 ele->rtok = 0;
837 ele->ritemid = -1;
838 ele->rdepth = 1;
839 ele->rlState = PR_LSInit;
840 ele->rcompare = -1;
841 ele->rprodname = 0;
842 ele->rprodprefcost = 0;

Completed in 2501 milliseconds