Searched refs:boolArrayLength (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/StatsD/statsd/tests/e2e/ |
| D | EventMetric_e2e_test.cpp | 128 int boolArrayLength = 2; in TEST_F() local 129 bool boolArray[boolArrayLength]; in TEST_F() 137 boolArray, boolArrayLength, enumArray)); in TEST_F()
|
| D | GaugeMetric_e2e_push_test.cpp | 342 int boolArrayLength = 2; in TEST_F() local 343 bool boolArray[boolArrayLength]; in TEST_F() 351 boolArray, boolArrayLength, enumArray)); in TEST_F()
|
| D | CountMetric_e2e_test.cpp | 1188 int boolArrayLength = 2; in TEST() local 1189 bool boolArray[boolArrayLength]; in TEST() 1197 boolArray, boolArrayLength, enumArray)); in TEST()
|
| D | DurationMetric_e2e_test.cpp | 1616 int boolArrayLength = 2; in TEST() local 1617 bool boolArray[boolArrayLength]; in TEST()
|
| /packages/modules/StatsD/statsd/tests/ |
| D | FieldValue_test.cpp | 738 int boolArrayLength = 2; in TEST() local 739 bool boolArray[boolArrayLength]; in TEST() 746 12345, intArray, longArray, floatArray, stringArray, boolArray, boolArrayLength, in TEST()
|