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 J; 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 N { 12 13 14 public static native Class resolve_for_class(int switch_num); 15 public static native Class[] resolve_for_class_array(int switch_num); 16 public static native Object resolve_for_object(int switch_num); 17 public static native Object resolve_for_object_O(int switch_num, Object object_param1); 18 public static native Object[] resolve_for_object_array(int switch_num); 19 public static native Object[] resolve_for_object_array_L(int switch_num, Class class_param1); 20 public static native Object[] resolve_for_object_array_OA(int switch_num, Object[] object_array_param1); 21 public static native String resolve_for_string(int switch_num); 22 public static native String resolve_for_string_R(int switch_num, String string_param1); 23 public static native String[] resolve_for_string_array(int switch_num); 24 public static native String[] resolve_for_string_array_RA(int switch_num, String[] string_array_param1); 25 public static native Throwable resolve_for_throwable(int switch_num); 26 public static native Throwable[] resolve_for_throwable_array(int switch_num); 27 public static native boolean resolve_for_boolean(int switch_num); 28 public static native int[] resolve_for_int_array(int switch_num); 29 public static native int[] resolve_for_int_array_IIAJJASSACCABBADDAFFAZZA(int switch_num, int int_param1, int[] int_array_param1, long long_param1, long[] long_array_param1, short short_param1, short[] short_array_param1, char char_param1, char[] char_array_param1, byte byte_param1, byte[] byte_array_param1, double double_param1, double[] double_array_param1, float float_param1, float[] float_array_param1, boolean boolean_param1, boolean[] boolean_array_param1); 30 public static native void resolve_for_void(int switch_num); 31 public static native void resolve_for_void_LLATTARRARRAROOAOOOAOOOOA(int switch_num, Class class_param1, Class[] class_array_param1, Throwable throwable_param1, Throwable[] throwable_array_param1, String string_param1, String[] string_array_param1, String string_param2, String[] string_array_param2, String string_param3, Object object_param1, Object[] object_array_param1, Object object_param2, Object object_param3, Object[] object_array_param2, Object object_param4, Object object_param5, Object object_param6, Object[] object_array_param3); 32} 33