Searched refs:nativeBytePlus (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/ |
D | TinyFrameworkNative_host.java | 38 public static byte nativeBytePlus(byte arg1, byte arg2) { in nativeBytePlus() method in TinyFrameworkNative_host
|
D | TinyFrameworkNative.java | 56 public static native byte nativeBytePlus(byte arg1, byte arg2); in nativeBytePlus() method in TinyFrameworkNative
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-test/src/com/android/hoststubgen/test/tinyframework/ |
D | TinyFrameworkClassTest.java | 164 assertThat(TinyFrameworkNative.nativeBytePlus((byte) 3, (byte) 4)).isEqualTo(7); in testNativeSubstitutionByte()
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/golden-output/ |
D | 13-hoststubgen-test-tiny-framework-host-ext-impl-dump.txt | 3136 public static byte nativeBytePlus(byte, byte); 3142 x: ldc #x // String nativeBytePlus 3148 … // Method com/android/hoststubgen/test/tinyframework/TinyFrameworkNative_host.nativeBytePlus:(BB)B 3304 public static byte nativeBytePlus(byte, byte); 3310 x: ldc #x // String nativeBytePlus 3315 x: ldc #x // String nativeBytePlus
|
D | 03-hoststubgen-test-tiny-framework-host-impl-dump.txt | 2541 public static byte nativeBytePlus(byte, byte); 2548 … // Method com/android/hoststubgen/test/tinyframework/TinyFrameworkNative_host.nativeBytePlus:(BB)B 2674 public static byte nativeBytePlus(byte, byte); 2680 x: ldc #x // String nativeBytePlus
|
D | 01-hoststubgen-test-tiny-framework-orig-dump.txt | 2014 public static native byte nativeBytePlus(byte, byte); 2093 public static byte nativeBytePlus(byte, byte);
|
D | 12-hoststubgen-test-tiny-framework-host-ext-stub-dump.txt | 1784 public static native byte nativeBytePlus(byte, byte);
|
D | 02-hoststubgen-test-tiny-framework-host-stub-dump.txt | 1784 public static native byte nativeBytePlus(byte, byte);
|