Home
last modified time | relevance | path

Searched defs:WatchOptions (Results 1 – 3 of 3) sorted by relevance

/external/cronet/stable/base/files/
Dfile_path_watcher.h104 struct WatchOptions { struct
105 Type type = Type::kNonRecursive;
131 using WatchOptions = FilePathWatcher::WatchOptions; argument
/external/cronet/tot/base/files/
Dfile_path_watcher.h104 struct WatchOptions { struct
105 Type type = Type::kNonRecursive;
131 using WatchOptions = FilePathWatcher::WatchOptions; variable
/external/tensorflow/tensorflow/python/debug/wrappers/
Dframework.py828 class WatchOptions: class