OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thiz
(Results
26 - 31
of
31
) sorted by null
1
2
/development/pdk/pndk/samples/samplejni/
native.cpp
5
add(JNIEnv *env, jobject
thiz
, jint a, jint b) {
/development/samples/SimpleJNI/jni/
native.cpp
25
add(JNIEnv *env, jobject
thiz
, jint a, jint b) {
/ndk/samples/san-angeles/jni/
app-android.c
56
Java_com_example_SanAngeles_DemoRenderer_nativeResize( JNIEnv* env, jobject
thiz
, jint w, jint h )
/device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp
78
static jint PlatformLibrary_getJniInt(JNIEnv* env, jobject
thiz
, jboolean bad) {
84
env->SetIntField(
thiz
, gCachedState.jniInt, 42);
/ndk/samples/hello-neon/jni/
helloneon.c
81
jobject
thiz
)
/external/quake/quake/src/WinQuake/
gl_rsurf.cpp
1632
float *prev, *
thiz
, *next;
local
[
all
...]
Completed in 22 milliseconds
1
2