Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/
Dsplitting_filter_unittest.cc93 bool any_present = false; in TEST() local
95 any_present |= is_present[j]; in TEST()
97 if (any_present) { in TEST()
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp1483 bool any_present = false; in TEST() local
1486 any_present = true; in TEST()
1488 EXPECT_FALSE(any_present); in TEST()
1495 bool any_present = false; in TEST() local
1497 any_present = true; in TEST()
1500 EXPECT_FALSE(any_present); in TEST()
1507 bool any_present = false; in TEST() local
1509 any_present = true; in TEST()
1512 EXPECT_TRUE(any_present); in TEST()
1519 bool any_present = false; in TEST() local
[all …]
Dwidestring_unittest.cpp1462 bool any_present = false; in TEST() local
1465 any_present = true; in TEST()
1467 EXPECT_FALSE(any_present); in TEST()
1474 bool any_present = false; in TEST() local
1476 any_present = true; in TEST()
1479 EXPECT_FALSE(any_present); in TEST()
1486 bool any_present = false; in TEST() local
1488 any_present = true; in TEST()
1491 EXPECT_TRUE(any_present); in TEST()
1498 bool any_present = false; in TEST() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc281 bool any_present = false; in ConvertDimensionNumbers() local
286 any_present |= present; in ConvertDimensionNumbers()
298 } else if (any_present) { in ConvertDimensionNumbers()