Home
last modified time | relevance | path

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/
DTinyFrameworkNative_host.java38 public static byte nativeBytePlus(byte arg1, byte arg2) { in nativeBytePlus() method in TinyFrameworkNative_host
DTinyFrameworkNative.java56 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/
DTinyFrameworkClassTest.java164 assertThat(TinyFrameworkNative.nativeBytePlus((byte) 3, (byte) 4)).isEqualTo(7); in testNativeSubstitutionByte()
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/golden-output/
D13-hoststubgen-test-tiny-framework-host-ext-impl-dump.txt3136 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
D03-hoststubgen-test-tiny-framework-host-impl-dump.txt2541 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
D01-hoststubgen-test-tiny-framework-orig-dump.txt2014 public static native byte nativeBytePlus(byte, byte);
2093 public static byte nativeBytePlus(byte, byte);
D12-hoststubgen-test-tiny-framework-host-ext-stub-dump.txt1784 public static native byte nativeBytePlus(byte, byte);
D02-hoststubgen-test-tiny-framework-host-stub-dump.txt1784 public static native byte nativeBytePlus(byte, byte);