Searched refs:TestEventQueue (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/watchdog/tests/ |
D | test_emitter.py | 30 from .utils import ExpectEvent, P, StartWatching, TestEventQueue 48 def test_create(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Exp… argument 68 def test_closed(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: argument 100 def test_create_wrong_encoding(p: P, event_queue: TestEventQueue, start_watching: StartWatching) ->… argument 128 def test_modify(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Exp… argument 163 def test_move(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Expec… argument 194 event_queue: TestEventQueue, argument 241 def test_move_to_full(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: argument 270 def test_move_from_full(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: argument 325 def test_fast_subdirectory_creation_deletion(p: P, event_queue: TestEventQueue, start_watching: Sta… argument [all …]
|
D | test_inotify_c.py | 22 from .utils import Helper, P, StartWatching, TestEventQueue 41 def test_late_double_deletion(helper: Helper, p: P, event_queue: TestEventQueue, start_watching: St… argument 128 def test_non_ascii_path(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: argument 142 def test_watch_file(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: argument
|
D | conftest.py | 11 from .utils import ExpectEvent, Helper, P, StartWatching, TestEventQueue 69 def event_queue_fixture(helper: Helper) -> TestEventQueue:
|
D | utils.py | 43 TestEventQueue = Queue[tuple[FileSystemEvent, ObservedWatch]] variable 50 event_queue: TestEventQueue = dataclasses.field(default_factory=Queue)
|
D | test_fsevents.py | 32 from .utils import P, StartWatching, TestEventQueue 231 …ng_cfstring_to_pyunicode(p: P, start_watching: StartWatching, event_queue: TestEventQueue) -> None: argument
|
/aosp_15_r20/system/chre/test/simulation/inc/ |
H A D | test_event_queue.h | 60 class TestEventQueue : public NonCopyable { 137 typedef Singleton<TestEventQueue> TestEventQueueSingleton; 141 extern template class Singleton<TestEventQueue>;
|
/aosp_15_r20/external/pigweed/third_party/chre/ |
H A D | integration_test.cc | 65 template class Singleton<TestEventQueue>;
|
/aosp_15_r20/system/chre/test/simulation/ |
H A D | test_base.cc | 170 template class Singleton<TestEventQueue>;
|