Searched defs:sets (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_filter_unittest.py47 import sets namespace
231 """Asserts that two sets are equal."""
246 self.assertEqual(sets.Set(set_var), sets.Set(full_partition))
253 return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS))
350 sets the flags accordingly.
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregex2.h94 * Structure for [] character-set representation. Character sets are
98 * simplifies testing whether two sets could be identical.
132 cset *sets; /* -> cset [ncsets] */ member in struct:re_guts

Completed in 843 milliseconds