Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/tests/
Dtest_utils.h61 bool hadDigit = false;
66 hadDigit = true;
69 if (hadDigit) {
82 if (hadDigit) {
83 hadDigit = false;
Dtest-resampler.cpp71 bool hadDigit = false; in parseCSV() local
76 hadDigit = true; in parseCSV()
79 if (hadDigit) { in parseCSV()
92 if (hadDigit) { in parseCSV()
93 hadDigit = false; in parseCSV()