HomeSort by relevance Sort by last modified time
    Searched refs:nativeMethod (Results 1 - 12 of 12) sorted by null

  /art/test/Transaction/
Transaction.java 41 AbortHelperClass.nativeMethod();
48 AbortHelperClass.nativeMethod();
56 AbortHelperClass.nativeMethod();
67 AbortHelperClass.nativeMethod();
82 public static native void nativeMethod();
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
AClassWithNativeMethodReturningPrimitive.java 8 public native int nativeMethod();
AClassWithNativeMethod.java 8 public native String nativeMethod(String stringArg, int intArg);
  /art/test/121-modifiers/classes/
NonInf.class 
  /art/test/121-modifiers/src-java/
NonInf.java 37 public native void nativeMethod();
  /cts/tests/signature/tests/src/android/signature/cts/tests/data/
NormalClass.java 41 public native void nativeMethod();
  /external/libmojo/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
SampleForTests.java 114 nativeMethod(mNativeCPPObject);
228 private native int nativeMethod(long nativeCPPClass);
230 // Similar to nativeMethod above, but here the C++ fully qualified class name is taken from the
  /art/test/121-modifiers/smali/
NonInf.smali 122 .method public native nativeMethod()V
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 42 //nativeMethod();
67 native void nativeMethod();
  /external/guava/guava-tests/test/com/google/common/reflect/
ElementTest.java 159 Element element = A.method("nativeMethod");
240 native void nativeMethod();
  /external/libmojo/base/android/jni_generator/
jni_generator_tests.py 21 from jni_generator import CalledByNative, JniParams, NativeMethod, Param
156 NativeMethod(return_type='int', static=False,
161 NativeMethod(return_type='void', static=False, name='Destroy',
167 NativeMethod(return_type='long', static=False, name='AddBookmark',
181 NativeMethod(return_type='String', static=True,
187 NativeMethod(return_type='void', static=True,
195 NativeMethod(return_type='byte[]', static=False,
200 NativeMethod(return_type='String[]', static=True,
204 NativeMethod(return_type='void', static=False,
210 NativeMethod(return_type='long', static=False
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 

Completed in 410 milliseconds