chromium/third_party/jni_zero/test/golden/testStubRegistration-Final-GEN_JNI.java.golden

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package org.jni_zero;

// This file is autogenerated by
//     third_party/jni_zero/jni_registration_generator.py
// Please do not change its content.

public class GEN_JNI {
    public static final boolean TESTING_ENABLED = false;
    public static final boolean REQUIRE_MOCK = false;


      // Hashed name: Java_J_N_M$zHpGqF
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_bar(Object sample);
      // Hashed name: Java_J_N_MFxD5gzE
    public static native void org_jni_1zero_SampleForAnnotationProcessor_foo();
      // Hashed name: Java_J_N_Mts1shVs
    public static native boolean org_jni_1zero_SampleForAnnotationProcessor_hasPhalange();
      // Hashed name: Java_J_N_MHC2XaYW
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnClass();
      // Hashed name: Java_J_N_MPl4TY3m
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnClasses();
      // Hashed name: Java_J_N_MbcaLfAT
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnConvertedAppObjects(Class __arrayClazz);
      // Hashed name: Java_J_N_MrxydxEH
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnConvertedInts();
      // Hashed name: Java_J_N_MaQxW6t6
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnConvertedString();
      // Hashed name: Java_J_N_M8wEusw1
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnConvertedStrings();
      // Hashed name: Java_J_N_MpVxNDSC
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnObject();
      // Hashed name: Java_J_N_M7jE3q3$
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnObjects();
      // Hashed name: Java_J_N_MHY_jLL4
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnString();
      // Hashed name: Java_J_N_MF8oFFVb
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnStrings();
      // Hashed name: Java_J_N_Mq7V3oMs
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnStruct();
      // Hashed name: Java_J_N_MRdQpdMz
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnStructs();
      // Hashed name: Java_J_N_M6SdcGCv
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnThrowable();
      // Hashed name: Java_J_N_Mnt3ot24
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_returnThrowables();
      // Hashed name: Java_J_N_Mepwik1_
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_revString(Object stringToReverse);
      // Hashed name: Java_J_N_M5Naw4MO
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_sendSamplesToNative(Object strs);
      // Hashed name: Java_J_N_M3btId9A
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_sendToNative(Object strs);
      // Hashed name: Java_J_N_M3dkhKZM
    public static native Object org_jni_1zero_SampleForAnnotationProcessor_testAllPrimitives(int zint, Object ints, long zlong, Object longs, short zshort, Object shorts, char zchar, Object chars, byte zbyte, Object bytes, double zdouble, Object doubles, float zfloat, Object floats, boolean zbool, Object bools);
      // Hashed name: Java_J_N_MomokuWo
    public static native void org_jni_1zero_SampleForAnnotationProcessor_testSpecialTypes(Object clazz, Object classes, Object throwable, Object throwables, Object string, Object strings, Object convertedString, Object convertedStrings, Object optionalString, Object tStruct, Object structs, Object obj, Object convertedObj, Object objects, Object nestedInterface, Object view, Object context, Object convertedObjects);

    public static int org_jni_1zero_SampleProxyEdgeCases_addStructB(Object caller, Object b) {
        throw new RuntimeException("Stub - not implemented!");
    }

    public static Object org_jni_1zero_SampleProxyEdgeCases_arrayTypes1(Object a, Object b) {
        throw new RuntimeException("Stub - not implemented!");
    }

    public static Object org_jni_1zero_SampleProxyEdgeCases_arrayTypes2(Object a, Object b) {
        throw new RuntimeException("Stub - not implemented!");
    }

    public static void org_jni_1zero_SampleProxyEdgeCases_foo_1_1weirdly_1_1escaped_1name1() {
        throw new RuntimeException("Stub - not implemented!");
    }

    public static Object org_jni_1zero_SampleProxyEdgeCases_genericsWithNestedClassArray(Object arg) {
        throw new RuntimeException("Stub - not implemented!");
    }

    public static void org_jni_1zero_SampleProxyEdgeCases_setBool(Object b, Object i) {
        throw new RuntimeException("Stub - not implemented!");
    }

    public static boolean org_jni_1zero_SampleProxyEdgeCases_setStringBuilder(Object sb) {
        throw new RuntimeException("Stub - not implemented!");
    }

    public static int org_jni_1zero_SampleProxyEdgeCases_setStringBuilder(int sb) {
        throw new RuntimeException("Stub - not implemented!");
    }

    public static boolean org_jni_1zero_TinySample_bar(int a, Object b) {
        throw new RuntimeException("Stub - not implemented!");
    }

    public static void org_jni_1zero_TinySample_foo(Object a, int b) {
        throw new RuntimeException("Stub - not implemented!");
    }
}