Home
last modified time | relevance | path

Searched refs:boolArrayLength (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/tests/e2e/
DEventMetric_e2e_test.cpp128 int boolArrayLength = 2; in TEST_F() local
129 bool boolArray[boolArrayLength]; in TEST_F()
137 boolArray, boolArrayLength, enumArray)); in TEST_F()
DGaugeMetric_e2e_push_test.cpp342 int boolArrayLength = 2; in TEST_F() local
343 bool boolArray[boolArrayLength]; in TEST_F()
351 boolArray, boolArrayLength, enumArray)); in TEST_F()
DCountMetric_e2e_test.cpp1188 int boolArrayLength = 2; in TEST() local
1189 bool boolArray[boolArrayLength]; in TEST()
1197 boolArray, boolArrayLength, enumArray)); in TEST()
DDurationMetric_e2e_test.cpp1616 int boolArrayLength = 2; in TEST() local
1617 bool boolArray[boolArrayLength]; in TEST()
/packages/modules/StatsD/statsd/tests/
DFieldValue_test.cpp738 int boolArrayLength = 2; in TEST() local
739 bool boolArray[boolArrayLength]; in TEST()
746 12345, intArray, longArray, floatArray, stringArray, boolArray, boolArrayLength, in TEST()