/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/ |
D | StopWatchTest.java | 66 final StopWatch watch = StopWatch.createStarted(); in createMockStopWatch() local 85 final StopWatch watch = new StopWatch(); in testBadStates() local 123 final StopWatch watch = new StopWatch(); in testBooleanStates() local 146 final StopWatch watch = StopWatch.createStarted(); in testFormatSplitTime() local 156 final StopWatch watch = new StopWatch(MESSAGE); in testFormatSplitTimeWithMessage() local 167 final StopWatch watch = StopWatch.create(); in testFormatTime() local 175 final StopWatch watch = new StopWatch(MESSAGE); in testFormatTimeWithMessage() local 183 final StopWatch watch = new StopWatch(); in testGetStartTime() local 198 final StopWatch watch = StopWatch.createStarted(); in testLang315() local 221 final StopWatch watch = StopWatch.createStarted(); in testStopTimeSimple() local [all …]
|
/external/libchrome/mojo/core/ |
D | request_context.cc | 53 for (const scoped_refptr<Watch>& watch : in ~RequestContext() local 69 for (const WatchNotifyFinalizer& watch : in ~RequestContext() local 87 void RequestContext::AddWatchNotifyFinalizer(scoped_refptr<Watch> watch, in AddWatchNotifyFinalizer() 95 void RequestContext::AddWatchCancelFinalizer(scoped_refptr<Watch> watch) { in AddWatchCancelFinalizer() 105 scoped_refptr<Watch> watch, in WatchNotifyFinalizer()
|
D | watcher_dispatcher.cc | 41 scoped_refptr<Watch> watch; in NotifyHandleClosed() local 135 scoped_refptr<Watch> watch = in WatchDispatcher() local 171 scoped_refptr<Watch> watch; in CancelWatch() local 241 const Watch* const watch = *next_ready_iter; in Arm() local
|
/external/webp/examples/ |
D | stopwatch.h | 24 static WEBP_INLINE void StopwatchReset(Stopwatch* watch) { in StopwatchReset() 28 static WEBP_INLINE double StopwatchReadAndReset(Stopwatch* watch) { in StopwatchReadAndReset() 47 static WEBP_INLINE void StopwatchReset(Stopwatch* watch) { in StopwatchReset() 51 static WEBP_INLINE double StopwatchReadAndReset(Stopwatch* watch) { in StopwatchReadAndReset()
|
/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 157 InotifyReader::Watch watch; member 299 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), in AddWatch() local 312 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { in RemoveWatch() 591 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath() local 598 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath() local 610 void FilePathWatcherImpl::TrackWatchForRecursion(InotifyReader::Watch watch, in TrackWatchForRecursion() 650 InotifyReader::Watch watch = in AddWatchForBrokenSymlink() local
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 172 static inline void inotify_init_watch(struct inotify_watch *watch) in inotify_init_watch() 193 struct inotify_watch *watch, in inotify_add_watch() 200 struct inotify_watch *watch) in inotify_rm_watch() 211 struct inotify_watch *watch) in inotify_remove_watch_locked() 215 static inline void get_inotify_watch(struct inotify_watch *watch) in get_inotify_watch() 219 static inline void put_inotify_watch(struct inotify_watch *watch) in put_inotify_watch()
|
/external/openscreen/osp/public/ |
D | message_demuxer_unittest.cc | 62 MessageDemuxer::MessageWatch watch = demuxer_.WatchMessageType( in TEST_F() local 98 MessageDemuxer::MessageWatch watch = demuxer_.WatchMessageType( in TEST_F() local 129 MessageDemuxer::MessageWatch watch = demuxer_.SetDefaultMessageTypeWatch( in TEST_F() local 162 MessageDemuxer::MessageWatch watch = demuxer_.WatchMessageType( in TEST_F() local 218 MessageDemuxer::MessageWatch watch = demuxer_.WatchMessageType( in TEST_F() local 259 MessageDemuxer::MessageWatch watch = demuxer_.WatchMessageType( in TEST_F() local 297 MessageDemuxer::MessageWatch watch = demuxer_.SetDefaultMessageTypeWatch( in TEST_F() local 311 MessageDemuxer::MessageWatch watch = demuxer.WatchMessageType( in TEST_F() local
|
/external/leakcanary2/leakcanary-object-watcher/src/main/java/leakcanary/ |
D | ObjectWatcher.kt | 121 fun watch(watchedObject: Any) { in watch() method in leakcanary.ObjectWatcher 131 fun watch( in watch() method in leakcanary.ObjectWatcher
|
/external/cronet/tot/base/files/ |
D | file_path_watcher_inotify.cc | 230 InotifyReader::Watch watch; member 370 const Watch watch = static_cast<Watch>(watch_int); in AddWatch() local 377 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { in RemoveWatch() 658 for (const auto& watch : watches_) in Cancel() local 781 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath() local 798 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath() local 813 void FilePathWatcherImpl::TrackWatchForRecursion(InotifyReader::Watch watch, in TrackWatchForRecursion()
|
/external/cronet/stable/base/files/ |
D | file_path_watcher_inotify.cc | 230 InotifyReader::Watch watch; member 370 const Watch watch = static_cast<Watch>(watch_int); in AddWatch() local 377 void InotifyReader::RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) { in RemoveWatch() 658 for (const auto& watch : watches_) in Cancel() local 781 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath() local 798 InotifyReader::Watch watch = in UpdateRecursiveWatchesForPath() local 813 void FilePathWatcherImpl::TrackWatchForRecursion(InotifyReader::Watch watch, in TrackWatchForRecursion()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_common.c | 59 DBusWatch *watch, eloop_event_type type) in process_watch() 99 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch() 130 static void remove_watch(DBusWatch *watch, void *data) in remove_watch() 149 static void watch_toggled(DBusWatch *watch, void *data) in watch_toggled()
|
/external/tensorflow/tensorflow/core/debug/ |
D | debugger_state_impl.cc | 24 for (const DebugTensorWatch& watch : in DebuggerState() local 60 for (const DebugTensorWatch& watch : in PublishGraph() local
|
/external/rust/android-crates-io/crates/hyper/src/common/ |
D | drain.rs | 57 pub(crate) fn watch<F, FN>(self, future: F, on_drain: FN) -> Watching<F, FN> in watch() method 130 fn watch() { in watch() function 140 let mut watch = rx.watch(fut, |mut fut| { in watch() localVariable
|
D | mod.rs | 27 pub(crate) mod watch; module
|
/external/ot-br-posix/src/dbus/server/ |
D | dbus_agent.cpp | 149 for (const auto &watch : mWatches) in Update() local 183 for (const auto &watch : mWatches) in Process() local
|
/external/rust/android-crates-io/crates/hyper/src/server/ |
D | shutdown.rs | 87 let watch = drain.as_ref().expect("drain channel").1.clone(); in poll() localVariable 116 fn watch(&self, conn: UpgradeableConnection<I, S, E>) -> Self::Future { in watch() function
|
/external/rust/android-crates-io/crates/config/examples/watch/ |
D | main.rs | 30 fn watch() { in watch() function
|
/external/rust/android-crates-io/crates/inotify/tests/ |
D | main.rs | 42 let watch = inotify.watches().add(&path, WatchMask::MODIFY).unwrap(); in it_should_watch_a_file() localVariable 72 let watch = watches.add(&path, WatchMask::MODIFY).unwrap(); in it_should_watch_a_file_async() localVariable 115 let watch = watches.add(&path, WatchMask::MODIFY).unwrap(); in it_should_watch_a_file_from_eventstream_watches() localVariable 145 let watch = inotify.watches().add(&path, WatchMask::MODIFY).unwrap(); in it_should_watch_a_file_after_converting_back_from_eventstream() localVariable
|
/external/mockito/src/test/java/org/mockitoutil/async/ |
D | AsyncTestingTest.java | 21 private Stopwatch watch = createNotStarted(); field in AsyncTestingTest
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/ |
D | HealthGrpc.java | 156 default void watch(io.grpc.health.v1.HealthCheckRequest request, in watch() method 218 public void watch(io.grpc.health.v1.HealthCheckRequest request, in watch() method in HealthGrpc.HealthStub 269 public java.util.Iterator<io.grpc.health.v1.HealthCheckResponse> watch( in watch() method in HealthGrpc.HealthBlockingStub
|
/external/python/watchdog/tests/ |
D | test_observers_api.py | 63 def dispatch_event(self, event, watch): argument
|
/external/mockito/src/test/java/org/mockitousage/verification/ |
D | VerificationWithAfterAndCaptorTest.java | 34 private Stopwatch watch = createNotStarted(); field in VerificationWithAfterAndCaptorTest
|
/external/ltp/include/lapi/ |
D | watch_queue.h | 83 struct watch_notification watch; member 107 struct watch_notification watch; member
|
/external/kernel-headers/original/uapi/linux/ |
D | watch_queue.h | 75 struct watch_notification watch; member 99 struct watch_notification watch; member
|
/external/tensorflow/tensorflow/python/framework/experimental/ |
D | tape.py | 33 def watch(self, t): member in GradientTape
|