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

  /hardware/invensense/60xx/mlsdk/mllite/
mlcontrol.h 143 unsigned short parameterArray[4];
206 unsigned short parameterArray,
mlcontrol.c 69 MLCTRL_PARAMETER_ARRAY_3_DEFAULT}, // parameterArray
504 * @param parameterArray Indicates which parameter array is being assigned to a
517 unsigned short parameterArray,
527 if (parameterArray == INV_ANGULAR_VELOCITY) {
533 cntrl_params.parameterArray[0] = parameterArray;
557 cntrl_params.parameterArray[1] = parameterArray;
581 cntrl_params.parameterArray[2] = parameterArray;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 195 const char** parameterArray = static_cast<const char**>(fastMalloc(((parameters.size() * 2) + 1) * sizeof(char*)));
200 parameterArray[index++] = fastStrDup(it->key.utf8().data());
201 parameterArray[index++] = fastStrDup(it->value.utf8().data());
203 parameterArray[index] = 0;
205 return parameterArray;

Completed in 199 milliseconds