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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 200 const char** parameterArray = (const char**)fastMalloc(((parameters.size() * 2) + 1) * sizeof(char*));
205 parameterArray[index++] = fastStrDup(it->key.utf8().data());
206 parameterArray[index++] = fastStrDup(it->value.utf8().data());
208 parameterArray[index] = 0;
210 return parameterArray;
  /hardware/invensense/60xx/mlsdk/mllite/
mlcontrol.h 143 unsigned short parameterArray[4];
206 unsigned short parameterArray,

Completed in 621 milliseconds