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 | 341 int boolArrayLength = 2; in TEST_F() local 342 bool boolArray[boolArrayLength]; in TEST_F() 350 boolArray, boolArrayLength, enumArray)); in TEST_F()
|
D | CountMetric_e2e_test.cpp | 1181 int boolArrayLength = 2; in TEST() local 1182 bool boolArray[boolArrayLength]; in TEST() 1190 boolArray, boolArrayLength, enumArray)); in TEST()
|
D | DurationMetric_e2e_test.cpp | 1603 int boolArrayLength = 2; in TEST() local 1604 bool boolArray[boolArrayLength]; in TEST()
|
/packages/modules/StatsD/statsd/tests/ |
D | FieldValue_test.cpp | 890 int boolArrayLength = 2; in TEST() local 891 bool boolArray[boolArrayLength]; in TEST() 898 12345, intArray, longArray, floatArray, stringArray, boolArray, boolArrayLength, in TEST()
|