Home
last modified time | relevance | path

Searched defs:data (Results 1 – 4 of 4) sorted by relevance

/libnativehelper/
DExpandableString.h28 char* data; // The C string data. member
DExpandableString.c35 char* data = (char*) realloc(s->data, requiredSize); in ExpandableStringAppend() local
/libnativehelper/include/nativehelper/
DJNIHelp.h54 char* data; // The C string data. member
69 char* data = (char*)realloc(s->data, requiredSize); in ExpandableStringAppend() local
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp987 jbyteArray data, in android_os_Parcel_unmarshall()