Home
last modified time | relevance | path

Searched refs:nativeNonStaticAddToValue (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/
DTinyFrameworkNative.java43 public native int nativeNonStaticAddToValue(int arg); in nativeNonStaticAddToValue() method in TinyFrameworkNative
46 return TinyFrameworkNative_host.nativeNonStaticAddToValue(this, arg); in nativeNonStaticAddToValue_should_be_like_this()
DTinyFrameworkNative_host.java34 public static int nativeNonStaticAddToValue(TinyFrameworkNative source, int arg) { in nativeNonStaticAddToValue() method in TinyFrameworkNative_host
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-test/src/com/android/hoststubgen/test/tinyframework/
DTinyFrameworkClassTest.java171 assertThat(instance.nativeNonStaticAddToValue(3)).isEqualTo(8); in testNativeSubstitutionClass_nonStatic()
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/golden-output/
D03-hoststubgen-test-tiny-framework-host-impl-dump.txt2460 public int nativeNonStaticAddToValue(int);
2467 …android/hoststubgen/test/tinyframework/TinyFrameworkNative_host.nativeNonStaticAddToValue:(Lcom/an…
2484 …android/hoststubgen/test/tinyframework/TinyFrameworkNative_host.nativeNonStaticAddToValue:(Lcom/an…
2649 …public static int nativeNonStaticAddToValue(com.android.hoststubgen.test.tinyframework.TinyFramewo…
2655 x: ldc #x // String nativeNonStaticAddToValue
D13-hoststubgen-test-tiny-framework-host-ext-impl-dump.txt3035 public int nativeNonStaticAddToValue(int);
3041 x: ldc #x // String nativeNonStaticAddToValue
3047 …android/hoststubgen/test/tinyframework/TinyFrameworkNative_host.nativeNonStaticAddToValue:(Lcom/an…
3069 …android/hoststubgen/test/tinyframework/TinyFrameworkNative_host.nativeNonStaticAddToValue:(Lcom/an…
3274 …public static int nativeNonStaticAddToValue(com.android.hoststubgen.test.tinyframework.TinyFramewo…
3280 x: ldc #x // String nativeNonStaticAddToValue
3285 x: ldc #x // String nativeNonStaticAddToValue
D01-hoststubgen-test-tiny-framework-orig-dump.txt1977 public native int nativeNonStaticAddToValue(int);
1988 …android/hoststubgen/test/tinyframework/TinyFrameworkNative_host.nativeNonStaticAddToValue:(Lcom/an…
2077 …public static int nativeNonStaticAddToValue(com.android.hoststubgen.test.tinyframework.TinyFramewo…
D12-hoststubgen-test-tiny-framework-host-ext-stub-dump.txt1743 public native int nativeNonStaticAddToValue(int);
D02-hoststubgen-test-tiny-framework-host-stub-dump.txt1743 public native int nativeNonStaticAddToValue(int);