Searched refs:constructor (Results 1 - 5 of 5) sorted by relevance

/system/extras/tests/bionic/libc/bionic/
H A Dlibdlclosetest2.c35 * and initialize it to 1 in the static Foo_create constructor.
42 static void __attribute__((constructor))
/system/extras/tests/bionic/libc/common/
H A Dtest_executable_destructor.c35 /* A very simple program used to test constructor and destructor functions
44 static void __attribute__((constructor))
63 /* First, check that the constructor was properly called ! */
/system/media/wilhelm/src/objects/
H A DCEngine.c32 __attribute__((constructor)) static void onDlOpen(void)
/system/media/mca/filterfw/jni/
H A Djni_util.h53 // Copy constructor.
164 // a default constructor for this to succeed.
167 jmethodID constructor = env->GetMethodID( local
171 jobject result = env->NewObject(cls, constructor, JNI_NULL);
/system/extras/tests/bionic/libc/
H A DAndroid.mk213 # And this one does the same with __attribute__((constructor))

Completed in 82 milliseconds