Home
last modified time | relevance | path

Searched refs:TestEventQueue (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/watchdog/tests/
Dtest_emitter.py30 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 …]
Dtest_inotify_c.py22 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
Dconftest.py11 from .utils import ExpectEvent, Helper, P, StartWatching, TestEventQueue
69 def event_queue_fixture(helper: Helper) -> TestEventQueue:
Dutils.py43 TestEventQueue = Queue[tuple[FileSystemEvent, ObservedWatch]] variable
50 event_queue: TestEventQueue = dataclasses.field(default_factory=Queue)
Dtest_fsevents.py32 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 Dtest_event_queue.h60 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 Dintegration_test.cc65 template class Singleton<TestEventQueue>;
/aosp_15_r20/system/chre/test/simulation/
H A Dtest_base.cc170 template class Singleton<TestEventQueue>;