Home
last modified time | relevance | path

Searched defs:FilteringTestCase (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util_unittest.cc49 struct FilteringTestCase { struct
50 const base::FilePath::CharType* path;
51 bool is_directory;
52 bool visible;
53 bool media_file;
54 const char* content;
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/api/
H A Dtest_filtering.py40 class FilteringTestCase(unittest.HomeserverTestCase): class