HomeSort by relevance Sort by last modified time
    Searched defs:numInts (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/hwcplus/include/cutils/
native_handle.h 28 int numInts; /* number of ints at &data[numFds] */
29 int data[0]; /* numFds + numInts ints */
50 native_handle_t* native_handle_create(int numFds, int numInts);
  /system/core/include/cutils/
native_handle.h 28 int numInts; /* number of ints at &data[numFds] */
29 int data[0]; /* numFds + numInts ints */
50 native_handle_t* native_handle_create(int numFds, int numInts);
  /frameworks/base/core/jni/
android_util_StringBlock.cpp 129 static const int numInts = sizeof(ResStringPool_span)/sizeof(jint);
132 num*numInts, numInts,
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 259 return (10 + (handle ? handle->numInts : 0))*sizeof(int);
287 buf[9] = handle->numInts;
290 memcpy(&buf[10], h->data + h->numFds, h->numInts*sizeof(int));
311 const size_t numInts = buf[9];
318 if (numFds >= maxNumber || numInts >= (maxNumber - 10)) {
321 ALOGE("unflatten: numFds or numInts is too large: %d, %d",
322 numFds, numInts);
326 const size_t sizeNeeded = (10 + numInts) * sizeof(int);
337 if (numFds || numInts) {
343 native_handle* h = native_handle_create(numFds, numInts);
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3bitset.c 648 ANTLR3_UINT32 numInts; // How many integers we will need
655 numInts = bitset->size(bitset) + 1;
658 intList = (pANTLR3_INT32)ANTLR3_MALLOC(numInts * sizeof(ANTLR3_INT32));
665 intList[0] = numInts;
  /frameworks/native/libs/binder/
Parcel.cpp 764 err = writeInt32(handle->numInts);
774 err = write(handle->data + handle->numFds, sizeof(int)*handle->numInts);
1210 int numFds, numInts
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 232 milliseconds