OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testFindClassOnAttachedNativeThread
(Results
1 - 3
of
3
) sorted by null
/art/test/115-native-bridge/src/
NativeBridgeMain.java
25
testFindClassOnAttachedNativeThread
();
41
public static native void
testFindClassOnAttachedNativeThread
();
/art/test/004-JniTest/src/
Main.java
37
testFindClassOnAttachedNativeThread
();
87
private static native void
testFindClassOnAttachedNativeThread
();
/art/test/004-JniTest/
jni_test.cc
83
static void
testFindClassOnAttachedNativeThread
(JNIEnv* env) {
103
PthreadHelper(&
testFindClassOnAttachedNativeThread
);
Completed in 640 milliseconds