Home
last modified time | relevance | path

Searched defs:EventKind (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/DirectoryWatcher/
DDirectoryWatcher.h67 enum class EventKind { enum
/external/python/cpython2/Mac/Modules/evt/
Devtsupport.py35 EventKind = Type("EventKind", "H") variable
/external/llvm-project/clang/unittests/DirectoryWatcher/
DDirectoryWatcherTest.cpp35 typedef DirectoryWatcher::Event::EventKind EventKind; typedef
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java272 public static class EventKind { class in JDWPConstants