Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
Dgmock-matchers-containers_test.cc1517 const int not_enough[] = {1, 2}; in TEST() local
1520 EXPECT_THAT(not_enough, Not(IsSupersetOf(expected))); in TEST()
1645 const int not_enough[] = {1, 2}; in TEST() local
1648 EXPECT_THAT(actual, Not(IsSubsetOf(not_enough))); in TEST()
/third_party/f2fs-tools/fsck/
Dmount.c2851 int not_enough = 0; in find_next_free_block() local
2858 not_enough = 1; in find_next_free_block()
2883 if (vblocks == 0 && not_enough) in find_next_free_block()