Home
last modified time | relevance | path

Searched refs:any_present (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Dsplitting_filter_unittest.cc96 bool any_present = false; in TEST() local
98 any_present |= is_present[j]; in TEST()
100 if (any_present) { in TEST()
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp1356 bool any_present = false; in TEST() local
1359 any_present = true; in TEST()
1361 EXPECT_FALSE(any_present); in TEST()
1368 bool any_present = false; in TEST() local
1370 any_present = true; in TEST()
1373 EXPECT_FALSE(any_present); in TEST()
1380 bool any_present = false; in TEST() local
1382 any_present = true; in TEST()
1385 EXPECT_TRUE(any_present); in TEST()
1392 bool any_present = false; in TEST() local
[all …]
Dwidestring_unittest.cpp1178 bool any_present = false; in TEST() local
1181 any_present = true; in TEST()
1183 EXPECT_FALSE(any_present); in TEST()
1190 bool any_present = false; in TEST() local
1192 any_present = true; in TEST()
1195 EXPECT_FALSE(any_present); in TEST()
1202 bool any_present = false; in TEST() local
1204 any_present = true; in TEST()
1207 EXPECT_TRUE(any_present); in TEST()
1214 bool any_present = false; in TEST() local
[all …]