Home
last modified time | relevance | path

Searched refs:startedEvent (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/statsd/
DTextClassificationSessionIdConverterTest.java46 SelectionEvent startedEvent = in testTextSelectionEvent_minimal() local
49 textClassifier.onSelectionEvent(startedEvent); in testTextSelectionEvent_minimal()
51 startedEvent.getSessionId(); in testTextSelectionEvent_minimal()
/external/python/cpython2/Lib/test/
Dtest_queue.py16 self.startedEvent = threading.Event()
29 self.startedEvent.set()
54 if not self.t.startedEvent.is_set():
81 if not self.t.startedEvent.is_set():
/external/python/cpython3/Lib/test/
Dtest_queue.py28 self.startedEvent = threading.Event()
41 self.startedEvent.set()
64 if not thread.startedEvent.is_set():
86 if not thread.startedEvent.is_set():