OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ele
(Results
1 - 4
of
4
) sorted by null
/external/tinyxml/
xmltest.cpp
443
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 );
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java
161
Element
ele
= Element.createPixel(mRS, Element.DataType.UNSIGNED_8,
local
164
rgbConverter = ScriptIntrinsicYuvToRGB.create(mRS,
ele
);
165
Type.Builder yuvBuilder = new Type.Builder(mRS,
ele
);
/external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp
209
//debug("value
ele
name:%s, section name:%s, key name:%s, value name:%s, value type:%s",
252
XMLElement*
ele
= xml->NewElement(ele_name);
local
253
//debug("
ele
name:%s, tag:%s, index:%d, value type:%s", ele_name, name_tag, index, value_type);
254
ele
->SetAttribute(BLUEDROID_NAME_TAG, name_tag);
256
ele
->SetAttribute(BLUEDROID_VALUE_TYPE, value_type);
257
p->InsertEndChild(
ele
);
259
return
ele
;
/external/tinyxml2/
tinyxml2.cpp
778
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 ) {
1465
XMLElement*
ele
= new (
ele
mentPool.Alloc()) XMLElement( this );
local
[
all
...]
Completed in 502 milliseconds