Searched refs:result (Results 1 - 25 of 33) sorted by relevance

12

/ndk/samples/san-angeles/jni/
H A Ddemo.c119 GLOBJECT *result; local
120 result = (GLOBJECT *)malloc(sizeof(GLOBJECT));
121 if (result == NULL)
123 result->count = vertices;
124 result->vertexComponents = vertexComponents;
125 result->vertexArray = (GLfixed *)malloc(vertices * vertexComponents *
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
130 result->normalArray = (GLfixed *)malloc(vertices * 3 *
134 result->normalArray = NULL;
135 if (result
208 GLOBJECT *result; local
352 GLOBJECT *result; local
[all...]
H A Dimportgl.c66 int result = 1; local
86 if (procAddress == NULL) result = 0; \
103 if (procAddress == NULL) result = 0; \
153 return result;
/ndk/sources/cpufeatures/
H A Dcpu-features.c84 char* result = NULL; local
117 result = malloc(len+1);
118 if (result == NULL)
121 memcpy(result, p, len);
122 result[len] = '\0';
125 return result;
/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Ddirent.h67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
H A Dtime.h74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result);
H A Djni.h544 jobject PopLocalFrame(jobject result) argument
545 { return functions->PopLocalFrame(this, result); }
572 jobject result = functions->NewObjectV(this, clazz, methodID, args); local
574 return result;
595 _jtype result; \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
601 return result; \
643 _jtype result; \
646 result = functions->CallNonvirtual##_jname##MethodV(this, obj, \
649 return result; \
[all...]
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Ddirent.h67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
H A Dtime.h74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result);
H A Djni.h544 jobject PopLocalFrame(jobject result) argument
545 { return functions->PopLocalFrame(this, result); }
572 jobject result = functions->NewObjectV(this, clazz, methodID, args); local
574 return result;
595 _jtype result; \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
601 return result; \
643 _jtype result; \
646 result = functions->CallNonvirtual##_jname##MethodV(this, obj, \
649 return result; \
[all...]
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Ddirent.h67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
H A Dtime.h74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result);
H A Djni.h544 jobject PopLocalFrame(jobject result) argument
545 { return functions->PopLocalFrame(this, result); }
572 jobject result = functions->NewObjectV(this, clazz, methodID, args); local
574 return result;
595 _jtype result; \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
601 return result; \
643 _jtype result; \
646 result = functions->CallNonvirtual##_jname##MethodV(this, obj, \
649 return result; \
[all...]
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Ddirent.h67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
H A Dtime.h74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result);
H A Djni.h544 jobject PopLocalFrame(jobject result) argument
545 { return functions->PopLocalFrame(this, result); }
572 jobject result = functions->NewObjectV(this, clazz, methodID, args); local
574 return result;
595 _jtype result; \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
601 return result; \
643 _jtype result; \
646 result = functions->CallNonvirtual##_jname##MethodV(this, obj, \
649 return result; \
[all...]
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Ddirent.h67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
H A Dtime.h74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result);
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Ddirent.h67 extern int readdir_r(DIR* dirp, struct dirent *entry, struct dirent **result);
H A Dtime.h74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result);
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr

Completed in 578 milliseconds

12