/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
H A D | btSoftBodyHelpers.java | 175 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 D | 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 );
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
H A D | btSoftBodyHelpers.cpp | 1114 /* 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 D | 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 ) {
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 D | spring-beans.jar | META-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ... |
H A D | spring-core.jar | META-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ... |
/external/svox/pico/lib/ |
H A D | picopr.c | 833 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 D | jsp-2.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ... |