• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2018 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5package this.is.a.package.prefix.org.jni_zero;
6
7// This file is autogenerated by
8//     third_party/jni_zero/jni_registration_generator.py
9// Please do not change its content.
10
11public class GEN_JNI {
12    public static final boolean TESTING_ENABLED = false;
13    public static final boolean REQUIRE_MOCK = false;
14
15
16      // Hashed name: Java_J_N_MYJQG2tV
17    public static native Object this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_bar(Object sample);
18      // Hashed name: Java_J_N_McJTRQ4Z
19    public static native void this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_foo();
20      // Hashed name: Java_J_N_MmNHlL$5
21    public static native boolean this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_hasPhalange();
22      // Hashed name: Java_J_N_MF$OWG3c
23    public static native Class this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_returnClass();
24      // Hashed name: Java_J_N_MI7vvSXV
25    public static native Class[] this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_returnClasses();
26      // Hashed name: Java_J_N_MQV6X3Sz
27    public static native Object this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_returnObject();
28      // Hashed name: Java_J_N_MntwrJje
29    public static native Object[] this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_returnObjects();
30      // Hashed name: Java_J_N_MlMyYIKk
31    public static native String this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_returnString();
32      // Hashed name: Java_J_N_MQ631WBV
33    public static native String[] this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_returnStrings();
34      // Hashed name: Java_J_N_M3fBDe9t
35    public static native Object this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_returnStruct();
36      // Hashed name: Java_J_N_MKFA0R1H
37    public static native Object[] this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_returnStructs();
38      // Hashed name: Java_J_N_M2vFJGXF
39    public static native Throwable this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_returnThrowable();
40      // Hashed name: Java_J_N_MWuNxqXZ
41    public static native Throwable[] this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_returnThrowables();
42      // Hashed name: Java_J_N_MMV8vkvD
43    public static native String this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_revString(String stringToReverse);
44      // Hashed name: Java_J_N_MbvaHriB
45    public static native Object[] this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_sendSamplesToNative(Object[] strs);
46      // Hashed name: Java_J_N_MBko4EWo
47    public static native String[] this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_sendToNative(String[] strs);
48      // Hashed name: Java_J_N_MTkl34Bi
49    public static native int[] this_is_a_package_prefix_org_jni_1zero_samples_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);
50      // Hashed name: Java_J_N_Mooq_3kI
51    public static native void this_is_a_package_prefix_org_jni_1zero_samples_SampleForAnnotationProcessor_testSpecialTypes(Class clazz, Class[] classes, Throwable throwable, Throwable[] throwables, String string, String[] strings, Object tStruct, Object[] structs, Object obj, Object[] objects);
52}
53