/external/libgdx/extensions/gdx-bullet/jni/swig/common/ |
D | gdxPool.i | 32 SWIGINTERN inline jobject gdx_takePoolObject##JTYPE(JNIEnv * jenv, const char * poolName) { in JTYPE() argument 37 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in JTYPE() 56 …SWIGINTERN inline void gdx_releasePoolObject##JTYPE(JNIEnv * jenv, const char * poolName, jobject … in JTYPE() argument 61 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in JTYPE() 87 const char * poolName; variable 90 gdxPoolAutoRelease##JTYPE(JNIEnv * jenv, const char * poolName, jobject obj) : in JTYPE() argument 91 jenv(jenv), poolName(poolName), obj(obj) { }; in JTYPE() 93 gdx_releasePoolObject##JTYPE(this->jenv, this->poolName, this->obj); in JTYPE()
|
D | gdxPooledTypemap.i | 61 const char * poolName; variable 63 …TYPE##AndRelease##JTYPE(JNIEnv * jenv, jobject j##JTYPE, CTYPE & c##CTYPE, const char *poolName) : in JTYPE() argument 64 jenv(jenv), j##JTYPE(j##JTYPE), c##CTYPE(c##CTYPE), poolName(poolName) { }; in JTYPE() 65 …TYPE##AndRelease##JTYPE(JNIEnv * jenv, jobject j##JTYPE, CTYPE * c##CTYPE, const char *poolName) : in JTYPE() argument 66 jenv(jenv), j##JTYPE(j##JTYPE), c##CTYPE(*c##CTYPE), poolName(poolName) { }; in JTYPE() 69 gdx_releasePoolObject##JTYPE(this->jenv, this->poolName, this->j##JTYPE); in JTYPE()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkgitems.cpp | 394 char poolName[200]; in ures_enumDependencies() local 395 … makeTargetName(itemName, "pool", 4, ".res", poolName, (int32_t)sizeof(poolName), pErrorCode); in ures_enumDependencies() 399 check(context, itemName, poolName); in ures_enumDependencies() 400 int32_t index=pkg->findItem(poolName); in ures_enumDependencies() 410 fprintf(stderr, "icupkg: %s is not a pool bundle\n", poolName); in ures_enumDependencies() 419 fprintf(stderr, "icupkg: %s is not a pool bundle\n", poolName); in ures_enumDependencies() 426 fprintf(stderr, "icupkg: %s has mismatched checksum for %s\n", poolName, itemName); in ures_enumDependencies()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/ |
D | extras_wrap.cpp | 1314 SWIGINTERN inline jobject gdx_takePoolObjectVector3(JNIEnv * jenv, const char * poolName) { in gdx_takePoolObjectVector3() argument 1319 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in gdx_takePoolObjectVector3() 1338 …SWIGINTERN inline void gdx_releasePoolObjectVector3(JNIEnv * jenv, const char * poolName, jobject … in gdx_releasePoolObjectVector3() argument 1343 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in gdx_releasePoolObjectVector3() 1369 const char * poolName; member in gdxPoolAutoReleaseVector3 1372 gdxPoolAutoReleaseVector3(JNIEnv * jenv, const char * poolName, jobject obj) : in gdxPoolAutoReleaseVector3() argument 1373 jenv(jenv), poolName(poolName), obj(obj) { }; in gdxPoolAutoReleaseVector3() 1375 gdx_releasePoolObjectVector3(this->jenv, this->poolName, this->obj); in ~gdxPoolAutoReleaseVector3() 1436 const char * poolName; member in gdxAutoCommitbtVector3AndReleaseVector3 1438 …AndReleaseVector3(JNIEnv * jenv, jobject jVector3, btVector3 & cbtVector3, const char *poolName) : in gdxAutoCommitbtVector3AndReleaseVector3() argument [all …]
|
/external/autotest/client/tests/kvm/deps/ |
D | whql_submission_15.cs | 49 static void DeleteResourcePool(IDeviceScript script, string poolName) in DeleteResourcePool() argument 55 IResourcePool pool = script.GetResourcePoolByName(poolName); in DeleteResourcePool()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.cpp | 1319 SWIGINTERN inline jobject gdx_takePoolObjectQuaternion(JNIEnv * jenv, const char * poolName) { in gdx_takePoolObjectQuaternion() argument 1324 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in gdx_takePoolObjectQuaternion() 1343 …SWIGINTERN inline void gdx_releasePoolObjectQuaternion(JNIEnv * jenv, const char * poolName, jobje… in gdx_releasePoolObjectQuaternion() argument 1348 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in gdx_releasePoolObjectQuaternion() 1374 const char * poolName; member in gdxPoolAutoReleaseQuaternion 1377 gdxPoolAutoReleaseQuaternion(JNIEnv * jenv, const char * poolName, jobject obj) : in gdxPoolAutoReleaseQuaternion() argument 1378 jenv(jenv), poolName(poolName), obj(obj) { }; in gdxPoolAutoReleaseQuaternion() 1380 gdx_releasePoolObjectQuaternion(this->jenv, this->poolName, this->obj); in ~gdxPoolAutoReleaseQuaternion() 1441 const char * poolName; member in gdxAutoCommitbtQuaternionAndReleaseQuaternion 1443 …aternion(JNIEnv * jenv, jobject jQuaternion, btQuaternion & cbtQuaternion, const char *poolName) : in gdxAutoCommitbtQuaternionAndReleaseQuaternion() argument [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/ |
D | softbody_wrap.cpp | 1317 SWIGINTERN inline jobject gdx_takePoolObjectVector3(JNIEnv * jenv, const char * poolName) { in gdx_takePoolObjectVector3() argument 1322 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in gdx_takePoolObjectVector3() 1341 …SWIGINTERN inline void gdx_releasePoolObjectVector3(JNIEnv * jenv, const char * poolName, jobject … in gdx_releasePoolObjectVector3() argument 1346 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in gdx_releasePoolObjectVector3() 1372 const char * poolName; member in gdxPoolAutoReleaseVector3 1375 gdxPoolAutoReleaseVector3(JNIEnv * jenv, const char * poolName, jobject obj) : in gdxPoolAutoReleaseVector3() argument 1376 jenv(jenv), poolName(poolName), obj(obj) { }; in gdxPoolAutoReleaseVector3() 1378 gdx_releasePoolObjectVector3(this->jenv, this->poolName, this->obj); in ~gdxPoolAutoReleaseVector3() 1439 const char * poolName; member in gdxAutoCommitbtVector3AndReleaseVector3 1441 …AndReleaseVector3(JNIEnv * jenv, jobject jVector3, btVector3 & cbtVector3, const char *poolName) : in gdxAutoCommitbtVector3AndReleaseVector3() argument [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/ |
D | dynamics_wrap.cpp | 1313 SWIGINTERN inline jobject gdx_takePoolObjectVector3(JNIEnv * jenv, const char * poolName) { in gdx_takePoolObjectVector3() argument 1318 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in gdx_takePoolObjectVector3() 1337 …SWIGINTERN inline void gdx_releasePoolObjectVector3(JNIEnv * jenv, const char * poolName, jobject … in gdx_releasePoolObjectVector3() argument 1342 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in gdx_releasePoolObjectVector3() 1368 const char * poolName; member in gdxPoolAutoReleaseVector3 1371 gdxPoolAutoReleaseVector3(JNIEnv * jenv, const char * poolName, jobject obj) : in gdxPoolAutoReleaseVector3() argument 1372 jenv(jenv), poolName(poolName), obj(obj) { }; in gdxPoolAutoReleaseVector3() 1374 gdx_releasePoolObjectVector3(this->jenv, this->poolName, this->obj); in ~gdxPoolAutoReleaseVector3() 1435 const char * poolName; member in gdxAutoCommitbtVector3AndReleaseVector3 1437 …AndReleaseVector3(JNIEnv * jenv, jobject jVector3, btVector3 & cbtVector3, const char *poolName) : in gdxAutoCommitbtVector3AndReleaseVector3() argument [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 1313 SWIGINTERN inline jobject gdx_takePoolObjectVector3(JNIEnv * jenv, const char * poolName) { in gdx_takePoolObjectVector3() argument 1318 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in gdx_takePoolObjectVector3() 1337 …SWIGINTERN inline void gdx_releasePoolObjectVector3(JNIEnv * jenv, const char * poolName, jobject … in gdx_releasePoolObjectVector3() argument 1342 poolField = jenv->GetStaticFieldID(tempClass, poolName, "Lcom/badlogic/gdx/utils/Pool;"); in gdx_releasePoolObjectVector3() 1368 const char * poolName; member in gdxPoolAutoReleaseVector3 1371 gdxPoolAutoReleaseVector3(JNIEnv * jenv, const char * poolName, jobject obj) : in gdxPoolAutoReleaseVector3() argument 1372 jenv(jenv), poolName(poolName), obj(obj) { }; in gdxPoolAutoReleaseVector3() 1374 gdx_releasePoolObjectVector3(this->jenv, this->poolName, this->obj); in ~gdxPoolAutoReleaseVector3() 1435 const char * poolName; member in gdxAutoCommitbtVector3AndReleaseVector3 1437 …AndReleaseVector3(JNIEnv * jenv, jobject jVector3, btVector3 & cbtVector3, const char *poolName) : in gdxAutoCommitbtVector3AndReleaseVector3() argument [all …]
|