OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
;
Completed in 150 milliseconds