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.cpp1581 bool any_present = false; in TEST() local
1584 any_present = true; in TEST()
1586 EXPECT_FALSE(any_present); in TEST()
1593 bool any_present = false; in TEST() local
1595 any_present = true; in TEST()
1598 EXPECT_FALSE(any_present); in TEST()
1605 bool any_present = false; in TEST() local
1607 any_present = true; in TEST()
1610 EXPECT_TRUE(any_present); in TEST()
1617 bool any_present = false; in TEST() local
[all …]
Dwidestring_unittest.cpp1527 bool any_present = false; in TEST() local
1530 any_present = true; in TEST()
1532 EXPECT_FALSE(any_present); in TEST()
1539 bool any_present = false; in TEST() local
1541 any_present = true; in TEST()
1544 EXPECT_FALSE(any_present); in TEST()
1551 bool any_present = false; in TEST() local
1553 any_present = true; in TEST()
1556 EXPECT_TRUE(any_present); in TEST()
1563 bool any_present = false; in TEST() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc361 bool any_present = false; in ConvertDimensionNumbers() local
366 any_present |= present; in ConvertDimensionNumbers()
378 } else if (any_present) { in ConvertDimensionNumbers()