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 // Hashed name: Java_J_N_Muyus8yk 53 public static native void org_jni_1zero_samples_TinySample2_test(); 54 55 public static int org_jni_1zero_samples_SampleProxyEdgeCases_addStructB(Object caller, Object b) { 56 throw new RuntimeException("Stub - not implemented!"); 57 } 58 59 public static String[][] org_jni_1zero_samples_SampleProxyEdgeCases_arrayTypes1(int[] a, Object[][] b) { 60 throw new RuntimeException("Stub - not implemented!"); 61 } 62 63 public static int[] org_jni_1zero_samples_SampleProxyEdgeCases_arrayTypes2(int[] a, Throwable[][] b) { 64 throw new RuntimeException("Stub - not implemented!"); 65 } 66 67 public static void org_jni_1zero_samples_SampleProxyEdgeCases_foo_1_1weirdly_1_1escaped_1name1() { 68 throw new RuntimeException("Stub - not implemented!"); 69 } 70 71 public static Object[] org_jni_1zero_samples_SampleProxyEdgeCases_genericsWithNestedClassArray(Object[] arg) { 72 throw new RuntimeException("Stub - not implemented!"); 73 } 74 75 public static void org_jni_1zero_samples_SampleProxyEdgeCases_setBool(Object b, Object i) { 76 throw new RuntimeException("Stub - not implemented!"); 77 } 78 79 public static boolean org_jni_1zero_samples_SampleProxyEdgeCases_setStringBuilder(Object sb) { 80 throw new RuntimeException("Stub - not implemented!"); 81 } 82 83 public static int org_jni_1zero_samples_SampleProxyEdgeCases_setStringBuilder(int sb) { 84 throw new RuntimeException("Stub - not implemented!"); 85 } 86 87 public static boolean org_jni_1zero_samples_TinySample_bar(int a) { 88 throw new RuntimeException("Stub - not implemented!"); 89 } 90 91 public static void org_jni_1zero_samples_TinySample_foo() { 92 throw new RuntimeException("Stub - not implemented!"); 93 } 94} 95