| // Copyright 2018 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| package org.chromium.base.natives; |
| |
| // This file is autogenerated by |
| // base/android/jni_generator/jni_registration_generator.py |
| // Please do not change its content. |
| |
| public class GEN_JNI { |
| public static final boolean TESTING_ENABLED = false; |
| public static final boolean REQUIRE_MOCK = false; |
| |
| |
| public static void org_chromium_example_jni_1generator_SampleForAnnotationProcessor_foo() { |
| J.N.resolve_for_void(-3890945313637314700L); |
| } |
| |
| public static Object org_chromium_example_jni_1generator_SampleForAnnotationProcessor_bar(Object sample) { |
| return J.N.resolve_for_object_O(2227777243221232668L, sample); |
| } |
| |
| public static String org_chromium_example_jni_1generator_SampleForAnnotationProcessor_revString(String stringToReverse) { |
| return J.N.resolve_for_string_R(3717128594383367634L, stringToReverse); |
| } |
| |
| public static String[] org_chromium_example_jni_1generator_SampleForAnnotationProcessor_sendToNative(String[] strs) { |
| return J.N.resolve_for_string_array_RA(12825275381484104L, strs); |
| } |
| |
| public static Object[] org_chromium_example_jni_1generator_SampleForAnnotationProcessor_sendSamplesToNative(Object[] strs) { |
| return J.N.resolve_for_object_array_OA(1879234562834588228L, strs); |
| } |
| |
| public static boolean org_chromium_example_jni_1generator_SampleForAnnotationProcessor_hasPhalange() { |
| return J.N.resolve_for_boolean(6577090212445038314L); |
| } |
| |
| public static int[] org_chromium_example_jni_1generator_SampleForAnnotationProcessor_testAllPrimitives(int zint, int[] ints, long zlong, long[] longs, short zshort, short[] shorts, char zchar, char[] chars, byte zbyte, byte[] bytes, double zdouble, double[] doubles, float zfloat, float[] floats, boolean zbool, boolean[] bools) { |
| return J.N.resolve_for_int_array_IIAJJASSACCABBADDAFFAZZA(-7687282957371512872L, zint, ints, zlong, longs, zshort, shorts, zchar, chars, zbyte, bytes, zdouble, doubles, zfloat, floats, zbool, bools); |
| } |
| |
| public static void org_chromium_example_jni_1generator_SampleForAnnotationProcessor_testSpecialTypes(Class clazz, Class[] classes, Throwable throwable, Throwable[] throwables, String string, String[] strings, Object tStruct, Object[] structs, Object obj, Object[] objects) { |
| J.N.resolve_for_void_LLATTARRAOOAOOA(-6275232019293411879L, clazz, classes, throwable, throwables, string, strings, tStruct, structs, obj, objects); |
| } |
| |
| public static Throwable org_chromium_example_jni_1generator_SampleForAnnotationProcessor_returnThrowable() { |
| return J.N.resolve_for_throwable(-5073520581764159162L); |
| } |
| |
| public static Throwable[] org_chromium_example_jni_1generator_SampleForAnnotationProcessor_returnThrowables() { |
| return J.N.resolve_for_throwable_array(17582460986153510L); |
| } |
| |
| public static Class org_chromium_example_jni_1generator_SampleForAnnotationProcessor_returnClass() { |
| return J.N.resolve_for_class(-461602969360398827L); |
| } |
| |
| public static Class[] org_chromium_example_jni_1generator_SampleForAnnotationProcessor_returnClasses() { |
| return J.N.resolve_for_class_array(-427008638958312484L); |
| } |
| |
| public static String org_chromium_example_jni_1generator_SampleForAnnotationProcessor_returnString() { |
| return J.N.resolve_for_string(-3292889389021976364L); |
| } |
| |
| public static String[] org_chromium_example_jni_1generator_SampleForAnnotationProcessor_returnStrings() { |
| return J.N.resolve_for_string_array(-5564218335546380707L); |
| } |
| |
| public static Object org_chromium_example_jni_1generator_SampleForAnnotationProcessor_returnStruct() { |
| return J.N.resolve_for_object(5419834314509580268L); |
| } |
| |
| public static Object[] org_chromium_example_jni_1generator_SampleForAnnotationProcessor_returnStructs() { |
| return J.N.resolve_for_object_array(2313390248928530514L); |
| } |
| |
| public static Object org_chromium_example_jni_1generator_SampleForAnnotationProcessor_returnObject() { |
| return J.N.resolve_for_object(-426730623629742951L); |
| } |
| |
| public static Object[] org_chromium_example_jni_1generator_SampleForAnnotationProcessor_returnObjects() { |
| return J.N.resolve_for_object_array(4508266875426191279L); |
| } |
| } |