Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 4 of 4) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintCustomContent.java501 item.constructor = constructors[i]; in loadMotoGpStats()
511 String constructor; field in PrintCustomContent.MotoGpStatItem
556 TextView constructorView = (TextView) convertView.findViewById(R.id.constructor); in getView()
557 constructorView.setText(item.constructor); in getView()
/development/ndk/sources/android/ndk_helper/
DJNIHelper.cpp94 jmethodID constructor = env->GetMethodID( helper.jni_helper_java_class_, "<init>", "()V" ); in Init() local
95 helper.jni_helper_java_ref_ = env->NewObject( helper.jni_helper_java_class_, constructor ); in Init()
/development/ndk/sources/android/libportable/arch-mips/
Dfilefd.c340 static void __attribute__ ((constructor)) linker_import_fd_env(void) in linker_import_fd_env()
/development/ndk/platforms/android-9/samples/native-audio/jni/
Dnative-audio-jni.c106 __attribute__((constructor)) static void onDlOpen(void) in onDlOpen()