• 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    public static Object org_jni_1zero_samples_SampleForAnnotationProcessor_bar(Object sample) {
17        return J.N.resolve_for_object_O(-4161291034639552194L, sample);
18    }
19
20    public static void org_jni_1zero_samples_SampleForAnnotationProcessor_foo() {
21        J.N.resolve_for_void(8620675659615840065L);
22    }
23
24    public static boolean org_jni_1zero_samples_SampleForAnnotationProcessor_hasPhalange() {
25        return J.N.resolve_for_boolean(-320643102627558484L);
26    }
27
28    public static Class org_jni_1zero_samples_SampleForAnnotationProcessor_returnClass() {
29        return J.N.resolve_for_class(-2135494411232619400L);
30    }
31
32    public static Class[] org_jni_1zero_samples_SampleForAnnotationProcessor_returnClasses() {
33        return J.N.resolve_for_class_array(2917974781097758672L);
34    }
35
36    public static Object org_jni_1zero_samples_SampleForAnnotationProcessor_returnObject() {
37        return J.N.resolve_for_object(-4769654393820622682L);
38    }
39
40    public static Object[] org_jni_1zero_samples_SampleForAnnotationProcessor_returnObjects() {
41        return J.N.resolve_for_object_array(-6789151074502104874L);
42    }
43
44    public static String org_jni_1zero_samples_SampleForAnnotationProcessor_returnString() {
45        return J.N.resolve_for_string(-2366785227171092261L);
46    }
47
48    public static String[] org_jni_1zero_samples_SampleForAnnotationProcessor_returnStrings() {
49        return J.N.resolve_for_string_array(-98246727617655206L);
50    }
51
52    public static Object org_jni_1zero_samples_SampleForAnnotationProcessor_returnStruct() {
53        return J.N.resolve_for_object(-4110294082898514797L);
54    }
55
56    public static Object[] org_jni_1zero_samples_SampleForAnnotationProcessor_returnStructs() {
57        return J.N.resolve_for_object_array(2646707990576644715L);
58    }
59
60    public static Throwable org_jni_1zero_samples_SampleForAnnotationProcessor_returnThrowable() {
61        return J.N.resolve_for_throwable(6758041806660001267L);
62    }
63
64    public static Throwable[] org_jni_1zero_samples_SampleForAnnotationProcessor_returnThrowables() {
65        return J.N.resolve_for_throwable_array(-3147377154995757672L);
66    }
67
68    public static String org_jni_1zero_samples_SampleForAnnotationProcessor_revString(String stringToReverse) {
69        return J.N.resolve_for_string_R(1925304576625325361L, stringToReverse);
70    }
71
72    public static Object[] org_jni_1zero_samples_SampleForAnnotationProcessor_sendSamplesToNative(Object[] strs) {
73        return J.N.resolve_for_object_array_OA(3663679907322354778L, strs);
74    }
75
76    public static String[] org_jni_1zero_samples_SampleForAnnotationProcessor_sendToNative(String[] strs) {
77        return J.N.resolve_for_string_array_RA(4421683306824100923L, strs);
78    }
79
80    public static 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) {
81        return J.N.resolve_for_int_array_IIAJJASSACCABBADDAFFAZZA(2095128758736799674L, zint, ints, zlong, longs, zshort, shorts, zchar, chars, zbyte, bytes, zdouble, doubles, zfloat, floats, zbool, bools);
82    }
83
84    public static 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) {
85        J.N.resolve_for_void_LLATTARRAOOAOOA(1277466747063181146L, clazz, classes, throwable, throwables, string, strings, tStruct, structs, obj, objects);
86    }
87}
88