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.cpp341 int boolArrayLength = 2; in TEST_F() local
342 bool boolArray[boolArrayLength]; in TEST_F()
350 boolArray, boolArrayLength, enumArray)); in TEST_F()
DCountMetric_e2e_test.cpp1181 int boolArrayLength = 2; in TEST() local
1182 bool boolArray[boolArrayLength]; in TEST()
1190 boolArray, boolArrayLength, enumArray)); in TEST()
DDurationMetric_e2e_test.cpp1603 int boolArrayLength = 2; in TEST() local
1604 bool boolArray[boolArrayLength]; in TEST()
/packages/modules/StatsD/statsd/tests/
DFieldValue_test.cpp890 int boolArrayLength = 2; in TEST() local
891 bool boolArray[boolArrayLength]; in TEST()
898 12345, intArray, longArray, floatArray, stringArray, boolArray, boolArrayLength, in TEST()