Home
last modified time | relevance | path

Searched refs:hadDigit (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudioprocessing/tests/
Dtest_utils.h62 bool hadDigit = false;
67 hadDigit = true;
70 if (hadDigit) {
83 if (hadDigit) {
84 hadDigit = false;
Dtest-resampler.cpp73 bool hadDigit = false; in parseCSV() local
78 hadDigit = true; in parseCSV()
81 if (hadDigit) { in parseCSV()
94 if (hadDigit) { in parseCSV()
95 hadDigit = false; in parseCSV()