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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
H A DbtSoftBodyHelpers.java175 public static btSoftBody CreateFromTetGenData(btSoftBodyWorldInfo worldInfo, String ele, String face, String node, boolean bfacelinks, boolean btetralinks, boolean bfacesfromtetras) { argument
176 long cPtr = SoftbodyJNI.btSoftBodyHelpers_CreateFromTetGenData(btSoftBodyWorldInfo.getCPtr(worldInfo), worldInfo, ele, face, node, bfacelinks, btetralinks, bfacesfromtetras);
/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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
H A DbtSoftBodyHelpers.cpp1114 /* Create from TetGen .ele, .face, .node data */
1116 const char* ele,
1179 if(ele&&ele[0])
1184 sscanf(ele,"%d %d %d",&ntetra,&ncorner,&neattrb);
1185 ele += nextLine(ele);
1195 sscanf(ele,"%d %d %d %d %d",&index,&ni[0],&ni[1],&ni[2],&ni[3]);
1196 ele+=nextLine(ele);
1115 CreateFromTetGenData(btSoftBodyWorldInfo& worldInfo, const char* ele, const char* face, const char* node, bool bfacelinks, bool btetralinks, bool bfacesfromtetras) argument
[all...]
/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/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/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;
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...

Completed in 236 milliseconds