HomeSort by relevance Sort by last modified time
    Searched full:class_init (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Sema/
overloaded-func-transparent-union.c 15 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) {
20 __attribute__((overloadable)) void Class_Init(Instance this, char *str) {
27 Class_Init(&obj, "Hello ", " World");
nonnull.c 12 __attribute__((nonnull(1))) void Class_init(Instance this, char *str) {
18 Class_init(0, "Hello World"); // expected-warning {{null passed to a callee that requires a non-null argument}}
19 Class_init(obj, "Hello World");
  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 133 static void class_init(JNIEnv* env, jclass clazz) { function
280 { "nativeClassInit", "()V", (void*) class_init },
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateClassAdapter.java 37 private static final String CLASS_INIT = "<clinit>";
101 if (CONSTRUCTOR.equals(name) || CLASS_INIT.equals(name)) {
StubMethodAdapter.java 33 private static final String CLASS_INIT = "<clinit>";
60 if (CONSTRUCTOR.equals(methodName) || CLASS_INIT.equals(methodName)) {
  /external/libnl/lib/route/
class.c 294 static void __init class_init(void) function

Completed in 248 milliseconds