• 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 int org_jni_1zero_samples_SampleProxyEdgeCases_addStructB(Object caller, Object b) {
17        return J.N.MyLYIXSG(caller, b);
18    }
19
20    public static String[][] org_jni_1zero_samples_SampleProxyEdgeCases_arrayTypes1(int[] a, Object[][] b) {
21        return J.N.M4tCs4sR(a, b);
22    }
23
24    public static int[] org_jni_1zero_samples_SampleProxyEdgeCases_arrayTypes2(int[] a, Throwable[][] b) {
25        return J.N.Mfw$B7iJ(a, b);
26    }
27
28    public static void org_jni_1zero_samples_SampleProxyEdgeCases_fooForTest() {
29        J.N.M01DKxMA_ForTesting();
30    }
31
32    public static void org_jni_1zero_samples_SampleProxyEdgeCases_fooForTesting() {
33        J.N.MdPg5w5a_ForTesting();
34    }
35
36    public static void org_jni_1zero_samples_SampleProxyEdgeCases_fooForTests() {
37        J.N.Mfc_XrOy_ForTesting();
38    }
39
40    public static void org_jni_1zero_samples_SampleProxyEdgeCases_foo_1_1weirdly_1_1escaped_1name1() {
41        J.N.MDx0XFh$();
42    }
43
44    public static Object[] org_jni_1zero_samples_SampleProxyEdgeCases_genericsWithNestedClassArray(Object[] arg) {
45        return J.N.MPuD3r24(arg);
46    }
47
48    public static void org_jni_1zero_samples_SampleProxyEdgeCases_setBool(Object b, Object i) {
49        J.N.MYc9Cume(b, i);
50    }
51
52    public static boolean org_jni_1zero_samples_SampleProxyEdgeCases_setStringBuilder(Object sb) {
53        return J.N.MoYVNDqu(sb);
54    }
55
56    public static int org_jni_1zero_samples_SampleProxyEdgeCases_setStringBuilder(int sb) {
57        return J.N.MoYVNDqu(sb);
58    }
59}
60