• 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 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_MxkAf2fl
17    public static native Object org_jni_1zero_samples_SampleForAnnotationProcessor_bar(Object sample);
18      // Hashed name: Java_J_N_Md6LK1o9
19    public static native void org_jni_1zero_samples_SampleForAnnotationProcessor_foo();
20      // Hashed name: Java_J_N_M$4zYzAg
21    public static native boolean org_jni_1zero_samples_SampleForAnnotationProcessor_hasPhalange();
22      // Hashed name: Java_J_N_M4l0zJba
23    public static native Class org_jni_1zero_samples_SampleForAnnotationProcessor_returnClass();
24      // Hashed name: Java_J_N_MKH66mnL
25    public static native Class[] org_jni_1zero_samples_SampleForAnnotationProcessor_returnClasses();
26      // Hashed name: Java_J_N_Mvc7ImXr
27    public static native Object org_jni_1zero_samples_SampleForAnnotationProcessor_returnObject();
28      // Hashed name: Java_J_N_MocgXEXX
29    public static native Object[] org_jni_1zero_samples_SampleForAnnotationProcessor_returnObjects();
30      // Hashed name: Java_J_N_M3yd9YCr
31    public static native String org_jni_1zero_samples_SampleForAnnotationProcessor_returnString();
32      // Hashed name: Java_J_N_M_qL1Hyw
33    public static native String[] org_jni_1zero_samples_SampleForAnnotationProcessor_returnStrings();
34      // Hashed name: Java_J_N_MxvVNTxJ
35    public static native Object org_jni_1zero_samples_SampleForAnnotationProcessor_returnStruct();
36      // Hashed name: Java_J_N_MJLr$5QK
37    public static native Object[] org_jni_1zero_samples_SampleForAnnotationProcessor_returnStructs();
38      // Hashed name: Java_J_N_MXcljN68
39    public static native Throwable org_jni_1zero_samples_SampleForAnnotationProcessor_returnThrowable();
40      // Hashed name: Java_J_N_M1FJFJy5
41    public static native Throwable[] org_jni_1zero_samples_SampleForAnnotationProcessor_returnThrowables();
42      // Hashed name: Java_J_N_MGrgOT84
43    public static native String org_jni_1zero_samples_SampleForAnnotationProcessor_revString(String stringToReverse);
44      // Hashed name: Java_J_N_MMtgBdva
45    public static native Object[] org_jni_1zero_samples_SampleForAnnotationProcessor_sendSamplesToNative(Object[] strs);
46      // Hashed name: Java_J_N_MPVz5ily
47    public static native String[] org_jni_1zero_samples_SampleForAnnotationProcessor_sendToNative(String[] strs);
48      // Hashed name: Java_J_N_MHRNkgW8
49    public static native int[] 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_MEbp5PPc
51    public static native void 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