OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obtainMethod
(Results
1 - 12
of
12
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxPool.i
43
static jmethodID
obtainMethod
= NULL;
44
if (
obtainMethod
== NULL) {
45
obtainMethod
= (jmethodID) jenv->GetMethodID(poolClass, "obtain", "()Ljava/lang/Object;");
48
jobject ret = jenv->CallObjectMethod(poolObject,
obtainMethod
);
gdxPooledObject.i
64
static jmethodID
obtainMethod
= NULL;
65
if (
obtainMethod
== NULL)
66
obtainMethod
= (jmethodID) jenv->GetStaticMethodID(clazz, "obtain", gdxToString((JZ)L##_JCLASS##;));
70
jobject ret = jenv->CallStaticObjectMethod(clazz,
obtainMethod
, ptr, (jboolean)ownMem);
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/common/
jniHelpers.cpp
25
obtainMethod
= env->GetMethodID(poolClass, obtainName, obtainSig);
37
jobject result = env->CallObjectMethod(pool,
obtainMethod
);
jniHelpers.h
40
jmethodID
obtainMethod
;
/external/doclava/src/com/google/doclava/
Converter.java
309
MethodInfo methodInfo = Converter.
obtainMethod
(method);
323
MethodInfo methodInfo = Converter.
obtainMethod
(method);
354
MethodInfo methodInfo = Converter.
obtainMethod
(method);
369
MethodInfo methodInfo = Converter.
obtainMethod
(method);
382
MethodInfo methodInfo = Converter.
obtainMethod
(method);
391
private static <E extends ExecutableMemberDoc> MethodInfo
obtainMethod
(E o) {
409
Converter.
obtainMethod
(m.overriddenMethod()),
430
"method", m.flatSignature(), Converter.
obtainMethod
(m.overriddenMethod()),
634
return Converter.
obtainMethod
((MethodDoc) o);
636
return Converter.
obtainMethod
((ConstructorDoc) o)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp
[
all
...]
/frameworks/opt/setupwizard/tools/docs/
doclava.jar
/external/testng/ant/3rdparty/
doclava-1.0.3.jar
Completed in 273 milliseconds